Trace number 3710007

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.6 1795.28

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710007-1338216063.opb
0.10/0.12	c reading problem ... 
0.97/0.50	c ... done. Wall clock time 0.381s.
0.97/0.50	c declared #vars     15589
0.97/0.50	c #constraints  15853
0.97/0.50	c constraints type 
0.97/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
0.97/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
0.97/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.97/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
0.97/0.50	c 15853 constraints processed.
3.45/2.51	c cleaning 2471 clauses out of 4994 with flag 5000/5000
5.55/4.58	c cleaning 4246 clauses out of 8506 with flag 11000/11000
7.85/6.85	c cleaning 5564 clauses out of 11259 with flag 18000/18000
10.56/9.58	c cleaning 6753 clauses out of 13690 with flag 26000/26000
13.62/12.53	c cleaning 7791 clauses out of 15935 with flag 35000/35000
17.13/16.03	c cleaning 8887 clauses out of 18144 with flag 45000/45000
20.76/19.66	c cleaning 9903 clauses out of 20257 with flag 56000/56000
24.96/23.87	c cleaning 10929 clauses out of 22352 with flag 68000/68000
29.68/28.54	c cleaning 11312 clauses out of 24420 with flag 81000/81000
34.21/33.06	c cleaning 11963 clauses out of 27108 with flag 95000/95000
39.61/38.43	c cleaning 12989 clauses out of 30141 with flag 110000/110000
45.53/44.33	c cleaning 14083 clauses out of 33153 with flag 126001/126001
51.36/50.20	c cleaning 14564 clauses out of 36068 with flag 143002/143002
57.69/56.41	c cleaning 15807 clauses out of 39503 with flag 161001/161001
64.41/63.18	c cleaning 16859 clauses out of 42694 with flag 180001/180001
71.33/70.07	c cleaning 17851 clauses out of 45834 with flag 200000/200000
79.36/78.03	c cleaning 18447 clauses out of 48981 with flag 221000/221000
88.13/86.77	c cleaning 18979 clauses out of 52533 with flag 243002/243002
96.25/94.83	c cleaning 20232 clauses out of 56553 with flag 266001/266001
105.18/103.70	c cleaning 21928 clauses out of 60320 with flag 290000/290000
114.00/112.54	c cleaning 22352 clauses out of 63388 with flag 315000/315000
124.05/122.55	c cleaning 23210 clauses out of 67038 with flag 341002/341002
135.16/133.62	c cleaning 24167 clauses out of 70826 with flag 368000/368000
144.89/143.34	c cleaning 25140 clauses out of 74659 with flag 396000/396000
157.00/155.46	c cleaning 26144 clauses out of 78519 with flag 425000/425000
168.93/167.32	c cleaning 26863 clauses out of 82375 with flag 455000/455000
186.23/184.61	c cleaning 28188 clauses out of 86514 with flag 486004/486004
200.67/199.00	c cleaning 29224 clauses out of 90322 with flag 518000/518000
219.01/217.30	c cleaning 30248 clauses out of 94098 with flag 551000/551000
237.08/235.40	c cleaning 31333 clauses out of 97850 with flag 585000/585000
254.13/252.38	c cleaning 32408 clauses out of 101516 with flag 620001/620001
270.30/268.50	c cleaning 32748 clauses out of 105105 with flag 656000/656000
287.01/285.17	c cleaning 34474 clauses out of 109358 with flag 693001/693001
303.02/301.15	c cleaning 34712 clauses out of 112884 with flag 731001/731001
322.74/320.81	c cleaning 36225 clauses out of 117171 with flag 770000/770000
340.81/338.83	c cleaning 36480 clauses out of 120946 with flag 810000/810000
360.34/358.35	c cleaning 38191 clauses out of 125468 with flag 851002/851002
385.37/383.35	c cleaning 39052 clauses out of 129276 with flag 893001/893001
410.53/408.46	c cleaning 40219 clauses out of 133223 with flag 936000/936000
432.51/430.35	c cleaning 41463 clauses out of 137000 with flag 980001/980001
461.45/459.23	c cleaning 43475 clauses out of 140537 with flag 1025001/1025001
490.89/488.67	c cleaning 44113 clauses out of 143061 with flag 1071000/1071000
511.68/509.39	c cleaning 43549 clauses out of 145950 with flag 1118002/1118002
542.52/540.19	c cleaning 45026 clauses out of 150399 with flag 1166000/1166000
564.16/561.70	c cleaning 45412 clauses out of 154372 with flag 1215000/1215000
588.59/586.15	c cleaning 46953 clauses out of 158959 with flag 1265000/1265000
624.22/621.71	c cleaning 49007 clauses out of 163006 with flag 1316000/1316000
655.30/652.74	c cleaning 49183 clauses out of 166000 with flag 1368001/1368001
684.28/681.60	c cleaning 49900 clauses out of 169816 with flag 1421000/1421000
732.34/729.63	c cleaning 49696 clauses out of 173916 with flag 1475000/1475000
760.32/757.59	c cleaning 51567 clauses out of 179220 with flag 1530000/1530000
788.58/785.73	c cleaning 53347 clauses out of 183653 with flag 1586000/1586000
826.03/823.18	c cleaning 55048 clauses out of 187303 with flag 1643000/1643000
856.20/853.21	c cleaning 53926 clauses out of 190255 with flag 1701000/1701000
912.96/909.95	c cleaning 56247 clauses out of 195329 with flag 1760000/1760000
947.87/944.78	c cleaning 57733 clauses out of 199082 with flag 1820000/1820000
980.85/977.61	c cleaning 58565 clauses out of 202347 with flag 1881000/1881000
1014.83/1011.54	c cleaning 58677 clauses out of 205782 with flag 1943002/1943002
1051.56/1048.22	c cleaning 60990 clauses out of 210103 with flag 2006000/2006000
1090.12/1086.73	c cleaning 61385 clauses out of 213113 with flag 2070000/2070000
1123.69/1120.29	c cleaning 62268 clauses out of 216728 with flag 2135000/2135000
1177.77/1174.26	c cleaning 63685 clauses out of 220460 with flag 2201000/2201000
1233.57/1229.96	c cleaning 65974 clauses out of 223775 with flag 2268000/2268000
1275.09/1271.35	c cleaning 65278 clauses out of 225802 with flag 2336001/2336001
1312.79/1308.94	c cleaning 65855 clauses out of 229527 with flag 2405004/2405004
1354.93/1351.10	c cleaning 67391 clauses out of 233668 with flag 2475000/2475000
1399.32/1395.30	c cleaning 68988 clauses out of 237277 with flag 2546000/2546000
1454.87/1450.83	c cleaning 69622 clauses out of 240289 with flag 2618000/2618000
1523.17/1519.08	c cleaning 70854 clauses out of 243670 with flag 2691003/2691003
1568.16/1563.96	c cleaning 71294 clauses out of 246813 with flag 2765001/2765001
1619.55/1615.24	c cleaning 72980 clauses out of 250519 with flag 2840001/2840001
1682.05/1677.61	c cleaning 74147 clauses out of 253538 with flag 2916000/2916000
1733.64/1729.17	c cleaning 75103 clauses out of 256391 with flag 2993000/2993000
1795.19/1790.45	c cleaning 75819 clauses out of 259291 with flag 3071003/3071003
1800.05/1795.22	c starts		: 231
1800.05/1795.22	c conflicts		: 3077770
1800.05/1795.22	c decisions		: 13231380
1800.05/1795.22	c propagations		: 2350571102
1800.05/1795.22	c inspects		: 6257978609
1800.05/1795.22	c shortcuts		: 0
1800.05/1795.22	c learnt literals	: 39
1800.05/1795.22	c learnt binary clauses	: 149702
1800.05/1795.22	c learnt ternary clauses	: 186159
1800.05/1795.22	c learnt constraints	: 3077730
1800.05/1795.22	c ignored constraints	: 0
1800.05/1795.22	c root simplifications	: 270
1800.05/1795.22	c removed literals (reason simplification)	: 78168956
1800.05/1795.22	c reason swapping (by a shorter reason)	: 0
1800.05/1795.22	c Calls to reduceDB	: 74
1800.05/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.22	c number of learned constraints concerned by reduction	: 0
1800.05/1795.22	c number of learning phase by resolution	: 0
1800.05/1795.22	c number of learning phase by cutting planes	: 0
1800.05/1795.22	c speed (assignments/second)	: 1309730.719040195
1800.05/1795.22	c non guided choices	2552
1800.05/1795.26	c learnt constraints type 
1800.05/1795.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149690
1800.05/1795.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40593
1800.05/1795.26	c constraints type 
1800.05/1795.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1800.05/1795.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1800.05/1795.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1795.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1800.05/1795.26	c 15853 constraints processed.
1800.05/1795.26	s UNKNOWN
1800.05/1795.26	c Total wall clock time (in seconds): 1795.142

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

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.07 2.01 3/194 25406
/proc/meminfo: memFree=28235580/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25406/stat : 25406 (java) D 25404 25406 24478 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287732256 9515008 182 33554432000 1073741824 1073778376 140735626872928 140735626863960 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25406/statm: 2323 182 140 9 0 71 0

