Trace number 3687456

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark112.93
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687456-1337871920.opb
0.09/0.12	c reading problem ... 
3.00/1.84	c ... done. Wall clock time 1.714s.
3.00/1.84	c declared #vars     81558
3.00/1.84	c #constraints  240469
3.00/1.84	c constraints type 
3.00/1.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
3.00/1.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.00/1.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
3.00/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
3.00/1.84	c 240469 constraints processed.
3.00/1.84	c constraints type 
3.00/1.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
3.00/1.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
3.00/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
3.00/1.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.00/1.84	c 240469 constraints processed.
28.10/13.43	c cleaning 2496 clauses out of 5000 with flag 5000/5000
54.90/26.81	c cleaning 4246 clauses out of 8505 with flag 11001/11001
79.91/39.48	c cleaning 5625 clauses out of 11259 with flag 18001/18001
106.94/53.08	c cleaning 0 clauses out of 5000 with flag 0/5001
111.71/55.44	c cleaning 6810 clauses out of 13634 with flag 26001/26001
148.69/74.05	c cleaning 7899 clauses out of 15824 with flag 35001/35001
191.50/95.60	c cleaning 8951 clauses out of 17924 with flag 45000/45000
241.34/120.59	c cleaning 9980 clauses out of 19975 with flag 56002/56002
285.79/142.94	c cleaning 10977 clauses out of 21993 with flag 68000/68000
341.05/170.64	c cleaning 11988 clauses out of 24016 with flag 81000/81000
351.12/175.80	c cleaning 0 clauses out of 10999 with flag 0/11000
407.44/204.05	c cleaning 13009 clauses out of 26029 with flag 95001/95001
471.25/236.03	c cleaning 13996 clauses out of 28019 with flag 110000/110000
550.02/275.39	c cleaning 15007 clauses out of 30024 with flag 126001/126001
612.27/306.42	c cleaning 16003 clauses out of 32017 with flag 143001/143001
691.01/345.77	c cleaning 17005 clauses out of 34014 with flag 161001/161001
784.43/392.40	c cleaning 17995 clauses out of 36007 with flag 180000/180000
874.60/437.40	c cleaning 18984 clauses out of 38012 with flag 200000/200000
967.98/484.02	c cleaning 19985 clauses out of 40029 with flag 221002/221002
985.23/492.81	c cleaning 0 clauses out of 18002 with flag 0/18003
1063.41/532.02	c cleaning 21007 clauses out of 42042 with flag 243000/243000
1182.12/591.23	c cleaning 22003 clauses out of 44035 with flag 266000/266000
1287.10/643.62	c cleaning 23012 clauses out of 46034 with flag 290002/290002
1380.61/690.37	c cleaning 23991 clauses out of 48021 with flag 315001/315001
1507.47/753.71	c cleaning 25004 clauses out of 50029 with flag 341000/341000
1630.04/814.87	c cleaning 25992 clauses out of 52026 with flag 368001/368001
1748.18/873.76	c cleaning 27000 clauses out of 54034 with flag 396001/396001
1800.21/899.82	c starts		: 147
1800.21/899.82	c conflicts		: 407245
1800.21/899.82	c decisions		: 732369
1800.21/899.82	c propagations		: 1924325187
1800.21/899.82	c inspects		: 4968812541
1800.21/899.82	c shortcuts		: 0
1800.21/899.82	c learnt literals	: 2
1800.21/899.82	c learnt binary clauses	: 147
1800.21/899.82	c learnt ternary clauses	: 383
1800.21/899.82	c learnt constraints	: 407243
1800.21/899.82	c ignored constraints	: 0
1800.21/899.82	c root simplifications	: 0
1800.21/899.82	c removed literals (reason simplification)	: 6943092
1800.21/899.82	c reason swapping (by a shorter reason)	: 0
1800.21/899.82	c Calls to reduceDB	: 24
1800.21/899.82	c number of reductions to clauses (during analyze)	: 0
1800.21/899.82	c number of learned constraints concerned by reduction	: 0
1800.21/899.82	c number of learning phase by resolution	: 0
1800.21/899.82	c number of learning phase by cutting planes	: 0
1800.21/899.82	c speed (assignments/second)	: 2143036.8475094214
1800.21/899.82	c non guided choices	1242
1800.21/899.83	c learnt constraints type 
1800.21/899.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 147
1800.21/899.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38136
1800.21/899.83	c constraints type 
1800.21/899.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
1800.21/899.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.21/899.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
1800.21/899.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
1800.21/899.83	c 240469 constraints processed.
1800.21/899.83	c constraints type 
1800.21/899.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 157734
1800.21/899.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78130
1800.21/899.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4604
1800.21/899.83	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.21/899.83	c 240469 constraints processed.
1800.21/899.83	s UNKNOWN
1800.21/899.83	c Total wall clock time (in seconds): 899.709

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-3687456-1337871920/watcher-3687456-1337871920 -o /tmp/evaluation-result-3687456-1337871920/solver-3687456-1337871920 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687456-1337871920.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: 1.86 0.47 0.16 4/195 32720
/proc/meminfo: memFree=27547772/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32720/stat : 32720 (java) D 32718 32720 32594 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253317889 9515008 182 33554432000 1073741824 1073778376 140735427713840 140735427704872 273448517301 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/32720/statm: 2323 182 140 9 0 71 0

