Trace number 3710043

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1794.27

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
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 variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710043-1338211157.opb
0.08/0.12	c reading problem ... 
0.53/0.36	c ... done. Wall clock time 0.238s.
0.53/0.36	c declared #vars     5440
0.53/0.36	c #constraints  5602
0.53/0.36	c constraints type 
0.53/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
0.53/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.53/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
0.53/0.36	c 5602 constraints processed.
2.11/1.44	c cleaning 2483 clauses out of 4976 with flag 5000/5000
3.30/2.59	c cleaning 4204 clauses out of 8484 with flag 11000/11000
4.61/3.86	c cleaning 5596 clauses out of 11280 with flag 18000/18000
6.24/5.45	c cleaning 6766 clauses out of 13680 with flag 26000/26000
7.98/7.15	c cleaning 7890 clauses out of 15913 with flag 35001/35001
9.88/9.09	c cleaning 8922 clauses out of 18022 with flag 45001/45001
12.59/11.71	c cleaning 9956 clauses out of 20101 with flag 56002/56002
15.21/14.35	c cleaning 11027 clauses out of 22143 with flag 68000/68000
18.03/17.19	c cleaning 11966 clauses out of 24116 with flag 81000/81000
21.14/20.28	c cleaning 12995 clauses out of 26148 with flag 95000/95000
23.97/23.05	c cleaning 13971 clauses out of 28152 with flag 110001/110001
28.11/27.17	c cleaning 15023 clauses out of 30182 with flag 126004/126004
32.13/31.15	c cleaning 15982 clauses out of 32155 with flag 143000/143000
36.54/35.50	c cleaning 16930 clauses out of 34168 with flag 161000/161000
40.56/39.58	c cleaning 18013 clauses out of 36241 with flag 180003/180003
46.27/45.24	c cleaning 18965 clauses out of 38225 with flag 200002/200002
51.19/50.19	c cleaning 19754 clauses out of 40256 with flag 221000/221000
56.91/55.84	c cleaning 20562 clauses out of 42502 with flag 243000/243000
63.33/62.20	c cleaning 21603 clauses out of 44939 with flag 266001/266001
68.96/67.89	c cleaning 22355 clauses out of 47337 with flag 290004/290004
74.98/73.85	c cleaning 23403 clauses out of 49978 with flag 315000/315000
81.20/80.09	c cleaning 24396 clauses out of 52575 with flag 341000/341000
90.03/88.84	c cleaning 25699 clauses out of 55180 with flag 368001/368001
100.46/99.23	c cleaning 26757 clauses out of 57480 with flag 396000/396000
110.52/109.28	c cleaning 27661 clauses out of 59723 with flag 425002/425002
118.55/117.29	c cleaning 28572 clauses out of 62060 with flag 455002/455002
127.18/125.86	c cleaning 28853 clauses out of 64491 with flag 486005/486005
135.62/134.30	c cleaning 30361 clauses out of 67632 with flag 518001/518001
148.76/147.33	c cleaning 31953 clauses out of 70270 with flag 551000/551000
160.92/159.49	c cleaning 32621 clauses out of 72318 with flag 585001/585001
170.68/169.17	c cleaning 32963 clauses out of 74697 with flag 620001/620001
183.39/181.88	c cleaning 35245 clauses out of 77732 with flag 656001/656001
199.55/197.92	c cleaning 36088 clauses out of 79486 with flag 693000/693000
210.70/209.08	c cleaning 36471 clauses out of 81398 with flag 731000/731000
223.94/222.24	c cleaning 37466 clauses out of 83927 with flag 770000/770000
236.46/234.76	c cleaning 38962 clauses out of 86461 with flag 810000/810000
252.90/251.19	c cleaning 39527 clauses out of 88499 with flag 851000/851000
273.45/271.66	c cleaning 41407 clauses out of 90974 with flag 893002/893002
295.46/293.50	c cleaning 41849 clauses out of 92565 with flag 936000/936000
320.94/318.91	c cleaning 42691 clauses out of 94716 with flag 980000/980000
334.22/332.11	c cleaning 43249 clauses out of 97027 with flag 1025002/1025002
349.76/347.68	c cleaning 44833 clauses out of 99776 with flag 1071000/1071000
373.23/371.02	c cleaning 46077 clauses out of 101945 with flag 1118002/1118002
390.88/388.69	c cleaning 46409 clauses out of 103864 with flag 1166000/1166000
413.25/410.95	c cleaning 47843 clauses out of 106455 with flag 1215000/1215000
431.41/429.05	c cleaning 48926 clauses out of 108613 with flag 1265001/1265001
453.25/450.87	c cleaning 50413 clauses out of 110688 with flag 1316002/1316002
476.01/473.53	c cleaning 51176 clauses out of 112273 with flag 1368000/1368000
499.47/496.96	c cleaning 51966 clauses out of 114097 with flag 1421000/1421000
520.53/517.90	c cleaning 52956 clauses out of 116132 with flag 1475001/1475001
537.70/535.02	c cleaning 53560 clauses out of 118177 with flag 1530002/1530002
556.93/554.25	c cleaning 54999 clauses out of 120622 with flag 1586007/1586007
579.58/576.85	c cleaning 56248 clauses out of 122616 with flag 1643000/1643000
604.64/601.82	c cleaning 56612 clauses out of 124368 with flag 1701000/1701000
631.70/628.86	c cleaning 58039 clauses out of 126754 with flag 1760000/1760000
654.27/651.35	c cleaning 59171 clauses out of 128715 with flag 1820000/1820000
680.43/677.47	c cleaning 60425 clauses out of 130545 with flag 1881001/1881001
705.69/702.68	c cleaning 61307 clauses out of 132117 with flag 1943000/1943000
739.08/735.98	c cleaning 62356 clauses out of 133810 with flag 2006000/2006000
768.79/765.56	c cleaning 63288 clauses out of 135455 with flag 2070001/2070001
801.66/798.36	c cleaning 64637 clauses out of 137166 with flag 2135000/2135000
832.15/828.72	c cleaning 64938 clauses out of 138529 with flag 2201000/2201000
862.23/858.79	c cleaning 65003 clauses out of 140591 with flag 2268000/2268000
892.88/889.35	c cleaning 66919 clauses out of 143586 with flag 2336000/2336000
922.75/919.16	c cleaning 67786 clauses out of 145668 with flag 2405001/2405001
949.34/945.69	c cleaning 69360 clauses out of 147882 with flag 2475003/2475003
984.71/980.98	c cleaning 70303 clauses out of 149519 with flag 2546000/2546000
1019.94/1016.11	c cleaning 71301 clauses out of 151217 with flag 2618001/2618001
1060.41/1056.57	c cleaning 72117 clauses out of 152916 with flag 2691001/2691001
1102.02/1098.00	c cleaning 73306 clauses out of 154798 with flag 2765000/2765000
1139.47/1135.37	c cleaning 74181 clauses out of 156491 with flag 2840001/2840001
1177.47/1173.28	c cleaning 75026 clauses out of 158310 with flag 2916001/2916001
1215.85/1211.53	c cleaning 75816 clauses out of 160283 with flag 2993000/2993000
1251.22/1246.87	c cleaning 77016 clauses out of 162467 with flag 3071000/3071000
1305.83/1301.34	c cleaning 78401 clauses out of 164451 with flag 3150000/3150000
1361.32/1356.69	c cleaning 79287 clauses out of 166053 with flag 3230003/3230003
1412.25/1407.41	c cleaning 80183 clauses out of 167764 with flag 3311001/3311001
1447.67/1442.77	c cleaning 81217 clauses out of 169579 with flag 3393000/3393000
1488.23/1483.25	c cleaning 81884 clauses out of 171362 with flag 3476000/3476000
1525.99/1520.92	c cleaning 82782 clauses out of 173478 with flag 3560000/3560000
1570.19/1565.03	c cleaning 84146 clauses out of 175696 with flag 3645000/3645000
1611.21/1605.98	c cleaning 82912 clauses out of 177550 with flag 3731000/3731000
1651.12/1645.77	c cleaning 85437 clauses out of 181638 with flag 3818002/3818002
1698.62/1693.12	c cleaning 87049 clauses out of 184200 with flag 3906001/3906001
1748.97/1743.30	c cleaning 88246 clauses out of 186151 with flag 3995001/3995001
1795.47/1789.74	c cleaning 89086 clauses out of 187904 with flag 4085000/4085000
1800.06/1794.21	c starts		: 251
1800.06/1794.21	c conflicts		: 4100571
1800.06/1794.21	c decisions		: 11682151
1800.06/1794.21	c propagations		: 1302143676
1800.06/1794.21	c inspects		: 9168188314
1800.06/1794.21	c shortcuts		: 0
1800.06/1794.21	c learnt literals	: 43
1800.06/1794.21	c learnt binary clauses	: 79832
1800.06/1794.21	c learnt ternary clauses	: 113875
1800.06/1794.21	c learnt constraints	: 4100528
1800.06/1794.21	c ignored constraints	: 0
1800.06/1794.21	c root simplifications	: 294
1800.06/1794.21	c removed literals (reason simplification)	: 217412993
1800.06/1794.21	c reason swapping (by a shorter reason)	: 0
1800.06/1794.21	c Calls to reduceDB	: 86
1800.06/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.21	c number of learned constraints concerned by reduction	: 0
1800.06/1794.21	c number of learning phase by resolution	: 0
1800.06/1794.21	c number of learning phase by cutting planes	: 0
1800.06/1794.21	c speed (assignments/second)	: 725899.7605688372
1800.06/1794.21	c non guided choices	3886
1800.06/1794.25	c learnt constraints type 
1800.06/1794.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79798
1800.06/1794.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34715
1800.06/1794.25	c constraints type 
1800.06/1794.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
1800.06/1794.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.06/1794.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1794.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
1800.06/1794.25	c 5602 constraints processed.
1800.06/1794.25	s UNKNOWN
1800.06/1794.25	c Total wall clock time (in seconds): 1794.125

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-3710043-1338211157/watcher-3710043-1338211157 -o /tmp/evaluation-result-3710043-1338211157/solver-3710043-1338211157 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710043-1338211157.opb 

