Trace number 3710031

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.05 1796.17

General information on the benchmark

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

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710031-1338215630.opb
0.07/0.13	c reading problem ... 
1.12/0.63	c ... done. Wall clock time 0.494s.
1.12/0.63	c declared #vars     23681
1.12/0.63	c #constraints  24081
1.12/0.63	c constraints type 
1.12/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1.12/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1.12/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.12/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1.12/0.63	c 24081 constraints processed.
4.92/4.05	c cleaning 2396 clauses out of 4995 with flag 5000/5000
8.85/7.82	c cleaning 4130 clauses out of 8591 with flag 11000/11000
13.45/12.48	c cleaning 5637 clauses out of 11458 with flag 18000/18000
18.37/17.30	c cleaning 6319 clauses out of 13815 with flag 26000/26000
24.02/23.00	c cleaning 6407 clauses out of 16496 with flag 35000/35000
29.98/28.90	c cleaning 7646 clauses out of 20089 with flag 45000/45000
36.50/35.38	c cleaning 8480 clauses out of 23442 with flag 56000/56000
45.93/44.75	c cleaning 9531 clauses out of 26957 with flag 68000/68000
53.45/52.21	c cleaning 10749 clauses out of 30426 with flag 81000/81000
62.51/61.26	c cleaning 10916 clauses out of 33680 with flag 95006/95006
71.83/70.55	c cleaning 12040 clauses out of 37758 with flag 110000/110000
81.13/79.89	c cleaning 13881 clauses out of 41718 with flag 126000/126000
92.06/90.77	c cleaning 13845 clauses out of 44837 with flag 143000/143000
103.77/102.48	c cleaning 14627 clauses out of 48992 with flag 161000/161000
116.10/114.77	c cleaning 15465 clauses out of 53362 with flag 180000/180000
129.74/128.32	c cleaning 15994 clauses out of 57897 with flag 200000/200000
143.65/142.29	c cleaning 16752 clauses out of 62900 with flag 221000/221000
157.67/156.28	c cleaning 18351 clauses out of 68148 with flag 243000/243000
173.19/171.75	c cleaning 19673 clauses out of 72796 with flag 266000/266000
187.20/185.78	c cleaning 19771 clauses out of 77123 with flag 290000/290000
203.53/202.08	c cleaning 21373 clauses out of 82352 with flag 315000/315000
221.14/219.62	c cleaning 21132 clauses out of 86975 with flag 341000/341000
236.48/234.96	c cleaning 22736 clauses out of 92842 with flag 368000/368000
253.55/251.97	c cleaning 23906 clauses out of 98106 with flag 396000/396000
272.97/271.36	c cleaning 25150 clauses out of 103202 with flag 425002/425002
292.50/290.80	c cleaning 26098 clauses out of 108048 with flag 455000/455000
309.35/307.63	c cleaning 27920 clauses out of 112950 with flag 486002/486002
328.89/327.14	c cleaning 27224 clauses out of 117030 with flag 518002/518002
351.12/349.33	c cleaning 28636 clauses out of 122804 with flag 551000/551000
374.85/373.05	c cleaning 29937 clauses out of 128168 with flag 585000/585000
397.89/396.02	c cleaning 30514 clauses out of 133229 with flag 620000/620000
418.83/416.93	c cleaning 31097 clauses out of 138715 with flag 656000/656000
442.27/440.30	c cleaning 31943 clauses out of 144616 with flag 693000/693000
474.01/472.07	c cleaning 34757 clauses out of 150673 with flag 731000/731000
498.99/496.94	c cleaning 34963 clauses out of 154916 with flag 770000/770000
526.64/524.52	c cleaning 34917 clauses out of 159953 with flag 810000/810000
557.77/555.64	c cleaning 37307 clauses out of 166036 with flag 851000/851000
585.83/583.68	c cleaning 37175 clauses out of 170730 with flag 893001/893001
615.86/613.61	c cleaning 38606 clauses out of 176554 with flag 936000/936000
645.82/643.54	c cleaning 39262 clauses out of 181947 with flag 980000/980000
675.14/672.89	c cleaning 39308 clauses out of 187684 with flag 1025001/1025001
711.86/709.53	c cleaning 42064 clauses out of 194376 with flag 1071001/1071001
746.03/743.67	c cleaning 42514 clauses out of 199310 with flag 1118000/1118000
779.72/777.25	c cleaning 42248 clauses out of 204794 with flag 1166000/1166000
815.54/813.04	c cleaning 43787 clauses out of 211547 with flag 1215001/1215001
850.87/848.37	c cleaning 45566 clauses out of 217759 with flag 1265000/1265000
888.62/886.09	c cleaning 47080 clauses out of 223193 with flag 1316000/1316000
921.78/919.13	c cleaning 46482 clauses out of 228113 with flag 1368000/1368000
954.85/952.18	c cleaning 48045 clauses out of 234632 with flag 1421001/1421001
990.90/988.13	c cleaning 49749 clauses out of 240586 with flag 1475000/1475000
1040.36/1037.56	c cleaning 49173 clauses out of 245840 with flag 1530003/1530003
1084.22/1081.35	c cleaning 51715 clauses out of 252664 with flag 1586000/1586000
1125.59/1122.66	c cleaning 51971 clauses out of 257948 with flag 1643001/1643001
1166.64/1163.67	c cleaning 53164 clauses out of 263978 with flag 1701002/1701002
1210.85/1207.74	c cleaning 54268 clauses out of 269810 with flag 1760000/1760000
1253.27/1250.10	c cleaning 54738 clauses out of 275552 with flag 1820010/1820010
1296.92/1293.74	c cleaning 56250 clauses out of 281803 with flag 1881000/1881000
1341.57/1338.37	c cleaning 56954 clauses out of 287553 with flag 1943000/1943000
1387.78/1384.47	c cleaning 58630 clauses out of 293598 with flag 2006000/2006000
1433.41/1429.96	c cleaning 58252 clauses out of 298965 with flag 2070000/2070000
1479.65/1476.18	c cleaning 60819 clauses out of 305713 with flag 2135000/2135000
1528.00/1524.41	c cleaning 61637 clauses out of 310897 with flag 2201003/2201003
1574.08/1570.45	c cleaning 62255 clauses out of 316257 with flag 2268000/2268000
1621.82/1618.19	c cleaning 63395 clauses out of 322004 with flag 2336002/2336002
1670.07/1666.38	c cleaning 63490 clauses out of 327606 with flag 2405001/2405001
1723.94/1720.11	c cleaning 64013 clauses out of 334115 with flag 2475000/2475000
1772.71/1768.88	c cleaning 65621 clauses out of 341102 with flag 2546000/2546000
1800.05/1796.11	c starts		: 221
1800.05/1796.11	c conflicts		: 2585921
1800.05/1796.11	c decisions		: 23588657
1800.05/1796.11	c propagations		: 3682515618
1800.05/1796.11	c inspects		: 6611951325
1800.05/1796.11	c shortcuts		: 0
1800.05/1796.11	c learnt literals	: 40
1800.05/1796.11	c learnt binary clauses	: 242692
1800.05/1796.11	c learnt ternary clauses	: 261455
1800.05/1796.11	c learnt constraints	: 2585881
1800.05/1796.11	c ignored constraints	: 0
1800.05/1796.11	c root simplifications	: 261
1800.05/1796.11	c removed literals (reason simplification)	: 24085209
1800.05/1796.11	c reason swapping (by a shorter reason)	: 0
1800.05/1796.11	c Calls to reduceDB	: 67
1800.05/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.11	c number of learned constraints concerned by reduction	: 0
1800.05/1796.11	c number of learning phase by resolution	: 0
1800.05/1796.11	c number of learning phase by cutting planes	: 0
1800.05/1796.11	c speed (assignments/second)	: 2051014.214733709
1800.05/1796.11	c non guided choices	5440
1800.05/1796.16	c learnt constraints type 
1800.05/1796.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 242678
1800.05/1796.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72779
1800.05/1796.16	c constraints type 
1800.05/1796.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1800.05/1796.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1800.05/1796.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1796.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1800.05/1796.16	c 24081 constraints processed.
1800.05/1796.16	s UNKNOWN
1800.05/1796.16	c Total wall clock time (in seconds): 1796.031

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-3710031-1338215630/watcher-3710031-1338215630 -o /tmp/evaluation-result-3710031-1338215630/solver-3710031-1338215630 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710031-1338215630.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.99 2.00 2.00 3/194 12072
/proc/meminfo: memFree=30906412/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12072/stat : 12072 (java) D 12070 12072 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287691457 9515008 182 33554432000 1073741824 1073778376 140733777937104 140733777928136 270118239925 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/12072/statm: 2323 182 140 9 0 71 0

