Trace number 3454477

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
Sat4j Res//CP 2.3.0UNSAT 1166.94 586.726

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark94.6586
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454477-1307187626.opb
0.11/0.11	c reading problem ... 
2.54/1.94	c ... done. Wall clock time 1.829s.
2.54/1.94	c #vars     84836
2.54/1.94	c #constraints  245062
2.54/1.94	c constraints type 
2.54/1.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
2.54/1.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
2.54/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
2.54/1.94	c constraints type 
2.54/1.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
2.54/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
2.54/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
23.38/11.62	c cleaning 2482 clauses out of 4999 with flag 5001/5001
36.89/18.41	c cleaning 0 clauses out of 4998 with flag 0/5000
45.90/23.02	c cleaning 4253 clauses out of 8514 with flag 11000/11000
64.40/32.31	c cleaning 5622 clauses out of 11261 with flag 18000/18000
85.95/43.21	c cleaning 6816 clauses out of 13640 with flag 26002/26002
116.23/58.43	c cleaning 7901 clauses out of 15822 with flag 35001/35001
132.97/66.91	c cleaning 0 clauses out of 10986 with flag 0/11000
151.29/76.26	c cleaning 8925 clauses out of 17918 with flag 45000/45000
192.51/97.08	c cleaning 9957 clauses out of 19992 with flag 56000/56000
218.26/110.04	c cleaning 10988 clauses out of 22035 with flag 68000/68000
246.96/124.59	c cleaning 12009 clauses out of 24048 with flag 81001/81001
294.50/148.49	c cleaning 13013 clauses out of 26039 with flag 95001/95001
330.46/166.69	c cleaning 14004 clauses out of 28026 with flag 110001/110001
383.04/193.09	c cleaning 14991 clauses out of 30022 with flag 126001/126001
464.83/234.00	c cleaning 15995 clauses out of 32030 with flag 143000/143000
549.81/276.62	c cleaning 16997 clauses out of 34035 with flag 161000/161000
594.42/299.21	c cleaning 18008 clauses out of 36039 with flag 180001/180001
621.53/312.82	c cleaning 0 clauses out of 17985 with flag 0/18000
656.46/330.45	c cleaning 18986 clauses out of 38030 with flag 200001/200001
749.82/377.23	c cleaning 20000 clauses out of 40039 with flag 221000/221000
845.39/425.25	c cleaning 21001 clauses out of 42038 with flag 243001/243001
938.10/471.71	c cleaning 22000 clauses out of 44035 with flag 266000/266000
1045.63/525.65	c cleaning 22999 clauses out of 46027 with flag 290001/290001
1166.16/586.08	c  And the winner is Resolution
1166.74/586.55	c starts		: 120
1166.74/586.55	c conflicts		: 314352
1166.74/586.55	c decisions		: 815305
1166.74/586.55	c propagations		: 1115069143
1166.74/586.55	c inspects		: 2863358443
1166.74/586.55	c shortcuts		: 0
1166.74/586.55	c learnt literals	: 47
1166.74/586.55	c learnt binary clauses	: 384
1166.74/586.55	c learnt ternary clauses	: 970
1166.74/586.55	c learnt constraints	: 314304
1166.74/586.55	c ignored constraints	: 0
1166.74/586.55	c root simplifications	: 0
1166.74/586.55	c removed literals (reason simplification)	: 7098697
1166.74/586.55	c reason swapping (by a shorter reason)	: 0
1166.74/586.55	c Calls to reduceDB	: 20
1166.74/586.55	c number of reductions to clauses (during analyze)	: 0
1166.74/586.55	c number of learned constraints concerned by reduction	: 0
1166.74/586.55	c number of learning phase by resolution	: 0
1166.74/586.55	c number of learning phase by cutting planes	: 0
1166.74/586.55	c speed (assignments/second)	: 1907359.6304570194
1166.74/586.55	c non guided choices	10165
1166.74/586.57	c learnt constraints type 
1166.74/586.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 384
1166.74/586.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46973
1166.74/586.57	c constraints type 
1166.74/586.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
1166.74/586.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
1166.74/586.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
1166.74/586.57	c constraints type 
1166.74/586.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156198
1166.74/586.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 77399
1166.74/586.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1166.74/586.57	s UNSATISFIABLE
1166.74/586.57	c Total wall clock time (in seconds): 586.466

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454477-1307187626/watcher-3454477-1307187626 -o /tmp/evaluation-result-3454477-1307187626/solver-3454477-1307187626 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454477-1307187626.opb 

