Trace number 3690004

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3690004-1337887040.opb
0.10/0.11	c reading problem ... 
68.21/47.66	c ... done. Wall clock time 47.546s.
68.21/47.66	c declared #vars     2000400
68.21/47.66	c #constraints  4940611
68.21/47.66	c constraints type 
68.21/47.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
68.21/47.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
68.21/47.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
68.21/47.66	c ignored satisfied constraints => 3
68.21/47.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
68.21/47.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
68.21/47.66	c 4940614 constraints processed.
68.21/47.66	c constraints type 
68.21/47.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
68.21/47.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
68.21/47.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
68.21/47.66	c ignored satisfied constraints => 3
68.21/47.66	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
68.21/47.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
68.21/47.66	c 4940614 constraints processed.
68.21/47.66	c objective function length is 1019600 literals
1114.14/568.33	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1800.19/916.32	c starts		: 33
1800.19/916.32	c conflicts		: 9549
1800.19/916.32	c decisions		: 1151143
1800.19/916.32	c propagations		: 404691951
1800.19/916.32	c inspects		: 3701105190
1800.19/916.32	c shortcuts		: 0
1800.19/916.32	c learnt literals	: 0
1800.19/916.32	c learnt binary clauses	: 3
1800.19/916.32	c learnt ternary clauses	: 0
1800.19/916.32	c learnt constraints	: 9548
1800.19/916.32	c ignored constraints	: 0
1800.19/916.32	c root simplifications	: 0
1800.19/916.32	c removed literals (reason simplification)	: 41
1800.19/916.32	c reason swapping (by a shorter reason)	: 0
1800.19/916.32	c Calls to reduceDB	: 1
1800.19/916.32	c number of reductions to clauses (during analyze)	: 0
1800.19/916.32	c number of learned constraints concerned by reduction	: 0
1800.19/916.32	c number of learning phase by resolution	: 0
1800.19/916.32	c number of learning phase by cutting planes	: 0
1800.19/916.32	c speed (assignments/second)	: 466106.0893301391
1800.19/916.32	c non guided choices	0
1800.19/916.32	c learnt constraints type 
1800.19/916.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.19/916.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7043
1800.19/916.32	c constraints type 
1800.19/916.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.19/916.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.19/916.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.19/916.32	c ignored satisfied constraints => 3
1800.19/916.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.19/916.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.19/916.32	c 4940614 constraints processed.
1800.19/916.32	c constraints type 
1800.19/916.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.19/916.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.19/916.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.19/916.32	c ignored satisfied constraints => 3
1800.19/916.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.19/916.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.19/916.32	c 4940614 constraints processed.
1800.19/916.32	s UNKNOWN
1800.19/916.32	c Total wall clock time (in seconds): 916.208

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-3690004-1337887040/watcher-3690004-1337887040 -o /tmp/evaluation-result-3690004-1337887040/solver-3690004-1337887040 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690004-1337887040.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.87 3.44 3.69 3/195 30657
/proc/meminfo: memFree=25305780/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30657/stat : 30657 (java) D 30655 30657 25418 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254829030 9515008 182 33554432000 1073741824 1073778376 140737068405424 140737068396456 212073266869 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30657/statm: 2323 182 140 9 0 71 0

[startup+0.0803851 s]
/proc/loadavg: 2.87 3.44 3.69 3/195 30657
/proc/meminfo: memFree=25305780/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 3357 0 1 0 5 0 0 0 20 0 18 0 254829030 9787813888 4565 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 4565 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100249 s]
/proc/loadavg: 2.87 3.44 3.69 3/195 30657
/proc/meminfo: memFree=25305780/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 4291 0 1 0 9 1 0 0 20 0 18 0 254829030 9787813888 5495 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 5495 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300295 s]
/proc/loadavg: 2.87 3.44 3.69 3/195 30657
/proc/meminfo: memFree=25305780/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 5561 0 1 0 43 3 0 0 20 0 18 0 254829030 9787813888 33183 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 33183 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 2.87 3.44 3.69 3/195 30657
/proc/meminfo: memFree=25305780/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=1.1 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 5721 0 1 0 104 6 0 0 20 0 18 0 254829030 9787813888 62465 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 62465 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 2.87 3.44 3.69 3/213 30675
/proc/meminfo: memFree=25024976/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=2 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 6146 0 1 0 191 9 0 0 20 0 18 0 254829030 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 86371 2232 9 0 2380296 0
[pid=30657/tid=30659] ppid=30655 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) R 30655 30657 25418 0 -1 4202560 2538 0 1 0 130 4 0 0 20 0 18 0 254829031 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648396320592 212076651789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 114 0 0 0 9 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 90 0 0 0 3 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 94 0 0 0 3 0 0 0 20 0 18 0 254829032 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) S 30655 30657 25418 0 -1 4202560 972 0 0 0 8 0 0 0 20 0 18 0 254829036 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648216123704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) S 30655 30657 25418 0 -1 4202560 907 0 0 0 7 0 0 0 20 0 18 0 254829036 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648215071160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 86371 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558412