[startup+0.082173 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 12072
/proc/meminfo: memFree=30906412/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 3321 0 1 0 4 1 0 0 20 0 18 0 287691457 9787842560 4528 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2389610 4529 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100199 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 12072
/proc/meminfo: memFree=30906412/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 3883 0 1 0 6 1 0 0 20 0 18 0 287691457 9787842560 5090 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2389610 5096 2058 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30017 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 12072
/proc/meminfo: memFree=30906412/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 7139 0 1 0 50 2 0 0 20 0 18 0 287691457 9787842560 10404 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2389610 10404 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700189 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 12072
/proc/meminfo: memFree=30906412/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 9127 0 1 0 130 6 0 0 20 0 19 0 287691457 9856004096 42659 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 42659 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50076 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 12091
/proc/meminfo: memFree=30744756/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=2.41 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 9954 0 1 0 235 6 0 0 20 0 19 0 287691457 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 42692 2274 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2572 0 1 0 141 4 0 0 20 0 19 0 287691459 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443728192232 140443569129420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2269 0 0 0 43 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 3820 0 0 0 45 1 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625004

[startup+3.10077 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 12091
/proc/meminfo: memFree=30743996/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 9955 0 1 0 395 6 0 0 20 0 19 0 287691457 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 42692 2274 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2573 0 1 0 301 4 0 0 20 0 19 0 287691459 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443728189920 140443569089768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2269 0 0 0 43 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 3820 0 0 0 45 1 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 42692 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 12091
/proc/meminfo: memFree=30720972/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=7.32 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 10322 0 1 0 725 7 0 0 20 0 19 0 287691457 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 48188 2286 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2576 0 1 0 616 4 0 0 20 0 19 0 287691459 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443728189600 140443569048080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287691460 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 287691461 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2269 0 0 0 45 0 0 0 20 0 19 0 287691464 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 4131 0 0 0 52 1 0 0 20 0 19 0 287691464 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 48188 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2550 0 0 0 52 0 0 0 20 0 19 0 287691464 9856004096 85500 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 4536 0 0 0 64 2 0 0 20 0 19 0 287691464 9856004096 85500 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85500 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 99 0 0 0 34 22 0 0 20 0 19 0 287691464 9856004096 85500 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 85500 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.22
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12190
/proc/meminfo: memFree=30567236/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=1786.25 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 12187 0 1 0 178578 47 0 0 20 0 19 0 287691457 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 85505 2287 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=1772.21 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2639 0 1 0 177188 33 0 0 20 0 19 0 287691459 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443728191792 140443569122047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 83 0 0 0 42 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 68 0 0 0 37 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 95 0 0 0 47 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 245 0 0 0 44 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 101 0 0 0 49 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 105 0 0 0 43 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 86 0 0 0 42 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 164 0 0 0 44 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=4.35 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 225 0 0 0 433 2 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2550 0 0 0 52 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 4536 0 0 0 64 2 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 103 0 0 0 35 22 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.25
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12190
/proc/meminfo: memFree=30567236/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 12187 0 1 0 179958 47 0 0 20 0 19 0 287691457 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 85505 2287 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=1785.97 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2639 0 1 0 178563 34 0 0 20 0 19 0 287691459 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443728191792 140443569047348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 83 0 0 0 42 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 68 0 0 0 37 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 95 0 0 0 47 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 245 0 0 0 44 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 101 0 0 0 49 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 105 0 0 0 43 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 86 0 0 0 42 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 164 0 0 0 44 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=4.35 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 225 0 0 0 433 2 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2550 0 0 0 52 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 4536 0 0 0 64 2 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 103 0 0 0 35 23 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1796.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 12190
/proc/meminfo: memFree=30567236/32873844 swapFree=6872/6872
[pid=12072] ppid=12070 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/12072/stat : 12072 (java) S 12070 12072 9972 0 -1 4202496 12187 0 1 0 179958 47 0 0 20 0 19 0 287691457 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140736080117920 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12072/statm: 2406251 85505 2287 9 0 2396937 0
[pid=12072/tid=12074] ppid=12070 vsize=9625004 CPUtime=1785.97 cores=0,2,4,6
/proc/12072/task/12074/stat : 12074 (java) R 12070 12072 9972 0 -1 4202560 2639 0 1 0 178563 34 0 0 20 0 19 0 287691459 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443728191792 140443569047348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12075] ppid=12070 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/12072/task/12075/stat : 12075 (java) S 12070 12072 9972 0 -1 4202560 83 0 0 0 42 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443689684008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12076] ppid=12070 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/12072/task/12076/stat : 12076 (java) S 12070 12072 9972 0 -1 4202560 68 0 0 0 37 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443688631208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12077] ppid=12070 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/12072/task/12077/stat : 12077 (java) S 12070 12072 9972 0 -1 4202560 95 0 0 0 47 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443687578408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12078] ppid=12070 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/12072/task/12078/stat : 12078 (java) S 12070 12072 9972 0 -1 4202560 245 0 0 0 44 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443568302760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12079] ppid=12070 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/12072/task/12079/stat : 12079 (java) S 12070 12072 9972 0 -1 4202560 101 0 0 0 49 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443567249960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12080] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12080/stat : 12080 (java) S 12070 12072 9972 0 -1 4202560 105 0 0 0 43 2 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443566197160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12081] ppid=12070 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/12072/task/12081/stat : 12081 (java) S 12070 12072 9972 0 -1 4202560 86 0 0 0 42 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443565144360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12072/tid=12082] ppid=12070 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/12072/task/12082/stat : 12082 (java) S 12070 12072 9972 0 -1 4202560 164 0 0 0 44 3 0 0 20 0 19 0 287691460 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443564091560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12083] ppid=12070 vsize=9625004 CPUtime=4.35 cores=0,2,4,6
/proc/12072/task/12083/stat : 12083 (java) S 12070 12072 9972 0 -1 4202560 225 0 0 0 433 2 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443081763816 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12072/tid=12084] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12084/stat : 12084 (java) S 12070 12072 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443080709880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12085] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12085/stat : 12085 (java) S 12070 12072 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287691461 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443079656968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12086] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12086/stat : 12086 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443078605456 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12087] ppid=12070 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/12072/task/12087/stat : 12087 (java) S 12070 12072 9972 0 -1 4202560 2550 0 0 0 52 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443077552568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12072/tid=12088] ppid=12070 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/12072/task/12088/stat : 12088 (java) S 12070 12072 9972 0 -1 4202560 4536 0 0 0 64 2 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443076499768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12089] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12089/stat : 12089 (java) S 12070 12072 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443075447160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12072/tid=12090] ppid=12070 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/12072/task/12090/stat : 12090 (java) S 12070 12072 9972 0 -1 4202560 103 0 0 0 35 23 0 0 20 0 19 0 287691464 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443074394568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=12072/tid=12091] ppid=12070 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/12072/task/12091/stat : 12091 (java) S 12070 12072 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287691523 9856004096 85505 33554432000 1073741824 1073778376 140736080126784 140443073341096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.17
CPU time (s): 1800.05
CPU user time (s): 1799.58
CPU system time (s): 0.47
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 0.956854
maximum resident set size= 342144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12219
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39803
involuntary context switches= 17132

runsolver used 5.8931 second user time and 14.9117 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 16:33:50
IDJOB=3710031
IDBENCH=90145
IDSOLVER=2289
FILE ID=node106/3710031-1338215630
RUNJOBID= node106-1338195726-9988
PBS_JOBID= 14624610
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=222755869

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:        30906792 kB
Buffers:          308768 kB
Cached:           571408 kB
SwapCached:            0 kB
Active:           901732 kB
Inactive:         199644 kB
Active(anon):     212344 kB
Inactive(anon):    11256 kB
Active(file):     689388 kB
Inactive(file):   188388 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:        236148 kB
Mapped:            18724 kB
Shmem:               200 kB
Slab:             716556 kB
SReclaimable:     158696 kB
SUnreclaim:       557860 kB
KernelStack:        1600 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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 17:03:48