[startup+0.0426731 s]
/proc/loadavg: 1.86 0.47 0.16 4/195 32720
/proc/meminfo: memFree=27547772/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 2985 0 1 0 1 0 0 0 20 0 13 0 253317889 9446973440 3684 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100246 s]
/proc/loadavg: 1.86 0.47 0.16 4/195 32720
/proc/meminfo: memFree=27547772/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 4247 0 1 0 8 1 0 0 20 0 18 0 253317889 9787813888 5453 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2389603 5453 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300222 s]
/proc/loadavg: 1.86 0.47 0.16 4/195 32720
/proc/meminfo: memFree=27547772/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 5295 0 1 0 43 1 0 0 20 0 18 0 253317889 9787813888 8770 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2389603 8770 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700232 s]
/proc/loadavg: 1.86 0.47 0.16 4/195 32720
/proc/meminfo: memFree=27547772/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9558412 CPUtime=1.44 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 13590 0 1 0 139 5 0 0 20 0 18 0 253317889 9787813888 44152 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2389603 44152 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 1.86 0.47 0.16 11/213 32738
/proc/meminfo: memFree=27332808/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9558412 CPUtime=2.43 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 14131 0 1 0 231 12 0 0 20 0 18 0 253317889 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2389603 81416 2246 9 0 2380296 0
[pid=32720/tid=32722] ppid=32718 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) R 32718 32720 32594 0 -1 4202560 2563 0 1 0 134 5 0 0 20 0 18 0 253317891 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740095004848 139739932289466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 87 0 0 0 2 2 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 18 0 253317892 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253317893 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253317893 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253317893 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317896 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 5109 0 0 0 37 0 0 0 20 0 18 0 253317896 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 4775 0 0 0 36 0 0 0 20 0 18 0 253317896 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317896 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253317896 9787813888 81416 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558412

