Trace number 3689682

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) 1800.72 920.962

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689682-1337884245.opb
0.09/0.11	c reading problem ... 
1.51/0.71	c ... done. Wall clock time 0.598s.
1.51/0.71	c declared #vars     21539
1.51/0.71	c #constraints  21903
1.51/0.71	c constraints type 
1.51/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1.51/0.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1.51/0.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.51/0.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1.51/0.71	c 21903 constraints processed.
1.51/0.71	c constraints type 
1.51/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1.51/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1.51/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
1.51/0.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.51/0.71	c 21903 constraints processed.
8.15/3.26	c cleaning 2493 clauses out of 5001 with flag 5005/5005
13.21/5.77	c cleaning 4227 clauses out of 8496 with flag 11000/11000
19.50/8.86	c cleaning 5555 clauses out of 11264 with flag 18000/18000
26.02/12.16	c cleaning 6763 clauses out of 13708 with flag 26001/26001
32.92/15.61	c cleaning 7864 clauses out of 15943 with flag 35000/35000
41.41/19.90	c cleaning 8877 clauses out of 18076 with flag 45000/45000
50.36/24.47	c cleaning 9965 clauses out of 20197 with flag 56000/56000
61.48/30.01	c cleaning 11089 clauses out of 22229 with flag 68000/68000
73.09/35.96	c cleaning 11966 clauses out of 24142 with flag 81004/81004
84.16/41.56	c cleaning 12932 clauses out of 26167 with flag 95002/95002
97.18/48.15	c cleaning 13996 clauses out of 28232 with flag 110000/110000
114.04/56.67	c cleaning 14883 clauses out of 30236 with flag 126000/126000
133.15/66.31	c cleaning 15990 clauses out of 32353 with flag 143000/143000
148.98/74.31	c cleaning 16551 clauses out of 34361 with flag 161000/161000
166.14/83.00	c cleaning 17074 clauses out of 36810 with flag 180001/180001
184.54/92.31	c cleaning 18175 clauses out of 39734 with flag 200000/200000
203.91/102.28	c cleaning 18711 clauses out of 42559 with flag 221000/221000
222.98/111.92	c cleaning 19711 clauses out of 45845 with flag 243000/243000
244.52/122.87	c cleaning 20758 clauses out of 49133 with flag 266000/266000
266.86/134.13	c cleaning 21326 clauses out of 52374 with flag 290002/290002
288.81/145.48	c cleaning 22529 clauses out of 56046 with flag 315000/315000
312.39/157.41	c cleaning 23533 clauses out of 59518 with flag 341001/341001
334.70/168.80	c cleaning 24375 clauses out of 62985 with flag 368001/368001
349.71/176.62	c cleaning 0 clauses out of 5000 with flag 0/5000
362.12/183.37	c cleaning 25208 clauses out of 66611 with flag 396002/396002
392.17/199.43	c cleaning 26249 clauses out of 70402 with flag 425001/425001
421.01/214.10	c cleaning 27019 clauses out of 74149 with flag 455000/455000
449.77/229.03	c cleaning 28267 clauses out of 78131 with flag 486001/486001
483.61/246.28	c cleaning 28747 clauses out of 81862 with flag 518000/518000
524.44/266.94	c cleaning 30263 clauses out of 86113 with flag 551000/551000
556.09/283.17	c cleaning 30850 clauses out of 89850 with flag 585000/585000
587.79/299.65	c cleaning 31933 clauses out of 93998 with flag 620000/620000
618.96/315.61	c cleaning 32487 clauses out of 98065 with flag 656001/656001
656.85/335.01	c cleaning 34232 clauses out of 102578 with flag 693001/693001
693.54/353.82	c cleaning 35096 clauses out of 106346 with flag 731001/731001
729.57/372.66	c cleaning 35866 clauses out of 110251 with flag 770002/770002
769.07/392.87	c cleaning 36457 clauses out of 114386 with flag 810004/810004
809.56/413.54	c cleaning 37613 clauses out of 118925 with flag 851000/851000
855.79/437.17	c cleaning 37865 clauses out of 123312 with flag 893001/893001
901.56/460.88	c cleaning 39556 clauses out of 128446 with flag 936000/936000
948.00/484.53	c cleaning 40903 clauses out of 132891 with flag 980001/980001
1010.26/516.99	c cleaning 41908 clauses out of 136987 with flag 1025000/1025000
1063.23/544.20	c cleaning 42902 clauses out of 141079 with flag 1071000/1071000
1113.42/569.82	c cleaning 43419 clauses out of 145177 with flag 1118000/1118000
1167.84/597.58	c cleaning 43712 clauses out of 149758 with flag 1166000/1166000
1225.65/626.93	c cleaning 44879 clauses out of 155045 with flag 1215000/1215000
1282.46/656.29	c cleaning 45520 clauses out of 160166 with flag 1265001/1265001
1334.79/682.90	c cleaning 46890 clauses out of 165644 with flag 1316000/1316000
1391.80/711.90	c cleaning 47804 clauses out of 170754 with flag 1368002/1368002
1453.60/743.38	c cleaning 49124 clauses out of 175948 with flag 1421000/1421000
1516.69/775.89	c cleaning 49939 clauses out of 180825 with flag 1475001/1475001
1595.71/815.82	c cleaning 51492 clauses out of 185886 with flag 1530001/1530001
1660.14/848.64	c cleaning 51580 clauses out of 190392 with flag 1586000/1586000
1727.46/882.81	c cleaning 52985 clauses out of 195812 with flag 1643000/1643000
1796.04/918.19	c cleaning 53892 clauses out of 200826 with flag 1701001/1701001
1800.17/920.91	c starts		: 190
1800.17/920.91	c conflicts		: 1703208
1800.17/920.91	c decisions		: 50061527
1800.17/920.91	c propagations		: 1556792757
1800.17/920.91	c inspects		: 2700939855
1800.17/920.91	c shortcuts		: 0
1800.17/920.91	c learnt literals	: 67
1800.17/920.91	c learnt binary clauses	: 130500
1800.17/920.91	c learnt ternary clauses	: 117998
1800.17/920.91	c learnt constraints	: 1703141
1800.17/920.91	c ignored constraints	: 0
1800.17/920.91	c root simplifications	: 0
1800.17/920.91	c removed literals (reason simplification)	: 10334593
1800.17/920.91	c reason swapping (by a shorter reason)	: 0
1800.17/920.91	c Calls to reduceDB	: 54
1800.17/920.91	c number of reductions to clauses (during analyze)	: 0
1800.17/920.91	c number of learned constraints concerned by reduction	: 0
1800.17/920.91	c number of learning phase by resolution	: 0
1800.17/920.91	c number of learning phase by cutting planes	: 0
1800.17/920.91	c speed (assignments/second)	: 1691848.075307578
1800.17/920.91	c non guided choices	60377
1800.17/920.94	c learnt constraints type 
1800.17/920.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 130506
1800.17/920.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18709
1800.17/920.94	c constraints type 
1800.17/920.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
1800.17/920.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
1800.17/920.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.17/920.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
1800.17/920.94	c 21903 constraints processed.
1800.17/920.94	c constraints type 
1800.17/920.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
1800.17/920.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
1800.17/920.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
1800.17/920.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.17/920.94	c 21903 constraints processed.
1800.17/920.94	s UNKNOWN
1800.17/920.94	c Total wall clock time (in seconds): 920.829

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-3689682-1337884245/watcher-3689682-1337884245 -o /tmp/evaluation-result-3689682-1337884245/solver-3689682-1337884245 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689682-1337884245.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: 4.11 3.98 3.85 4/198 26479
/proc/meminfo: memFree=26034756/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26479/stat : 26479 (java) D 26477 26479 21497 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 254550521 9515008 175 33554432000 1073741824 1073778376 140736225310944 140736225293672 266435642256 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/26479/statm: 2323 175 133 9 0 71 0