running on 4 cores: 1,3,5,7

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: 2.01 2.00 2.00 3/194 23407
/proc/meminfo: memFree=30931496/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23407/stat : 23407 (java) D 23405 23407 20249 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287240253 9515008 183 33554432000 1073741824 1073778376 140735137619296 140735137610328 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23407/statm: 2323 183 140 9 0 71 0

[startup+0.017877 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 23407
/proc/meminfo: memFree=30931496/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 287240253 103964672 1053 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100287 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 23407
/proc/meminfo: memFree=30931496/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 4238 0 1 0 7 1 0 0 20 0 18 0 287240253 9787842560 5445 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2389610 5452 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300301 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 23407
/proc/meminfo: memFree=30931496/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9558440 CPUtime=0.53 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 7142 0 1 0 51 2 0 0 20 0 18 0 287240253 9787842560 9847 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2389610 9847 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700296 s]
/proc/loadavg: 2.01 2.00 2.00 3/194 23407
/proc/meminfo: memFree=30931496/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=1.36 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 8332 0 1 0 133 3 0 0 20 0 19 0 287240253 9856004096 15212 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 15212 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 23426
/proc/meminfo: memFree=30878972/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 9094 0 1 0 223 3 0 0 20 0 19 0 287240253 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 18331 2283 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2546 0 1 0 142 2 0 0 20 0 19 0 287240254 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140123113177512 140122985568813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 287240256 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2877 0 0 0 35 0 0 0 20 0 19 0 287240259 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 2425 0 0 0 40 0 0 0 20 0 19 0 287240259 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 18331 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 23426
/proc/meminfo: memFree=30866188/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 9106 0 1 0 388 3 0 0 20 0 19 0 287240253 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 18850 2283 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=3.03 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2548 0 1 0 301 2 0 0 20 0 19 0 287240254 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140123113177512 140122985556069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287240256 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2877 0 0 0 37 0 0 0 20 0 19 0 287240259 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 2425 0 0 0 42 0 0 0 20 0 19 0 287240259 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 18850 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625004

