Trace number 3733488

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.17 898.932

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-147500
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 --- 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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733488-1338743479.opb
0.09/0.11	c reading problem ... 
0.52/0.36	c ... done. Wall clock time 0.246s.
0.52/0.36	c #vars     5383
0.52/0.36	c #constraints  3312
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
0.52/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
0.52/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
0.52/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.52/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
58.18/28.68	c cleaning 2463 clauses out of 5000 with flag 5000/5000
114.59/56.81	c cleaning 4224 clauses out of 8537 with flag 11000/11000
166.17/82.69	c cleaning 5586 clauses out of 11313 with flag 18000/18000
226.33/112.76	c cleaning 6843 clauses out of 13727 with flag 26000/26000
295.72/147.42	c cleaning 7887 clauses out of 15884 with flag 35000/35000
371.71/185.35	c cleaning 8995 clauses out of 17998 with flag 45001/45001
449.38/224.10	c cleaning 9407 clauses out of 19002 with flag 55000/55000
528.07/263.48	c cleaning 9798 clauses out of 19595 with flag 65000/65000
609.73/304.27	c cleaning 9875 clauses out of 19797 with flag 75000/75000
713.74/356.15	c cleaning 9897 clauses out of 19922 with flag 85000/85000
810.78/404.58	c cleaning 9987 clauses out of 20025 with flag 95000/95000
890.55/444.36	c cleaning 10014 clauses out of 20038 with flag 105000/105000
966.80/482.44	c cleaning 9993 clauses out of 20024 with flag 115000/115000
1037.10/517.53	c cleaning 9971 clauses out of 20031 with flag 125000/125000
1114.40/556.19	c cleaning 9998 clauses out of 20060 with flag 135000/135000
1188.44/593.19	c cleaning 10007 clauses out of 20062 with flag 145000/145000
1263.64/630.79	c cleaning 9981 clauses out of 20055 with flag 155000/155000
1339.21/668.54	c cleaning 9918 clauses out of 20074 with flag 165000/165000
1413.26/705.59	c cleaning 10027 clauses out of 20156 with flag 175000/175000
1479.86/738.87	c cleaning 10046 clauses out of 20129 with flag 185000/185000
1554.66/776.25	c cleaning 9996 clauses out of 20083 with flag 195000/195000
1622.95/810.37	c cleaning 10021 clauses out of 20087 with flag 205000/205000
1688.79/843.24	c cleaning 9964 clauses out of 20067 with flag 215001/215001
1752.88/875.29	c cleaning 9995 clauses out of 20102 with flag 225000/225000
1800.17/898.91	c starts		: 120
1800.17/898.91	c conflicts		: 231187
1800.17/898.91	c decisions		: 240358
1800.17/898.91	c propagations		: 11627594
1800.17/898.91	c inspects		: 30495398
1800.17/898.91	c learnt literals	: 0
1800.17/898.91	c learnt binary clauses	: 0
1800.17/898.91	c learnt ternary clauses	: 0
1800.17/898.91	c learnt clauses	: 231187
1800.17/898.91	c ignored clauses	: 0
1800.17/898.91	c root simplifications	: 0
1800.17/898.91	c removed literals (reason simplification)	: 632328059
1800.17/898.91	c reason swapping (by a shorter reason)	: 0
1800.17/898.91	c Calls to reduceDB	: 24
1800.17/898.91	c number of reductions to clauses (during analyze)	: 0
1800.17/898.91	c number of learned constraints concerned by reduction	: 0
1800.17/898.91	c number of learning phase by resolution	: 0
1800.17/898.91	c number of learning phase by cutting planes	: 0
1800.17/898.91	c speed (assignments/second)	: 12940.310898819884
1800.17/898.91	c non guided choices	0
1800.17/898.92	c learnt constraints type 
1800.17/898.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16295
1800.17/898.92	c constraints type 
1800.17/898.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1800.17/898.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1800.17/898.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.17/898.92	c constraints type 
1800.17/898.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1800.17/898.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1800.17/898.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.17/898.92	s UNKNOWN
1800.17/898.92	c Total wall clock time (in seconds): 898.812

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-3733488-1338743479/watcher-3733488-1338743479 -o /tmp/evaluation-result-3733488-1338743479/solver-3733488-1338743479 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733488-1338743479.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: 0.08 0.10 1.03 2/195 26518
/proc/meminfo: memFree=25727396/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26518/stat : 26518 (java6) D 26516 26518 25443 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340473625 9515008 182 33554432000 1073741824 1073778376 140736534842848 140736534833880 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26518/statm: 2323 182 140 9 0 71 0

