Trace number 3479305

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.45 1451.96

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3479305-1307445898.opb
0.11/0.11	c reading problem ... 
1800.22/1451.75	c starts		: 0
1800.22/1451.75	c conflicts		: 0
1800.22/1451.75	c decisions		: 0
1800.22/1451.75	c propagations		: 0
1800.22/1451.75	c inspects		: 0
1800.22/1451.75	c shortcuts		: 0
1800.22/1451.75	c learnt literals	: 0
1800.22/1451.75	c learnt binary clauses	: 0
1800.22/1451.75	c learnt ternary clauses	: 0
1800.22/1451.75	c learnt constraints	: 0
1800.22/1451.75	c ignored constraints	: 0
1800.22/1451.75	c root simplifications	: 0
1800.22/1451.75	c removed literals (reason simplification)	: 0
1800.22/1451.75	c reason swapping (by a shorter reason)	: 0
1800.22/1451.75	c Calls to reduceDB	: 0
1800.22/1451.75	c number of reductions to clauses (during analyze)	: 0
1800.22/1451.75	c number of learned constraints concerned by reduction	: 0
1800.22/1451.75	c number of learning phase by resolution	: 0
1800.22/1451.75	c number of learning phase by cutting planes	: 0
1800.22/1451.75	c speed (assignments/second)	: 0.0
1800.22/1451.75	c non guided choices	0
1800.22/1451.75	c learnt constraints type 
1800.22/1451.75	c constraints type 
1800.22/1451.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 81168
1800.22/1451.75	c constraints type 
1800.22/1451.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81169
1800.22/1451.75	s UNKNOWN
1800.22/1451.75	c Total wall clock time (in seconds): 1451.635

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3479305-1307445898/watcher-3479305-1307445898 -o /tmp/evaluation-result-3479305-1307445898/solver-3479305-1307445898 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479305-1307445898.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: 2.22 2.08 2.77 3/482 16935
/proc/meminfo: memFree=23967868/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 2833 0 1 0 0 0 0 0 18 0 2 0 856190259 10681323520 2535 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2607745 2548 906 9 0 2598901 0
[pid=16935/tid=16936] ppid=16933 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 5631 0 1 0 0 0 0 0 19 0 2 0 856190260 10694979584 6447 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.109268 s]
/proc/loadavg: 2.22 2.08 2.77 3/482 16935
/proc/meminfo: memFree=23967868/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10540244 CPUtime=0.11 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 13123 0 1 0 9 2 0 0 18 0 18 0 856190259 10793209856 12819 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635061 12819 2092 9 0 2625795 0
[pid=16935/tid=16936] ppid=16933 vsize=10540244 CPUtime=0.09 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 11233 0 1 0 8 1 0 0 18 0 18 0 856190260 10793209856 12819 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46912496206989 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540244

[startup+0.200272 s]
/proc/loadavg: 2.22 2.08 2.77 3/482 16935
/proc/meminfo: memFree=23967868/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10540428 CPUtime=0.21 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 60371 0 1 0 14 7 0 0 18 0 18 0 856190259 10793398272 60069 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635107 60118 2133 9 0 2625841 0
[pid=16935/tid=16936] ppid=16933 vsize=10540428 CPUtime=0.17 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 58450 0 1 0 11 6 0 0 18 0 18 0 856190260 10793398272 60131 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935523010184 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10540428

[startup+0.301264 s]
/proc/loadavg: 2.22 2.08 2.77 3/482 16935
/proc/meminfo: memFree=23967868/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10540428 CPUtime=0.31 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 120228 0 1 0 18 13 0 0 18 0 18 0 856190259 10793398272 119925 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635107 119949 2133 9 0 2625841 0
[pid=16935/tid=16936] ppid=16933 vsize=10540428 CPUtime=0.28 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 118281 0 1 0 16 12 0 0 18 0 18 0 856190260 10793398272 119962 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935523010184 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10540428

