Trace number 3689678

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1801.14 920.878

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 157
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689678-1337884161.opb
0.08/0.12	c reading problem ... 
1.54/0.71	c ... done. Wall clock time 0.591s.
1.54/0.71	c declared #vars     18564
1.54/0.71	c #constraints  18878
1.54/0.71	c constraints type 
1.54/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1.54/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1.54/0.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.54/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1.54/0.71	c 18878 constraints processed.
1.54/0.71	c constraints type 
1.54/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1.54/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1.54/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1.54/0.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.54/0.71	c 18878 constraints processed.
7.12/2.81	c cleaning 2453 clauses out of 4994 with flag 5002/5002
12.33/5.10	c cleaning 4245 clauses out of 8536 with flag 11001/11001
17.27/7.63	c cleaning 5576 clauses out of 11291 with flag 18005/18005
22.39/10.24	c cleaning 6711 clauses out of 13708 with flag 26000/26000
28.68/13.44	c cleaning 7871 clauses out of 15990 with flag 35000/35000
35.98/17.18	c cleaning 8905 clauses out of 18121 with flag 45002/45002
44.63/21.51	c cleaning 9921 clauses out of 20213 with flag 56000/56000
52.82/25.71	c cleaning 11003 clauses out of 22281 with flag 68000/68000
62.33/30.68	c cleaning 11968 clauses out of 24278 with flag 81001/81001
72.29/35.75	c cleaning 12981 clauses out of 26307 with flag 95000/95000
83.45/41.46	c cleaning 14116 clauses out of 28325 with flag 110001/110001
96.41/48.06	c cleaning 14919 clauses out of 30206 with flag 126000/126000
110.00/55.02	c cleaning 15923 clauses out of 32284 with flag 143002/143002
123.50/61.93	c cleaning 17010 clauses out of 34358 with flag 161000/161000
138.16/69.45	c cleaning 17909 clauses out of 36345 with flag 180000/180000
153.40/77.29	c cleaning 19076 clauses out of 38436 with flag 200000/200000
171.16/86.41	c cleaning 19849 clauses out of 40360 with flag 221000/221000
186.88/94.53	c cleaning 19930 clauses out of 42511 with flag 243000/243000
205.17/103.97	c cleaning 21181 clauses out of 45579 with flag 266000/266000
224.81/114.03	c cleaning 22029 clauses out of 48399 with flag 290003/290003
245.35/124.70	c cleaning 22862 clauses out of 51368 with flag 315001/315001
271.23/137.94	c cleaning 23685 clauses out of 54504 with flag 341000/341000
290.84/148.08	c cleaning 24468 clauses out of 57817 with flag 368000/368000
317.66/162.78	c cleaning 25887 clauses out of 61349 with flag 396001/396001
341.62/175.09	c cleaning 26448 clauses out of 64461 with flag 425000/425000
368.02/188.52	c cleaning 27809 clauses out of 68011 with flag 455001/455001
398.66/204.18	c cleaning 28616 clauses out of 71205 with flag 486004/486004
406.33/208.52	c cleaning 0 clauses out of 5000 with flag 0/5000
458.99/234.94	c cleaning 30496 clauses out of 74585 with flag 518000/518000
487.07/249.21	c cleaning 30431 clauses out of 77089 with flag 551000/551000
516.50/264.39	c cleaning 31248 clauses out of 80657 with flag 585000/585000
547.29/280.40	c cleaning 32176 clauses out of 84409 with flag 620002/620002
581.50/297.80	c cleaning 33198 clauses out of 88231 with flag 656000/656000
627.20/321.00	c cleaning 35046 clauses out of 92032 with flag 693000/693000
673.89/344.78	c cleaning 35558 clauses out of 94985 with flag 731000/731000
730.06/373.47	c cleaning 36506 clauses out of 98428 with flag 770001/770001
768.61/393.17	c cleaning 37570 clauses out of 101923 with flag 810002/810002
809.19/413.87	c cleaning 37862 clauses out of 105348 with flag 851000/851000
849.36/434.50	c cleaning 38738 clauses out of 109486 with flag 893000/893000
892.61/456.95	c cleaning 40666 clauses out of 113748 with flag 936000/936000
936.13/479.20	c cleaning 41550 clauses out of 117083 with flag 980001/980001
973.00/498.25	c cleaning 42151 clauses out of 120532 with flag 1025000/1025000
1050.90/539.16	c cleaning 43875 clauses out of 124381 with flag 1071000/1071000
1120.33/574.32	c cleaning 44537 clauses out of 127506 with flag 1118001/1118001
1161.32/595.47	c cleaning 44758 clauses out of 130968 with flag 1166000/1166000
1211.52/621.16	c cleaning 45718 clauses out of 135211 with flag 1215001/1215001
1263.38/648.16	c cleaning 46536 clauses out of 139491 with flag 1265000/1265000
1328.03/681.04	c cleaning 48478 clauses out of 143956 with flag 1316001/1316001
1377.56/706.48	c cleaning 49253 clauses out of 147477 with flag 1368001/1368001
1423.28/730.07	c cleaning 50114 clauses out of 151222 with flag 1421000/1421000
1484.85/761.86	c cleaning 50575 clauses out of 155108 with flag 1475000/1475000
1541.19/790.66	c cleaning 51217 clauses out of 159533 with flag 1530000/1530000
1650.78/845.87	c cleaning 53692 clauses out of 164316 with flag 1586001/1586001
1800.54/920.81	c starts		: 190
1800.54/920.81	c conflicts		: 1641160
1800.54/920.81	c decisions		: 29781331
1800.54/920.81	c propagations		: 1255076354
1800.54/920.81	c inspects		: 2404394963
1800.54/920.81	c shortcuts		: 0
1800.54/920.81	c learnt literals	: 77
1800.54/920.81	c learnt binary clauses	: 97186
1800.54/920.81	c learnt ternary clauses	: 102565
1800.54/920.81	c learnt constraints	: 1641083
1800.54/920.81	c ignored constraints	: 0
1800.54/920.81	c root simplifications	: 0
1800.54/920.81	c removed literals (reason simplification)	: 17165277
1800.54/920.81	c reason swapping (by a shorter reason)	: 0
1800.54/920.81	c Calls to reduceDB	: 52
1800.54/920.81	c number of reductions to clauses (during analyze)	: 0
1800.54/920.81	c number of learned constraints concerned by reduction	: 0
1800.54/920.81	c number of learning phase by resolution	: 0
1800.54/920.81	c number of learning phase by cutting planes	: 0
1800.54/920.81	c speed (assignments/second)	: 1364107.0437965724
1800.54/920.81	c non guided choices	28240
1800.54/920.86	c learnt constraints type 
1800.54/920.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 97186
1800.54/920.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68631
1800.54/920.86	c constraints type 
1800.54/920.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1800.54/920.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1800.54/920.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.54/920.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1800.54/920.86	c 18878 constraints processed.
1800.54/920.86	c constraints type 
1800.54/920.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1800.54/920.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1800.54/920.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1800.54/920.86	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.54/920.86	c 18878 constraints processed.
1800.54/920.86	s UNKNOWN
1800.54/920.86	c Total wall clock time (in seconds): 920.736

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-3689678-1337884161/watcher-3689678-1337884161 -o /tmp/evaluation-result-3689678-1337884161/solver-3689678-1337884161 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689678-1337884161.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: 3.84 3.92 3.90 4/197 26046
/proc/meminfo: memFree=27592908/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26046/stat : 26046 (java) D 26044 26046 21308 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254544706 9515008 182 33554432000 1073741824 1073778376 140735030566864 140735030557896 247064247989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2323 182 140 9 0 71 0