[startup+0.0134291 s]
/proc/loadavg: 0.08 0.10 1.03 2/195 26518
/proc/meminfo: memFree=25727396/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 340473625 98570240 976 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 24065 979 745 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100235 s]
/proc/loadavg: 0.08 0.10 1.03 2/195 26518
/proc/meminfo: memFree=25727396/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 4710 0 1 0 8 1 0 0 20 0 18 0 340473625 2764726272 6410 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 674982 6410 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300241 s]
/proc/loadavg: 0.08 0.10 1.03 2/195 26518
/proc/meminfo: memFree=25727396/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 6367 0 1 0 51 1 0 0 20 0 18 0 340473625 2764726272 10945 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 674982 10945 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700198 s]
/proc/loadavg: 0.08 0.10 1.03 2/195 26518
/proc/meminfo: memFree=25727396/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 10148 0 1 0 196 3 0 0 20 0 22 0 340473625 3037372416 22144 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 22144 2255 9 0 732240 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 0.08 0.10 1.03 4/217 26540
/proc/meminfo: memFree=25457012/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=3.76 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 10346 0 1 0 368 8 0 0 20 0 22 0 340473625 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 96923 2270 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2810 0 1 0 31 1 0 0 20 0 22 0 340473626 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473628 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3296 0 0 0 57 0 0 0 20 0 22 0 340473631 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26534] ppid=26516 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/26518/task/26534/stat : 26534 (java) S 26516 26518 25443 0 -1 4202560 2740 0 0 0 56 0 0 0 20 0 22 0 340473631 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267869096504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26535] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26535/stat : 26535 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267868044408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26536] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26536/stat : 26536 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267866991816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26537] ppid=26516 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/26518/task/26537/stat : 26537 (java) R 26516 26518 25443 0 -1 4202560 43 0 0 0 109 0 0 0 20 0 22 0 340473661 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267865935880 140267743799862 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26538] ppid=26516 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/26518/task/26538/stat : 26538 (java) R 26516 26518 25443 0 -1 4202560 221 0 0 0 106 5 0 0 20 0 22 0 340473661 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267864881848 140267743555053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26539] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26539/stat : 26539 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267863831720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26540] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26540/stat : 26540 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 96923 33554432000 1073741824 1073778376 140734427187584 140267862778920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 2966184

[startup+3.10088 s]
/proc/loadavg: 0.08 0.10 1.03 3/217 26540
/proc/meminfo: memFree=25339284/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=7.03 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 10370 0 1 0 693 10 0 0 20 0 22 0 340473625 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 98978 2270 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2810 0 1 0 31 1 0 0 20 0 22 0 340473626 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473628 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3297 0 0 0 61 0 0 0 20 0 22 0 340473631 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26534] ppid=26516 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/26518/task/26534/stat : 26534 (java) S 26516 26518 25443 0 -1 4202560 2740 0 0 0 56 0 0 0 20 0 22 0 340473631 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267869096504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26535] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26535/stat : 26535 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267868044408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26536] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26536/stat : 26536 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267866991816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26537] ppid=26516 vsize=2966184 CPUtime=2.66 cores=1,3,5,7
/proc/26518/task/26537/stat : 26537 (java) R 26516 26518 25443 0 -1 4202560 43 0 0 0 266 0 0 0 20 0 22 0 340473661 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267865934008 140267743725745 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26538] ppid=26516 vsize=2966184 CPUtime=2.69 cores=1,3,5,7
/proc/26518/task/26538/stat : 26538 (java) R 26516 26518 25443 0 -1 4202560 224 0 0 0 264 5 0 0 20 0 22 0 340473661 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267864881872 140267743855504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26539] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26539/stat : 26539 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267863831720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26540] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26540/stat : 26540 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 98978 33554432000 1073741824 1073778376 140734427187584 140267862778920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 2966184

