Trace number 3741601

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.08 904.629

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.2.0.v20100531
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		1349517296
0.03/0.09	c Max memory 		1356595200
0.03/0.09	c Total memory 		1356595200
0.03/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741601-1338765250.opb
0.07/0.12	c reading problem ... 
40.44/32.32	c ... done. Wall clock time 32.199s.
40.44/32.32	c #vars     124626
40.44/32.32	c #constraints  172646
40.44/32.32	c constraints type 
40.44/32.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
40.44/32.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
40.44/32.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
40.44/32.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
40.44/32.32	c constraints type 
40.44/32.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
40.44/32.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
40.44/32.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
40.44/32.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
347.05/183.28	c cleaning 2442 clauses out of 4990 with flag 5000/5000
776.04/396.42	c cleaning 4186 clauses out of 8543 with flag 11001/11001
1800.08/904.61	c starts		: 35
1800.08/904.61	c conflicts		: 13675
1800.08/904.61	c decisions		: 2492078
1800.08/904.61	c propagations		: 32465128
1800.08/904.61	c inspects		: 50726658
1800.08/904.61	c learnt literals	: 21
1800.08/904.61	c learnt binary clauses	: 362
1800.08/904.61	c learnt ternary clauses	: 173
1800.08/904.61	c learnt clauses	: 13653
1800.08/904.61	c ignored clauses	: 0
1800.08/904.61	c root simplifications	: 0
1800.08/904.61	c removed literals (reason simplification)	: 954148
1800.08/904.61	c reason swapping (by a shorter reason)	: 0
1800.08/904.61	c Calls to reduceDB	: 2
1800.08/904.61	c number of reductions to clauses (during analyze)	: 0
1800.08/904.61	c number of learned constraints concerned by reduction	: 0
1800.08/904.61	c number of learning phase by resolution	: 0
1800.08/904.61	c number of learning phase by cutting planes	: 0
1800.08/904.61	c speed (assignments/second)	: 37218.2737392381
1800.08/904.61	c non guided choices	95580
1800.08/904.62	c learnt constraints type 
1800.08/904.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6663
1800.08/904.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 362
1800.08/904.62	c constraints type 
1800.08/904.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
1800.08/904.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
1800.08/904.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
1800.08/904.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.08/904.62	c constraints type 
1800.08/904.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
1800.08/904.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
1800.08/904.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
1800.08/904.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.08/904.62	s UNKNOWN
1800.08/904.62	c Total wall clock time (in seconds): 904.495

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-3741601-1338765250/watcher-3741601-1338765250 -o /tmp/evaluation-result-3741601-1338765250/solver-3741601-1338765250 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741601-1338765250.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.97 3.42 3.37 3/199 26536
/proc/meminfo: memFree=27627812/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26536/stat : 26536 (java6) D 26534 26536 19811 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342650254 9515008 182 33554432000 1073741824 1073778376 140737428156464 140737428147496 215124623029 0 0 4096 0 18446744072100748580 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 2323 182 140 9 0 71 0

[startup+0.0642491 s]
/proc/loadavg: 2.97 3.42 3.37 3/199 26536
/proc/meminfo: memFree=27627812/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 3799 0 1 0 3 0 0 0 20 0 13 0 342650254 2423889920 4495 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 591770 4495 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100298 s]
/proc/loadavg: 2.97 3.42 3.37 3/199 26536
/proc/meminfo: memFree=27627812/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 4257 0 1 0 7 0 0 0 20 0 18 0 342650254 2764726272 5461 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 5477 1983 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300255 s]
/proc/loadavg: 2.97 3.42 3.37 3/199 26536
/proc/meminfo: memFree=27627812/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 5794 0 1 0 47 1 0 0 20 0 18 0 342650254 2764726272 13706 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 13706 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700325 s]
/proc/loadavg: 2.97 3.42 3.37 3/199 26536
/proc/meminfo: memFree=27627812/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=1.12 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 8338 0 1 0 107 5 0 0 20 0 18 0 342650254 2764726272 63501 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 63501 2229 9 0 665676 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 2.97 3.42 3.37 4/217 26554
/proc/meminfo: memFree=27295152/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=2.49 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 13254 0 1 0 231 18 0 0 20 0 18 0 342650254 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 109635 2256 9 0 665676 0
[pid=26536/tid=26538] ppid=26534 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) R 26534 26536 19811 0 -1 4202560 3019 0 1 0 131 7 0 0 20 0 18 0 342650255 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364828429736 140364768546797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 342650257 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342650258 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 3344 0 0 0 36 0 0 0 20 0 18 0 342650261 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5575 0 0 0 39 1 0 0 20 0 18 0 342650261 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 109635 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 2699928

