Trace number 3710048

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.09 1795.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
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 variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 86
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.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710048-1338212035.opb
0.07/0.14	c reading problem ... 
0.50/0.40	c ... done. Wall clock time 0.258s.
0.50/0.40	c declared #vars     5780
0.50/0.40	c #constraints  5952
0.50/0.40	c constraints type 
0.71/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
0.71/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.71/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.71/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
0.71/0.40	c 5952 constraints processed.
2.29/1.65	c cleaning 2495 clauses out of 4989 with flag 5000/5000
3.56/2.82	c cleaning 4226 clauses out of 8490 with flag 11000/11000
4.97/4.25	c cleaning 5566 clauses out of 11256 with flag 18000/18000
6.58/5.87	c cleaning 6752 clauses out of 13686 with flag 26000/26000
8.53/7.73	c cleaning 7874 clauses out of 15934 with flag 35000/35000
10.53/9.78	c cleaning 8947 clauses out of 18059 with flag 45001/45001
13.03/12.25	c cleaning 10004 clauses out of 20111 with flag 56002/56002
15.45/14.61	c cleaning 10959 clauses out of 22101 with flag 68000/68000
17.96/17.19	c cleaning 11962 clauses out of 24140 with flag 81000/81000
20.96/20.11	c cleaning 12962 clauses out of 26176 with flag 95000/95000
25.17/24.30	c cleaning 14019 clauses out of 28214 with flag 110000/110000
28.50/27.64	c cleaning 14805 clauses out of 30197 with flag 126002/126002
32.32/31.46	c cleaning 15408 clauses out of 32392 with flag 143002/143002
37.25/36.33	c cleaning 16895 clauses out of 34984 with flag 161002/161002
43.76/42.87	c cleaning 17715 clauses out of 37086 with flag 180000/180000
49.30/48.33	c cleaning 18913 clauses out of 39369 with flag 200003/200003
55.31/54.37	c cleaning 19473 clauses out of 41453 with flag 221000/221000
60.62/59.63	c cleaning 20214 clauses out of 43980 with flag 243002/243002
66.25/65.29	c cleaning 21796 clauses out of 46765 with flag 266001/266001
72.76/71.76	c cleaning 22210 clauses out of 48968 with flag 290000/290000
78.88/77.89	c cleaning 23454 clauses out of 51758 with flag 315000/315000
85.91/84.88	c cleaning 24738 clauses out of 54304 with flag 341000/341000
94.63/93.52	c cleaning 25335 clauses out of 56566 with flag 368000/368000
103.35/102.28	c cleaning 26082 clauses out of 59229 with flag 396000/396000
112.27/111.20	c cleaning 27343 clauses out of 62147 with flag 425000/425000
123.09/121.91	c cleaning 28469 clauses out of 64802 with flag 455000/455000
132.05/130.85	c cleaning 28951 clauses out of 67333 with flag 486000/486000
140.06/138.82	c cleaning 30065 clauses out of 70379 with flag 518001/518001
148.87/147.63	c cleaning 30885 clauses out of 73312 with flag 551001/551001
158.90/157.67	c cleaning 32215 clauses out of 76428 with flag 585002/585002
170.13/168.81	c cleaning 33814 clauses out of 79218 with flag 620007/620007
181.46/180.19	c cleaning 34488 clauses out of 81398 with flag 656001/656001
193.90/192.55	c cleaning 35895 clauses out of 83909 with flag 693000/693000
204.28/202.88	c cleaning 36104 clauses out of 86010 with flag 731000/731000
216.82/215.33	c cleaning 37735 clauses out of 88907 with flag 770001/770001
230.07/228.58	c cleaning 38449 clauses out of 91175 with flag 810004/810004
248.58/247.00	c cleaning 40022 clauses out of 93722 with flag 851000/851000
265.55/263.90	c cleaning 40933 clauses out of 95701 with flag 893001/893001
282.51/280.87	c cleaning 41951 clauses out of 97767 with flag 936000/936000
298.67/296.98	c cleaning 42718 clauses out of 99816 with flag 980000/980000
312.24/310.45	c cleaning 43265 clauses out of 102098 with flag 1025000/1025000
327.86/326.09	c cleaning 44546 clauses out of 104833 with flag 1071000/1071000
343.79/341.95	c cleaning 45439 clauses out of 107289 with flag 1118004/1118004
366.15/364.27	c cleaning 46524 clauses out of 109846 with flag 1166000/1166000
385.41/383.49	c cleaning 47866 clauses out of 112322 with flag 1215000/1215000
409.64/407.67	c cleaning 48626 clauses out of 114456 with flag 1265000/1265000
430.53/428.40	c cleaning 50267 clauses out of 116834 with flag 1316004/1316004
454.26/452.18	c cleaning 51025 clauses out of 118563 with flag 1368000/1368000
478.02/475.87	c cleaning 52299 clauses out of 120539 with flag 1421001/1421001
500.18/497.96	c cleaning 52995 clauses out of 122239 with flag 1475000/1475000
522.23/519.94	c cleaning 54053 clauses out of 124244 with flag 1530000/1530000
542.26/539.96	c cleaning 54626 clauses out of 126192 with flag 1586001/1586001
569.99/567.64	c cleaning 56278 clauses out of 128565 with flag 1643000/1643000
598.86/596.41	c cleaning 56880 clauses out of 130287 with flag 1701000/1701000
625.31/622.89	c cleaning 58176 clauses out of 132409 with flag 1760002/1760002
655.06/652.59	c cleaning 59232 clauses out of 134231 with flag 1820000/1820000
688.01/685.44	c cleaning 59759 clauses out of 136000 with flag 1881001/1881001
714.26/711.63	c cleaning 61056 clauses out of 138240 with flag 1943000/1943000
749.82/747.12	c cleaning 62359 clauses out of 140187 with flag 2006003/2006003
784.00/781.26	c cleaning 63022 clauses out of 141825 with flag 2070000/2070000
816.58/813.72	c cleaning 63932 clauses out of 143804 with flag 2135003/2135003
850.65/847.72	c cleaning 65076 clauses out of 145869 with flag 2201000/2201000
879.44/876.44	c cleaning 66447 clauses out of 147795 with flag 2268002/2268002
906.02/902.97	c cleaning 66751 clauses out of 149346 with flag 2336000/2336000
937.05/933.99	c cleaning 68158 clauses out of 151596 with flag 2405001/2405001
968.50/965.32	c cleaning 69069 clauses out of 153437 with flag 2475000/2475000
1005.75/1002.52	c cleaning 70089 clauses out of 155368 with flag 2546000/2546000
1050.22/1046.99	c cleaning 71177 clauses out of 157279 with flag 2618000/2618000
1093.94/1090.54	c cleaning 71356 clauses out of 159102 with flag 2691000/2691000
1133.23/1129.72	c cleaning 72955 clauses out of 161744 with flag 2765000/2765000
1177.59/1174.05	c cleaning 74218 clauses out of 163791 with flag 2840002/2840002
1216.69/1213.09	c cleaning 75346 clauses out of 165573 with flag 2916002/2916002
1260.06/1256.35	c cleaning 75931 clauses out of 167225 with flag 2993000/2993000
1312.95/1309.11	c cleaning 77167 clauses out of 169294 with flag 3071000/3071000
1350.85/1346.96	c cleaning 78098 clauses out of 171128 with flag 3150001/3150001
1393.31/1389.35	c cleaning 79391 clauses out of 173031 with flag 3230002/3230002
1438.60/1434.50	c cleaning 80479 clauses out of 174638 with flag 3311000/3311000
1483.61/1479.43	c cleaning 81529 clauses out of 176161 with flag 3393002/3393002
1520.43/1516.18	c cleaning 82279 clauses out of 177630 with flag 3476000/3476000
1556.06/1551.78	c cleaning 83127 clauses out of 179351 with flag 3560000/3560000
1599.19/1594.87	c cleaning 83799 clauses out of 181224 with flag 3645000/3645000
1644.35/1639.96	c cleaning 85167 clauses out of 183426 with flag 3731001/3731001
1694.53/1690.03	c cleaning 86404 clauses out of 185260 with flag 3818002/3818002
1752.76/1748.03	c cleaning 87372 clauses out of 186854 with flag 3906000/3906000
1800.09/1795.31	c starts		: 251
1800.09/1795.31	c conflicts		: 3971755
1800.09/1795.31	c decisions		: 11406063
1800.09/1795.31	c propagations		: 1261826663
1800.09/1795.31	c inspects		: 8570020368
1800.09/1795.31	c shortcuts		: 0
1800.09/1795.31	c learnt literals	: 37
1800.09/1795.31	c learnt binary clauses	: 80917
1800.09/1795.31	c learnt ternary clauses	: 117753
1800.09/1795.31	c learnt constraints	: 3971718
1800.09/1795.31	c ignored constraints	: 0
1800.09/1795.31	c root simplifications	: 288
1800.09/1795.31	c removed literals (reason simplification)	: 208411076
1800.09/1795.31	c reason swapping (by a shorter reason)	: 0
1800.09/1795.31	c Calls to reduceDB	: 84
1800.09/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.31	c number of learned constraints concerned by reduction	: 0
1800.09/1795.31	c number of learning phase by resolution	: 0
1800.09/1795.31	c number of learning phase by cutting planes	: 0
1800.09/1795.31	c speed (assignments/second)	: 703006.3986815986
1800.09/1795.31	c non guided choices	4718
1800.09/1795.36	c learnt constraints type 
1800.09/1795.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80887
1800.09/1795.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84409
1800.09/1795.36	c constraints type 
1800.09/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
1800.09/1795.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
1800.09/1795.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
1800.09/1795.36	c 5952 constraints processed.
1800.09/1795.36	s UNKNOWN
1800.09/1795.36	c Total wall clock time (in seconds): 1795.22

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-3710048-1338212035/watcher-3710048-1338212035 -o /tmp/evaluation-result-3710048-1338212035/solver-3710048-1338212035 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710048-1338212035.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.93 1.98 1.99 3/193 11782
/proc/meminfo: memFree=30937824/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11782/stat : 11782 (java) D 11780 11782 9972 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287332009 9515008 182 33554432000 1073741824 1073778376 140733200087776 140733200078808 270118239925 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/11782/statm: 2323 182 140 9 0 71 0