[startup+6.30089 s]
/proc/loadavg: 0.23 0.13 1.03 3/217 26540
/proc/meminfo: memFree=25234852/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=13.44 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 10450 0 1 0 1330 14 0 0 20 0 22 0 340473625 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 125406 2270 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2810 0 1 0 31 1 0 0 20 0 22 0 340473626 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) S 26516 26518 25443 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340473627 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473628 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3297 0 0 0 63 0 0 0 20 0 22 0 340473631 3037372416 125406 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/26518/statm: 741546 173513 2283 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2820 0 1 0 31 3 0 0 20 0 22 0 340473626 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=2.1 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 105 0 0 0 206 4 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=2.08 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) S 26516 26518 25443 0 -1 4202560 78 0 0 0 203 5 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=2.13 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 100 0 0 0 209 4 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=2.12 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 102 0 0 0 209 3 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=2.03 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 88 0 0 0 199 4 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=2.05 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 75 0 0 0 202 3 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 98 0 0 0 195 6 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 82 0 0 0 196 4 0 0 20 0 22 0 340473627 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 289 0 0 0 368 54 0 0 20 0 22 0 340473628 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3306 0 0 0 78 0 0 0 20 0 22 0 340473631 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26534] ppid=26516 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/26518/task/26534/stat : 26534 (java) S 26516 26518 25443 0 -1 4202560 4585 0 0 0 85 0 0 0 20 0 22 0 340473631 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267869096504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26535] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26535/stat : 26535 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267868044408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26536] ppid=26516 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/26518/task/26536/stat : 26536 (java) S 26516 26518 25443 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 340473631 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267866991816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26537] ppid=26516 vsize=2966184 CPUtime=869.77 cores=1,3,5,7
/proc/26518/task/26537/stat : 26537 (java) R 26516 26518 25443 0 -1 4202560 498 0 0 0 86960 17 0 0 20 0 22 0 340473661 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267865935136 140267743897141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26538] ppid=26516 vsize=2966184 CPUtime=869.77 cores=1,3,5,7
/proc/26518/task/26538/stat : 26538 (java) R 26516 26518 25443 0 -1 4202560 938 0 0 0 86955 22 0 0 20 0 22 0 340473661 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267864881456 140267743840290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26539] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26539/stat : 26539 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267863831720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26540] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26540/stat : 26540 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173513 33554432000 1073741824 1073778376 140734427187584 140267862778920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1766.81
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.901 s]
/proc/loadavg: 3.78 3.60 2.69 6/219 26727
/proc/meminfo: memFree=25807768/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=1800.17 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 14443 0 1 0 179886 131 0 0 20 0 22 0 340473625 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 173531 2283 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2820 0 1 0 31 3 0 0 20 0 22 0 340473626 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=2.13 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 107 0 0 0 209 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) R 26516 26518 25443 0 -1 4202560 83 0 0 0 210 5 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 105 0 0 0 216 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 105 0 0 0 217 3 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 88 0 0 0 204 5 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=2.12 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 75 0 0 0 209 3 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 98 0 0 0 201 6 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=2.06 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 85 0 0 0 202 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 289 0 0 0 369 54 0 0 20 0 22 0 340473628 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3306 0 0 0 78 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26534] ppid=26516 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/26518/task/26534/stat : 26534 (java) S 26516 26518 25443 0 -1 4202560 4585 0 0 0 85 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267869096504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26535] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26535/stat : 26535 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267868044408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26536] ppid=26516 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/26518/task/26536/stat : 26536 (java) S 26516 26518 25443 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267866991816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26537] ppid=26516 vsize=2966184 CPUtime=886.15 cores=1,3,5,7
/proc/26518/task/26537/stat : 26537 (java) R 26516 26518 25443 0 -1 4202560 503 0 0 0 88598 17 0 0 20 0 22 0 340473661 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267865934264 140267743914482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26538] ppid=26516 vsize=2966184 CPUtime=886.17 cores=1,3,5,7
/proc/26518/task/26538/stat : 26538 (java) R 26516 26518 25443 0 -1 4202560 954 0 0 0 88595 22 0 0 20 0 22 0 340473661 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267864882000 140267743555357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26539] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26539/stat : 26539 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267863831720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26540] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26540/stat : 26540 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267862778920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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

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

