Trace number 3690012

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.12 937.265

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUM7527e2935777236bd1dfaa057aa70f69
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark702654757
Best CPU time to get the best result obtained on this benchmark1800.73
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3690012-1337887082.opb
0.09/0.12	c reading problem ... 
38.44/22.17	c ... done. Wall clock time 22.043s.
38.44/22.17	c declared #vars     1000400
38.44/22.17	c #constraints  2030011
38.44/22.17	c constraints type 
38.44/22.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
38.44/22.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
38.44/22.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
38.44/22.17	c ignored satisfied constraints => 3
38.44/22.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
38.44/22.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
38.44/22.17	c 2030014 constraints processed.
38.44/22.17	c constraints type 
38.44/22.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
38.44/22.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
38.44/22.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
38.44/22.17	c ignored satisfied constraints => 3
38.44/22.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
38.44/22.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
38.44/22.17	c 2030014 constraints processed.
38.44/22.17	c objective function length is 29800 literals
155.78/79.91	c cleaning 2499 clauses out of 5000 with flag 5000/5000
291.76/150.20	c cleaning 4241 clauses out of 8501 with flag 11000/11000
367.77/189.99	c cleaning 5630 clauses out of 11260 with flag 18000/18000
431.79/223.88	c cleaning 6811 clauses out of 13630 with flag 26000/26000
498.31/258.92	c cleaning 7903 clauses out of 15820 with flag 35001/35001
566.47/295.70	c cleaning 8950 clauses out of 17916 with flag 45000/45000
649.03/338.74	c cleaning 9975 clauses out of 19966 with flag 56000/56000
720.04/376.14	c cleaning 10993 clauses out of 21992 with flag 68001/68001
813.14/424.48	c cleaning 11996 clauses out of 23999 with flag 81001/81001
914.04/477.47	c cleaning 13002 clauses out of 26006 with flag 95004/95004
1012.53/528.55	c cleaning 13994 clauses out of 28000 with flag 110000/110000
1134.33/591.10	c cleaning 14999 clauses out of 30006 with flag 126000/126000
1230.32/641.01	c cleaning 15997 clauses out of 32007 with flag 143000/143000
1326.24/691.65	c cleaning 16993 clauses out of 34010 with flag 161000/161000
1454.65/757.19	c cleaning 18002 clauses out of 36017 with flag 180000/180000
1580.84/821.26	c cleaning 19004 clauses out of 38015 with flag 200000/200000
1710.39/890.54	c cleaning 20004 clauses out of 40014 with flag 221003/221003
1800.12/937.21	c starts		: 120
1800.12/937.21	c conflicts		: 235361
1800.12/937.21	c decisions		: 396349
1800.12/937.21	c propagations		: 642773225
1800.12/937.21	c inspects		: 3623139131
1800.12/937.21	c shortcuts		: 0
1800.12/937.21	c learnt literals	: 0
1800.12/937.21	c learnt binary clauses	: 0
1800.12/937.21	c learnt ternary clauses	: 0
1800.12/937.21	c learnt constraints	: 235360
1800.12/937.21	c ignored constraints	: 0
1800.12/937.21	c root simplifications	: 0
1800.12/937.21	c removed literals (reason simplification)	: 1207689
1800.12/937.21	c reason swapping (by a shorter reason)	: 0
1800.12/937.21	c Calls to reduceDB	: 17
1800.12/937.21	c number of reductions to clauses (during analyze)	: 0
1800.12/937.21	c number of learned constraints concerned by reduction	: 0
1800.12/937.21	c number of learning phase by resolution	: 0
1800.12/937.21	c number of learning phase by cutting planes	: 0
1800.12/937.21	c speed (assignments/second)	: 702581.1477864712
1800.12/937.21	c non guided choices	13
1800.12/937.23	c learnt constraints type 
1800.12/937.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34369
1800.12/937.23	c constraints type 
1800.12/937.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.12/937.23	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.12/937.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.12/937.23	c ignored satisfied constraints => 3
1800.12/937.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
1800.12/937.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
1800.12/937.23	c 2030014 constraints processed.
1800.12/937.23	c constraints type 
1800.12/937.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
1800.12/937.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.12/937.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.12/937.23	c ignored satisfied constraints => 3
1800.12/937.23	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.12/937.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
1800.12/937.23	c 2030014 constraints processed.
1800.12/937.23	s UNKNOWN
1800.12/937.23	c Total wall clock time (in seconds): 937.105

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-3690012-1337887082/watcher-3690012-1337887082 -o /tmp/evaluation-result-3690012-1337887082/solver-3690012-1337887082 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690012-1337887082.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: 3.45 3.38 3.62 4/197 30680
/proc/meminfo: memFree=26993640/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30680/stat : 30680 (java) R 30678 30680 25184 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254832913 9515008 182 33554432000 1073741824 1073778376 140734056930208 140734056921240 239237676725 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30680/statm: 2323 182 140 9 0 71 0

