Trace number 3688066

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.11 897.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688066-1337875741.opb
0.10/0.11	c reading problem ... 
3.61/2.18	c ... done. Wall clock time 2.068s.
3.61/2.18	c declared #vars     13480
3.61/2.18	c #constraints  26619
3.61/2.18	c constraints type 
3.61/2.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
3.61/2.18	c 26619 constraints processed.
3.61/2.18	c constraints type 
3.61/2.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
3.61/2.18	c 26619 constraints processed.
3.61/2.18	c objective function length is 9 literals
63.81/31.45	c cleaning 2478 clauses out of 5000 with flag 5000/5000
117.12/58.12	c cleaning 4251 clauses out of 8523 with flag 11001/11001
179.71/89.51	c cleaning 5626 clauses out of 11274 with flag 18003/18003
260.74/130.13	c cleaning 0 clauses out of 5000 with flag 0/5000
262.94/131.22	c cleaning 6820 clauses out of 13646 with flag 26001/26001
343.82/171.64	c cleaning 7900 clauses out of 15825 with flag 35000/35000
443.25/221.46	c cleaning 8958 clauses out of 17927 with flag 45002/45002
537.70/268.71	c cleaning 9975 clauses out of 19967 with flag 56000/56000
635.85/317.91	c cleaning 10991 clauses out of 21994 with flag 68002/68002
641.92/321.12	c cleaning 0 clauses out of 11001 with flag 0/11001
748.94/374.63	c cleaning 11986 clauses out of 24002 with flag 81001/81001
912.35/456.11	c cleaning 13003 clauses out of 26015 with flag 95000/95000
1091.68/545.50	c cleaning 13989 clauses out of 28013 with flag 110001/110001
1167.98/583.49	c cleaning 0 clauses out of 18001 with flag 0/18001
1253.25/625.98	c cleaning 15007 clauses out of 30025 with flag 126002/126002
1412.89/705.32	c cleaning 16002 clauses out of 32016 with flag 143000/143000
1593.07/795.04	c cleaning 16992 clauses out of 34016 with flag 161002/161002
1800.11/897.91	c starts		: 115
1800.11/897.91	c conflicts		: 179804
1800.11/897.91	c decisions		: 237693
1800.11/897.91	c propagations		: 56826008
1800.11/897.91	c inspects		: 2543846684
1800.11/897.91	c shortcuts		: 0
1800.11/897.91	c learnt literals	: 0
1800.11/897.91	c learnt binary clauses	: 0
1800.11/897.91	c learnt ternary clauses	: 2
1800.11/897.91	c learnt constraints	: 179803
1800.11/897.91	c ignored constraints	: 0
1800.11/897.91	c root simplifications	: 0
1800.11/897.91	c removed literals (reason simplification)	: 177393
1800.11/897.91	c reason swapping (by a shorter reason)	: 0
1800.11/897.91	c Calls to reduceDB	: 14
1800.11/897.91	c number of reductions to clauses (during analyze)	: 0
1800.11/897.91	c number of learned constraints concerned by reduction	: 0
1800.11/897.91	c number of learning phase by resolution	: 0
1800.11/897.91	c number of learning phase by cutting planes	: 0
1800.11/897.91	c speed (assignments/second)	: 63442.48857608889
1800.11/897.91	c non guided choices	126
1800.11/897.93	c learnt constraints type 
1800.11/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35826
1800.11/897.93	c constraints type 
1800.11/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.11/897.93	c 26619 constraints processed.
1800.11/897.93	c constraints type 
1800.11/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.11/897.93	c 26619 constraints processed.
1800.11/897.93	s UNKNOWN
1800.11/897.93	c Total wall clock time (in seconds): 897.82

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.85 3.99 3.86 4/197 27133
/proc/meminfo: memFree=29818884/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27133/stat : 27133 (java) R 27131 27133 25184 0 -1 4202496 1035 0 0 0 0 0 0 0 20 0 1 0 253698565 23793664 763 33554432000 1073741824 1073778376 140734106889632 140734106878696 140426678312889 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 5809 781 577 9 0 128 0