[startup+0.701167 s]
/proc/loadavg: 2.22 2.08 2.77 3/482 16935
/proc/meminfo: memFree=23967868/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10542676 CPUtime=0.85 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 174805 0 1 0 67 18 0 0 18 0 18 0 856190259 10795700224 174291 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635669 174295 2199 9 0 2626403 0
[pid=16935/tid=16936] ppid=16933 vsize=10542676 CPUtime=0.67 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 171927 0 1 0 49 18 0 0 18 0 18 0 856190260 10795700224 174296 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46912505581414 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10542676

[startup+1.50102 s]
/proc/loadavg: 2.22 2.08 2.77 4/500 16953
/proc/meminfo: memFree=23130740/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10542676 CPUtime=1.66 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 247882 0 1 0 140 26 0 0 18 0 18 0 856190259 10795700224 247368 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635669 247372 2199 9 0 2626403 0
[pid=16935/tid=16936] ppid=16933 vsize=10542676 CPUtime=1.48 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 245004 0 1 0 122 26 0 0 19 0 18 0 856190260 10795700224 247373 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46912505581350 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 856190262 10795700224 247376 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 247378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 247380 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 247382 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 247384 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 247386 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 247389 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 247391 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856190263 10795700224 247393 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 856190263 10795700224 247395 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856190263 10795700224 247397 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10795700224 247398 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10542676 CPUtime=0.08 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 668 0 0 0 8 0 0 0 15 0 18 0 856190265 10795700224 247399 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10542676 CPUtime=0.09 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 1063 0 0 0 9 0 0 0 15 0 18 0 856190265 10795700224 247401 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10795700224 247403 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856190265 10795700224 247405 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10542676

[startup+3.10076 s]
/proc/loadavg: 2.28 2.10 2.77 4/500 16953
/proc/meminfo: memFree=22735180/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10542676 CPUtime=3.25 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 391224 0 1 0 283 42 0 0 18 0 18 0 856190259 10795700224 390711 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635669 390714 2203 9 0 2626403 0
[pid=16935/tid=16936] ppid=16933 vsize=10542676 CPUtime=3.07 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 388343 0 1 0 265 42 0 0 25 0 18 0 856190260 10795700224 390716 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46912505608347 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 856190262 10795700224 390718 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 390720 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 390722 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190262 10795700224 390724 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 390727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 390729 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 390731 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856190262 10795700224 390733 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856190263 10795700224 390735 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 856190263 10795700224 390737 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856190263 10795700224 390739 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10795700224 390741 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10542676 CPUtime=0.08 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 668 0 0 0 8 0 0 0 15 0 18 0 856190265 10795700224 390743 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10542676 CPUtime=0.09 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 1067 0 0 0 9 0 0 0 15 0 18 0 856190265 10795700224 390745 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10795700224 390747 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10542676 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856190265 10795700224 390749 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10542676

[startup+6.30116 s]
/proc/loadavg: 2.28 2.10 2.77 4/500 16953
/proc/meminfo: memFree=21490028/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10541564 CPUtime=7.82 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 871698 0 1 0 676 106 0 0 18 0 18 0 856190259 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2635391 869378 2219 9 0 2626125 0
[pid=16935/tid=16936] ppid=16933 vsize=10541564 CPUtime=5.83 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 650980 0 1 0 513 70 0 0 15 0 18 0 856190260 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46912505506796 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10541564 CPUtime=0.44 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) S 16933 16935 15115 0 -1 4202560 44951 0 0 0 38 6 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10541564 CPUtime=0.29 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) S 16933 16935 15115 0 -1 4202560 46168 0 0 0 22 7 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10541564 CPUtime=0.43 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) S 16933 16935 15115 0 -1 4202560 54480 0 0 0 34 9 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10541564 CPUtime=0.29 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) S 16933 16935 15115 0 -1 4202560 55703 0 0 0 21 8 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10541564 CPUtime=0.04 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) S 16933 16935 15115 0 -1 4202560 2827 0 0 0 4 0 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10541564 CPUtime=0.07 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) S 16933 16935 15115 0 -1 4202560 4748 0 0 0 7 0 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10541564 CPUtime=0.15 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 8947 0 0 0 14 1 0 0 18 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 856190262 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 856190263 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856190263 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856190263 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10541564 CPUtime=0.1 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 671 0 0 0 10 0 0 0 15 0 18 0 856190265 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10541564 CPUtime=0.09 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 1067 0 0 0 9 0 0 0 15 0 18 0 856190265 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10541564 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 856190265 10794561536 869378 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0

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