[startup+0.105111 s]
/proc/loadavg: 3.45 3.38 3.62 4/197 30680
/proc/meminfo: memFree=26993640/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 4293 0 1 0 8 1 0 0 20 0 18 0 254832913 9787813888 5482 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 5482 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.20028 s]
/proc/loadavg: 3.45 3.38 3.62 4/197 30680
/proc/meminfo: memFree=26993640/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 5028 0 1 0 24 3 0 0 20 0 18 0 254832913 9787813888 17655 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 17665 2192 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558412

[startup+0.300341 s]
/proc/loadavg: 3.45 3.38 3.62 4/197 30680
/proc/meminfo: memFree=26993640/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 5498 0 1 0 42 3 0 0 20 0 18 0 254832913 9787813888 21435 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 21435 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700238 s]
/proc/loadavg: 3.45 3.38 3.62 4/197 30680
/proc/meminfo: memFree=26993640/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=1.61 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 17100 0 1 0 149 12 0 0 20 0 18 0 254832913 9787813888 56704 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 56704 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.57 3.41 3.63 4/215 30698
/proc/meminfo: memFree=26736812/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=3.38 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 22967 0 1 0 318 20 0 0 20 0 18 0 254832913 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 98106 2265 9 0 2380296 0
[pid=30680/tid=30682] ppid=30678 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30680 25184 0 -1 4202560 2568 0 1 0 128 6 0 0 20 0 18 0 254832914 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565920124328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) R 30678 30680 25184 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565892578344 140565923403676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) R 30678 30680 25184 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241045596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) R 30678 30680 25184 0 -1 4202560 60 0 0 0 2 1 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565761530840 140565927021472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) R 30678 30680 25184 0 -1 4202560 157 0 0 0 6 2 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565760477864 140565924300975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) R 30678 30680 25184 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565759425240 140565927021310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) R 30678 30680 25184 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565758372440 140565922596595 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) R 30678 30680 25184 0 -1 4202560 130 0 0 0 2 0 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565421222360 140565922596529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) R 30678 30680 25184 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 254832915 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565407971208 239241049148 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9558412 CPUtime=0.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5352 0 0 0 70 1 0 0 20 0 18 0 254832920 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9558412 CPUtime=0.86 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 13264 0 0 0 83 3 0 0 20 0 18 0 254832920 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 98106 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 3.57 3.41 3.63 11/215 30698
/proc/meminfo: memFree=26469272/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=5.84 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 24097 0 1 0 539 45 0 0 20 0 18 0 254832913 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 176711 2265 9 0 2380296 0
[pid=30680/tid=30682] ppid=30678 vsize=9558412 CPUtime=2.63 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) R 30678 30680 25184 0 -1 4202560 2829 0 1 0 254 9 0 0 20 0 18 0 254832914 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565920116656 140565774033994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30680 25184 0 -1 4202560 159 0 0 0 13 4 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565892578344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30680 25184 0 -1 4202560 167 0 0 0 13 3 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30680 25184 0 -1 4202560 100 0 0 0 15 4 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565761530664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30680 25184 0 -1 4202560 197 0 0 0 16 5 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565760477864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30680 25184 0 -1 4202560 207 0 0 0 16 3 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565759425064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30680 25184 0 -1 4202560 66 0 0 0 18 5 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565758372264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30680 25184 0 -1 4202560 336 0 0 0 13 3 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565421222184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30680 25184 0 -1 4202560 49 0 0 0 12 3 0 0 20 0 18 0 254832915 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565407972328 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9558412 CPUtime=0.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5352 0 0 0 70 1 0 0 20 0 18 0 254832920 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9558412 CPUtime=0.86 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 13264 0 0 0 83 3 0 0 20 0 18 0 254832920 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 176711 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 9558412