running on 4 cores: 0,2,4,6

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.43 3.55 3.06 3/467 24888
/proc/meminfo: memFree=29644788/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 3756 0 1 0 0 0 0 0 25 0 2 0 830361403 10694979584 3458 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2611079 3470 917 9 0 2602235 0
[pid=24888/tid=24889] ppid=24886 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 6195 0 1 0 0 0 0 0 25 0 2 0 830361404 10694979584 7012 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0583249 s]
/proc/loadavg: 3.43 3.55 3.06 3/467 24888
/proc/meminfo: memFree=29644788/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 11634 0 1 0 4 1 0 0 25 0 18 0 830361403 10724130816 11331 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2618196 11331 1730 9 0 2608937 0
[pid=24888/tid=24889] ppid=24886 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 10459 0 1 0 4 1 0 0 25 0 18 0 830361404 10724130816 11331 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 47019161359552 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.106315 s]
/proc/loadavg: 3.43 3.55 3.06 3/467 24888
/proc/meminfo: memFree=29644788/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10540132 CPUtime=0.11 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 13210 0 1 0 10 1 0 0 25 0 18 0 830361403 10793095168 12874 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2635033 12874 2108 9 0 2625767 0
[pid=24888/tid=24889] ppid=24886 vsize=10540132 CPUtime=0.09 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 11223 0 1 0 8 1 0 0 25 0 18 0 830361404 10793095168 12874 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 47019164992565 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540132

[startup+0.300276 s]
/proc/loadavg: 3.43 3.55 3.06 3/467 24888
/proc/meminfo: memFree=29644788/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10541532 CPUtime=0.48 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 17080 0 1 0 46 2 0 0 25 0 18 0 830361403 10794528768 16369 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2635383 16369 2201 9 0 2626117 0
[pid=24888/tid=24889] ppid=24886 vsize=10541532 CPUtime=0.28 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 13971 0 1 0 27 1 0 0 25 0 18 0 830361404 10794528768 16369 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912505613124 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541532

[startup+0.700206 s]
/proc/loadavg: 3.43 3.55 3.06 3/467 24888
/proc/meminfo: memFree=29644788/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10544724 CPUtime=1.16 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 56906 0 1 0 108 8 0 0 25 0 18 0 830361403 10797797376 54716 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2636181 54716 2214 9 0 2626915 0
[pid=24888/tid=24889] ppid=24886 vsize=10544724 CPUtime=0.68 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 50372 0 1 0 61 7 0 0 25 0 18 0 830361404 10797797376 54716 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912505551251 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10544724

[startup+1.50106 s]
/proc/loadavg: 3.43 3.55 3.06 4/485 24906
/proc/meminfo: memFree=29120256/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10544724 CPUtime=1.97 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 149593 0 1 0 177 20 0 0 25 0 18 0 830361403 10797797376 147403 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2636181 147408 2214 9 0 2626915 0
[pid=24888/tid=24889] ppid=24886 vsize=10544724 CPUtime=1.48 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) R 24886 24888 22425 0 -1 4202560 143067 0 1 0 130 18 0 0 25 0 18 0 830361404 10797797376 147411 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912505595280 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147414 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147417 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147420 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147423 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147426 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147428 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147431 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361405 10797797376 147434 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830361406 10797797376 147437 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830361407 10797797376 147440 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830361407 10797797376 147443 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361409 10797797376 147446 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24903] ppid=24886 vsize=10544724 CPUtime=0.24 cores=0,2,4,6
/proc/24888/task/24903/stat : 24903 (java) S 24886 24888 22425 0 -1 4202560 2614 0 0 0 24 0 0 0 25 0 18 0 830361409 10797797376 147449 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24904] ppid=24886 vsize=10544724 CPUtime=0.22 cores=0,2,4,6
/proc/24888/task/24904/stat : 24904 (java) S 24886 24888 22425 0 -1 4202560 2769 0 0 0 22 0 0 0 16 0 18 0 830361409 10797797376 147452 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830361409 10797797376 147455 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24906] ppid=24886 vsize=10544724 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24906/stat : 24906 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830361409 10797797376 147458 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10544724