[startup+3.10076 s]
/proc/loadavg: 2.87 3.44 3.69 3/213 30675
/proc/meminfo: memFree=24863240/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=4.87 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 9242 0 1 0 452 35 0 0 20 0 18 0 254829030 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 218204 2237 9 0 2380296 0
[pid=30657/tid=30659] ppid=30655 vsize=9558412 CPUtime=2.54 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) R 30655 30657 25418 0 -1 4202560 2856 0 1 0 246 8 0 0 20 0 18 0 254829031 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648396320656 139648404094039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 139 0 0 0 23 3 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 134 0 0 0 22 4 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 412 0 0 0 18 3 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 435 0 0 0 21 3 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 172 0 0 0 17 2 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 456 0 0 0 28 5 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 442 0 0 0 16 2 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 181 0 0 0 19 3 0 0 20 0 18 0 254829032 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) S 30655 30657 25418 0 -1 4202560 1232 0 0 0 13 0 0 0 20 0 18 0 254829036 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648216123704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) S 30655 30657 25418 0 -1 4202560 1093 0 0 0 13 0 0 0 20 0 18 0 254829036 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648215071160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 218204 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 2.80 3.42 3.68 3/213 30675
/proc/meminfo: memFree=23620480/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=10.92 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 28255 0 1 0 1018 74 0 0 20 0 18 0 254829030 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 451322 2270 9 0 2380296 0
[pid=30657/tid=30659] ppid=30655 vsize=9558412 CPUtime=4.33 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) R 30655 30657 25418 0 -1 4202560 3602 0 1 0 416 17 0 0 20 0 18 0 254829031 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648396320656 139648403480418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 618 0 0 0 50 8 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9558412 CPUtime=0.74 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 242 0 0 0 65 9 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 506 0 0 0 58 7 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 532 0 0 0 53 8 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 921 0 0 0 44 6 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9558412 CPUtime=0.66 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 746 0 0 0 58 8 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 951 0 0 0 41 3 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 1143 0 0 0 39 6 0 0 20 0 18 0 254829032 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9558412 CPUtime=0.69 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 1472 0 0 0 69 0 0 0 20 0 18 0 254829033 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254829033 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) R 30655 30657 25418 0 -1 4202560 5441 0 0 0 53 0 0 0 20 0 18 0 254829036 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648216111056 139648402293821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) R 30655 30657 25418 0 -1 4202560 10906 0 0 0 54 2 0 0 20 0 18 0 254829036 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648215048424 139648399854096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254829036 9787813888 451322 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.73 3.39 3.67 3/213 30675
/proc/meminfo: memFree=21955424/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9558412 CPUtime=23.93 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 79386 0 1 0 2243 150 0 0 20 0 18 0 254829030 9787813888 840570 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2389603 840570 2273 9 0 2380296 0
[pid=30657/tid=30659] ppid=30655 vsize=9558412 CPUtime=7.78 cores=1,3,5,7

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

