Trace number 3690111

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 Resolution 2.3.2 Snapshot? (TO) 1800.06 1796.36

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_2_mh.opb
MD5SUM068cb861d64b967a0863dd85c67326c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5500107
Best CPU time to get the best result obtained on this benchmark1801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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-3690111-1337896019.opb
0.09/0.12	c reading problem ... 
5.47/3.94	c ... done. Wall clock time 3.822s.
5.47/3.94	c declared #vars     250200
5.47/3.94	c #constraints  610311
5.47/3.94	c constraints type 
5.47/3.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
5.47/3.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
5.47/3.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.47/3.94	c ignored satisfied constraints => 3
5.47/3.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.47/3.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
5.47/3.94	c 610314 constraints processed.
5.47/3.94	c objective function length is 129900 literals
88.83/86.90	c cleaning 2490 clauses out of 5000 with flag 5000/5000
121.91/119.50	c cleaning 4250 clauses out of 8512 with flag 11002/11002
161.54/159.16	c cleaning 5622 clauses out of 11260 with flag 18000/18000
232.22/229.75	c cleaning 6813 clauses out of 13640 with flag 26002/26002
283.91/281.36	c cleaning 7907 clauses out of 15825 with flag 35000/35000
336.77/334.11	c cleaning 8959 clauses out of 17919 with flag 45001/45001
392.65/390.00	c cleaning 9968 clauses out of 19959 with flag 56000/56000
439.80/437.05	c cleaning 10996 clauses out of 21993 with flag 68002/68002
486.13/483.31	c cleaning 11995 clauses out of 24000 with flag 81005/81005
576.78/573.98	c cleaning 12978 clauses out of 26000 with flag 95000/95000
638.97/636.02	c cleaning 13997 clauses out of 28022 with flag 110000/110000
814.73/811.71	c cleaning 15005 clauses out of 30028 with flag 126003/126003
884.62/881.43	c cleaning 16009 clauses out of 32021 with flag 143001/143001
958.83/955.46	c cleaning 16995 clauses out of 34011 with flag 161000/161000
1205.45/1201.94	c cleaning 17987 clauses out of 36020 with flag 180004/180004
1252.42/1248.81	c cleaning 19004 clauses out of 38029 with flag 200000/200000
1344.18/1340.55	c cleaning 19847 clauses out of 40025 with flag 221000/221000
1653.10/1649.43	c cleaning 21076 clauses out of 42183 with flag 243005/243005
1800.06/1796.32	c starts		: 120
1800.06/1796.32	c conflicts		: 251488
1800.06/1796.32	c decisions		: 3828323
1800.06/1796.32	c propagations		: 548207956
1800.06/1796.32	c inspects		: 7505611344
1800.06/1796.32	c shortcuts		: 0
1800.06/1796.32	c learnt literals	: 0
1800.06/1796.32	c learnt binary clauses	: 116
1800.06/1796.32	c learnt ternary clauses	: 3
1800.06/1796.32	c learnt constraints	: 251487
1800.06/1796.32	c ignored constraints	: 0
1800.06/1796.32	c root simplifications	: 0
1800.06/1796.32	c removed literals (reason simplification)	: 0
1800.06/1796.32	c reason swapping (by a shorter reason)	: 0
1800.06/1796.32	c Calls to reduceDB	: 18
1800.06/1796.32	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.32	c number of learned constraints concerned by reduction	: 0
1800.06/1796.32	c number of learning phase by resolution	: 0
1800.06/1796.32	c number of learning phase by cutting planes	: 0
1800.06/1796.32	c speed (assignments/second)	: 305874.21509976755
1800.06/1796.32	c non guided choices	0
1800.06/1796.34	c learnt constraints type 
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 116
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29474
1800.06/1796.34	c constraints type 
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/1796.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.06/1796.34	c ignored satisfied constraints => 3
1800.06/1796.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.06/1796.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
1800.06/1796.34	c 610314 constraints processed.
1800.06/1796.34	s UNKNOWN
1800.06/1796.34	c Total wall clock time (in seconds): 1796.214

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-3690111-1337896019/watcher-3690111-1337896019 -o /tmp/evaluation-result-3690111-1337896019/solver-3690111-1337896019 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690111-1337896019.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: 1.92 1.98 1.99 3/192 24032
/proc/meminfo: memFree=26236468/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24032/stat : 24032 (java) D 24030 24032 21473 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 255730353 9515008 175 33554432000 1073741824 1073778376 140734484638608 140734484621336 226329707408 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24032/statm: 2323 175 133 9 0 71 0