[startup+3.10083 s]
/proc/loadavg: 1.86 0.47 0.16 6/217 32742
/proc/meminfo: memFree=27170932/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9824668 CPUtime=6.7 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 14614 0 1 0 650 20 0 0 20 0 22 0 253317889 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2456167 106319 2267 9 0 2446860 0
[pid=32720/tid=32722] ppid=32718 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) S 32718 32720 32594 0 -1 4202560 2581 0 1 0 160 6 0 0 20 0 22 0 253317891 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740095013880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 106 0 0 0 6 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 158 0 0 0 11 3 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 67 0 0 0 8 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 22 0 253317892 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 5118 0 0 0 96 0 0 0 20 0 22 0 253317896 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 4780 0 0 0 95 0 0 0 20 0 22 0 253317896 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32739] ppid=32718 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/32720/task/32739/stat : 32739 (java) R 32718 32720 32594 0 -1 4202560 25 0 0 0 117 0 0 0 20 0 22 0 253318074 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739171622200 139739932767900 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32740] ppid=32718 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/32720/task/32740/stat : 32740 (java) R 32718 32720 32594 0 -1 4202560 68 0 0 0 117 0 0 0 20 0 22 0 253318074 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739170570776 139739932832080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32741] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32741/stat : 32741 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739169519016 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32742] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32742/stat : 32742 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 106319 33554432000 1073741824 1073778376 140733820627440 139739168466216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 2.03 0.53 0.18 5/217 32742
/proc/meminfo: memFree=26786088/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9824668 CPUtime=13.64 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 17996 0 1 0 1338 26 0 0 20 0 22 0 253317889 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2456167 165642 2271 9 0 2446860 0
[pid=32720/tid=32722] ppid=32718 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) S 32718 32720 32594 0 -1 4202560 2581 0 1 0 160 6 0 0 20 0 22 0 253317891 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740095013880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 108 0 0 0 7 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 166 0 0 0 15 3 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 35 0 0 0 7 1 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 70 0 0 0 9 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 253317892 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 7685 0 0 0 121 2 0 0 20 0 22 0 253317896 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 4976 0 0 0 114 0 0 0 20 0 22 0 253317896 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32739] ppid=32718 vsize=9824668 CPUtime=4.32 cores=0,2,4,6
/proc/32720/task/32739/stat : 32739 (java) R 32718 32720 32594 0 -1 4202560 26 0 0 0 432 0 0 0 20 0 22 0 253318074 10060460032 165642 33554432000 1073741824 1073778376 140733820627440 139739171622104 139739932768479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