[startup+0.0741281 s]
/proc/loadavg: 3.84 3.92 3.90 4/197 26046
/proc/meminfo: memFree=27592908/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 3213 0 1 0 4 1 0 0 20 0 18 0 254544706 9787813888 4421 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2389603 4421 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100244 s]
/proc/loadavg: 3.84 3.92 3.90 4/197 26046
/proc/meminfo: memFree=27592908/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 4259 0 1 0 7 1 0 0 20 0 18 0 254544706 9787813888 5466 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2389603 5466 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 3.84 3.92 3.90 4/197 26046
/proc/meminfo: memFree=27592908/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 7182 0 1 0 52 2 0 0 20 0 18 0 254544706 9787813888 10826 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2389603 10826 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.706439 s]
/proc/loadavg: 3.84 3.92 3.90 4/197 26046
/proc/meminfo: memFree=27592908/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9558412 CPUtime=1.54 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 14100 0 1 0 148 6 0 0 20 0 18 0 254544706 9787813888 45563 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2389603 45563 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 3.84 3.92 3.90 7/219 26068
/proc/meminfo: memFree=27415508/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9824668 CPUtime=4.26 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 18205 0 1 0 419 7 0 0 20 0 22 0 254544706 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2456167 46668 2271 9 0 2446860 0
[pid=26046/tid=26048] ppid=26044 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2525 0 1 0 62 4 0 0 20 0 22 0 254544707 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642869782824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642868730024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642867677736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 21308 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642866624936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642747411240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642746358440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642745306152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 21308 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254544709 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642744253352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642732054760 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) S 26044 26046 21308 0 -1 4202560 7436 0 0 0 96 2 0 0 20 0 22 0 254544713 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642123496120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26062] ppid=26044 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/26046/task/26062/stat : 26062 (java) S 26044 26046 21308 0 -1 4202560 6842 0 0 0 93 2 0 0 20 0 22 0 254544713 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642122443320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26063] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26063/stat : 26063 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642121391224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26064] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26064/stat : 26064 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642120338632 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26065] ppid=26044 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/26046/task/26065/stat : 26065 (java) R 26044 26046 21308 0 -1 4202560 23 0 0 0 75 0 0 0 20 0 22 0 254544778 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642119283112 140642748233368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26066] ppid=26044 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) R 26044 26046 21308 0 -1 4202560 75 0 0 0 76 0 0 0 20 0 22 0 254544778 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642118229784 140642748391054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 46668 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824668