[startup+0.106068 s]
/proc/loadavg: 2.21 2.07 2.01 3/194 25406
/proc/meminfo: memFree=28235580/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 4344 0 1 0 9 1 0 0 20 0 18 0 287732256 9787842560 5551 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2389610 5553 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.200217 s]
/proc/loadavg: 2.21 2.07 2.01 3/194 25406
/proc/meminfo: memFree=28235580/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 4982 0 1 0 26 1 0 0 20 0 18 0 287732256 9787842560 6626 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2389610 6626 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558440

[startup+0.326126 s]
/proc/loadavg: 2.21 2.07 2.01 3/194 25406
/proc/meminfo: memFree=28235580/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9558440 CPUtime=0.6 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 7446 0 1 0 58 2 0 0 20 0 18 0 287732256 9787842560 11591 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2389610 11591 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558440

[startup+0.700191 s]
/proc/loadavg: 2.21 2.07 2.01 3/194 25406
/proc/meminfo: memFree=28235580/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=1.49 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 9206 0 1 0 146 3 0 0 20 0 19 0 287732256 9856004096 28773 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 28773 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.21 2.07 2.01 3/213 25425
/proc/meminfo: memFree=28129124/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 9267 0 1 0 240 3 0 0 20 0 19 0 287732256 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 28776 2261 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2614 0 1 0 144 3 0 0 20 0 19 0 287732257 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140308121928200 140308062343969 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2440 0 0 0 47 0 0 0 20 0 19 0 287732262 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 3013 0 0 0 45 0 0 0 20 0 19 0 287732262 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 28776 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.21 2.07 2.01 3/213 25425
/proc/meminfo: memFree=28126324/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=4.12 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 9470 0 1 0 407 5 0 0 20 0 19 0 287732256 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 32927 2286 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2618 0 1 0 301 3 0 0 20 0 19 0 287732257 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140308121928072 140308062342266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287732259 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2442 0 0 0 49 0 0 0 20 0 19 0 287732262 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 3152 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 32927 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 2.19 2.07 2.01 3/213 25425
/proc/meminfo: memFree=28108016/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=7.35 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 9486 0 1 0 730 5 0 0 20 0 19 0 287732256 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 33842 2286 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2621 0 1 0 618 3 0 0 20 0 19 0 287732257 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140308121927104 140308062329216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287732258 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 287732259 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2443 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 3154 0 0 0 52 0 0 0 20 0 19 0 287732262 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 33842 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 259 0 0 0 53 3 0 0 20 0 19 0 287732258 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 106 0 0 0 52 2 0 0 20 0 19 0 287732258 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 259 0 0 0 54 3 0 0 20 0 19 0 287732258 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=3.62 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 156 0 0 0 360 2 0 0 20 0 19 0 287732259 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2443 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 4752 0 0 0 68 0 0 0 20 0 19 0 287732262 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 99 0 0 0 19 23 0 0 20 0 19 0 287732262 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 88858 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 25521
/proc/meminfo: memFree=27790492/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=1787.08 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 12708 0 1 0 178654 54 0 0 20 0 19 0 287732256 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 99622 2287 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=1777.27 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2710 0 1 0 177695 32 0 0 20 0 19 0 287732257 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140308121927056 140308062414881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 233 0 0 0 61 4 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 60 0 0 0 46 2 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 145 0 0 0 57 3 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 101 0 0 0 58 3 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 163 0 0 0 50 3 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 267 0 0 0 56 3 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 112 0 0 0 56 2 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 273 0 0 0 57 3 0 0 20 0 19 0 287732258 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 160 0 0 0 368 2 0 0 20 0 19 0 287732259 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2443 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 4752 0 0 0 68 0 0 0 20 0 19 0 287732262 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 103 0 0 0 20 24 0 0 20 0 19 0 287732262 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 99622 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.2 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 25522
/proc/meminfo: memFree=27782296/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 12725 0 1 0 179950 55 0 0 20 0 19 0 287732256 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 101673 2287 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=1790.08 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2711 0 1 0 178976 32 0 0 20 0 19 0 287732257 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140308121927984 140308062319184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 234 0 0 0 61 4 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 61 0 0 0 47 2 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 148 0 0 0 58 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 165 0 0 0 51 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 267 0 0 0 57 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 113 0 0 0 57 2 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 276 0 0 0 58 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 160 0 0 0 376 2 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2443 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 4752 0 0 0 68 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 103 0 0 0 21 24 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1795.2 s]
/proc/loadavg: 2.08 2.05 2.01 3/214 25522
/proc/meminfo: memFree=27782296/32873648 swapFree=7372/7372
[pid=25406] ppid=25404 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/25406/stat : 25406 (java) S 25404 25406 24478 0 -1 4202496 12725 0 1 0 179950 55 0 0 20 0 19 0 287732256 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140735851648640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25406/statm: 2406251 101673 2287 9 0 2396937 0
[pid=25406/tid=25408] ppid=25404 vsize=9625004 CPUtime=1790.08 cores=1,3,5,7
/proc/25406/task/25408/stat : 25408 (java) R 25404 25406 24478 0 -1 4202560 2711 0 1 0 178976 32 0 0 20 0 19 0 287732257 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140308121927984 140308062319184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 24478 0 -1 4202560 234 0 0 0 61 4 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140308060657960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 24478 0 -1 4202560 61 0 0 0 47 2 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307964049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 24478 0 -1 4202560 148 0 0 0 58 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307962997288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 24478 0 -1 4202560 106 0 0 0 59 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307961944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 24478 0 -1 4202560 165 0 0 0 51 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307960892200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 24478 0 -1 4202560 267 0 0 0 57 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307959839400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 24478 0 -1 4202560 113 0 0 0 57 2 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307958787112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 24478 0 -1 4202560 276 0 0 0 58 3 0 0 20 0 19 0 287732258 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307957734312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 24478 0 -1 4202560 160 0 0 0 376 2 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307945535720 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307944481784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287732259 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307943429384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307942377872 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 24478 0 -1 4202560 2443 0 0 0 50 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307941325496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 24478 0 -1 4202560 4752 0 0 0 68 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307940272696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307939220600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 24478 0 -1 4202560 103 0 0 0 21 24 0 0 20 0 19 0 287732262 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307938168008 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25406/tid=25425] ppid=25404 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25406/task/25425/stat : 25425 (java) S 25404 25406 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287732308 9856004096 101673 33554432000 1073741824 1073778376 140735851657504 140307937113000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.28
CPU time (s): 1800.6
CPU user time (s): 1799.63
CPU system time (s): 0.971852
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.971852
maximum resident set size= 406816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12758
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40007
involuntary context switches= 12103

runsolver used 7.05093 second user time and 13.6219 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 16:41:03
IDJOB=3710007
IDBENCH=90158
IDSOLVER=2289
FILE ID=node122/3710007-1338216063
RUNJOBID= node122-1338205330-24495
PBS_JOBID= 14624612
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=601844133

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28235580 kB
Buffers:          327852 kB
Cached:          3116488 kB
SwapCached:            0 kB
Active:          1615244 kB
Inactive:        2219424 kB
Active(anon):     381676 kB
Inactive(anon):    11052 kB
Active(file):    1233568 kB
Inactive(file):  2208372 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:        397556 kB
Mapped:            21988 kB
Shmem:               200 kB
Slab:             663160 kB
SReclaimable:     107228 kB
SUnreclaim:       555932 kB
KernelStack:        1600 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node122 at 2012-05-28 17:11:00