[startup+6.30086 s]
/proc/loadavg: 4.08 3.52 3.66 4/215 30698
/proc/meminfo: memFree=25890376/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=11.1 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 27058 0 1 0 1018 92 0 0 20 0 18 0 254832913 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 277961 2273 9 0 2380296 0
[pid=30680/tid=30682] ppid=30678 vsize=9558412 CPUtime=4.21 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) R 30678 30680 25184 0 -1 4202560 2860 0 1 0 410 11 0 0 20 0 18 0 254832914 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565920123944 239241061645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30680 25184 0 -1 4202560 643 0 0 0 47 11 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565892578344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30680 25184 0 -1 4202560 411 0 0 0 40 9 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30680 25184 0 -1 4202560 194 0 0 0 47 10 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565761530664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30680 25184 0 -1 4202560 554 0 0 0 44 11 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565760477864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30680 25184 0 -1 4202560 288 0 0 0 44 8 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565759425064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9558412 CPUtime=0.62 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30680 25184 0 -1 4202560 438 0 0 0 51 11 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565758372264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30680 25184 0 -1 4202560 412 0 0 0 38 8 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565421222184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30680 25184 0 -1 4202560 397 0 0 0 36 8 0 0 20 0 18 0 254832915 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9558412 CPUtime=0.9 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 1071 0 0 0 90 0 0 0 20 0 18 0 254832917 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565407972328 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254832917 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9558412 CPUtime=0.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5352 0 0 0 70 1 0 0 20 0 18 0 254832920 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9558412 CPUtime=0.86 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 13264 0 0 0 83 3 0 0 20 0 18 0 254832920 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254832920 9787813888 277961 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 4.00 3.51 3.66 4/215 30698
/proc/meminfo: memFree=24605204/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9558412 CPUtime=22.19 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 33442 0 1 0 2033 186 0 0 20 0 18 0 254832913 9787813888 598657 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2389603 598657 2273 9 0 2380296 0
[pid=30680/tid=30682] ppid=30678 vsize=9558412 CPUtime=6.3 cores=1,3,5,7

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