[startup+0.028734 s]
/proc/loadavg: 3.85 3.99 3.86 4/197 27133
/proc/meminfo: memFree=29818884/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 2920 0 1 0 1 0 0 0 20 0 11 0 253698565 9310650368 3619 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2273108 3619 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100302 s]
/proc/loadavg: 3.85 3.99 3.86 4/197 27133
/proc/meminfo: memFree=29818884/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 4361 0 1 0 9 1 0 0 20 0 18 0 253698565 9787813888 6058 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2389603 6058 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 3.85 3.99 3.86 4/197 27133
/proc/meminfo: memFree=29818884/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 12989 0 1 0 54 3 0 0 20 0 18 0 253698565 9787813888 13120 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2389603 13120 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700212 s]
/proc/loadavg: 3.85 3.99 3.86 4/197 27133
/proc/meminfo: memFree=29818884/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9558412 CPUtime=1.41 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 14873 0 1 0 134 7 0 0 20 0 18 0 253698565 9787813888 38285 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2389603 38285 2229 9 0 2380296 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.85 3.99 3.86 4/215 27151
/proc/meminfo: memFree=29639032/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9558412 CPUtime=2.62 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 17008 0 1 0 245 17 0 0 20 0 18 0 253698565 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2389603 79681 2246 9 0 2380296 0
[pid=27133/tid=27135] ppid=27131 vsize=9558412 CPUtime=1.39 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) R 27131 27133 25184 0 -1 4202560 2555 0 1 0 132 7 0 0 20 0 18 0 253698566 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426670889848 140426523163909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 18 0 253698567 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253698568 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253698568 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 253698568 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698571 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4569 0 0 0 37 0 0 0 20 0 18 0 253698571 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 8190 0 0 0 50 2 0 0 20 0 18 0 253698571 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698571 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698571 9787813888 79681 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558412

[startup+3.10085 s]
/proc/loadavg: 3.78 3.97 3.85 11/215 27151
/proc/meminfo: memFree=29398984/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9824668 CPUtime=6.03 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 17769 0 1 0 570 33 0 0 20 0 22 0 253698565 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2456167 111845 2263 9 0 2446860 0
[pid=27133/tid=27135] ppid=27131 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) S 27131 27133 25184 0 -1 4202560 2577 0 1 0 182 8 0 0 20 0 22 0 253698566 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426670892024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 91 0 0 0 10 3 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 132 0 0 0 8 3 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 55 0 0 0 8 3 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 201 0 0 0 15 5 0 0 20 0 22 0 253698567 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4710 0 0 0 55 0 0 0 20 0 22 0 253698571 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 8194 0 0 0 72 2 0 0 20 0 22 0 253698571 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 111845 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 3.78 3.97 3.85 5/219 27155
/proc/meminfo: memFree=29222148/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9824668 CPUtime=12.83 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 18424 0 1 0 1241 42 0 0 20 0 22 0 253698565 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2456167 173181 2265 9 0 2446860 0
[pid=27133/tid=27135] ppid=27131 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) S 27131 27133 25184 0 -1 4202560 2577 0 1 0 182 8 0 0 20 0 22 0 253698566 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426670892024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 107 0 0 0 7 2 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 96 0 0 0 11 3 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 141 0 0 0 9 5 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 69 0 0 0 11 4 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 207 0 0 0 17 5 0 0 20 0 22 0 253698567 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4714 0 0 0 73 0 0 0 20 0 22 0 253698571 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 8202 0 0 0 86 2 0 0 20 0 22 0 253698571 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27152] ppid=27131 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/27133/task/27152/stat : 27152 (java) R 27131 27133 25184 0 -1 4202560 37 0 0 0 403 0 0 0 20 0 22 0 253698784 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426016541200 140426523560315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27153] ppid=27131 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/27133/task/27153/stat : 27153 (java) R 27131 27133 25184 0 -1 4202560 358 0 0 0 399 4 0 0 20 0 22 0 253698784 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426015490408 140426523560813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27154] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27154/stat : 27154 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426014438184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27155] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27155/stat : 27155 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 173181 33554432000 1073741824 1073778376 140734106889632 140426013385640 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 9824668

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