[startup+3.10074 s]
/proc/loadavg: 3.43 3.55 3.06 7/489 24910
/proc/meminfo: memFree=28660688/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10549368 CPUtime=5.72 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 274666 0 1 0 537 35 0 0 25 0 22 0 830361403 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2637342 272471 2241 9 0 2628076 0
[pid=24888/tid=24889] ppid=24886 vsize=10549368 CPUtime=1.92 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) S 24886 24888 22425 0 -1 4202560 182289 0 1 0 168 24 0 0 15 0 22 0 830361404 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 830361406 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830361407 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361407 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24903] ppid=24886 vsize=10549368 CPUtime=0.68 cores=0,2,4,6
/proc/24888/task/24903/stat : 24903 (java) S 24886 24888 22425 0 -1 4202560 2825 0 0 0 68 0 0 0 15 0 22 0 830361409 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24904] ppid=24886 vsize=10549368 CPUtime=0.8 cores=0,2,4,6
/proc/24888/task/24904/stat : 24904 (java) S 24886 24888 22425 0 -1 4202560 2890 0 0 0 80 0 0 0 15 0 22 0 830361409 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24906] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24906/stat : 24906 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830361409 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24907] ppid=24886 vsize=10549368 CPUtime=1.15 cores=0,2,4,6
/proc/24888/task/24907/stat : 24907 (java) R 24886 24888 22425 0 -1 4202560 1451 0 0 0 115 0 0 0 25 0 22 0 830361598 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506011063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24888/tid=24908] ppid=24886 vsize=10549368 CPUtime=1.13 cores=0,2,4,6
/proc/24888/task/24908/stat : 24908 (java) R 24886 24888 22425 0 -1 4202560 84043 0 0 0 104 9 0 0 20 0 22 0 830361598 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506011300 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24888/tid=24909] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24909/stat : 24909 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361601 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24910] ppid=24886 vsize=10549368 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24910/stat : 24910 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830361601 10802552832 272471 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 10549368

[startup+6.30117 s]
/proc/loadavg: 3.48 3.56 3.06 5/489 24910
/proc/meminfo: memFree=27537696/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10555896 CPUtime=12.59 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 528099 0 1 0 1196 63 0 0 25 0 22 0 830361403 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2638974 523687 2243 9 0 2629708 0
[pid=24888/tid=24889] ppid=24886 vsize=10555896 CPUtime=1.92 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) S 24886 24888 22425 0 -1 4202560 182289 0 1 0 168 24 0 0 15 0 22 0 830361404 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361405 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 830361406 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830361407 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361407 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10809237504 523687 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0

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

[pid=24888/tid=24908] ppid=24886 vsize=10555896 CPUtime=571.06 cores=0,2,4,6
/proc/24888/task/24908/stat : 24908 (java) R 24886 24888 22425 0 -1 4202560 591991 0 0 0 57041 65 0 0 25 0 22 0 830361598 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506010902 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24888/tid=24909] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24909/stat : 24909 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24910] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24910/stat : 24910 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1158.76
Current children cumulated vsize (KiB) 10555896

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