[startup+0.027978 s]
/proc/loadavg: 4.11 3.98 3.85 4/198 26479
/proc/meminfo: memFree=26034756/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 2760 0 1 0 0 1 0 0 20 0 10 0 254550521 9233014784 3461 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2254154 3461 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100194 s]
/proc/loadavg: 4.11 3.98 3.85 4/198 26479
/proc/meminfo: memFree=26034756/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 4309 0 1 0 8 1 0 0 20 0 18 0 254550521 9787813888 5508 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2389603 5508 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 4.11 3.98 3.85 4/198 26479
/proc/meminfo: memFree=26034756/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 7456 0 1 0 55 2 0 0 20 0 18 0 254550521 9787813888 12271 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2389603 12271 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700185 s]
/proc/loadavg: 4.11 3.98 3.85 4/198 26479
/proc/meminfo: memFree=26034756/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9558412 CPUtime=1.51 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 14806 0 1 0 145 6 0 0 20 0 18 0 254550521 9787813888 46396 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2389603 46396 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 4.11 3.98 3.85 7/220 26501
/proc/meminfo: memFree=25851480/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=4.32 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 18394 0 1 0 425 7 0 0 20 0 22 0 254550521 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 48413 2272 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2515 0 1 0 62 3 0 0 20 0 22 0 254550522 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 21497 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438792734888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438791682344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 21497 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438790629800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 21497 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438789577256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438788524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 21497 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438669355816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 21497 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438668303272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 21497 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254550524 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438667250728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438655051880 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 6155 0 0 0 101 0 0 0 20 0 22 0 254550527 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 21497 0 -1 4202560 8313 0 0 0 96 2 0 0 20 0 22 0 254550527 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438045440696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438044388344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438043336008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26498] ppid=26477 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/26479/task/26498/stat : 26498 (java) R 26477 26479 21497 0 -1 4202560 27 0 0 0 75 0 0 0 20 0 22 0 254550593 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438042280312 140438670003211 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 21497 0 -1 4202560 70 0 0 0 76 0 0 0 20 0 22 0 254550593 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438041227448 140438669473842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 48413 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 4.11 3.98 3.85 5/220 26501
/proc/meminfo: memFree=25801500/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=7.93 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 18821 0 1 0 774 19 0 0 20 0 22 0 254550521 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 95235 2273 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2515 0 1 0 62 3 0 0 20 0 22 0 254550522 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) R 26477 26479 21497 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438792735064 140438833714889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) R 26477 26479 21497 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438791682344 140438839288992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) R 26477 26479 21497 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438790629976 140438838139184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) R 26477 26479 21497 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438789577256 266435595399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) R 26477 26479 21497 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438788524712 266435595399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) R 26477 26479 21497 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438669355992 140438835000473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) R 26477 26479 21497 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438668303400 140438839288992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) R 26477 26479 21497 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 254550524 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438667250904 140438833714873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438655050760 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 6156 0 0 0 115 0 0 0 20 0 22 0 254550527 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 21497 0 -1 4202560 8327 0 0 0 107 2 0 0 20 0 22 0 254550527 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438045440696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438044388344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438043336008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26498] ppid=26477 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/26479/task/26498/stat : 26498 (java) S 26477 26479 21497 0 -1 4202560 27 0 0 0 225 0 0 0 20 0 22 0 254550593 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438042278376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) S 26477 26479 21497 0 -1 4202560 129 0 0 0 224 2 0 0 20 0 22 0 254550593 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438041226200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 95235 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 4.10 3.98 3.85 5/220 26501
/proc/meminfo: memFree=25469632/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=14.34 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 19017 0 1 0 1411 23 0 0 20 0 22 0 254550521 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 148601 2285 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2515 0 1 0 62 3 0 0 20 0 22 0 254550522 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 21497 0 -1 4202560 62 0 0 0 8 3 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438792734888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 21497 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438791682344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 21497 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438790629800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 21497 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438789577256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 21497 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438788524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 21497 0 -1 4202560 74 0 0 0 6 2 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438669355816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 21497 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438668303272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 21497 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 254550524 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438667250728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 234 0 0 0 18 0 0 0 20 0 22 0 254550525 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438655051880 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 6159 0 0 0 118 0 0 0 20 0 22 0 254550527 10060460032 148601 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=769.3 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 21497 0 -1 4202560 1708 0 0 0 76882 48 0 0 20 0 22 0 254550593 10060460032 893007 33554432000 1073741824 1073778376 140735288684608 140438041225712 140438670104115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 893007 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 893007 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1607.35
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.84 3.88 3.88 5/219 26578
/proc/meminfo: memFree=24841148/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=1726.46 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 28978 0 1 0 172489 157 0 0 20 0 22 0 254550521 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 902117 2286 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2542 0 1 0 63 6 0 0 20 0 22 0 254550522 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 21497 0 -1 4202560 404 0 0 0 204 9 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438792734888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 21497 0 -1 4202560 654 0 0 0 195 10 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438791682344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 21497 0 -1 4202560 361 0 0 0 235 9 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438790629800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 21497 0 -1 4202560 628 0 0 0 241 11 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438789577256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 21497 0 -1 4202560 362 0 0 0 243 10 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438788524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 21497 0 -1 4202560 332 0 0 0 240 9 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438669355816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 21497 0 -1 4202560 367 0 0 0 225 10 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438668303272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 21497 0 -1 4202560 368 0 0 0 198 8 0 0 20 0 22 0 254550524 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438667250728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=49.14 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 3801 0 0 0 4898 16 0 0 20 0 22 0 254550525 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438655051880 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 7782 0 0 0 177 0 0 0 20 0 22 0 254550527 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 21497 0 -1 4202560 8331 0 0 0 130 2 0 0 20 0 22 0 254550527 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438045440696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438044388344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 21497 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 254550527 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438043336008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26498] ppid=26477 vsize=9824668 CPUtime=827.41 cores=1,3,5,7
/proc/26479/task/26498/stat : 26498 (java) R 26477 26479 21497 0 -1 4202560 98 0 0 0 82727 14 0 0 20 0 22 0 254550593 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438042278256 140438670232667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=827.35 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 21497 0 -1 4202560 1711 0 0 0 82686 49 0 0 20 0 22 0 254550593 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438041226608 140438670117344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 902117 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.46
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.901 s]
/proc/loadavg: 3.79 3.86 3.87 5/219 26578
/proc/meminfo: memFree=24785236/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 29091 0 1 0 179857 160 0 0 20 0 22 0 254550521 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 908349 2286 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2543 0 1 0 63 6 0 0 20 0 22 0 254550522 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 21497 0 -1 4202560 410 0 0 0 225 9 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438792734888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 21497 0 -1 4202560 654 0 0 0 210 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438791682344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 21497 0 -1 4202560 361 0 0 0 251 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438790629800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 21497 0 -1 4202560 628 0 0 0 254 11 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438789577256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 21497 0 -1 4202560 368 0 0 0 262 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438788524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 21497 0 -1 4202560 340 0 0 0 262 9 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438669355816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 21497 0 -1 4202560 371 0 0 0 242 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438668303272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 21497 0 -1 4202560 433 0 0 0 207 8 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438667250728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=53.29 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 3817 0 0 0 5312 17 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438655051880 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 7782 0 0 0 177 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 21497 0 -1 4202560 8331 0 0 0 130 2 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438045440696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438044388344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 21497 0 -1 4202560 53 0 0 0 12 21 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438043336008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26498] ppid=26477 vsize=9824668 CPUtime=861.52 cores=1,3,5,7
/proc/26479/task/26498/stat : 26498 (java) R 26477 26479 21497 0 -1 4202560 102 0 0 0 86137 15 0 0 20 0 22 0 254550593 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438042280032 140438670252129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=861.46 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 21497 0 -1 4202560 1712 0 0 0 86096 50 0 0 20 0 22 0 254550593 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438041225488 140438670318041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 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.901 s]
/proc/loadavg: 3.79 3.86 3.87 5/219 26578
/proc/meminfo: memFree=24785236/32873648 swapFree=6852/6852
[pid=26479] ppid=26477 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 21497 0 -1 4202496 29091 0 1 0 179857 160 0 0 20 0 22 0 254550521 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140735288675744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26479/statm: 2456167 908349 2286 9 0 2446860 0
[pid=26479/tid=26481] ppid=26477 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 21497 0 -1 4202560 2543 0 1 0 63 6 0 0 20 0 22 0 254550522 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438831244280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 21497 0 -1 4202560 410 0 0 0 225 9 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438792734888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 21497 0 -1 4202560 654 0 0 0 210 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438791682344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 21497 0 -1 4202560 361 0 0 0 251 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438790629800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 21497 0 -1 4202560 628 0 0 0 254 11 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438789577256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 21497 0 -1 4202560 368 0 0 0 262 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438788524712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 21497 0 -1 4202560 340 0 0 0 262 9 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438669355816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 21497 0 -1 4202560 371 0 0 0 242 10 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438668303272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 21497 0 -1 4202560 433 0 0 0 207 8 0 0 20 0 22 0 254550524 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438667250728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=9824668 CPUtime=53.29 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 21497 0 -1 4202560 3817 0 0 0 5312 17 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438655051880 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438653998200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550525 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438048597128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438047545872 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 21497 0 -1 4202560 7782 0 0 0 177 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438046493240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 21497 0 -1 4202560 8331 0 0 0 130 2 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438045440696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438044388344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 21497 0 -1 4202560 53 0 0 0 12 21 0 0 20 0 22 0 254550527 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438043336008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26498] ppid=26477 vsize=9824668 CPUtime=861.52 cores=1,3,5,7
/proc/26479/task/26498/stat : 26498 (java) R 26477 26479 21497 0 -1 4202560 102 0 0 0 86137 15 0 0 20 0 22 0 254550593 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438042280032 140438670252129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=9824668 CPUtime=861.46 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 21497 0 -1 4202560 1712 0 0 0 86096 50 0 0 20 0 22 0 254550593 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438041225488 140438670318041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26500] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26500/stat : 26500 (java) S 26477 26479 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438040175656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26501] ppid=26477 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26501/stat : 26501 (java) S 26477 26479 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254550596 10060460032 908349 33554432000 1073741824 1073778376 140735288684608 140438039123112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 920.962
CPU time (s): 1800.72
CPU user time (s): 1798.67
CPU system time (s): 2.05269
CPU usage (%): 195.526
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 2.05269
maximum resident set size= 3633516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29123
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25122
involuntary context switches= 38991

runsolver used 3.20951 second user time and 8.66568 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 20:30:45
IDJOB=3689682
IDBENCH=90184
IDSOLVER=2268
FILE ID=node116/3689682-1337884245
RUNJOBID= node116-1337871880-21514
PBS_JOBID= 14620088
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=1219507058

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.556
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.90
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.556
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:        26034920 kB
Buffers:          215884 kB
Cached:          2944132 kB
SwapCached:            0 kB
Active:          3378120 kB
Inactive:        2675628 kB
Active(anon):    2896280 kB
Inactive(anon):       48 kB
Active(file):     481840 kB
Inactive(file):  2675580 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2036 kB
Writeback:             0 kB
AnonPages:       2941408 kB
Mapped:            21716 kB
Shmem:               200 kB
Slab:             623824 kB
SReclaimable:      68112 kB
SUnreclaim:       555712 kB
KernelStack:        1792 kB
PageTables:         9644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3143928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 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= 71724 MiB
End job on node116 at 2012-05-24 20:46:08