[startup+6.30067 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 23426
/proc/meminfo: memFree=30863892/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=7.18 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 9788 0 1 0 715 3 0 0 20 0 19 0 287240253 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 19733 2283 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2549 0 1 0 616 2 0 0 20 0 19 0 287240254 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140123113177560 140122985648373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287240255 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 60 0 0 0 5 0 0 0 20 0 19 0 287240256 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2877 0 0 0 37 0 0 0 20 0 19 0 287240259 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 3070 0 0 0 48 0 0 0 20 0 19 0 287240259 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 19733 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2884 0 0 0 39 0 0 0 20 0 19 0 287240259 9856004096 87619 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 3070 0 0 0 48 0 0 0 20 0 19 0 287240259 9856004096 87619 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87619 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 95 0 0 0 30 22 0 0 20 0 19 0 287240259 9856004096 87619 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 87619 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.78
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/213 23501
/proc/meminfo: memFree=30599872/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=1727.92 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 11476 0 1 0 172732 60 0 0 20 0 19 0 287240253 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 87629 2284 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=1712.58 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2674 0 1 0 171229 29 0 0 20 0 19 0 287240254 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140123113177392 140122985569216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 138 0 0 0 71 5 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 103 0 0 0 71 3 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 102 0 0 0 81 4 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 271 0 0 0 73 2 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 209 0 0 0 76 4 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 123 0 0 0 71 3 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 208 0 0 0 69 5 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 256 0 0 0 58 3 0 0 20 0 19 0 287240255 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=3.58 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 153 0 0 0 356 2 0 0 20 0 19 0 287240256 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2884 0 0 0 39 0 0 0 20 0 19 0 287240259 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 3070 0 0 0 48 0 0 0 20 0 19 0 287240259 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 99 0 0 0 31 24 0 0 20 0 19 0 287240259 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 87629 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 23501
/proc/meminfo: memFree=30573312/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=1788.07 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 11497 0 1 0 178744 63 0 0 20 0 19 0 287240253 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 87643 2284 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=1772.31 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2675 0 1 0 177202 29 0 0 20 0 19 0 287240254 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140123113177392 140122985669236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 140 0 0 0 72 5 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 103 0 0 0 72 3 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 102 0 0 0 82 4 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 271 0 0 0 74 2 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 209 0 0 0 77 4 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 135 0 0 0 74 3 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 208 0 0 0 71 5 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 256 0 0 0 59 3 0 0 20 0 19 0 287240255 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 155 0 0 0 362 2 0 0 20 0 19 0 287240256 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2884 0 0 0 39 0 0 0 20 0 19 0 287240259 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 3070 0 0 0 48 0 0 0 20 0 19 0 287240259 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 103 0 0 0 33 24 0 0 20 0 19 0 287240259 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 87643 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.12 2.05 2.01 3/213 23501
/proc/meminfo: memFree=30573312/32873844 swapFree=6080/6080
[pid=23407] ppid=23405 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/23407/stat : 23407 (java) S 23405 23407 20249 0 -1 4202496 11506 0 1 0 179943 63 0 0 20 0 19 0 287240253 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140734548963888 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23407/statm: 2406251 87649 2284 9 0 2396937 0
[pid=23407/tid=23409] ppid=23405 vsize=9625004 CPUtime=1784.09 cores=1,3,5,7
/proc/23407/task/23409/stat : 23409 (java) R 23405 23407 20249 0 -1 4202560 2676 0 1 0 178379 30 0 0 20 0 19 0 287240254 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140123113177392 140122985686410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23410] ppid=23405 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/23407/task/23410/stat : 23410 (java) S 23405 23407 20249 0 -1 4202560 146 0 0 0 75 5 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122957228200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23411] ppid=23405 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/23407/task/23411/stat : 23411 (java) S 23405 23407 20249 0 -1 4202560 103 0 0 0 74 3 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122956175656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23412] ppid=23405 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/23407/task/23412/stat : 23412 (java) S 23405 23407 20249 0 -1 4202560 102 0 0 0 83 4 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122955123112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23413] ppid=23405 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/23407/task/23413/stat : 23413 (java) S 23405 23407 20249 0 -1 4202560 271 0 0 0 75 2 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122954070568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23414] ppid=23405 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/23407/task/23414/stat : 23414 (java) S 23405 23407 20249 0 -1 4202560 209 0 0 0 78 4 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122953018024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23415] ppid=23405 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/23407/task/23415/stat : 23415 (java) S 23405 23407 20249 0 -1 4202560 135 0 0 0 76 3 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122951965480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23416] ppid=23405 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/23407/task/23416/stat : 23416 (java) S 23405 23407 20249 0 -1 4202560 208 0 0 0 72 5 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122950912936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23417] ppid=23405 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/23407/task/23417/stat : 23417 (java) S 23405 23407 20249 0 -1 4202560 256 0 0 0 61 3 0 0 20 0 19 0 287240255 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122949860392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23407/tid=23418] ppid=23405 vsize=9625004 CPUtime=3.71 cores=1,3,5,7
/proc/23407/task/23418/stat : 23418 (java) S 23405 23407 20249 0 -1 4202560 157 0 0 0 369 2 0 0 20 0 19 0 287240256 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122937448552 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23407/tid=23419] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23419/stat : 23419 (java) S 23405 23407 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122936394872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23420] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23420/stat : 23420 (java) S 23405 23407 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287240257 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122935342216 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23421] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23421/stat : 23421 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122934290960 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23422] ppid=23405 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/23407/task/23422/stat : 23422 (java) S 23405 23407 20249 0 -1 4202560 2884 0 0 0 39 0 0 0 20 0 19 0 287240259 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122933238328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23423] ppid=23405 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/23407/task/23423/stat : 23423 (java) S 23405 23407 20249 0 -1 4202560 3070 0 0 0 48 0 0 0 20 0 19 0 287240259 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122932185784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23424] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23424/stat : 23424 (java) S 23405 23407 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287240259 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122931133432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23407/tid=23425] ppid=23405 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/23407/task/23425/stat : 23425 (java) S 23405 23407 20249 0 -1 4202560 103 0 0 0 33 25 0 0 20 0 19 0 287240259 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122930081096 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23407/tid=23426] ppid=23405 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/23407/task/23426/stat : 23426 (java) S 23405 23407 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287240291 9856004096 87649 33554432000 1073741824 1073778376 140734548972752 140122929025832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23407 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=857140
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=5847
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.27
CPU time (s): 1800.06
CPU user time (s): 1799.43
CPU system time (s): 0.63
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.00585
maximum resident set size= 350728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11543
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40248
involuntary context switches= 14186