[startup+3.10082 s]
/proc/loadavg: 2.97 3.42 3.37 17/217 26554
/proc/meminfo: memFree=27116232/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=4.7 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 13528 0 1 0 435 35 0 0 20 0 18 0 342650254 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 134299 2256 9 0 665676 0
[pid=26536/tid=26538] ppid=26534 vsize=2699928 CPUtime=2.78 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) R 26534 26536 19811 0 -1 4202560 3021 0 1 0 270 8 0 0 20 0 18 0 342650255 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364828429736 140364768718964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 27 0 0 0 4 3 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 59 0 0 0 13 5 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 62 0 0 0 11 4 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 82 0 0 0 12 5 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 51 0 0 0 10 4 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 64 0 0 0 9 3 0 0 20 0 18 0 342650257 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342650258 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 3344 0 0 0 37 0 0 0 20 0 18 0 342650261 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5582 0 0 0 43 1 0 0 20 0 18 0 342650261 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 134299 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 2699928

[startup+6.30086 s]
/proc/loadavg: 3.53 3.53 3.41 4/217 26554
/proc/meminfo: memFree=27034016/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=9.05 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 13811 0 1 0 857 48 0 0 20 0 18 0 342650254 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 155572 2256 9 0 665676 0
[pid=26536/tid=26538] ppid=26534 vsize=2699928 CPUtime=5.57 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) R 26534 26536 19811 0 -1 4202560 3028 0 1 0 549 8 0 0 20 0 18 0 342650255 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364828422224 140364768244275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 80 0 0 0 23 4 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 68 0 0 0 20 4 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 82 0 0 0 29 6 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 106 0 0 0 30 5 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 107 0 0 0 37 7 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 55 0 0 0 21 3 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 84 0 0 0 25 6 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 91 0 0 0 25 5 0 0 20 0 18 0 342650257 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342650258 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342650259 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 3344 0 0 0 37 0 0 0 20 0 18 0 342650261 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5582 0 0 0 43 1 0 0 20 0 18 0 342650261 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342650261 2764726272 155572 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.49 3.52 3.40 4/217 26554
/proc/meminfo: memFree=26893636/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2699928 CPUtime=16.6 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 14199 0 1 0 1593 67 0 0 20 0 18 0 342650254 2764726272 187474 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 674982 187474 2256 9 0 665676 0
[pid=26536/tid=26538] ppid=26534 vsize=2699928 CPUtime=11.54 cores=1,3,5,7

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