/proc/30657/statm: 2456167 1301044 2284 9 0 2446860 0
[pid=30657/tid=30659] ppid=30655 vsize=9824668 CPUtime=26.64 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) S 30655 30657 25418 0 -1 4202560 3983 0 1 0 2630 34 0 0 20 0 22 0 254829031 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648396329976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 6529 0 0 0 406 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9824668 CPUtime=4.57 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 6726 0 0 0 426 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 6765 0 0 0 415 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 6336 0 0 0 407 29 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 12910 0 0 0 357 24 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 7864 0 0 0 405 32 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9824668 CPUtime=3.88 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 9837 0 0 0 366 22 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9824668 CPUtime=4.32 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 3239 0 0 0 404 28 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9824668 CPUtime=25.08 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 20963 0 0 0 2491 17 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) S 30655 30657 25418 0 -1 4202560 5935 0 0 0 130 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648216123704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) S 30655 30657 25418 0 -1 4202560 10955 0 0 0 135 2 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648215071160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30676] ppid=30655 vsize=9824668 CPUtime=819.52 cores=1,3,5,7
/proc/30657/task/30676/stat : 30676 (java) R 30655 30657 25418 0 -1 4202560 38 0 0 0 81940 12 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648211911688 139648262253093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30677] ppid=30655 vsize=9824668 CPUtime=819.39 cores=1,3,5,7
/proc/30657/task/30677/stat : 30677 (java) R 30655 30657 25418 0 -1 4202560 81 0 0 0 81927 12 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648210856784 139648262288551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30678] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30678/stat : 30678 (java) S 30655 30657 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648209806632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30679] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30679/stat : 30679 (java) S 30655 30657 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648208754088 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1732.18
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.307 s]
/proc/loadavg: 4.01 3.85 3.66 5/220 30692
/proc/meminfo: memFree=16757224/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 103404 0 1 0 179713 306 0 0 20 0 22 0 254829030 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2456167 1301044 2284 9 0 2446860 0
[pid=30657/tid=30659] ppid=30655 vsize=9824668 CPUtime=26.64 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) S 30655 30657 25418 0 -1 4202560 3983 0 1 0 2630 34 0 0 20 0 22 0 254829031 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648396329976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 6529 0 0 0 406 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9824668 CPUtime=4.57 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 6726 0 0 0 426 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 6765 0 0 0 415 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 6336 0 0 0 407 29 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 12910 0 0 0 357 24 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 7864 0 0 0 405 32 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9824668 CPUtime=3.88 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 9837 0 0 0 366 22 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9824668 CPUtime=4.32 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 3239 0 0 0 404 28 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9824668 CPUtime=25.09 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 20963 0 0 0 2491 18 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) S 30655 30657 25418 0 -1 4202560 5935 0 0 0 130 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648216123704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) S 30655 30657 25418 0 -1 4202560 10955 0 0 0 135 2 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648215071160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 53 0 0 0 18 24 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30676] ppid=30655 vsize=9824668 CPUtime=853.45 cores=1,3,5,7
/proc/30657/task/30676/stat : 30676 (java) R 30655 30657 25418 0 -1 4202560 38 0 0 0 85333 12 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648211911688 139648262442411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30677] ppid=30655 vsize=9824668 CPUtime=853.3 cores=1,3,5,7
/proc/30657/task/30677/stat : 30677 (java) R 30655 30657 25418 0 -1 4202560 81 0 0 0 85317 13 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648210856784 139648262550993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30678] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30678/stat : 30678 (java) S 30655 30657 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648209806632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30679] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30679/stat : 30679 (java) S 30655 30657 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648208754088 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

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

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