[pid=32720/tid=32740] ppid=32718 vsize=9824668 CPUtime=801.42 cores=0,2,4,6
/proc/32720/task/32740/stat : 32740 (java) R 32718 32720 32594 0 -1 4202560 2037 0 0 0 80093 49 0 0 20 0 22 0 253318074 10060460032 592288 33554432000 1073741824 1073778376 140733820627440 139739170571264 139739932577095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32741] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32741/stat : 32741 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 592288 33554432000 1073741824 1073778376 140733820627440 139739169519016 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32742] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32742/stat : 32742 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 592288 33554432000 1073741824 1073778376 140733820627440 139739168466216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.54
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 4.11 3.81 2.48 5/218 361
/proc/meminfo: memFree=24825304/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9824668 CPUtime=1764.92 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 72806 0 1 0 176360 132 0 0 20 0 22 0 253317889 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2456167 588259 2285 9 0 2446860 0
[pid=32720/tid=32722] ppid=32718 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) S 32718 32720 32594 0 -1 4202560 2594 0 1 0 163 7 0 0 20 0 22 0 253317891 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740095013880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 320 6 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 443 0 0 0 336 7 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9824668 CPUtime=3.73 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 446 0 0 0 366 7 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 335 0 0 0 308 5 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 374 0 0 0 343 6 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 319 0 0 0 335 6 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 325 0 0 0 328 5 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 307 5 0 0 20 0 22 0 253317892 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9824668 CPUtime=12.76 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 48140 0 0 0 1246 30 0 0 20 0 22 0 253317893 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 7696 0 0 0 144 2 0 0 20 0 22 0 253317896 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 7970 0 0 0 160 2 0 0 20 0 22 0 253317896 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 253317896 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32739] ppid=32718 vsize=9824668 CPUtime=860.3 cores=0,2,4,6
/proc/32720/task/32739/stat : 32739 (java) R 32718 32720 32594 0 -1 4202560 71 0 0 0 86015 15 0 0 20 0 22 0 253318074 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739171622944 139739932768095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32740] ppid=32718 vsize=9824668 CPUtime=860.25 cores=0,2,4,6
/proc/32720/task/32740/stat : 32740 (java) R 32718 32720 32594 0 -1 4202560 2053 0 0 0 85975 50 0 0 20 0 22 0 253318074 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739170571232 139739933114624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32741] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32741/stat : 32741 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739169519016 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32742] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32742/stat : 32742 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 588259 33554432000 1073741824 1073778376 140733820627440 139739168466216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.92
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.801 s]
/proc/loadavg: 4.21 3.86 2.52 5/218 361
/proc/meminfo: memFree=24834628/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9824668 CPUtime=1800.21 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 72812 0 1 0 179888 133 0 0 20 0 22 0 253317889 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2456167 585950 2285 9 0 2446860 0
[pid=32720/tid=32722] ppid=32718 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) S 32718 32720 32594 0 -1 4202560 2594 0 1 0 163 7 0 0 20 0 22 0 253317891 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740095013880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 326 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 443 0 0 0 347 7 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9824668 CPUtime=3.78 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 446 0 0 0 371 7 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 335 0 0 0 315 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 374 0 0 0 352 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 319 0 0 0 343 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 325 0 0 0 338 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 314 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9824668 CPUtime=12.77 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 48140 0 0 0 1246 31 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 7696 0 0 0 144 2 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 7970 0 0 0 160 2 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32739] ppid=32718 vsize=9824668 CPUtime=877.63 cores=0,2,4,6
/proc/32720/task/32739/stat : 32739 (java) R 32718 32720 32594 0 -1 4202560 72 0 0 0 87748 15 0 0 20 0 22 0 253318074 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739171622944 139739932768479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32740] ppid=32718 vsize=9824668 CPUtime=877.57 cores=0,2,4,6
/proc/32720/task/32740/stat : 32740 (java) R 32718 32720 32594 0 -1 4202560 2058 0 0 0 87707 50 0 0 20 0 22 0 253318074 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739170569232 139739932577028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32741] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32741/stat : 32741 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739169519016 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32742] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32742/stat : 32742 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739168466216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 9824668

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

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