[startup+3.10068 s]
/proc/loadavg: 3.85 3.92 3.90 5/219 26068
/proc/meminfo: memFree=27397380/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9824668 CPUtime=7.94 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 21414 0 1 0 779 15 0 0 20 0 22 0 254544706 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2456167 91775 2285 9 0 2446860 0
[pid=26046/tid=26048] ppid=26044 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2525 0 1 0 62 4 0 0 20 0 22 0 254544707 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 21308 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642869782824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 21308 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642868730024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 21308 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642867677736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 21308 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642866624936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 21308 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642747411240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 21308 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642746358440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 21308 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642745306152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 21308 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254544709 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642744253352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 104 0 0 0 6 0 0 0 20 0 22 0 254544710 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642732054760 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) R 26044 26046 21308 0 -1 4202560 10118 0 0 0 125 2 0 0 20 0 22 0 254544713 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642123484968 140642915266078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26062] ppid=26044 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/26046/task/26062/stat : 26062 (java) S 26044 26046 21308 0 -1 4202560 7190 0 0 0 114 2 0 0 20 0 22 0 254544713 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642122443320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26063] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26063/stat : 26063 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642121391224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26064] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26064/stat : 26064 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642120338632 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26065] ppid=26044 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/26046/task/26065/stat : 26065 (java) R 26044 26046 21308 0 -1 4202560 25 0 0 0 222 0 0 0 20 0 22 0 254544778 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642119282912 140642747684771 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26066] ppid=26044 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) R 26044 26046 21308 0 -1 4202560 130 0 0 0 222 2 0 0 20 0 22 0 254544778 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642118229488 140642748621484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 91775 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.85 3.92 3.90 5/219 26068
/proc/meminfo: memFree=27199532/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9824668 CPUtime=14.65 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 22677 0 1 0 1448 17 0 0 20 0 22 0 254544706 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2456167 100074 2285 9 0 2446860 0
[pid=26046/tid=26048] ppid=26044 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2525 0 1 0 62 4 0 0 20 0 22 0 254544707 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 21308 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642869782824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 21308 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642868730024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 21308 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642867677736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 21308 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642866624936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 21308 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642747411240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 21308 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642746358440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 21308 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642745306152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 21308 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254544709 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642744253352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 240 0 0 0 16 1 0 0 20 0 22 0 254544710 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642732054760 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) S 26044 26046 21308 0 -1 4202560 10543 0 0 0 156 2 0 0 20 0 22 0 254544713 10060460032 100074 33554432000 1073741824 1073778376 140734052423808 140642123496120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=26046/tid=26066] ppid=26044 vsize=9824668 CPUtime=766.02 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) R 26044 26046 21308 0 -1 4202560 1215 0 0 0 76553 49 0 0 20 0 22 0 254544778 10060460032 891113 33554432000 1073741824 1073778376 140734052423808 140642118228336 140642748698711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 891113 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 891113 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1603.36
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.81 3.92 3.90 5/219 26139
/proc/meminfo: memFree=22103708/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9824668 CPUtime=1722.66 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 36335 0 1 0 172114 152 0 0 20 0 22 0 254544706 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2456167 910609 2286 9 0 2446860 0
[pid=26046/tid=26048] ppid=26044 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2563 0 1 0 64 5 0 0 20 0 22 0 254544707 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 21308 0 -1 4202560 858 0 0 0 208 10 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642869782824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 21308 0 -1 4202560 344 0 0 0 203 9 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642868730024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 21308 0 -1 4202560 522 0 0 0 220 12 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642867677736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 21308 0 -1 4202560 930 0 0 0 198 7 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642866624936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 21308 0 -1 4202560 698 0 0 0 207 7 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642747411240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 21308 0 -1 4202560 467 0 0 0 233 10 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642746358440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 21308 0 -1 4202560 520 0 0 0 208 10 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642745306152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 21308 0 -1 4202560 575 0 0 0 216 8 0 0 20 0 22 0 254544709 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642744253352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9824668 CPUtime=52.89 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 3335 0 0 0 5270 19 0 0 20 0 22 0 254544710 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642732054760 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9824668 CPUtime=2 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) S 26044 26046 21308 0 -1 4202560 12924 0 0 0 197 3 0 0 20 0 22 0 254544713 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642123496120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26062] ppid=26044 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/26046/task/26062/stat : 26062 (java) S 26044 26046 21308 0 -1 4202560 10054 0 0 0 152 3 0 0 20 0 22 0 254544713 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642122443320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26063] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26063/stat : 26063 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642121391224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26064] ppid=26044 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26046/task/26064/stat : 26064 (java) S 26044 26046 21308 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 254544713 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642120338632 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26065] ppid=26044 vsize=9824668 CPUtime=823.87 cores=0,2,4,6
/proc/26046/task/26065/stat : 26065 (java) R 26044 26046 21308 0 -1 4202560 85 0 0 0 82373 14 0 0 20 0 22 0 254544778 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642119281968 140642748232999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26066] ppid=26044 vsize=9824668 CPUtime=823.8 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) R 26044 26046 21308 0 -1 4202560 1219 0 0 0 82330 50 0 0 20 0 22 0 254544778 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642118228224 140642748405573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 910609 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1722.66
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.707 s]
/proc/loadavg: 4.01 3.96 3.91 5/219 26139
/proc/meminfo: memFree=22057888/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 36823 0 1 0 179863 154 0 0 20 0 22 0 254544706 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2456167 913635 2286 9 0 2446860 0
[pid=26046/tid=26048] ppid=26044 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2565 0 1 0 64 5 0 0 20 0 22 0 254544707 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) S 26044 26046 21308 0 -1 4202560 858 0 0 0 227 10 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642869782824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) S 26044 26046 21308 0 -1 4202560 352 0 0 0 212 9 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642868730024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) S 26044 26046 21308 0 -1 4202560 536 0 0 0 244 12 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642867677736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) S 26044 26046 21308 0 -1 4202560 940 0 0 0 212 8 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642866624936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) S 26044 26046 21308 0 -1 4202560 914 0 0 0 229 8 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642747411240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) S 26044 26046 21308 0 -1 4202560 467 0 0 0 253 10 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642746358440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9824668 CPUtime=2.35 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) S 26044 26046 21308 0 -1 4202560 730 0 0 0 225 10 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642745306152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) S 26044 26046 21308 0 -1 4202560 597 0 0 0 233 8 0 0 20 0 22 0 254544709 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642744253352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9824668 CPUtime=52.89 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 3337 0 0 0 5270 19 0 0 20 0 22 0 254544710 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642732054760 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544710 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9824668 CPUtime=2 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) S 26044 26046 21308 0 -1 4202560 12924 0 0 0 197 3 0 0 20 0 22 0 254544713 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642123496120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26062] ppid=26044 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/26046/task/26062/stat : 26062 (java) S 26044 26046 21308 0 -1 4202560 10054 0 0 0 152 3 0 0 20 0 22 0 254544713 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642122443320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26063] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26063/stat : 26063 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254544713 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642121391224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26064] ppid=26044 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26046/task/26064/stat : 26064 (java) S 26044 26046 21308 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 254544713 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642120338632 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26065] ppid=26044 vsize=9824668 CPUtime=861.91 cores=0,2,4,6
/proc/26046/task/26065/stat : 26065 (java) R 26044 26046 21308 0 -1 4202560 85 0 0 0 86176 15 0 0 20 0 22 0 254544778 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642119281136 140642748233007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26066] ppid=26044 vsize=9824668 CPUtime=861.83 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) R 26044 26046 21308 0 -1 4202560 1221 0 0 0 86132 51 0 0 20 0 22 0 254544778 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642118229024 140642748621831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254544781 10060460032 913635 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