runsolver used 10.4794 second user time and 10.9043 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 15:19:17
IDJOB=3710043
IDBENCH=90115
IDSOLVER=2289
FILE ID=node139/3710043-1338211157
RUNJOBID= node139-1338207428-23071
PBS_JOBID= 14624580
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K80.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710043-1338211157/watcher-3710043-1338211157 -o /tmp/evaluation-result-3710043-1338211157/solver-3710043-1338211157 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710043-1338211157.opb

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=1873445453

node139.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.750
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	: 5333.50
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.750
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.750
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	: 5331.90
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.750
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.750
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.92
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.750
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	: 5331.91
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.750
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.750
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:       32873844 kB
MemFree:        30931768 kB
Buffers:          432312 kB
Cached:           508704 kB
SwapCached:          828 kB
Active:           819292 kB
Inactive:         261832 kB
Active(anon):     133900 kB
Inactive(anon):     7968 kB
Active(file):     685392 kB
Inactive(file):   253864 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              1196 kB
Writeback:             0 kB
AnonPages:        150712 kB
Mapped:            20184 kB
Shmem:                 8 kB
Slab:             717292 kB
SReclaimable:     159672 kB
SUnreclaim:       557620 kB
KernelStack:        1592 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node139 at 2012-05-28 15:49:13