[startup+0.05131 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 24032
/proc/meminfo: memFree=26236468/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 3025 0 1 0 2 1 0 0 20 0 13 0 255730353 9446973440 3724 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2306390 3724 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100333 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 24032
/proc/meminfo: memFree=26236468/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 4170 0 1 0 8 1 0 0 20 0 18 0 255730353 9787813888 5365 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2389603 5365 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300323 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 24032
/proc/meminfo: memFree=26236468/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 5457 0 1 0 44 2 0 0 20 0 18 0 255730353 9787813888 13251 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2389603 13251 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.70024 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 24032
/proc/meminfo: memFree=26236468/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9558412 CPUtime=1.06 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 5759 0 1 0 97 9 0 0 20 0 18 0 255730353 9787813888 46207 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2389603 46207 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 3/210 24050
/proc/meminfo: memFree=26017312/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9558412 CPUtime=2.61 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 12691 0 1 0 235 26 0 0 20 0 18 0 255730353 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2389603 96460 2254 9 0 2380296 0
[pid=24032/tid=24034] ppid=24030 vsize=9558412 CPUtime=1.28 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2572 0 1 0 122 6 0 0 20 0 18 0 255730354 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140611213377456 140611072481887 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 139 0 0 0 6 3 0 0 20 0 18 0 255730355 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 54 0 0 0 8 3 0 0 20 0 18 0 255730355 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 18 0 255730355 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 18 0 255730355 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 18 0 255730356 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 255730356 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 123 0 0 0 5 3 0 0 20 0 18 0 255730356 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 255730356 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2822 0 0 0 31 0 0 0 20 0 18 0 255730360 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5294 0 0 0 32 0 0 0 20 0 18 0 255730360 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 96460 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 1.92 1.98 1.99 3/210 24050
/proc/meminfo: memFree=25827408/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9558412 CPUtime=4.42 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 13166 0 1 0 408 34 0 0 20 0 18 0 255730353 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2389603 147999 2255 9 0 2380296 0
[pid=24032/tid=24034] ppid=24030 vsize=9558412 CPUtime=2.82 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2838 0 1 0 271 11 0 0 20 0 18 0 255730354 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140611213377456 140611072443441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 168 0 0 0 8 4 0 0 20 0 18 0 255730355 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 65 0 0 0 12 4 0 0 20 0 18 0 255730355 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 18 0 255730355 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 18 0 255730355 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 122 0 0 0 5 3 0 0 20 0 18 0 255730356 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 40 0 0 0 3 3 0 0 20 0 18 0 255730356 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 127 0 0 0 7 3 0 0 20 0 18 0 255730356 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 255730356 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255730357 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2840 0 0 0 35 0 0 0 20 0 18 0 255730360 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5382 0 0 0 36 0 0 0 20 0 18 0 255730360 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255730360 9787813888 147999 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9558412

[startup+6.30084 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 24051
/proc/meminfo: memFree=25570780/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9624976 CPUtime=8.28 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 13639 0 1 0 786 42 0 0 20 0 19 0 255730353 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2406244 168263 2264 9 0 2396937 0
[pid=24032/tid=24034] ppid=24030 vsize=9624976 CPUtime=5.93 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2866 0 1 0 582 11 0 0 20 0 19 0 255730354 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140611213386184 140611072852815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 176 0 0 0 10 4 0 0 20 0 19 0 255730355 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 86 0 0 0 17 5 0 0 20 0 19 0 255730355 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 134 0 0 0 7 3 0 0 20 0 19 0 255730355 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 66 0 0 0 7 3 0 0 20 0 19 0 255730355 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 129 0 0 0 7 3 0 0 20 0 19 0 255730356 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 63 0 0 0 8 4 0 0 20 0 19 0 255730356 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 141 0 0 0 10 3 0 0 20 0 19 0 255730356 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 19 0 255730356 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2841 0 0 0 59 0 0 0 20 0 19 0 255730360 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5420 0 0 0 55 0 0 0 20 0 19 0 255730360 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24051] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24051/stat : 24051 (java) S 24030 24032 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255730759 9855975424 168263 33554432000 1073741824 1073778376 140735369135984 140610961172136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9624976

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 24051
/proc/meminfo: memFree=25570308/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9624976 CPUtime=14.72 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 13643 0 1 0 1430 42 0 0 20 0 19 0 255730353 9855975424 168264 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=24032/tid=24047] ppid=24030 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2855 0 0 0 71 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5433 0 0 0 66 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 95 0 0 0 48 33 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24051] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24051/stat : 24051 (java) S 24030 24032 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255730759 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610961172136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.07
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/211 24157
/proc/meminfo: memFree=27318660/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9624976 CPUtime=1726.06 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 14423 0 1 0 172518 88 0 0 20 0 19 0 255730353 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2406244 230492 2281 9 0 2396937 0
[pid=24032/tid=24034] ppid=24030 vsize=9624976 CPUtime=1709.09 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2886 0 1 0 170870 39 0 0 20 0 19 0 255730354 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140611213386016 140611072942583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 211 0 0 0 31 7 0 0 20 0 19 0 255730355 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 151 0 0 0 42 7 0 0 20 0 19 0 255730355 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 162 0 0 0 27 4 0 0 20 0 19 0 255730355 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 171 0 0 0 29 7 0 0 20 0 19 0 255730355 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 212 0 0 0 25 4 0 0 20 0 19 0 255730356 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 117 0 0 0 33 8 0 0 20 0 19 0 255730356 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 187 0 0 0 28 7 0 0 20 0 19 0 255730356 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 121 0 0 0 35 4 0 0 20 0 19 0 255730356 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9624976 CPUtime=7.61 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 639 0 0 0 756 5 0 0 20 0 19 0 255730357 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2855 0 0 0 71 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5433 0 0 0 66 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 99 0 0 0 49 34 0 0 20 0 19 0 255730360 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24051] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24051/stat : 24051 (java) S 24030 24032 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255730759 9855975424 230492 33554432000 1073741824 1073778376 140735369135984 140610961172136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.06
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/211 24157
/proc/meminfo: memFree=27316412/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9624976 CPUtime=1786.05 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 14427 0 1 0 178516 89 0 0 20 0 19 0 255730353 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2406244 231008 2281 9 0 2396937 0
[pid=24032/tid=24034] ppid=24030 vsize=9624976 CPUtime=1768.91 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2886 0 1 0 176851 40 0 0 20 0 19 0 255730354 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140611213386016 140611072942810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 211 0 0 0 31 7 0 0 20 0 19 0 255730355 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 151 0 0 0 42 7 0 0 20 0 19 0 255730355 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 162 0 0 0 27 4 0 0 20 0 19 0 255730355 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 171 0 0 0 29 7 0 0 20 0 19 0 255730355 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 212 0 0 0 25 4 0 0 20 0 19 0 255730356 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 117 0 0 0 33 8 0 0 20 0 19 0 255730356 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 187 0 0 0 28 7 0 0 20 0 19 0 255730356 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 121 0 0 0 35 4 0 0 20 0 19 0 255730356 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9624976 CPUtime=7.61 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 639 0 0 0 756 5 0 0 20 0 19 0 255730357 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2855 0 0 0 71 0 0 0 20 0 19 0 255730360 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5433 0 0 0 66 0 0 0 20 0 19 0 255730360 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 103 0 0 0 50 35 0 0 20 0 19 0 255730360 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24051] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24051/stat : 24051 (java) S 24030 24032 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255730759 9855975424 231008 33554432000 1073741824 1073778376 140735369135984 140610961172136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.05
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/211 24158
/proc/meminfo: memFree=27309336/32873844 swapFree=6080/6080
[pid=24032] ppid=24030 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/24032/stat : 24032 (java) S 24030 24032 21473 0 -1 4202496 14427 0 1 0 179917 89 0 0 20 0 19 0 255730353 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140735369127120 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24032/statm: 2406244 232826 2281 9 0 2396937 0
[pid=24032/tid=24034] ppid=24030 vsize=9624976 CPUtime=1782.88 cores=1,3,5,7
/proc/24032/task/24034/stat : 24034 (java) R 24030 24032 21473 0 -1 4202560 2886 0 1 0 178247 41 0 0 20 0 19 0 255730354 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140611213386016 140611072942578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24035] ppid=24030 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24032/task/24035/stat : 24035 (java) S 24030 24032 21473 0 -1 4202560 211 0 0 0 31 7 0 0 20 0 19 0 255730355 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140611191487528 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24036] ppid=24030 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24032/task/24036/stat : 24036 (java) S 24030 24032 21473 0 -1 4202560 151 0 0 0 42 7 0 0 20 0 19 0 255730355 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610988141480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24037] ppid=24030 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/24032/task/24037/stat : 24037 (java) S 24030 24032 21473 0 -1 4202560 162 0 0 0 27 4 0 0 20 0 19 0 255730355 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610987088680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24038] ppid=24030 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/24032/task/24038/stat : 24038 (java) S 24030 24032 21473 0 -1 4202560 171 0 0 0 29 7 0 0 20 0 19 0 255730355 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610986035880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24039] ppid=24030 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24032/task/24039/stat : 24039 (java) S 24030 24032 21473 0 -1 4202560 212 0 0 0 25 4 0 0 20 0 19 0 255730356 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610984983080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24040] ppid=24030 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/24032/task/24040/stat : 24040 (java) S 24030 24032 21473 0 -1 4202560 117 0 0 0 33 8 0 0 20 0 19 0 255730356 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610983930280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24041] ppid=24030 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24032/task/24041/stat : 24041 (java) S 24030 24032 21473 0 -1 4202560 187 0 0 0 28 7 0 0 20 0 19 0 255730356 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610982877480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24042] ppid=24030 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24032/task/24042/stat : 24042 (java) S 24030 24032 21473 0 -1 4202560 121 0 0 0 35 4 0 0 20 0 19 0 255730356 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610981824680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24043] ppid=24030 vsize=9624976 CPUtime=7.61 cores=1,3,5,7
/proc/24032/task/24043/stat : 24043 (java) S 24030 24032 21473 0 -1 4202560 639 0 0 0 756 5 0 0 20 0 19 0 255730357 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610969627624 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24044] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24044/stat : 24044 (java) S 24030 24032 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610968573688 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24045] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24045/stat : 24045 (java) S 24030 24032 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255730357 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610967520776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24046] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24046/stat : 24046 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610966469264 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24032/tid=24047] ppid=24030 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24032/task/24047/stat : 24047 (java) S 24030 24032 21473 0 -1 4202560 2855 0 0 0 71 0 0 0 20 0 19 0 255730360 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610965416376 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24032/tid=24048] ppid=24030 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/24032/task/24048/stat : 24048 (java) S 24030 24032 21473 0 -1 4202560 5433 0 0 0 66 0 0 0 20 0 19 0 255730360 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610964363576 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24049] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24049/stat : 24049 (java) S 24030 24032 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255730360 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610963310968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24032/tid=24050] ppid=24030 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/24032/task/24050/stat : 24050 (java) S 24030 24032 21473 0 -1 4202560 103 0 0 0 51 35 0 0 20 0 19 0 255730360 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610962258376 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24032/tid=24051] ppid=24030 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24032/task/24051/stat : 24051 (java) S 24030 24032 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255730759 9855975424 232826 33554432000 1073741824 1073778376 140735369135984 140610961172136 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1796.36
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.89
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.43078
maximum resident set size= 931420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14460
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38735
involuntary context switches= 22223