[startup+920.812 s]
/proc/loadavg: 4.01 3.96 3.91 5/219 26139
/proc/meminfo: memFree=22057888/32873844 swapFree=7100/7100
[pid=26046] ppid=26044 vsize=9891232 CPUtime=1800.54 cores=0,2,4,6
/proc/26046/stat : 26046 (java) S 26044 26046 21308 0 -1 4202496 36861 0 1 0 179899 155 0 0 20 0 23 0 254544706 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140734052414944 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26046/statm: 2472808 914181 2286 9 0 2463501 0
[pid=26046/tid=26048] ppid=26044 vsize=9891232 CPUtime=0.69 cores=0,2,4,6
/proc/26046/task/26048/stat : 26048 (java) S 26044 26046 21308 0 -1 4202560 2565 0 1 0 64 5 0 0 20 0 23 0 254544707 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642908292088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26049] ppid=26044 vsize=9891232 CPUtime=2.39 cores=0,2,4,6
/proc/26046/task/26049/stat : 26049 (java) R 26044 26046 21308 0 -1 4202560 859 0 0 0 229 10 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642869782952 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26050] ppid=26044 vsize=9891232 CPUtime=2.3 cores=0,2,4,6
/proc/26046/task/26050/stat : 26050 (java) R 26044 26046 21308 0 -1 4202560 361 0 0 0 221 9 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642868730152 140642916336800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26051] ppid=26044 vsize=9891232 CPUtime=2.59 cores=0,2,4,6
/proc/26046/task/26051/stat : 26051 (java) R 26044 26046 21308 0 -1 4202560 536 0 0 0 247 12 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642867677912 140642914800002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26052] ppid=26044 vsize=9891232 CPUtime=2.23 cores=0,2,4,6
/proc/26046/task/26052/stat : 26052 (java) R 26044 26046 21308 0 -1 4202560 940 0 0 0 215 8 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642866625064 247064202375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26053] ppid=26044 vsize=9891232 CPUtime=2.44 cores=0,2,4,6
/proc/26046/task/26053/stat : 26053 (java) R 26044 26046 21308 0 -1 4202560 922 0 0 0 236 8 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642747411368 247064202375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26054] ppid=26044 vsize=9891232 CPUtime=2.67 cores=0,2,4,6
/proc/26046/task/26054/stat : 26054 (java) R 26044 26046 21308 0 -1 4202560 467 0 0 0 257 10 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642746358616 247064202375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26055] ppid=26044 vsize=9891232 CPUtime=2.38 cores=0,2,4,6
/proc/26046/task/26055/stat : 26055 (java) R 26044 26046 21308 0 -1 4202560 731 0 0 0 228 10 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642745306032 140642910850352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26056] ppid=26044 vsize=9891232 CPUtime=2.44 cores=0,2,4,6
/proc/26046/task/26056/stat : 26056 (java) R 26044 26046 21308 0 -1 4202560 598 0 0 0 236 8 0 0 20 0 23 0 254544709 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642744253480 247064202375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26057] ppid=26044 vsize=9891232 CPUtime=52.89 cores=0,2,4,6
/proc/26046/task/26057/stat : 26057 (java) S 26044 26046 21308 0 -1 4202560 3337 0 0 0 5270 19 0 0 20 0 23 0 254544710 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642732053640 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26058] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26058/stat : 26058 (java) S 26044 26046 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 254544710 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642126652408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26059] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26059/stat : 26059 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 254544710 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642125600008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26060] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26060/stat : 26060 (java) S 26044 26046 21308 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 23 0 254544713 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642124548496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26061] ppid=26044 vsize=9891232 CPUtime=2 cores=0,2,4,6
/proc/26046/task/26061/stat : 26061 (java) S 26044 26046 21308 0 -1 4202560 12924 0 0 0 197 3 0 0 20 0 23 0 254544713 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642123496120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26046/tid=26062] ppid=26044 vsize=9891232 CPUtime=1.55 cores=0,2,4,6
/proc/26046/task/26062/stat : 26062 (java) S 26044 26046 21308 0 -1 4202560 10054 0 0 0 152 3 0 0 20 0 23 0 254544713 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642122443320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26063] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26063/stat : 26063 (java) S 26044 26046 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 254544713 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642121391224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26046/tid=26064] ppid=26044 vsize=9891232 CPUtime=0.32 cores=0,2,4,6
/proc/26046/task/26064/stat : 26064 (java) S 26044 26046 21308 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 23 0 254544713 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642120338632 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26065] ppid=26044 vsize=9891232 CPUtime=861.92 cores=0,2,4,6
/proc/26046/task/26065/stat : 26065 (java) S 26044 26046 21308 0 -1 4202560 85 0 0 0 86177 15 0 0 20 0 23 0 254544778 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642119281160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26066] ppid=26044 vsize=9891232 CPUtime=861.84 cores=0,2,4,6
/proc/26046/task/26066/stat : 26066 (java) S 26044 26046 21308 0 -1 4202560 1221 0 0 0 86133 51 0 0 20 0 23 0 254544778 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642118228008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26046/tid=26067] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26067/stat : 26067 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 254544781 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642117178536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26046/tid=26068] ppid=26044 vsize=9891232 CPUtime=0 cores=0,2,4,6
/proc/26046/task/26068/stat : 26068 (java) S 26044 26046 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 254544781 10128621568 914181 33554432000 1073741824 1073778376 140734052423808 140642116125736 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 9891232