/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 93621 0 0 0 5364 25 0 0 16 0 18 0 856190262 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10546312 CPUtime=54.15 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 63499 0 0 0 5397 18 0 0 15 0 18 0 856190262 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10546312 CPUtime=0.46 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 98 0 0 0 26 20 0 0 15 0 18 0 856190263 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10546312 CPUtime=0.12 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 692 0 0 0 12 0 0 0 15 0 18 0 856190265 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10546312 CPUtime=0.37 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 3224 0 0 0 37 0 0 0 15 0 18 0 856190265 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10546312 CPUtime=0.01 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 18 0 856190265 10799423488 1291781 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1616.64
Current children cumulated vsize (KiB) 10546312

[startup+1362.3 s]
/proc/loadavg: 3.59 3.62 3.38 4/500 17040
/proc/meminfo: memFree=19306108/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10546312 CPUtime=1690.44 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 1300539 0 1 0 168755 289 0 0 18 0 18 0 856190259 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2636578 1293377 2230 9 0 2627312 0
[pid=16935/tid=16936] ppid=16933 vsize=10546312 CPUtime=1247.15 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) S 16933 16935 15115 0 -1 4202560 653201 0 1 0 124636 79 0 0 25 0 18 0 856190260 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10546312 CPUtime=58.08 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) R 16933 16935 15115 0 -1 4202560 116076 0 0 0 5781 27 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10546312 CPUtime=52.95 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) R 16933 16935 15115 0 -1 4202560 86890 0 0 0 5271 24 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10546312 CPUtime=54.34 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) R 16933 16935 15115 0 -1 4202560 72268 0 0 0 5411 23 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10546312 CPUtime=55.09 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) R 16933 16935 15115 0 -1 4202560 96020 0 0 0 5483 26 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10546312 CPUtime=52.87 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) R 16933 16935 15115 0 -1 4202560 26419 0 0 0 5272 15 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935526379767 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10546312 CPUtime=55.75 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) R 16933 16935 15115 0 -1 4202560 86877 0 0 0 5550 25 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10546312 CPUtime=56.13 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) R 16933 16935 15115 0 -1 4202560 93865 0 0 0 5588 25 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10546312 CPUtime=56.99 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) R 16933 16935 15115 0 -1 4202560 63683 0 0 0 5680 19 0 0 15 0 18 0 856190262 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935525392819 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10546312 CPUtime=0.47 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 101 0 0 0 27 20 0 0 15 0 18 0 856190263 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 0 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10546312 CPUtime=0.12 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 692 0 0 0 12 0 0 0 15 0 18 0 856190265 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10546312 CPUtime=0.37 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 3224 0 0 0 37 0 0 0 15 0 18 0 856190265 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10546312 CPUtime=0.01 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 79 0 0 0 1 0 0 0 15 0 18 0 856190265 10799423488 1293377 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1690.44
Current children cumulated vsize (KiB) 10546312