/proc/27133/statm: 2456167 583239 2286 9 0 2446860 0
[pid=27133/tid=27135] ppid=27131 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) S 27131 27133 25184 0 -1 4202560 2596 0 1 0 185 11 0 0 20 0 22 0 253698566 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426670892024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 384 0 0 0 252 6 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 325 0 0 0 238 4 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 428 0 0 0 267 7 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 373 0 0 0 283 7 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 426 0 0 0 268 8 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 337 0 0 0 268 7 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 312 0 0 0 269 5 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 476 0 0 0 280 10 0 0 20 0 22 0 253698567 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9824668 CPUtime=7.14 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 21397 0 0 0 700 14 0 0 20 0 22 0 253698568 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4731 0 0 0 126 0 0 0 20 0 22 0 253698571 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 13367 0 0 0 172 4 0 0 20 0 22 0 253698571 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 51 0 0 0 23 23 0 0 20 0 22 0 253698571 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27152] ppid=27131 vsize=9824668 CPUtime=864.94 cores=1,3,5,7
/proc/27133/task/27152/stat : 27152 (java) R 27131 27133 25184 0 -1 4202560 135 0 0 0 86480 14 0 0 20 0 22 0 253698784 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426016542160 140426523466613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27153] ppid=27131 vsize=9824668 CPUtime=864.86 cores=1,3,5,7
/proc/27133/task/27153/stat : 27153 (java) R 27131 27133 25184 0 -1 4202560 1859 0 0 0 86430 56 0 0 20 0 22 0 253698784 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426015488640 140426523822875 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27154] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27154/stat : 27154 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426014438184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27155] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27155/stat : 27155 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 583239 33554432000 1073741824 1073778376 140734106889632 140426013385640 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.56
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 3.68 3.82 3.83 5/219 27760
/proc/meminfo: memFree=26121200/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9824668 CPUtime=1800.11 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 48404 0 1 0 179863 148 0 0 20 0 22 0 253698565 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2456167 582644 2286 9 0 2446860 0
[pid=27133/tid=27135] ppid=27131 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) S 27131 27133 25184 0 -1 4202560 2596 0 1 0 185 11 0 0 20 0 22 0 253698566 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426670892024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 384 0 0 0 261 6 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 325 0 0 0 245 5 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 429 0 0 0 274 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 375 0 0 0 293 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 427 0 0 0 275 8 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 338 0 0 0 280 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 314 0 0 0 277 5 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 477 0 0 0 287 10 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9824668 CPUtime=7.14 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 21399 0 0 0 700 14 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4731 0 0 0 126 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 13367 0 0 0 172 4 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 53 0 0 0 23 24 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27152] ppid=27131 vsize=9824668 CPUtime=880.32 cores=1,3,5,7
/proc/27133/task/27152/stat : 27152 (java) R 27131 27133 25184 0 -1 4202560 139 0 0 0 88018 14 0 0 20 0 22 0 253698784 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426016542160 140426523467070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27153] ppid=27131 vsize=9824668 CPUtime=880.24 cores=1,3,5,7
/proc/27133/task/27153/stat : 27153 (java) R 27131 27133 25184 0 -1 4202560 1860 0 0 0 87968 56 0 0 20 0 22 0 253698784 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426015488624 140426523802066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27154] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27154/stat : 27154 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426014438184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27155] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27155/stat : 27155 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426013385640 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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+897.901 s]
/proc/loadavg: 3.68 3.82 3.83 5/219 27760
/proc/meminfo: memFree=26121200/32873844 swapFree=7388/7388
[pid=27133] ppid=27131 vsize=9824668 CPUtime=1800.11 cores=1,3,5,7
/proc/27133/stat : 27133 (java) S 27131 27133 25184 0 -1 4202496 48404 0 1 0 179863 148 0 0 20 0 22 0 253698565 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140734106880768 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27133/statm: 2456167 582644 2286 9 0 2446860 0
[pid=27133/tid=27135] ppid=27131 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/27133/task/27135/stat : 27135 (java) S 27131 27133 25184 0 -1 4202560 2596 0 1 0 185 11 0 0 20 0 22 0 253698566 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426670892024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27136] ppid=27131 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/27133/task/27136/stat : 27136 (java) S 27131 27133 25184 0 -1 4202560 384 0 0 0 261 6 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426643343784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27137] ppid=27131 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/27133/task/27137/stat : 27137 (java) S 27131 27133 25184 0 -1 4202560 325 0 0 0 245 5 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426642291240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27138] ppid=27131 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/27133/task/27138/stat : 27138 (java) S 27131 27133 25184 0 -1 4202560 429 0 0 0 274 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426641238184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27139] ppid=27131 vsize=9824668 CPUtime=3 cores=1,3,5,7
/proc/27133/task/27139/stat : 27139 (java) S 27131 27133 25184 0 -1 4202560 375 0 0 0 293 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426511690024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27140] ppid=27131 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/27133/task/27140/stat : 27140 (java) S 27131 27133 25184 0 -1 4202560 427 0 0 0 275 8 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426510637992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27141] ppid=27131 vsize=9824668 CPUtime=2.87 cores=1,3,5,7
/proc/27133/task/27141/stat : 27141 (java) S 27131 27133 25184 0 -1 4202560 338 0 0 0 280 7 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426509585448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27142] ppid=27131 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/27133/task/27142/stat : 27142 (java) S 27131 27133 25184 0 -1 4202560 314 0 0 0 277 5 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426508532392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27143] ppid=27131 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/27133/task/27143/stat : 27143 (java) S 27131 27133 25184 0 -1 4202560 477 0 0 0 287 10 0 0 20 0 22 0 253698567 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426507479848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27144] ppid=27131 vsize=9824668 CPUtime=7.14 cores=1,3,5,7
/proc/27133/task/27144/stat : 27144 (java) S 27131 27133 25184 0 -1 4202560 21399 0 0 0 700 14 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426024966504 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27145] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27145/stat : 27145 (java) S 27131 27133 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426023912824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27146] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27146/stat : 27146 (java) S 27131 27133 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253698568 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426022859656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27147] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27147/stat : 27147 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426021808400 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27148] ppid=27131 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/27133/task/27148/stat : 27148 (java) S 27131 27133 25184 0 -1 4202560 4731 0 0 0 126 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426020756280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27149] ppid=27131 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27133/task/27149/stat : 27149 (java) S 27131 27133 25184 0 -1 4202560 13367 0 0 0 172 4 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426019703736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27133/tid=27150] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27150/stat : 27150 (java) S 27131 27133 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426018650872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27133/tid=27151] ppid=27131 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/27133/task/27151/stat : 27151 (java) S 27131 27133 25184 0 -1 4202560 53 0 0 0 23 24 0 0 20 0 22 0 253698571 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426017598536 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27152] ppid=27131 vsize=9824668 CPUtime=880.32 cores=1,3,5,7
/proc/27133/task/27152/stat : 27152 (java) R 27131 27133 25184 0 -1 4202560 139 0 0 0 88018 14 0 0 20 0 22 0 253698784 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426016542160 140426523467070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27153] ppid=27131 vsize=9824668 CPUtime=880.24 cores=1,3,5,7
/proc/27133/task/27153/stat : 27153 (java) R 27131 27133 25184 0 -1 4202560 1860 0 0 0 87968 56 0 0 20 0 22 0 253698784 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426015488624 140426523802066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27133/tid=27154] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27154/stat : 27154 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426014438184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27133/tid=27155] ppid=27131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27133/task/27155/stat : 27155 (java) S 27131 27133 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698786 10060460032 582644 33554432000 1073741824 1073778376 140734106889632 140426013385640 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 897.95
CPU time (s): 1800.11
CPU user time (s): 1798.63
CPU system time (s): 1.48
CPU usage (%): 200.469
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.9527
maximum resident set size= 2865768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48436
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26741
involuntary context switches= 44047

runsolver used 3.52046 second user time and 8.81666 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 18:09:02
IDJOB=3688066
IDBENCH=2639
IDSOLVER=2268
FILE ID=node147/3688066-1337875741
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688066-1337875741/watcher-3688066-1337875741 -o /tmp/evaluation-result-3688066-1337875741/solver-3688066-1337875741 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688066-1337875741.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1948579359

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29819156 kB
Buffers:          218964 kB
Cached:          1448508 kB
SwapCached:         6180 kB
Active:           958088 kB
Inactive:        1323796 kB
Active(anon):     610220 kB
Inactive(anon):     6780 kB
Active(file):     347868 kB
Inactive(file):  1317016 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              7888 kB
Writeback:             0 kB
AnonPages:        640744 kB
Mapped:            17908 kB
Shmem:                 0 kB
Slab:             631096 kB
SReclaimable:      72000 kB
SUnreclaim:       559096 kB
KernelStack:        1784 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     886404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 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= 71708 MiB
End job on node147 at 2012-05-24 18:24:02