Child status: 143
Real time (s): 920.878
CPU time (s): 1801.14
CPU user time (s): 1799.08
CPU system time (s): 2.06269
CPU usage (%): 195.589
Max. virtual memory (cumulated for all children) (KiB): 9891232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 2.06269
maximum resident set size= 3656776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36875
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24905
involuntary context switches= 33365

runsolver used 3.64045 second user time and 7.71483 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 20:29:21
IDJOB=3689678
IDBENCH=90181
IDSOLVER=2268
FILE ID=node103/3689678-1337884161
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K156.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689678-1337884161/watcher-3689678-1337884161 -o /tmp/evaluation-result-3689678-1337884161/solver-3689678-1337884161 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689678-1337884161.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=1661358078

node103.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.189
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        27593436 kB
Buffers:          212336 kB
Cached:          2732944 kB
SwapCached:            0 kB
Active:          2288652 kB
Inactive:        2221332 kB
Active(anon):    1567424 kB
Inactive(anon):        0 kB
Active(file):     721228 kB
Inactive(file):  2221332 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       1574344 kB
Mapped:            22680 kB
Shmem:               200 kB
Slab:             627040 kB
SReclaimable:      69628 kB
SUnreclaim:       557412 kB
KernelStack:        1616 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2664900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1517568 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= 71712 MiB
End job on node103 at 2012-05-24 20:44:44