[startup+898.901 s]
/proc/loadavg: 3.78 3.60 2.69 6/219 26727
/proc/meminfo: memFree=25807768/32873660 swapFree=7120/7120
[pid=26518] ppid=26516 vsize=2966184 CPUtime=1800.17 cores=1,3,5,7
/proc/26518/stat : 26518 (java) S 26516 26518 25443 0 -1 4202496 14443 0 1 0 179886 131 0 0 20 0 22 0 340473625 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140734427178720 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26518/statm: 741546 173531 2283 9 0 732240 0
[pid=26518/tid=26520] ppid=26516 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/26518/task/26520/stat : 26520 (java) S 26516 26518 25443 0 -1 4202560 2820 0 1 0 31 3 0 0 20 0 22 0 340473626 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267909858456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26521] ppid=26516 vsize=2966184 CPUtime=2.13 cores=1,3,5,7
/proc/26518/task/26521/stat : 26521 (java) S 26516 26518 25443 0 -1 4202560 107 0 0 0 209 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267894139176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26522] ppid=26516 vsize=2966184 CPUtime=2.15 cores=1,3,5,7
/proc/26518/task/26522/stat : 26522 (java) R 26516 26518 25443 0 -1 4202560 83 0 0 0 210 5 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267893086376 270333424700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26523] ppid=26516 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/26518/task/26523/stat : 26523 (java) S 26516 26518 25443 0 -1 4202560 105 0 0 0 216 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267892034088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26524] ppid=26516 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/26518/task/26524/stat : 26524 (java) S 26516 26518 25443 0 -1 4202560 105 0 0 0 217 3 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267890981288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26525] ppid=26516 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/26518/task/26525/stat : 26525 (java) S 26516 26518 25443 0 -1 4202560 88 0 0 0 204 5 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267889929000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26526] ppid=26516 vsize=2966184 CPUtime=2.12 cores=1,3,5,7
/proc/26518/task/26526/stat : 26526 (java) S 26516 26518 25443 0 -1 4202560 75 0 0 0 209 3 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267888876200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26527] ppid=26516 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/26518/task/26527/stat : 26527 (java) S 26516 26518 25443 0 -1 4202560 98 0 0 0 201 6 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267887823912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26528] ppid=26516 vsize=2966184 CPUtime=2.06 cores=1,3,5,7
/proc/26518/task/26528/stat : 26528 (java) S 26516 26518 25443 0 -1 4202560 85 0 0 0 202 4 0 0 20 0 22 0 340473627 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267886771112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26529] ppid=26516 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/26518/task/26529/stat : 26529 (java) S 26516 26518 25443 0 -1 4202560 289 0 0 0 369 54 0 0 20 0 22 0 340473628 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267874359528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26530] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26530/stat : 26530 (java) S 26516 26518 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267873305592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26531] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26531/stat : 26531 (java) S 26516 26518 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340473629 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267872253192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26532] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26532/stat : 26532 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267871201680 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26533] ppid=26516 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/26518/task/26533/stat : 26533 (java) S 26516 26518 25443 0 -1 4202560 3306 0 0 0 78 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267870149304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26534] ppid=26516 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/26518/task/26534/stat : 26534 (java) S 26516 26518 25443 0 -1 4202560 4585 0 0 0 85 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267869096504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26535] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26535/stat : 26535 (java) S 26516 26518 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267868044408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26518/tid=26536] ppid=26516 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/26518/task/26536/stat : 26536 (java) S 26516 26518 25443 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 340473631 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267866991816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26537] ppid=26516 vsize=2966184 CPUtime=886.15 cores=1,3,5,7
/proc/26518/task/26537/stat : 26537 (java) R 26516 26518 25443 0 -1 4202560 503 0 0 0 88598 17 0 0 20 0 22 0 340473661 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267865934264 140267743914482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26518/tid=26538] ppid=26516 vsize=2966184 CPUtime=886.17 cores=1,3,5,7
/proc/26518/task/26538/stat : 26538 (java) R 26516 26518 25443 0 -1 4202560 954 0 0 0 88595 22 0 0 20 0 22 0 340473661 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267864882000 140267743555357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26518/tid=26539] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26539/stat : 26539 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267863831720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26518/tid=26540] ppid=26516 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26518/task/26540/stat : 26540 (java) S 26516 26518 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340473670 3037372416 173531 33554432000 1073741824 1073778376 140734427187584 140267862778920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26518 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=578182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=660747
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.932
CPU time (s): 1800.17
CPU user time (s): 1798.86
CPU system time (s): 1.31
CPU usage (%): 200.257
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.66075
maximum resident set size= 694252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14479
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51731
involuntary context switches= 70939

runsolver used 3.2815 second user time and 8.30274 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 19:11:19
IDJOB=3733488
IDBENCH=2519
IDSOLVER=2324
FILE ID=node117/3733488-1338743479
RUNJOBID= node117-1338737787-25460
PBS_JOBID= 14636766
Free space on /tmp= 69120 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733488-1338743479/watcher-3733488-1338743479 -o /tmp/evaluation-result-3733488-1338743479/solver-3733488-1338743479 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733488-1338743479.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1879873756

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        25727924 kB
Buffers:          626628 kB
Cached:          4149372 kB
SwapCached:          776 kB
Active:          3760188 kB
Inactive:        2468760 kB
Active(anon):    1438756 kB
Inactive(anon):     9972 kB
Active(file):    2321432 kB
Inactive(file):  2458788 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:                40 kB
Writeback:             0 kB
AnonPages:       1483188 kB
Mapped:            20512 kB
Shmem:                80 kB
Slab:             777624 kB
SReclaimable:     221844 kB
SUnreclaim:       555780 kB
KernelStack:        1784 kB
PageTables:         7004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1571604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1456128 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= 69120 MiB
End job on node117 at 2012-06-03 19:26:20