[startup+583.902 s]
/proc/loadavg: 3.58 3.72 3.39 4/489 24974
/proc/meminfo: memFree=27082736/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10555896 CPUtime=1161.96 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 931438 0 1 0 116085 111 0 0 25 0 22 0 830361403 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2638974 924220 2267 9 0 2629708 0
[pid=24888/tid=24889] ppid=24886 vsize=10555896 CPUtime=1.92 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) S 24886 24888 22425 0 -1 4202560 182298 0 1 0 168 24 0 0 15 0 22 0 830361404 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10555896 CPUtime=0.37 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 9015 0 0 0 36 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10555896 CPUtime=0.51 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 8217 0 0 0 50 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10555896 CPUtime=0.4 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 4993 0 0 0 40 0 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10555896 CPUtime=0.46 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 4696 0 0 0 46 0 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10555896 CPUtime=0.63 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 14640 0 0 0 62 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10555896 CPUtime=0.39 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 7839 0 0 0 38 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10555896 CPUtime=0.58 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 13149 0 0 0 56 2 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10555896 CPUtime=0.5 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 9996 0 0 0 49 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10555896 CPUtime=8.07 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 69839 0 0 0 800 7 0 0 15 0 22 0 830361406 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830361407 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830361407 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24903] ppid=24886 vsize=10555896 CPUtime=1.18 cores=0,2,4,6
/proc/24888/task/24903/stat : 24903 (java) S 24886 24888 22425 0 -1 4202560 5971 0 0 0 118 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24904] ppid=24886 vsize=10555896 CPUtime=1.38 cores=0,2,4,6
/proc/24888/task/24904/stat : 24904 (java) S 24886 24888 22425 0 -1 4202560 5995 0 0 0 138 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24906] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24906/stat : 24906 (java) S 24886 24888 22425 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24907] ppid=24886 vsize=10555896 CPUtime=572.77 cores=0,2,4,6
/proc/24888/task/24907/stat : 24907 (java) R 24886 24888 22425 0 -1 4202560 1608 0 0 0 57276 1 0 0 25 0 22 0 830361598 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506016906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24888/tid=24908] ppid=24886 vsize=10555896 CPUtime=572.66 cores=0,2,4,6
/proc/24888/task/24908/stat : 24908 (java) R 24886 24888 22425 0 -1 4202560 591991 0 0 0 57201 65 0 0 25 0 22 0 830361598 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506144906 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24888/tid=24909] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24909/stat : 24909 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24910] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24910/stat : 24910 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1161.96
Current children cumulated vsize (KiB) 10555896

[startup+585.501 s]
/proc/loadavg: 3.58 3.72 3.39 5/489 24975
/proc/meminfo: memFree=27082856/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10555896 CPUtime=1165.16 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 931438 0 1 0 116405 111 0 0 25 0 22 0 830361403 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2638974 924220 2267 9 0 2629708 0
[pid=24888/tid=24889] ppid=24886 vsize=10555896 CPUtime=1.92 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) S 24886 24888 22425 0 -1 4202560 182298 0 1 0 168 24 0 0 15 0 22 0 830361404 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10555896 CPUtime=0.37 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 9015 0 0 0 36 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10555896 CPUtime=0.51 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 8217 0 0 0 50 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10555896 CPUtime=0.4 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 4993 0 0 0 40 0 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10555896 CPUtime=0.46 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 4696 0 0 0 46 0 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10555896 CPUtime=0.63 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 14640 0 0 0 62 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10555896 CPUtime=0.39 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 7839 0 0 0 38 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10555896 CPUtime=0.58 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 13149 0 0 0 56 2 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10555896 CPUtime=0.5 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 9996 0 0 0 49 1 0 0 16 0 22 0 830361405 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10555896 CPUtime=8.07 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 69839 0 0 0 800 7 0 0 15 0 22 0 830361406 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830361407 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830361407 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24903] ppid=24886 vsize=10555896 CPUtime=1.18 cores=0,2,4,6
/proc/24888/task/24903/stat : 24903 (java) S 24886 24888 22425 0 -1 4202560 5971 0 0 0 118 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24904] ppid=24886 vsize=10555896 CPUtime=1.38 cores=0,2,4,6
/proc/24888/task/24904/stat : 24904 (java) S 24886 24888 22425 0 -1 4202560 5995 0 0 0 138 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24906] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24906/stat : 24906 (java) S 24886 24888 22425 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 830361409 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24907] ppid=24886 vsize=10555896 CPUtime=574.37 cores=0,2,4,6
/proc/24888/task/24907/stat : 24907 (java) R 24886 24888 22425 0 -1 4202560 1608 0 0 0 57436 1 0 0 25 0 22 0 830361598 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506011300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24888/tid=24908] ppid=24886 vsize=10555896 CPUtime=574.26 cores=0,2,4,6
/proc/24888/task/24908/stat : 24908 (java) R 24886 24888 22425 0 -1 4202560 591991 0 0 0 57361 65 0 0 25 0 22 0 830361598 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506154557 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24888/tid=24909] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24909/stat : 24909 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24910] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24910/stat : 24910 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830361601 10809237504 924220 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1165.16
Current children cumulated vsize (KiB) 10555896