/proc/26536/statm: 741546 331350 2280 9 0 732240 0
[pid=26536/tid=26538] ppid=26534 vsize=2966184 CPUtime=29.65 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) S 26534 26536 19811 0 -1 4202560 3088 0 1 0 2947 18 0 0 20 0 22 0 342650255 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364828431512 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2966184 CPUtime=6.62 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 369 0 0 0 642 20 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2966184 CPUtime=6.4 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 295 0 0 0 624 16 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2966184 CPUtime=6.96 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 353 0 0 0 672 24 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2966184 CPUtime=6.61 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 290 0 0 0 641 20 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2966184 CPUtime=6.82 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 361 0 0 0 660 22 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2966184 CPUtime=6.77 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 330 0 0 0 657 20 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2966184 CPUtime=6.66 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 320 0 0 0 647 19 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2966184 CPUtime=6.76 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 350 0 0 0 654 22 0 0 20 0 22 0 342650257 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2966184 CPUtime=3.18 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 9239 0 0 0 268 50 0 0 20 0 22 0 342650258 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 6326 0 0 0 139 2 0 0 20 0 22 0 342650261 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5695 0 0 0 122 1 0 0 20 0 22 0 342650261 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 48 0 0 0 24 18 0 0 20 0 22 0 342650261 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26555] ppid=26534 vsize=2966184 CPUtime=830.92 cores=1,3,5,7
/proc/26536/task/26555/stat : 26555 (java) R 26534 26536 19811 0 -1 4202560 160 0 0 0 83076 16 0 0 20 0 22 0 342653487 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364666891088 140364769233804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26556] ppid=26534 vsize=2966184 CPUtime=830.73 cores=1,3,5,7
/proc/26536/task/26556/stat : 26556 (java) R 26534 26536 19811 0 -1 4202560 1243 0 0 0 83055 18 0 0 20 0 22 0 342653487 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364665839120 140364768789189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26557] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26557/stat : 26557 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364664788392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26558] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26558/stat : 26558 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331350 33554432000 1073741824 1073778376 140733715976224 140364663735592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1755.05
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.601 s]
/proc/loadavg: 4.02 3.95 3.73 5/221 26626
/proc/meminfo: memFree=26555268/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 29701 0 1 0 179744 264 0 0 20 0 22 0 342650254 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 741546 331352 2280 9 0 732240 0
[pid=26536/tid=26538] ppid=26534 vsize=2966184 CPUtime=29.65 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) S 26534 26536 19811 0 -1 4202560 3088 0 1 0 2947 18 0 0 20 0 22 0 342650255 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364828431512 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2966184 CPUtime=6.77 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 369 0 0 0 657 20 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2966184 CPUtime=6.59 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 295 0 0 0 642 17 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2966184 CPUtime=7.1 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 354 0 0 0 686 24 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2966184 CPUtime=6.77 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 290 0 0 0 656 21 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2966184 CPUtime=6.95 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 361 0 0 0 673 22 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 330 0 0 0 670 20 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2966184 CPUtime=6.82 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 321 0 0 0 663 19 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2966184 CPUtime=6.92 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 350 0 0 0 670 22 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2966184 CPUtime=3.22 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 9241 0 0 0 270 52 0 0 20 0 22 0 342650258 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 6326 0 0 0 139 2 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5695 0 0 0 122 1 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 50 0 0 0 25 18 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26555] ppid=26534 vsize=2966184 CPUtime=852.74 cores=1,3,5,7
/proc/26536/task/26555/stat : 26555 (java) R 26534 26536 19811 0 -1 4202560 161 0 0 0 85258 16 0 0 20 0 22 0 342653487 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364666891088 140364769149040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26556] ppid=26534 vsize=2966184 CPUtime=852.54 cores=1,3,5,7
/proc/26536/task/26556/stat : 26556 (java) R 26534 26536 19811 0 -1 4202560 1281 0 0 0 85236 18 0 0 20 0 22 0 342653487 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364665839320 140364769291092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26557] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26557/stat : 26557 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364664788392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26558] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26558/stat : 26558 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364663735592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+904.601 s]
/proc/loadavg: 4.02 3.95 3.73 5/221 26626
/proc/meminfo: memFree=26555268/32873844 swapFree=7620/7620
[pid=26536] ppid=26534 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/26536/stat : 26536 (java) S 26534 26536 19811 0 -1 4202496 29701 0 1 0 179744 264 0 0 20 0 22 0 342650254 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140733715967360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26536/statm: 741546 331352 2280 9 0 732240 0
[pid=26536/tid=26538] ppid=26534 vsize=2966184 CPUtime=29.65 cores=1,3,5,7
/proc/26536/task/26538/stat : 26538 (java) S 26534 26536 19811 0 -1 4202560 3088 0 1 0 2947 18 0 0 20 0 22 0 342650255 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364828431512 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26539] ppid=26534 vsize=2966184 CPUtime=6.77 cores=1,3,5,7
/proc/26536/task/26539/stat : 26539 (java) S 26534 26536 19811 0 -1 4202560 369 0 0 0 657 20 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364767161384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26540] ppid=26534 vsize=2966184 CPUtime=6.59 cores=1,3,5,7
/proc/26536/task/26540/stat : 26540 (java) S 26534 26536 19811 0 -1 4202560 295 0 0 0 642 17 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364693830568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26541] ppid=26534 vsize=2966184 CPUtime=7.1 cores=1,3,5,7
/proc/26536/task/26541/stat : 26541 (java) S 26534 26536 19811 0 -1 4202560 354 0 0 0 686 24 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364692777768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26542] ppid=26534 vsize=2966184 CPUtime=6.77 cores=1,3,5,7
/proc/26536/task/26542/stat : 26542 (java) S 26534 26536 19811 0 -1 4202560 290 0 0 0 656 21 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364691724968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26543] ppid=26534 vsize=2966184 CPUtime=6.95 cores=1,3,5,7
/proc/26536/task/26543/stat : 26543 (java) S 26534 26536 19811 0 -1 4202560 361 0 0 0 673 22 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364690672168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26544] ppid=26534 vsize=2966184 CPUtime=6.9 cores=1,3,5,7
/proc/26536/task/26544/stat : 26544 (java) S 26534 26536 19811 0 -1 4202560 330 0 0 0 670 20 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364689619368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26536/tid=26545] ppid=26534 vsize=2966184 CPUtime=6.82 cores=1,3,5,7
/proc/26536/task/26545/stat : 26545 (java) S 26534 26536 19811 0 -1 4202560 321 0 0 0 663 19 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364688566568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26546] ppid=26534 vsize=2966184 CPUtime=6.92 cores=1,3,5,7
/proc/26536/task/26546/stat : 26546 (java) S 26534 26536 19811 0 -1 4202560 350 0 0 0 670 22 0 0 20 0 22 0 342650257 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364687513768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26547] ppid=26534 vsize=2966184 CPUtime=3.22 cores=1,3,5,7
/proc/26536/task/26547/stat : 26547 (java) S 26534 26536 19811 0 -1 4202560 9241 0 0 0 270 52 0 0 20 0 22 0 342650258 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364675316712 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26548] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26548/stat : 26548 (java) S 26534 26536 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364674262776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26549] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26549/stat : 26549 (java) S 26534 26536 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342650259 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364673209864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26550] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26550/stat : 26550 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364672158352 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26551] ppid=26534 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/26536/task/26551/stat : 26551 (java) S 26534 26536 19811 0 -1 4202560 6326 0 0 0 139 2 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364671105464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26552] ppid=26534 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/26536/task/26552/stat : 26552 (java) S 26534 26536 19811 0 -1 4202560 5695 0 0 0 122 1 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364670052664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26553] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26553/stat : 26553 (java) S 26534 26536 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364669000056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26554] ppid=26534 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/26536/task/26554/stat : 26554 (java) S 26534 26536 19811 0 -1 4202560 50 0 0 0 25 18 0 0 20 0 22 0 342650261 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364667947464 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26536/tid=26555] ppid=26534 vsize=2966184 CPUtime=852.74 cores=1,3,5,7
/proc/26536/task/26555/stat : 26555 (java) R 26534 26536 19811 0 -1 4202560 161 0 0 0 85258 16 0 0 20 0 22 0 342653487 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364666891088 140364769149040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26556] ppid=26534 vsize=2966184 CPUtime=852.54 cores=1,3,5,7
/proc/26536/task/26556/stat : 26556 (java) R 26534 26536 19811 0 -1 4202560 1281 0 0 0 85236 18 0 0 20 0 22 0 342653487 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364665839320 140364769291092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26536/tid=26557] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26557/stat : 26557 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364664788392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26536/tid=26558] ppid=26534 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26536/task/26558/stat : 26558 (java) S 26534 26536 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342653495 3037372416 331352 33554432000 1073741824 1073778376 140733715976224 140364663735592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26536 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=278380
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=60534
# CPU time returned by wait4() is 1796.34
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.629
CPU time (s): 1800.08
CPU user time (s): 1797.44
CPU system time (s): 2.64
CPU usage (%): 198.985
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.28
system time used= 3.06053
maximum resident set size= 1343628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29731
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= 64604
involuntary context switches= 132459

runsolver used 3.53346 second user time and 9.12361 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 01:14:15
IDJOB=3741601
IDBENCH=89883
IDSOLVER=2324
FILE ID=node135/3741601-1338765250
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70784 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741601-1338765250/watcher-3741601-1338765250 -o /tmp/evaluation-result-3741601-1338765250/solver-3741601-1338765250 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741601-1338765250.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=825866822

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27627820 kB
Buffers:          386572 kB
Cached:          2901032 kB
SwapCached:         1672 kB
Active:          2492596 kB
Inactive:        1894544 kB
Active(anon):    1089812 kB
Inactive(anon):    12036 kB
Active(file):    1402784 kB
Inactive(file):  1882508 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:            201728 kB
Writeback:             0 kB
AnonPages:       1107568 kB
Mapped:            18724 kB
Shmem:               132 kB
Slab:             716388 kB
SReclaimable:     157052 kB
SUnreclaim:       559336 kB
KernelStack:        1632 kB
PageTables:         6404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1046528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node135 at 2012-06-04 01:29:21