Trace number 3689657

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.99 1793.48

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K199.opb
MD5SUM2cd10947adfbc402d943437a9cfa9f95
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23681
Total number of constraints24081
Number of constraints which are clauses23882
Number of constraints which are cardinality constraints (but not clauses)199
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint199
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689657-1337892112.opb
0.09/0.11	c reading problem ... 
1.19/0.65	c ... done. Wall clock time 0.541s.
1.19/0.65	c declared #vars     23681
1.19/0.65	c #constraints  24081
1.19/0.65	c constraints type 
1.19/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1.19/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1.19/0.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.19/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1.19/0.66	c 24081 constraints processed.
4.02/3.09	c cleaning 2457 clauses out of 4992 with flag 5001/5001
7.03/5.91	c cleaning 4225 clauses out of 8531 with flag 11000/11000
10.13/9.06	c cleaning 5534 clauses out of 11303 with flag 18000/18000
12.96/11.83	c cleaning 6789 clauses out of 13766 with flag 26000/26000
16.33/15.17	c cleaning 7864 clauses out of 15976 with flag 35000/35000
20.05/18.86	c cleaning 8861 clauses out of 18110 with flag 45001/45001
24.26/23.06	c cleaning 9957 clauses out of 20245 with flag 56000/56000
29.09/27.82	c cleaning 10931 clauses out of 22286 with flag 68000/68000
33.93/32.66	c cleaning 11970 clauses out of 24352 with flag 81000/81000
39.34/38.09	c cleaning 13120 clauses out of 26381 with flag 95000/95000
45.06/43.78	c cleaning 13863 clauses out of 28261 with flag 110001/110001
50.78/49.40	c cleaning 14904 clauses out of 30396 with flag 126000/126000
57.19/55.80	c cleaning 15385 clauses out of 32492 with flag 143000/143000
63.92/62.51	c cleaning 16109 clauses out of 35107 with flag 161001/161001
71.89/70.43	c cleaning 16859 clauses out of 37998 with flag 180002/180002
79.00/77.57	c cleaning 18411 clauses out of 41137 with flag 200001/200001
87.27/85.72	c cleaning 18695 clauses out of 43726 with flag 221004/221004
96.16/94.56	c cleaning 19564 clauses out of 47027 with flag 243000/243000
105.39/103.79	c cleaning 20483 clauses out of 50459 with flag 266000/266000
115.43/113.70	c cleaning 21108 clauses out of 53976 with flag 290000/290000
124.78/123.06	c cleaning 22212 clauses out of 57868 with flag 315000/315000
135.66/133.89	c cleaning 23168 clauses out of 61656 with flag 341001/341001
145.69/143.82	c cleaning 24145 clauses out of 65487 with flag 368000/368000
156.31/154.43	c cleaning 25194 clauses out of 69341 with flag 396000/396000
167.15/165.20	c cleaning 26172 clauses out of 73146 with flag 425000/425000
179.17/177.24	c cleaning 27004 clauses out of 76974 with flag 455000/455000
193.10/191.10	c cleaning 27465 clauses out of 80969 with flag 486000/486000
205.44/203.41	c cleaning 28960 clauses out of 85508 with flag 518004/518004
219.27/217.25	c cleaning 29913 clauses out of 89544 with flag 551000/551000
233.53/231.42	c cleaning 30482 clauses out of 93632 with flag 585002/585002
247.55/245.49	c cleaning 31347 clauses out of 98147 with flag 620000/620000
261.41/259.27	c cleaning 32958 clauses out of 102804 with flag 656005/656005
276.60/274.38	c cleaning 33479 clauses out of 106840 with flag 693000/693000
293.26/290.98	c cleaning 34319 clauses out of 111361 with flag 731001/731001
308.49/306.12	c cleaning 35649 clauses out of 116040 with flag 770000/770000
326.13/323.72	c cleaning 36044 clauses out of 120389 with flag 810000/810000
343.37/340.92	c cleaning 37157 clauses out of 125344 with flag 851000/851000
359.80/357.31	c cleaning 38374 clauses out of 130187 with flag 893000/893000
379.27/376.75	c cleaning 38654 clauses out of 134813 with flag 936000/936000
398.72/396.15	c cleaning 39660 clauses out of 140160 with flag 980001/980001
417.37/414.73	c cleaning 41303 clauses out of 145499 with flag 1025000/1025000
435.61/432.93	c cleaning 42150 clauses out of 150197 with flag 1071001/1071001
456.90/454.14	c cleaning 42495 clauses out of 155046 with flag 1118000/1118000
479.30/476.43	c cleaning 44095 clauses out of 160551 with flag 1166000/1166000
501.14/498.22	c cleaning 45125 clauses out of 165458 with flag 1215002/1215002
524.45/521.47	c cleaning 44994 clauses out of 170331 with flag 1265000/1265000
547.18/544.16	c cleaning 45870 clauses out of 176336 with flag 1316000/1316000
570.83/567.75	c cleaning 47417 clauses out of 182467 with flag 1368001/1368001
593.09/589.97	c cleaning 49093 clauses out of 188050 with flag 1421001/1421001
612.77/609.56	c cleaning 49975 clauses out of 192956 with flag 1475000/1475000
637.37/634.04	c cleaning 50819 clauses out of 197981 with flag 1530000/1530000
663.09/659.63	c cleaning 52466 clauses out of 203162 with flag 1586000/1586000
690.45/686.83	c cleaning 52753 clauses out of 207697 with flag 1643001/1643001
718.44/714.75	c cleaning 53395 clauses out of 212942 with flag 1701000/1701000
747.01/743.20	c cleaning 53981 clauses out of 218546 with flag 1760001/1760001
776.40/772.57	c cleaning 55043 clauses out of 224564 with flag 1820000/1820000
804.21/800.24	c cleaning 55847 clauses out of 230522 with flag 1881001/1881001
833.79/829.71	c cleaning 57275 clauses out of 236675 with flag 1943001/1943001
862.48/858.35	c cleaning 58121 clauses out of 242397 with flag 2006000/2006000
892.04/887.80	c cleaning 59288 clauses out of 248276 with flag 2070000/2070000
922.64/918.40	c cleaning 60254 clauses out of 253989 with flag 2135001/2135001
950.99/946.69	c cleaning 61378 clauses out of 259734 with flag 2201001/2201001
981.90/977.41	c cleaning 62053 clauses out of 265355 with flag 2268000/2268000
1015.46/1010.99	c cleaning 62685 clauses out of 271302 with flag 2336000/2336000
1048.24/1043.66	c cleaning 64193 clauses out of 277618 with flag 2405001/2405001
1082.25/1077.53	c cleaning 65775 clauses out of 283425 with flag 2475001/2475001
1114.84/1110.05	c cleaning 66338 clauses out of 288650 with flag 2546001/2546001
1151.14/1146.21	c cleaning 66514 clauses out of 294314 with flag 2618003/2618003
1189.52/1184.57	c cleaning 67078 clauses out of 300799 with flag 2691002/2691002
1225.79/1220.70	c cleaning 69164 clauses out of 307719 with flag 2765000/2765000
1261.77/1256.61	c cleaning 69400 clauses out of 313556 with flag 2840001/2840001
1299.27/1294.01	c cleaning 70704 clauses out of 320155 with flag 2916000/2916000
1335.18/1329.88	c cleaning 71739 clauses out of 326451 with flag 2993000/2993000
1372.99/1367.56	c cleaning 73274 clauses out of 332712 with flag 3071000/3071000
1408.99/1403.44	c cleaning 73843 clauses out of 338439 with flag 3150001/3150001
1449.58/1443.94	c cleaning 74604 clauses out of 344596 with flag 3230001/3230001
1488.95/1483.24	c cleaning 75940 clauses out of 350993 with flag 3311002/3311002
1528.78/1522.93	c cleaning 75985 clauses out of 357051 with flag 3393000/3393000
1569.28/1563.39	c cleaning 77230 clauses out of 364065 with flag 3476000/3476000
1612.80/1606.76	c cleaning 79053 clauses out of 370836 with flag 3560001/3560001
1656.50/1650.39	c cleaning 79121 clauses out of 376782 with flag 3645000/3645000
1698.97/1692.73	c cleaning 80791 clauses out of 383662 with flag 3731001/3731001
1744.66/1738.34	c cleaning 81404 clauses out of 389869 with flag 3818000/3818000
1792.35/1785.96	c cleaning 82562 clauses out of 396465 with flag 3906000/3906000
1800.01/1793.41	c starts		: 231
1800.01/1793.41	c conflicts		: 3923193
1800.01/1793.41	c decisions		: 144386734
1800.01/1793.41	c propagations		: 4005940380
1800.01/1793.41	c inspects		: 8130078794
1800.01/1793.41	c shortcuts		: 0
1800.01/1793.41	c learnt literals	: 65
1800.01/1793.41	c learnt binary clauses	: 282334
1800.01/1793.41	c learnt ternary clauses	: 254683
1800.01/1793.41	c learnt constraints	: 3923128
1800.01/1793.41	c ignored constraints	: 0
1800.01/1793.41	c root simplifications	: 0
1800.01/1793.41	c removed literals (reason simplification)	: 0
1800.01/1793.41	c reason swapping (by a shorter reason)	: 0
1800.01/1793.41	c Calls to reduceDB	: 84
1800.01/1793.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.41	c number of learned constraints concerned by reduction	: 0
1800.01/1793.41	c number of learning phase by resolution	: 0
1800.01/1793.41	c number of learning phase by cutting planes	: 0
1800.01/1793.41	c speed (assignments/second)	: 2234544.132896533
1800.01/1793.41	c non guided choices	114009
1800.01/1793.46	c learnt constraints type 
1800.01/1793.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 282340
1800.01/1793.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48843
1800.01/1793.46	c constraints type 
1800.01/1793.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1800.01/1793.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1800.01/1793.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1793.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1800.01/1793.46	c 24081 constraints processed.
1800.01/1793.46	s UNKNOWN
1800.01/1793.46	c Total wall clock time (in seconds): 1793.347

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689657-1337892112/watcher-3689657-1337892112 -o /tmp/evaluation-result-3689657-1337892112/solver-3689657-1337892112 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689657-1337892112.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 2.00 1.99 2/194 22138
/proc/meminfo: memFree=28940956/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22138/stat : 22138 (java) D 22136 22138 16961 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255335278 9515008 182 33554432000 1073741824 1073778376 140736142636912 140736142627944 251053031093 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2323 182 140 9 0 71 0