runsolver used 5.9121 second user time and 15.9916 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 23:46:59
IDJOB=3690111
IDBENCH=92707
IDSOLVER=2269
FILE ID=node110/3690111-1337896019
RUNJOBID= node110-1337871882-21490
PBS_JOBID= 14620094
Free space on /tmp= 71560 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_2_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690111-1337896019/watcher-3690111-1337896019 -o /tmp/evaluation-result-3690111-1337896019/solver-3690111-1337896019 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690111-1337896019.opb

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

MD5SUM BENCH= 068cb861d64b967a0863dd85c67326c2
RANDOM SEED=666326650

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
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:        26236732 kB
Buffers:          217340 kB
Cached:          3269844 kB
SwapCached:            0 kB
Active:          2961320 kB
Inactive:        2893208 kB
Active(anon):    2369656 kB
Inactive(anon):        0 kB
Active(file):     591664 kB
Inactive(file):  2893208 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25988 kB
Writeback:             0 kB
AnonPages:       2383084 kB
Mapped:            21536 kB
Shmem:               200 kB
Slab:             629812 kB
SReclaimable:      72400 kB
SUnreclaim:       557412 kB
KernelStack:        1592 kB
PageTables:         8852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3222384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2328576 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= 71584 MiB
End job on node110 at 2012-05-25 00:16:58