[startup+1422.3 s]
/proc/loadavg: 3.55 3.63 3.40 4/500 17042
/proc/meminfo: memFree=19299908/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10546312 CPUtime=1763.93 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 1302198 0 1 0 176100 293 0 0 18 0 18 0 856190259 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2636578 1294932 2230 9 0 2627312 0
[pid=16935/tid=16936] ppid=16933 vsize=10546312 CPUtime=1302.27 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 653293 0 1 0 130148 79 0 0 25 0 18 0 856190260 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935526648929 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10546312 CPUtime=60.01 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) S 16933 16935 15115 0 -1 4202560 116252 0 0 0 5973 28 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10546312 CPUtime=55.38 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) S 16933 16935 15115 0 -1 4202560 87099 0 0 0 5514 24 0 0 15 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10546312 CPUtime=56.67 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) S 16933 16935 15115 0 -1 4202560 72432 0 0 0 5643 24 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10546312 CPUtime=57.23 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) S 16933 16935 15115 0 -1 4202560 96265 0 0 0 5696 27 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10546312 CPUtime=55.23 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) S 16933 16935 15115 0 -1 4202560 26610 0 0 0 5508 15 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 6 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10546312 CPUtime=57.98 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) S 16933 16935 15115 0 -1 4202560 87073 0 0 0 5773 25 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10546312 CPUtime=58.73 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 94059 0 0 0 5847 26 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10546312 CPUtime=59.35 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 63867 0 0 0 5916 19 0 0 16 0 18 0 856190262 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10546312 CPUtime=0.49 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 105 0 0 0 28 21 0 0 15 0 18 0 856190263 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10546312 CPUtime=0.12 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 692 0 0 0 12 0 0 0 15 0 18 0 856190265 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10546312 CPUtime=0.37 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 3224 0 0 0 37 0 0 0 15 0 18 0 856190265 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10546312 CPUtime=0.01 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 18 0 856190265 10799423488 1294932 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1763.93
Current children cumulated vsize (KiB) 10546312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1451.73 s]
/proc/loadavg: 3.57 3.62 3.40 10/500 17043
/proc/meminfo: memFree=19296636/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=10546312 CPUtime=1800.22 cores=0,2,4,6
/proc/16935/stat : 16935 (java) S 16933 16935 15115 0 -1 4202496 1303045 0 1 0 179727 295 0 0 18 0 18 0 856190259 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 2636578 1295727 2230 9 0 2627312 0
[pid=16935/tid=16936] ppid=16933 vsize=10546312 CPUtime=1329.28 cores=0,2,4,6
/proc/16935/task/16936/stat : 16936 (java) R 16933 16935 15115 0 -1 4202560 653338 0 1 0 132849 79 0 0 25 0 18 0 856190260 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 46935526648922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16935/tid=16938] ppid=16933 vsize=10546312 CPUtime=61.41 cores=0,2,4,6
/proc/16935/task/16938/stat : 16938 (java) S 16933 16935 15115 0 -1 4202560 116355 0 0 0 6113 28 0 0 15 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16939] ppid=16933 vsize=10546312 CPUtime=56.43 cores=0,2,4,6
/proc/16935/task/16939/stat : 16939 (java) S 16933 16935 15115 0 -1 4202560 87194 0 0 0 5619 24 0 0 15 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
[pid=16935/tid=16940] ppid=16933 vsize=10546312 CPUtime=58.01 cores=0,2,4,6
/proc/16935/task/16940/stat : 16940 (java) S 16933 16935 15115 0 -1 4202560 72506 0 0 0 5777 24 0 0 15 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16941] ppid=16933 vsize=10546312 CPUtime=58.57 cores=0,2,4,6
/proc/16935/task/16941/stat : 16941 (java) S 16933 16935 15115 0 -1 4202560 96353 0 0 0 5830 27 0 0 16 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16942] ppid=16933 vsize=10546312 CPUtime=56.24 cores=0,2,4,6
/proc/16935/task/16942/stat : 16942 (java) S 16933 16935 15115 0 -1 4202560 26724 0 0 0 5608 16 0 0 15 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16943] ppid=16933 vsize=10546312 CPUtime=58.95 cores=0,2,4,6
/proc/16935/task/16943/stat : 16943 (java) S 16933 16935 15115 0 -1 4202560 87165 0 0 0 5870 25 0 0 16 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 2 0 0 0
[pid=16935/tid=16944] ppid=16933 vsize=10546312 CPUtime=59.67 cores=0,2,4,6
/proc/16935/task/16944/stat : 16944 (java) S 16933 16935 15115 0 -1 4202560 94170 0 0 0 5941 26 0 0 16 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16945] ppid=16933 vsize=10546312 CPUtime=60.54 cores=0,2,4,6
/proc/16935/task/16945/stat : 16945 (java) S 16933 16935 15115 0 -1 4202560 63988 0 0 0 6035 19 0 0 16 0 18 0 856190262 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16946] ppid=16933 vsize=10546312 CPUtime=0.5 cores=0,2,4,6
/proc/16935/task/16946/stat : 16946 (java) S 16933 16935 15115 0 -1 4202560 107 0 0 0 29 21 0 0 15 0 18 0 856190263 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 0 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16947] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16947/stat : 16947 (java) S 16933 16935 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16948] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16948/stat : 16948 (java) S 16933 16935 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856190263 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16949] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16949/stat : 16949 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 856190265 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134537649 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16950] ppid=16933 vsize=10546312 CPUtime=0.12 cores=0,2,4,6
/proc/16935/task/16950/stat : 16950 (java) S 16933 16935 15115 0 -1 4202560 692 0 0 0 12 0 0 0 15 0 18 0 856190265 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 4 0 0 0
[pid=16935/tid=16951] ppid=16933 vsize=10546312 CPUtime=0.37 cores=0,2,4,6
/proc/16935/task/16951/stat : 16951 (java) S 16933 16935 15115 0 -1 4202560 3224 0 0 0 37 0 0 0 15 0 18 0 856190265 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=10546312 CPUtime=0 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) S 16933 16935 15115 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856190265 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134529945 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
[pid=16935/tid=16953] ppid=16933 vsize=10546312 CPUtime=0.01 cores=0,2,4,6
/proc/16935/task/16953/stat : 16953 (java) S 16933 16935 15115 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 18 0 856190265 10799423488 1295727 33554432000 1073741824 1073778376 140735772203088 18446744073709551615 228134530560 0 4 0 16800975 18446604443864016128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 10546312

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

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