[startup+0.094753 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 11782
/proc/meminfo: memFree=30937824/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 3515 0 1 0 6 1 0 0 20 0 18 0 287332009 9787842560 4212 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2389610 4212 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100255 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 11782
/proc/meminfo: memFree=30937824/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 3730 0 1 0 6 1 0 0 20 0 18 0 287332009 9787842560 4427 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2389610 4429 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30023 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 11782
/proc/meminfo: memFree=30937824/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9558440 CPUtime=0.5 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 7364 0 1 0 48 2 0 0 20 0 18 0 287332009 9787842560 8980 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2389610 8980 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.70024 s]
/proc/loadavg: 1.93 1.98 1.99 3/193 11782
/proc/meminfo: memFree=30937824/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 9846 0 1 0 132 3 0 0 20 0 19 0 287332009 9856004096 14917 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 14917 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 11801
/proc/meminfo: memFree=30884424/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 9868 0 1 0 215 4 0 0 20 0 19 0 287332009 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 15449 2257 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2572 0 1 0 144 2 0 0 20 0 19 0 287332010 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787840402040 139787712939291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287332012 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3726 0 0 0 35 1 0 0 20 0 19 0 287332016 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2369 0 0 0 31 0 0 0 20 0 19 0 287332016 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 15449 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10055 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 11801
/proc/meminfo: memFree=30873564/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=3.87 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 9956 0 1 0 383 4 0 0 20 0 19 0 287332009 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 18596 2282 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2576 0 1 0 301 2 0 0 20 0 19 0 287332010 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787840401816 139787712928684 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287332012 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2393 0 0 0 36 0 0 0 20 0 19 0 287332016 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 18596 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 11802
/proc/meminfo: memFree=30871128/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=7.12 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 10359 0 1 0 708 4 0 0 20 0 19 0 287332009 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 19245 2283 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2577 0 1 0 616 2 0 0 20 0 19 0 287332010 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787840401712 139787712889414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287332011 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 59 0 0 0 5 0 0 0 20 0 19 0 287332012 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2764 0 0 0 41 0 0 0 20 0 19 0 287332016 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 19245 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 83738 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 287332016 9856004096 83738 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 83738 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 99 0 0 0 28 23 0 0 20 0 19 0 287332016 9856004096 83738 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 83738 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.88
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11899
/proc/meminfo: memFree=30503596/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=1787.08 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 11968 0 1 0 178657 51 0 0 20 0 19 0 287332009 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 99102 2284 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=1773.09 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2704 0 1 0 177280 29 0 0 20 0 19 0 287332010 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787840401712 139787712939329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 144 0 0 0 65 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 301 0 0 0 60 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 201 0 0 0 64 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 92 0 0 0 57 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 97 0 0 0 62 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 146 0 0 0 61 2 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 109 0 0 0 66 5 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 228 0 0 0 58 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 155 0 0 0 308 1 0 0 20 0 19 0 287332012 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 103 0 0 0 28 25 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11899
/proc/meminfo: memFree=30503720/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 11968 0 1 0 179958 51 0 0 20 0 19 0 287332009 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 99102 2284 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=1786.07 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2704 0 1 0 178577 30 0 0 20 0 19 0 287332010 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787840401712 139787712889534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 144 0 0 0 65 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 301 0 0 0 60 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 201 0 0 0 64 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 92 0 0 0 57 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 97 0 0 0 62 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 146 0 0 0 61 2 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 109 0 0 0 66 5 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 228 0 0 0 58 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 155 0 0 0 308 1 0 0 20 0 19 0 287332012 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 103 0 0 0 28 25 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 11899
/proc/meminfo: memFree=30503720/32873844 swapFree=6872/6872
[pid=11782] ppid=11780 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/11782/stat : 11782 (java) S 11780 11782 9972 0 -1 4202496 11968 0 1 0 179958 51 0 0 20 0 19 0 287332009 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 140736360996656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11782/statm: 2406251 99102 2284 9 0 2396937 0
[pid=11782/tid=11784] ppid=11780 vsize=9625004 CPUtime=1786.07 cores=0,2,4,6
/proc/11782/task/11784/stat : 11784 (java) R 11780 11782 9972 0 -1 4202560 2704 0 1 0 178577 30 0 0 20 0 19 0 287332010 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787840401712 139787712889534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11785] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11785/stat : 11785 (java) S 11780 11782 9972 0 -1 4202560 144 0 0 0 65 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787683887400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11786] ppid=11780 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/11782/task/11786/stat : 11786 (java) S 11780 11782 9972 0 -1 4202560 301 0 0 0 60 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787682834600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11787] ppid=11780 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/11782/task/11787/stat : 11787 (java) S 11780 11782 9972 0 -1 4202560 201 0 0 0 64 4 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787681782312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11782/tid=11788] ppid=11780 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/11782/task/11788/stat : 11788 (java) S 11780 11782 9972 0 -1 4202560 92 0 0 0 57 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787680729512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11789] ppid=11780 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/11782/task/11789/stat : 11789 (java) S 11780 11782 9972 0 -1 4202560 97 0 0 0 62 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787679677224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11790] ppid=11780 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/11782/task/11790/stat : 11790 (java) S 11780 11782 9972 0 -1 4202560 146 0 0 0 61 2 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787678624424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11791] ppid=11780 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/11782/task/11791/stat : 11791 (java) S 11780 11782 9972 0 -1 4202560 109 0 0 0 66 5 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787677572136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11792] ppid=11780 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/11782/task/11792/stat : 11792 (java) S 11780 11782 9972 0 -1 4202560 228 0 0 0 58 3 0 0 20 0 19 0 287332011 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787676519336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11793] ppid=11780 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/11782/task/11793/stat : 11793 (java) S 11780 11782 9972 0 -1 4202560 155 0 0 0 308 1 0 0 20 0 19 0 287332012 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787664320744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11794] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11794/stat : 11794 (java) S 11780 11782 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787663266808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11795] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11795/stat : 11795 (java) S 11780 11782 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287332013 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787662214408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11796] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11796/stat : 11796 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787661162896 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11797] ppid=11780 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/11782/task/11797/stat : 11797 (java) S 11780 11782 9972 0 -1 4202560 3733 0 0 0 38 2 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787660110520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11782/tid=11798] ppid=11780 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/11782/task/11798/stat : 11798 (java) S 11780 11782 9972 0 -1 4202560 2769 0 0 0 43 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787659057720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11799] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11799/stat : 11799 (java) S 11780 11782 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787658005624 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11782/tid=11800] ppid=11780 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/11782/task/11800/stat : 11800 (java) S 11780 11782 9972 0 -1 4202560 103 0 0 0 28 25 0 0 20 0 19 0 287332016 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787656953032 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11782/tid=11801] ppid=11780 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/11782/task/11801/stat : 11801 (java) S 11780 11782 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287332050 9856004096 99102 33554432000 1073741824 1073778376 140736361005520 139787655898024 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11782 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=128099
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=994848
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.37
CPU time (s): 1800.09
CPU user time (s): 1799.58
CPU system time (s): 0.51
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.13
system time used= 0.994848
maximum resident set size= 396544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40237
involuntary context switches= 12481

runsolver used 6.49901 second user time and 14.1349 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 15:33:55
IDJOB=3710048
IDBENCH=90118
IDSOLVER=2289
FILE ID=node106/3710048-1338212035
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K85.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-3710048-1338212035/watcher-3710048-1338212035 -o /tmp/evaluation-result-3710048-1338212035/solver-3710048-1338212035 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710048-1338212035.opb

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=533229034

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        30937716 kB
Buffers:          306292 kB
Cached:           568900 kB
SwapCached:            0 kB
Active:           881312 kB
Inactive:         197388 kB
Active(anon):     194492 kB
Inactive(anon):    11256 kB
Active(file):     686820 kB
Inactive(file):   186132 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1012 kB
Writeback:             0 kB
AnonPages:        209948 kB
Mapped:            18696 kB
Shmem:               200 kB
Slab:             716564 kB
SReclaimable:     158668 kB
SUnreclaim:       557896 kB
KernelStack:        1616 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71328 MiB
End job on node106 at 2012-05-28 16:03:53