[startup+586.317 s]
/proc/loadavg: 3.58 3.72 3.39 4/487 24975
/proc/meminfo: memFree=27082872/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=10555896 CPUtime=1166.56 cores=0,2,4,6
/proc/24888/stat : 24888 (java) S 24886 24888 22425 0 -1 4202496 931442 0 1 0 116545 111 0 0 25 0 20 0 830361403 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 2638974 924221 2268 9 0 2629708 0
[pid=24888/tid=24889] ppid=24886 vsize=10555896 CPUtime=1.92 cores=0,2,4,6
/proc/24888/task/24889/stat : 24889 (java) S 24886 24888 22425 0 -1 4202560 182299 0 1 0 168 24 0 0 15 0 20 0 830361404 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24891] ppid=24886 vsize=10555896 CPUtime=0.37 cores=0,2,4,6
/proc/24888/task/24891/stat : 24891 (java) S 24886 24888 22425 0 -1 4202560 9015 0 0 0 36 1 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24892] ppid=24886 vsize=10555896 CPUtime=0.51 cores=0,2,4,6
/proc/24888/task/24892/stat : 24892 (java) S 24886 24888 22425 0 -1 4202560 8217 0 0 0 50 1 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24893] ppid=24886 vsize=10555896 CPUtime=0.4 cores=0,2,4,6
/proc/24888/task/24893/stat : 24893 (java) S 24886 24888 22425 0 -1 4202560 4993 0 0 0 40 0 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24894] ppid=24886 vsize=10555896 CPUtime=0.46 cores=0,2,4,6
/proc/24888/task/24894/stat : 24894 (java) S 24886 24888 22425 0 -1 4202560 4696 0 0 0 46 0 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24895] ppid=24886 vsize=10555896 CPUtime=0.63 cores=0,2,4,6
/proc/24888/task/24895/stat : 24895 (java) S 24886 24888 22425 0 -1 4202560 14640 0 0 0 62 1 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24896] ppid=24886 vsize=10555896 CPUtime=0.39 cores=0,2,4,6
/proc/24888/task/24896/stat : 24896 (java) S 24886 24888 22425 0 -1 4202560 7839 0 0 0 38 1 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24897] ppid=24886 vsize=10555896 CPUtime=0.58 cores=0,2,4,6
/proc/24888/task/24897/stat : 24897 (java) S 24886 24888 22425 0 -1 4202560 13149 0 0 0 56 2 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
[pid=24888/tid=24898] ppid=24886 vsize=10555896 CPUtime=0.5 cores=0,2,4,6
/proc/24888/task/24898/stat : 24898 (java) S 24886 24888 22425 0 -1 4202560 9996 0 0 0 49 1 0 0 16 0 20 0 830361405 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24899] ppid=24886 vsize=10555896 CPUtime=8.07 cores=0,2,4,6
/proc/24888/task/24899/stat : 24899 (java) S 24886 24888 22425 0 -1 4202560 69839 0 0 0 800 7 0 0 16 0 20 0 830361406 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 0 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24900] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24900/stat : 24900 (java) S 24886 24888 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 830361407 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24901] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24901/stat : 24901 (java) S 24886 24888 22425 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830361407 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24902] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24902/stat : 24902 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830361409 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606690225 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24903] ppid=24886 vsize=10555896 CPUtime=1.18 cores=0,2,4,6
/proc/24888/task/24903/stat : 24903 (java) S 24886 24888 22425 0 -1 4202560 5971 0 0 0 118 0 0 0 15 0 20 0 830361409 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24904] ppid=24886 vsize=10555896 CPUtime=1.39 cores=0,2,4,6
/proc/24888/task/24904/stat : 24904 (java) S 24886 24888 22425 0 -1 4202560 5996 0 0 0 139 0 0 0 16 0 20 0 830361409 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 2 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) S 24886 24888 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830361409 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606682521 0 4 0 16800975 18446604451129468864 0 0 -1 6 0 0 0
[pid=24888/tid=24906] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24906/stat : 24906 (java) S 24886 24888 22425 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 20 0 830361409 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 4 0 0 0
[pid=24888/tid=24908] ppid=24886 vsize=10555896 CPUtime=575.07 cores=0,2,4,6
/proc/24888/task/24908/stat : 24908 (java) R 24886 24888 22425 0 -1 4202560 591991 0 0 0 57442 65 0 0 25 0 20 0 830361598 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 46912506145313 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24888/tid=24909] ppid=24886 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/24888/task/24909/stat : 24909 (java) S 24886 24888 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 830361601 10809237504 924221 33554432000 1073741824 1073778376 140733639374512 18446744073709551615 235606683136 0 4 0 16800975 18446604451129468864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1166.56
Current children cumulated vsize (KiB) 10555896