/proc/30680/statm: 2456167 1027361 2285 9 0 2446860 0
[pid=30680/tid=30682] ppid=30678 vsize=9824668 CPUtime=13.5 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30680 25184 0 -1 4202560 3558 0 1 0 1325 25 0 0 20 0 22 0 254832914 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565920125944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9824668 CPUtime=7.06 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30680 25184 0 -1 4202560 2659 0 0 0 656 50 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565892578344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9824668 CPUtime=6.69 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30680 25184 0 -1 4202560 1401 0 0 0 625 44 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9824668 CPUtime=6.87 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30680 25184 0 -1 4202560 1649 0 0 0 637 50 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565761530664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9824668 CPUtime=6.39 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30680 25184 0 -1 4202560 2129 0 0 0 594 45 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565760477864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9824668 CPUtime=6.38 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30680 25184 0 -1 4202560 1535 0 0 0 594 44 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565759425064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9824668 CPUtime=6.32 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30680 25184 0 -1 4202560 2083 0 0 0 588 44 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565758372264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9824668 CPUtime=6.66 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30680 25184 0 -1 4202560 1694 0 0 0 620 46 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565421222184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9824668 CPUtime=6.51 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30680 25184 0 -1 4202560 2087 0 0 0 608 43 0 0 20 0 22 0 254832915 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9824668 CPUtime=86.96 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 4978 0 0 0 8676 20 0 0 20 0 22 0 254832917 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565407972328 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5387 0 0 0 169 2 0 0 20 0 22 0 254832920 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 17062 0 0 0 181 4 0 0 20 0 22 0 254832920 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 51 0 0 0 24 19 0 0 20 0 22 0 254832920 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30700] ppid=30678 vsize=9824668 CPUtime=765.96 cores=1,3,5,7
/proc/30680/task/30700/stat : 30700 (java) R 30678 30680 25184 0 -1 4202560 39 0 0 0 76585 11 0 0 20 0 22 0 254835130 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565399547024 140565774863305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30701] ppid=30678 vsize=9824668 CPUtime=765.7 cores=1,3,5,7
/proc/30680/task/30701/stat : 30701 (java) R 30678 30680 25184 0 -1 4202560 88 0 0 0 76557 13 0 0 20 0 22 0 254835130 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565398494704 140565927890017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30702] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30702/stat : 30702 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565397444008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30703] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30703/stat : 30703 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1027361 33554432000 1073741824 1073778376 140734689366896 140565396391208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1693.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+937.201 s]
/proc/loadavg: 3.24 3.47 3.63 4/218 30816
/proc/meminfo: memFree=25186556/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 47860 0 1 0 179556 456 0 0 20 0 22 0 254832913 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2456167 1081688 2285 9 0 2446860 0
[pid=30680/tid=30682] ppid=30678 vsize=9824668 CPUtime=13.5 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30680 25184 0 -1 4202560 3560 0 1 0 1325 25 0 0 20 0 22 0 254832914 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565920125944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9824668 CPUtime=7.43 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30680 25184 0 -1 4202560 2678 0 0 0 691 52 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565892578344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9824668 CPUtime=7.02 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30680 25184 0 -1 4202560 1424 0 0 0 656 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9824668 CPUtime=7.29 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30680 25184 0 -1 4202560 1684 0 0 0 676 53 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565761530664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9824668 CPUtime=6.9 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30680 25184 0 -1 4202560 2144 0 0 0 644 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565760477864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9824668 CPUtime=6.65 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30680 25184 0 -1 4202560 1548 0 0 0 620 45 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565759425064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9824668 CPUtime=6.72 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30680 25184 0 -1 4202560 2098 0 0 0 627 45 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565758372264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9824668 CPUtime=7.13 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30680 25184 0 -1 4202560 1705 0 0 0 667 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565421222184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9824668 CPUtime=7.01 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30680 25184 0 -1 4202560 2099 0 0 0 657 44 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9824668 CPUtime=91.6 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 5100 0 0 0 9138 22 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565407972328 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5387 0 0 0 169 2 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 17062 0 0 0 181 4 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 55 0 0 0 26 20 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30700] ppid=30678 vsize=9824668 CPUtime=815.24 cores=1,3,5,7
/proc/30680/task/30700/stat : 30700 (java) R 30678 30680 25184 0 -1 4202560 41 0 0 0 81512 12 0 0 20 0 22 0 254835130 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565399549056 140565774917304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30701] ppid=30678 vsize=9824668 CPUtime=814.98 cores=1,3,5,7
/proc/30680/task/30701/stat : 30701 (java) R 30678 30680 25184 0 -1 4202560 88 0 0 0 81484 14 0 0 20 0 22 0 254835130 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565398495040 140565774663313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30702] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30702/stat : 30702 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565397444008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30703] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30703/stat : 30703 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565396391208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+937.201 s]
/proc/loadavg: 3.24 3.47 3.63 4/218 30816
/proc/meminfo: memFree=25186556/32873844 swapFree=7388/7388
[pid=30680] ppid=30678 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/30680/stat : 30680 (java) S 30678 30680 25184 0 -1 4202496 47860 0 1 0 179556 456 0 0 20 0 22 0 254832913 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140734689358032 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30680/statm: 2456167 1081688 2285 9 0 2446860 0
[pid=30680/tid=30682] ppid=30678 vsize=9824668 CPUtime=13.5 cores=1,3,5,7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30680 25184 0 -1 4202560 3560 0 1 0 1325 25 0 0 20 0 22 0 254832914 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565920125944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30683] ppid=30678 vsize=9824668 CPUtime=7.43 cores=1,3,5,7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30680 25184 0 -1 4202560 2678 0 0 0 691 52 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565892578344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30684] ppid=30678 vsize=9824668 CPUtime=7.02 cores=1,3,5,7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30680 25184 0 -1 4202560 1424 0 0 0 656 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565762583464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30685] ppid=30678 vsize=9824668 CPUtime=7.29 cores=1,3,5,7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30680 25184 0 -1 4202560 1684 0 0 0 676 53 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565761530664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30686] ppid=30678 vsize=9824668 CPUtime=6.9 cores=1,3,5,7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30680 25184 0 -1 4202560 2144 0 0 0 644 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565760477864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30687] ppid=30678 vsize=9824668 CPUtime=6.65 cores=1,3,5,7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30680 25184 0 -1 4202560 1548 0 0 0 620 45 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565759425064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30688] ppid=30678 vsize=9824668 CPUtime=6.72 cores=1,3,5,7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30680 25184 0 -1 4202560 2098 0 0 0 627 45 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565758372264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30689] ppid=30678 vsize=9824668 CPUtime=7.13 cores=1,3,5,7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30680 25184 0 -1 4202560 1705 0 0 0 667 46 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565421222184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30690] ppid=30678 vsize=9824668 CPUtime=7.01 cores=1,3,5,7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30680 25184 0 -1 4202560 2099 0 0 0 657 44 0 0 20 0 22 0 254832915 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565420169384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30691] ppid=30678 vsize=9824668 CPUtime=91.6 cores=1,3,5,7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30680 25184 0 -1 4202560 5100 0 0 0 9138 22 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565407972328 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30692] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30680 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565406918392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30693] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30680 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254832917 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565405865480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30694] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565404813968 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30695] ppid=30678 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30680 25184 0 -1 4202560 5387 0 0 0 169 2 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565403761080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30696] ppid=30678 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30680 25184 0 -1 4202560 17062 0 0 0 181 4 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565402708280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30680/tid=30697] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30680 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565401655672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30698] ppid=30678 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30680 25184 0 -1 4202560 55 0 0 0 26 20 0 0 20 0 22 0 254832920 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565400603080 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30680/tid=30700] ppid=30678 vsize=9824668 CPUtime=815.24 cores=1,3,5,7
/proc/30680/task/30700/stat : 30700 (java) R 30678 30680 25184 0 -1 4202560 41 0 0 0 81512 12 0 0 20 0 22 0 254835130 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565399549056 140565774917304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30680/tid=30701] ppid=30678 vsize=9824668 CPUtime=814.98 cores=1,3,5,7
/proc/30680/task/30701/stat : 30701 (java) R 30678 30680 25184 0 -1 4202560 88 0 0 0 81484 14 0 0 20 0 22 0 254835130 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565398495040 140565774663313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30702] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30702/stat : 30702 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565397444008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30680/tid=30703] ppid=30678 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30680/task/30703/stat : 30703 (java) S 30678 30680 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254835147 10060460032 1081688 33554432000 1073741824 1073778376 140734689366896 140565396391208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30680 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=948734
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=951247
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 937.265
CPU time (s): 1800.12
CPU user time (s): 1795.56
CPU system time (s): 4.56
CPU usage (%): 192.061
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.95
system time used= 4.95125
maximum resident set size= 4326872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47892
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25956
involuntary context switches= 42216

runsolver used 4.07038 second user time and 9.1836 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 21:18:05
IDJOB=3690012
IDBENCH=92648
IDSOLVER=2268
FILE ID=node147/3690012-1337887082
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71592 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_4_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690012-1337887082/watcher-3690012-1337887082 -o /tmp/evaluation-result-3690012-1337887082/solver-3690012-1337887082 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690012-1337887082.opb

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

MD5SUM BENCH= 7527e2935777236bd1dfaa057aa70f69
RANDOM SEED=638581580

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26993640 kB
Buffers:          231664 kB
Cached:          1594684 kB
SwapCached:         6180 kB
Active:          3740564 kB
Inactive:        1358992 kB
Active(anon):    3269028 kB
Inactive(anon):     6780 kB
Active(file):     471536 kB
Inactive(file):  1352212 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:            100420 kB
Writeback:             0 kB
AnonPages:       3275880 kB
Mapped:            17932 kB
Shmem:                 0 kB
Slab:             634352 kB
SReclaimable:      75116 kB
SUnreclaim:       559236 kB
KernelStack:        1616 kB
PageTables:        10672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3405788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3090432 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= 71620 MiB
End job on node147 at 2012-05-24 21:33:44