[startup+899.801 s]
/proc/loadavg: 4.21 3.86 2.52 5/218 361
/proc/meminfo: memFree=24834628/32873852 swapFree=6848/6848
[pid=32720] ppid=32718 vsize=9824668 CPUtime=1800.21 cores=0,2,4,6
/proc/32720/stat : 32720 (java) S 32718 32720 32594 0 -1 4202496 72812 0 1 0 179888 133 0 0 20 0 22 0 253317889 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 140733820618576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32720/statm: 2456167 585950 2285 9 0 2446860 0
[pid=32720/tid=32722] ppid=32718 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/32720/task/32722/stat : 32722 (java) S 32718 32720 32594 0 -1 4202560 2594 0 1 0 163 7 0 0 20 0 22 0 253317891 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740095013880 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32723] ppid=32718 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/32720/task/32723/stat : 32723 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 326 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740056505384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32724] ppid=32718 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/32720/task/32724/stat : 32724 (java) S 32718 32720 32594 0 -1 4202560 443 0 0 0 347 7 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740055452584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32725] ppid=32718 vsize=9824668 CPUtime=3.78 cores=0,2,4,6
/proc/32720/task/32725/stat : 32725 (java) S 32718 32720 32594 0 -1 4202560 446 0 0 0 371 7 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740054399784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32726] ppid=32718 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/32720/task/32726/stat : 32726 (java) S 32718 32720 32594 0 -1 4202560 335 0 0 0 315 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740053346984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32727] ppid=32718 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/32720/task/32727/stat : 32727 (java) S 32718 32720 32594 0 -1 4202560 374 0 0 0 352 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740052294184 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32728] ppid=32718 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/32720/task/32728/stat : 32728 (java) S 32718 32720 32594 0 -1 4202560 319 0 0 0 343 6 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139740051241384 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32729] ppid=32718 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/32720/task/32729/stat : 32729 (java) S 32718 32720 32594 0 -1 4202560 325 0 0 0 338 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739931863336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32730] ppid=32718 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/32720/task/32730/stat : 32730 (java) S 32718 32720 32594 0 -1 4202560 402 0 0 0 314 5 0 0 20 0 22 0 253317892 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739930810536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32720/tid=32731] ppid=32718 vsize=9824668 CPUtime=12.77 cores=0,2,4,6
/proc/32720/task/32731/stat : 32731 (java) S 32718 32720 32594 0 -1 4202560 48140 0 0 0 1246 31 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739918613480 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32732] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32732/stat : 32732 (java) S 32718 32720 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739917559544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32733] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32733/stat : 32733 (java) S 32718 32720 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317893 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739916506632 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32734] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32734/stat : 32734 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739176888976 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32735] ppid=32718 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/32720/task/32735/stat : 32735 (java) S 32718 32720 32594 0 -1 4202560 7696 0 0 0 144 2 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739175836088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32736] ppid=32718 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/32720/task/32736/stat : 32736 (java) S 32718 32720 32594 0 -1 4202560 7970 0 0 0 160 2 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739174783288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32737] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32737/stat : 32737 (java) S 32718 32720 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739173730680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32720/tid=32738] ppid=32718 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/32720/task/32738/stat : 32738 (java) S 32718 32720 32594 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 253317896 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739172678088 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32739] ppid=32718 vsize=9824668 CPUtime=877.63 cores=0,2,4,6
/proc/32720/task/32739/stat : 32739 (java) R 32718 32720 32594 0 -1 4202560 72 0 0 0 87748 15 0 0 20 0 22 0 253318074 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739171622944 139739932768479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32740] ppid=32718 vsize=9824668 CPUtime=877.57 cores=0,2,4,6
/proc/32720/task/32740/stat : 32740 (java) R 32718 32720 32594 0 -1 4202560 2058 0 0 0 87707 50 0 0 20 0 22 0 253318074 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739170569232 139739932577028 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32720/tid=32741] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32741/stat : 32741 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739169519016 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32720/tid=32742] ppid=32718 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/32720/task/32742/stat : 32742 (java) S 32718 32720 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318077 10060460032 585950 33554432000 1073741824 1073778376 140733820627440 139739168466216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 899.859
CPU time (s): 1800.97
CPU user time (s): 1799.07
CPU system time (s): 1.90271
CPU usage (%): 200.139
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.90271
maximum resident set size= 2875840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72845
page faults= 1
swaps= 0
block input operations= 8
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30674
involuntary context switches= 56887

runsolver used 3.2915 second user time and 8.22375 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 17:05:20
IDJOB=3687456
IDBENCH=1475
IDSOLVER=2268
FILE ID=node128/3687456-1337871920
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71568 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687456-1337871920/watcher-3687456-1337871920 -o /tmp/evaluation-result-3687456-1337871920/solver-3687456-1337871920 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687456-1337871920.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=2138714882

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        27548044 kB
Buffers:          234996 kB
Cached:          2920848 kB
SwapCached:            0 kB
Active:          1813156 kB
Inactive:        2687952 kB
Active(anon):    1347636 kB
Inactive(anon):        0 kB
Active(file):     465520 kB
Inactive(file):  2687952 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8056 kB
Writeback:             0 kB
AnonPages:       1405024 kB
Mapped:            22572 kB
Shmem:               204 kB
Slab:             634424 kB
SReclaimable:      76760 kB
SUnreclaim:       557664 kB
KernelStack:        1600 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2629944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 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= 71568 MiB
End job on node128 at 2012-05-24 17:20:22