[startup+1451.9 s]
/proc/loadavg: 3.57 3.62 3.40 10/500 17043
/proc/meminfo: memFree=19296636/32951124 swapFree=41830676/67111528
[pid=16935] ppid=16933 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/16935/stat : 16935 (java) Z 16933 16935 15115 0 -1 4203548 1303078 0 1 0 179730 308 0 0 17 0 2 0 856190259 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16935/statm: 0 0 0 0 0 0 0
[pid=16935/tid=16952] ppid=16933 vsize=0 CPUtime=0.12 cores=0,2,4,6
/proc/16935/task/16952/stat : 16952 (java) R 16933 16935 15115 0 -1 4203588 1 0 0 0 0 12 0 0 18 0 2 0 856190265 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1451.96
CPU time (s): 1800.45
CPU user time (s): 1797.3
CPU system time (s): 3.14152
CPU usage (%): 124.001
Max. virtual memory (cumulated for all children) (KiB): 10547992

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

runsolver used 7.56585 second user time and 16.2065 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 13:25:23
IDJOB=3479305
IDBENCH=89882
IDSOLVER=1950
FILE ID=node138/3479305-1307445898
RUNJOBID= node138-1307445879-16799
PBS_JOBID= 13519950
Free space on /tmp= 73128 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479305-1307445898/watcher-3479305-1307445898 -o /tmp/evaluation-result-3479305-1307445898/solver-3479305-1307445898 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479305-1307445898.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=518561673

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23968156 kB
Buffers:        344456 kB
Cached:        2208332 kB
SwapCached:      44568 kB
Active:        6658636 kB
Inactive:      2004680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23968156 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          780244 kB
Writeback:           0 kB
AnonPages:     6077012 kB
Mapped:          24704 kB
Slab:           151260 kB
PageTables:      99516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141019580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node138 at 2011-06-07 13:49:37