[startup+916.307 s]
/proc/loadavg: 4.01 3.85 3.66 5/220 30692
/proc/meminfo: memFree=16757224/32873648 swapFree=6596/6596
[pid=30657] ppid=30655 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/30657/stat : 30657 (java) S 30655 30657 25418 0 -1 4202496 103404 0 1 0 179713 306 0 0 20 0 22 0 254829030 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 140737175248832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30657/statm: 2456167 1301044 2284 9 0 2446860 0
[pid=30657/tid=30659] ppid=30655 vsize=9824668 CPUtime=26.64 cores=1,3,5,7
/proc/30657/task/30659/stat : 30659 (java) S 30655 30657 25418 0 -1 4202560 3983 0 1 0 2630 34 0 0 20 0 22 0 254829031 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648396329976 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30660] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30660/stat : 30660 (java) S 30655 30657 25418 0 -1 4202560 6529 0 0 0 406 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648385391528 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30661] ppid=30655 vsize=9824668 CPUtime=4.57 cores=1,3,5,7
/proc/30657/task/30661/stat : 30661 (java) S 30655 30657 25418 0 -1 4202560 6726 0 0 0 426 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648384338984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30662] ppid=30655 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/30657/task/30662/stat : 30662 (java) S 30655 30657 25418 0 -1 4202560 6765 0 0 0 415 31 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648383285928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30663] ppid=30655 vsize=9824668 CPUtime=4.36 cores=1,3,5,7
/proc/30657/task/30663/stat : 30663 (java) S 30655 30657 25418 0 -1 4202560 6336 0 0 0 407 29 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648382233384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30664] ppid=30655 vsize=9824668 CPUtime=3.81 cores=1,3,5,7
/proc/30657/task/30664/stat : 30664 (java) S 30655 30657 25418 0 -1 4202560 12910 0 0 0 357 24 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648381180328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30665] ppid=30655 vsize=9824668 CPUtime=4.37 cores=1,3,5,7
/proc/30657/task/30665/stat : 30665 (java) S 30655 30657 25418 0 -1 4202560 7864 0 0 0 405 32 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648380127784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30657/tid=30666] ppid=30655 vsize=9824668 CPUtime=3.88 cores=1,3,5,7
/proc/30657/task/30666/stat : 30666 (java) S 30655 30657 25418 0 -1 4202560 9837 0 0 0 366 22 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648233584808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30667] ppid=30655 vsize=9824668 CPUtime=4.32 cores=1,3,5,7
/proc/30657/task/30667/stat : 30667 (java) S 30655 30657 25418 0 -1 4202560 3239 0 0 0 404 28 0 0 20 0 22 0 254829032 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648232532264 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30668] ppid=30655 vsize=9824668 CPUtime=25.09 cores=1,3,5,7
/proc/30657/task/30668/stat : 30668 (java) S 30655 30657 25418 0 -1 4202560 20963 0 0 0 2491 18 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648220334952 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30669] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30669/stat : 30669 (java) S 30655 30657 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648219281272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30670] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30670/stat : 30670 (java) S 30655 30657 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254829033 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648218228104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30671] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30671/stat : 30671 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648217176848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30672] ppid=30655 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/30657/task/30672/stat : 30672 (java) S 30655 30657 25418 0 -1 4202560 5935 0 0 0 130 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648216123704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30673] ppid=30655 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/30657/task/30673/stat : 30673 (java) S 30655 30657 25418 0 -1 4202560 10955 0 0 0 135 2 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648215071160 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30674] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30674/stat : 30674 (java) S 30655 30657 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648214018296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30657/tid=30675] ppid=30655 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/30657/task/30675/stat : 30675 (java) S 30655 30657 25418 0 -1 4202560 53 0 0 0 18 24 0 0 20 0 22 0 254829036 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648212965960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30676] ppid=30655 vsize=9824668 CPUtime=853.45 cores=1,3,5,7
/proc/30657/task/30676/stat : 30676 (java) R 30655 30657 25418 0 -1 4202560 38 0 0 0 85333 12 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648211911688 139648262442411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30657/tid=30677] ppid=30655 vsize=9824668 CPUtime=853.3 cores=1,3,5,7
/proc/30657/task/30677/stat : 30677 (java) R 30655 30657 25418 0 -1 4202560 81 0 0 0 85317 13 0 0 20 0 22 0 254833796 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648210856784 139648262550993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30678] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30678/stat : 30678 (java) S 30655 30657 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648209806632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30657/tid=30679] ppid=30655 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30657/task/30679/stat : 30679 (java) S 30655 30657 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254833838 10060460032 1301044 33554432000 1073741824 1073778376 140737175257696 139648208754088 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30657 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=540492
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=490469
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 916.357
CPU time (s): 1800.19
CPU user time (s): 1797.13
CPU system time (s): 3.06
CPU usage (%): 196.451
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.54
system time used= 3.49047
maximum resident set size= 5204296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103438
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32051
involuntary context switches= 31290

runsolver used 3.54146 second user time and 8.31374 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 21:17:25
IDJOB=3690004
IDBENCH=92644
IDSOLVER=2268
FILE ID=node148/3690004-1337887040
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71456 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690004-1337887040/watcher-3690004-1337887040 -o /tmp/evaluation-result-3690004-1337887040/solver-3690004-1337887040 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690004-1337887040.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=454852487

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25305780 kB
Buffers:          246200 kB
Cached:          2891720 kB
SwapCached:            0 kB
Active:          4317704 kB
Inactive:        2445812 kB
Active(anon):    3628056 kB
Inactive(anon):        0 kB
Active(file):     689648 kB
Inactive(file):  2445812 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222252 kB
Writeback:             0 kB
AnonPages:       3634156 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             659352 kB
SReclaimable:      99232 kB
SUnreclaim:       560120 kB
KernelStack:        1600 kB
PageTables:        11360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4056264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3317760 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= 71456 MiB
End job on node148 at 2012-05-24 21:32:44