[startup+0.0758149 s]
/proc/loadavg: 1.89 2.00 1.99 2/194 22138
/proc/meminfo: memFree=28940956/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 3275 0 1 0 4 1 0 0 20 0 18 0 255335278 9787813888 4485 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2389603 4486 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100237 s]
/proc/loadavg: 1.89 2.00 1.99 2/194 22138
/proc/meminfo: memFree=28940956/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 4271 0 1 0 8 1 0 0 20 0 18 0 255335278 9787813888 5462 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2389603 5462 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 1.89 2.00 1.99 2/194 22138
/proc/meminfo: memFree=28940956/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 7275 0 1 0 52 3 0 0 20 0 18 0 255335278 9787813888 11400 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2389603 11400 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700167 s]
/proc/loadavg: 1.89 2.00 1.99 2/194 22138
/proc/meminfo: memFree=28940956/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 9903 0 1 0 136 6 0 0 20 0 19 0 255335278 9855975424 41959 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 41959 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9624976

[startup+1.50071 s]
/proc/loadavg: 1.89 2.00 1.99 5/213 22157
/proc/meminfo: memFree=28781464/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 11770 0 1 0 243 6 0 0 20 0 19 0 255335278 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 41966 2267 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) R 22136 22138 16961 0 -1 4202560 2518 0 1 0 141 4 0 0 20 0 19 0 255335279 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986996797928 139986826311415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255335281 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4338 0 0 0 50 0 0 0 20 0 19 0 255335284 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 3629 0 0 0 43 1 0 0 20 0 19 0 255335284 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 41966 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 1.89 2.00 1.99 3/213 22157
/proc/meminfo: memFree=28780968/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=4.17 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 11989 0 1 0 410 7 0 0 20 0 19 0 255335278 9855975424 45096 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 45099 2275 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) S 22136 22138 16961 0 -1 4202560 2520 0 1 0 300 4 0 0 20 0 19 0 255335279 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986996797784 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) R 22136 22138 16961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) R 22136 22138 16961 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 19 0 255335281 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986820110056 139987000068422 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) R 22136 22138 16961 0 -1 4202560 4500 0 0 0 52 0 0 0 20 0 19 0 255335284 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986815877080 139987000914384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 3647 0 0 0 48 1 0 0 20 0 19 0 255335284 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 45099 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 1.90 2.00 1.99 3/213 22157
/proc/meminfo: memFree=28758940/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=7.43 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 12045 0 1 0 735 8 0 0 20 0 19 0 255335278 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 48835 2279 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=6.18 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) R 22136 22138 16961 0 -1 4202560 2522 0 1 0 614 4 0 0 20 0 19 0 255335279 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986996797784 139986826158599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255335280 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 98 0 0 0 4 0 0 0 20 0 19 0 255335281 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4519 0 0 0 56 0 0 0 20 0 19 0 255335284 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 3647 0 0 0 49 1 0 0 20 0 19 0 255335284 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 48835 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