[startup+586.701 s]
/proc/loadavg: 3.58 3.72 3.39 4/487 24975
/proc/meminfo: memFree=27082872/32950928 swapFree=34365992/67111528
[pid=24888] ppid=24886 vsize=0 CPUtime=1166.9 cores=0,2,4,6
/proc/24888/stat : 24888 (java) Z 24886 24888 22425 0 -1 4203548 931447 0 1 0 116568 122 0 0 18 0 2 0 830361403 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24888/statm: 0 0 0 0 0 0 0
[pid=24888/tid=24905] ppid=24886 vsize=0 CPUtime=0.1 cores=0,2,4,6
/proc/24888/task/24905/stat : 24905 (java) R 24886 24888 22425 0 -1 4203588 1 0 0 0 0 10 0 0 18 0 2 0 830361409 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1166.9
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 586.726
CPU time (s): 1166.94
CPU user time (s): 1165.69
CPU system time (s): 1.25381
CPU usage (%): 198.89
Max. virtual memory (cumulated for all children) (KiB): 10555896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1165.69
system time used= 1.25381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 931447
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15314
involuntary context switches= 7890

runsolver used 2.77558 second user time and 6.30504 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 13:40:26
IDJOB=3454477
IDBENCH=1465
IDSOLVER=1950
FILE ID=node120/3454477-1307187626
RUNJOBID= node120-1307186649-24623
PBS_JOBID= 13508848
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454477-1307187626/watcher-3454477-1307187626 -o /tmp/evaluation-result-3454477-1307187626/solver-3454477-1307187626 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454477-1307187626.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=1922064663

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29645564 kB
Buffers:        310744 kB
Cached:        1019064 kB
SwapCached:      12852 kB
Active:        2038260 kB
Inactive:       969880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29645564 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:           10832 kB
Writeback:           0 kB
AnonPages:     1675596 kB
Mapped:          17436 kB
Slab:           134948 kB
PageTables:      94384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115753872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node120 at 2011-06-04 13:50:13