################
# More data... #
################

[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 135 0 0 0 79 3 0 0 20 0 19 0 255335280 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 139 0 0 0 74 3 0 0 20 0 19 0 255335280 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 265 0 0 0 88 4 0 0 20 0 19 0 255335280 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 216 0 0 0 613 3 0 0 20 0 19 0 255335281 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4524 0 0 0 56 0 0 0 20 0 19 0 255335284 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 5030 0 0 0 66 2 0 0 20 0 19 0 255335284 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 94 0 0 0 31 32 0 0 20 0 19 0 255335284 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 98138 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.57
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 22368
/proc/meminfo: memFree=26862540/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=1728.65 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 15063 0 1 0 172810 55 0 0 20 0 19 0 255335278 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 98152 2280 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=1714.28 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) R 22136 22138 16961 0 -1 4202560 2602 0 1 0 171395 33 0 0 20 0 19 0 255335279 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986996797664 139986826135294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 175 0 0 0 81 3 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 139 0 0 0 74 2 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 222 0 0 0 78 5 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 126 0 0 0 87 4 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 207 0 0 0 79 4 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 137 0 0 0 81 3 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 139 0 0 0 75 3 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 267 0 0 0 89 4 0 0 20 0 19 0 255335280 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=6.28 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 218 0 0 0 625 3 0 0 20 0 19 0 255335281 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4524 0 0 0 56 0 0 0 20 0 19 0 255335284 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 5030 0 0 0 66 2 0 0 20 0 19 0 255335284 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 98 0 0 0 32 33 0 0 20 0 19 0 255335284 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 98152 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.65
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22368
/proc/meminfo: memFree=26246412/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=1788.75 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 15084 0 1 0 178819 56 0 0 20 0 19 0 255335278 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 98166 2280 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=1774.13 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) R 22136 22138 16961 0 -1 4202560 2603 0 1 0 177380 33 0 0 20 0 19 0 255335279 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986996797664 139986826158731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 179 0 0 0 82 3 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 139 0 0 0 76 2 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 222 0 0 0 81 5 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 126 0 0 0 87 4 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 207 0 0 0 80 4 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 137 0 0 0 82 3 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 139 0 0 0 78 3 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 277 0 0 0 90 4 0 0 20 0 19 0 255335280 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=6.4 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 220 0 0 0 637 3 0 0 20 0 19 0 255335281 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4524 0 0 0 56 0 0 0 20 0 19 0 255335284 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 5030 0 0 0 66 2 0 0 20 0 19 0 255335284 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 102 0 0 0 35 34 0 0 20 0 19 0 255335284 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 98166 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 22368
/proc/meminfo: memFree=26209300/32873648 swapFree=7360/7360
[pid=22138] ppid=22136 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/22138/stat : 22138 (java) S 22136 22138 16961 0 -1 4202496 15255 0 1 0 179941 60 0 0 20 0 19 0 255335278 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 140733761322672 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22138/statm: 2406244 107482 2280 9 0 2396937 0
[pid=22138/tid=22140] ppid=22136 vsize=9624976 CPUtime=1785.01 cores=0,2,4,6
/proc/22138/task/22140/stat : 22140 (java) R 22136 22138 16961 0 -1 4202560 2604 0 1 0 178467 34 0 0 20 0 19 0 255335279 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986996797664 139986825825571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22141] ppid=22136 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/22138/task/22141/stat : 22141 (java) S 22136 22138 16961 0 -1 4202560 281 0 0 0 85 3 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986958289704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22142] ppid=22136 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/22138/task/22142/stat : 22142 (java) S 22136 22138 16961 0 -1 4202560 145 0 0 0 78 3 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986957236904 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22143] ppid=22136 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/22138/task/22143/stat : 22143 (java) S 22136 22138 16961 0 -1 4202560 228 0 0 0 83 5 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986956184616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22144] ppid=22136 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/22138/task/22144/stat : 22144 (java) S 22136 22138 16961 0 -1 4202560 138 0 0 0 89 4 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986955131816 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22145] ppid=22136 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22138/task/22145/stat : 22145 (java) S 22136 22138 16961 0 -1 4202560 211 0 0 0 82 4 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986954078504 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22146] ppid=22136 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/22138/task/22146/stat : 22146 (java) S 22136 22138 16961 0 -1 4202560 157 0 0 0 84 4 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986953025704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22147] ppid=22136 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/22138/task/22147/stat : 22147 (java) S 22136 22138 16961 0 -1 4202560 151 0 0 0 80 4 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986951973416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22138/tid=22148] ppid=22136 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/22138/task/22148/stat : 22148 (java) S 22136 22138 16961 0 -1 4202560 283 0 0 0 93 4 0 0 20 0 19 0 255335280 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986950920616 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22149] ppid=22136 vsize=9624976 CPUtime=6.58 cores=0,2,4,6
/proc/22138/task/22149/stat : 22149 (java) S 22136 22138 16961 0 -1 4202560 222 0 0 0 655 3 0 0 20 0 19 0 255335281 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986820111080 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22150] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22150/stat : 22150 (java) S 22136 22138 16961 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986819057144 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22151] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22151/stat : 22151 (java) S 22136 22138 16961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255335282 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986818004744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22152] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22152/stat : 22152 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986816953232 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22153] ppid=22136 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22138/task/22153/stat : 22153 (java) S 22136 22138 16961 0 -1 4202560 4524 0 0 0 56 0 0 0 20 0 19 0 255335284 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986815899832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22154] ppid=22136 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22138/task/22154/stat : 22154 (java) S 22136 22138 16961 0 -1 4202560 5030 0 0 0 66 2 0 0 20 0 19 0 255335284 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986814847032 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22138/tid=22155] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22155/stat : 22155 (java) S 22136 22138 16961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255335284 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986813794936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22138/tid=22156] ppid=22136 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22138/task/22156/stat : 22156 (java) S 22136 22138 16961 0 -1 4202560 102 0 0 0 35 34 0 0 20 0 19 0 255335284 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986812742344 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22138/tid=22157] ppid=22136 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22138/task/22157/stat : 22157 (java) S 22136 22138 16961 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255335346 9855975424 107482 33554432000 1073741824 1073778376 140733761331536 139986811688360 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.48
CPU time (s): 1800.99
CPU user time (s): 1799.81
CPU system time (s): 1.18382
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 1.18382
maximum resident set size= 430052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15288
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40281
involuntary context switches= 13834

runsolver used 8.70068 second user time and 12.2331 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-24 22:41:52
IDJOB=3689657
IDBENCH=90145
IDSOLVER=2269
FILE ID=node149/3689657-1337892112
RUNJOBID= node149-1337871880-16977
PBS_JOBID= 14620055
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K199.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689657-1337892112/watcher-3689657-1337892112 -o /tmp/evaluation-result-3689657-1337892112/solver-3689657-1337892112 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689657-1337892112.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=148027162

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28941600 kB
Buffers:          235208 kB
Cached:          2739248 kB
SwapCached:            0 kB
Active:           773940 kB
Inactive:        2392872 kB
Active(anon):     193904 kB
Inactive(anon):        0 kB
Active(file):     580036 kB
Inactive(file):  2392872 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:        201044 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             628788 kB
SReclaimable:      73028 kB
SUnreclaim:       555760 kB
KernelStack:        1592 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     701192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node149 at 2012-05-24 23:11:47