Trace number 3738408

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.04 1470.04

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark365451
Best CPU time to get the best result obtained on this benchmark1802.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.10/0.10	c version 2.3.1.v20110525
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		9996466904
0.10/0.10	c Max memory 		10048897024
0.10/0.10	c Total memory 		10048897024
0.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3738408-1338725369.opb
0.10/0.12	c reading problem ... 
83.00/63.73	c ... done. Wall clock time 63.608s.
83.00/63.73	c #vars     1922998
83.00/63.73	c #constraints  21000
83.00/63.73	c constraints type 
83.00/63.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
83.00/63.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
83.00/63.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
83.00/63.73	c constraints type 
83.00/63.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
83.00/63.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
83.00/63.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
326.52/183.18	c cleaning 2539 clauses out of 5078 with flag 5078/5078
480.00/259.89	c cleaning 4263 clauses out of 8526 with flag 11065/11065
644.11/342.28	c cleaning 5626 clauses out of 11261 with flag 18063/18063
699.85/370.81	c  And the winner is Resolution
1800.04/1470.01	c starts		: 45
1800.04/1470.01	c conflicts		: 22534
1800.04/1470.01	c decisions		: 87557673
1800.04/1470.01	c propagations		: 90575392
1800.04/1470.01	c inspects		: 186003129
1800.04/1470.01	c shortcuts		: 0
1800.04/1470.01	c learnt literals	: 0
1800.04/1470.01	c learnt binary clauses	: 0
1800.04/1470.01	c learnt ternary clauses	: 0
1800.04/1470.01	c learnt constraints	: 22534
1800.04/1470.01	c ignored constraints	: 0
1800.04/1470.01	c root simplifications	: 0
1800.04/1470.01	c removed literals (reason simplification)	: 1564
1800.04/1470.01	c reason swapping (by a shorter reason)	: 0
1800.04/1470.01	c Calls to reduceDB	: 3
1800.04/1470.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1470.01	c number of learned constraints concerned by reduction	: 0
1800.04/1470.01	c number of learning phase by resolution	: 0
1800.04/1470.01	c number of learning phase by cutting planes	: 0
1800.04/1470.01	c speed (assignments/second)	: 64408.526421781404
1800.04/1470.01	c non guided choices	55109384
1800.04/1470.02	c learnt constraints type 
1800.04/1470.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10106
1800.04/1470.02	c constraints type 
1800.04/1470.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.04/1470.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
1800.04/1470.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
1800.04/1470.02	c constraints type 
1800.04/1470.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.04/1470.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.04/1470.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.04/1470.02	s UNKNOWN
1800.04/1470.02	c Total wall clock time (in seconds): 1469.895

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-3738408-1338725369/watcher-3738408-1338725369 -o /tmp/evaluation-result-3738408-1338725369/solver-3738408-1338725369 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738408-1338725369.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.01 3.39 3.61 4/197 4393
/proc/meminfo: memFree=27753944/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/4393/stat : 4393 (java) R 4391 4393 1279 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 1 0 338664200 23793664 526 33554432000 1073741824 1073778376 140734776713504 140734776702568 233402579521 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 5809 538 406 9 0 128 0

[startup+0.0331649 s]
/proc/loadavg: 3.01 3.39 3.61 4/197 4393
/proc/meminfo: memFree=27753944/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 3361 0 1 0 1 1 0 0 20 0 10 0 338664200 11309641728 11215 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2761143 11226 1412 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100225 s]
/proc/loadavg: 3.01 3.39 3.61 4/197 4393
/proc/meminfo: memFree=27753944/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 4683 0 1 0 8 2 0 0 20 0 18 0 338664200 11864465408 13535 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 13535 2086 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300304 s]
/proc/loadavg: 3.01 3.39 3.61 4/197 4393
/proc/meminfo: memFree=27753944/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 5761 0 1 0 42 4 0 0 20 0 18 0 338664200 11864465408 39361 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 39361 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700319 s]
/proc/loadavg: 3.01 3.39 3.61 4/197 4393
/proc/meminfo: memFree=27753944/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=0.86 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 5825 0 1 0 79 7 0 0 20 0 18 0 338664200 11864465408 72129 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 72129 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 11586392

[startup+1.5008 s]
/proc/loadavg: 3.09 3.40 3.61 4/215 4411
/proc/meminfo: memFree=27373372/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=1.67 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 5956 0 1 0 155 12 0 0 20 0 18 0 338664200 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 139201 2223 9 0 2887285 0
[pid=4393/tid=4395] ppid=4391 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) R 4391 4393 1279 0 -1 4202560 3102 0 1 0 135 12 0 0 20 0 18 0 338664201 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438758760336 140438602727753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438727179176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438726126632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438725073576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438724021032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438722967976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438721915432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438720862376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) S 4391 4393 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438588590376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338664204 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438106233704 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 785 0 0 0 8 0 0 0 20 0 18 0 338664207 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 885 0 0 0 7 0 0 0 20 0 18 0 338664207 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 139201 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 11586392

[startup+3.10079 s]
/proc/loadavg: 3.09 3.40 3.61 4/215 4411
/proc/meminfo: memFree=27021800/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=3.27 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 6205 0 1 0 305 22 0 0 20 0 18 0 338664200 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 264645 2227 9 0 2887285 0
[pid=4393/tid=4395] ppid=4391 vsize=11586392 CPUtime=3.07 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) R 4391 4393 1279 0 -1 4202560 3347 0 1 0 285 22 0 0 20 0 18 0 338664201 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438758760448 140438602698067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438727179176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438726126632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438725073576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438724021032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438722967976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438721915432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438720862376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) S 4391 4393 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338664203 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438588590376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338664204 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438106233704 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 789 0 0 0 8 0 0 0 20 0 18 0 338664207 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 885 0 0 0 7 0 0 0 20 0 18 0 338664207 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 264645 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 11586392

[startup+6.30068 s]
/proc/loadavg: 3.16 3.41 3.62 4/215 4411
/proc/meminfo: memFree=25359704/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=8.31 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 8387 0 1 0 723 108 0 0 20 0 18 0 338664200 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 806505 2246 9 0 2887285 0
[pid=4393/tid=4395] ppid=4391 vsize=11586392 CPUtime=5.73 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) S 4391 4393 1279 0 -1 4202560 4118 0 1 0 526 47 0 0 20 0 18 0 338664201 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438758767080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11586392 CPUtime=0.22 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) R 4391 4393 1279 0 -1 4202560 112 0 0 0 16 6 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438727179352 140438761240269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) R 4391 4393 1279 0 -1 4202560 124 0 0 0 19 6 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438726126808 140438761240265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) R 4391 4393 1279 0 -1 4202560 125 0 0 0 18 7 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438725073752 140438765665196 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11586392 CPUtime=0.35 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) R 4391 4393 1279 0 -1 4202560 177 0 0 0 24 11 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438724021208 140438761240249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) R 4391 4393 1279 0 -1 4202560 125 0 0 0 17 9 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438722968152 140438761240249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) R 4391 4393 1279 0 -1 4202560 119 0 0 0 18 7 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438721915608 140438762944709 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11586392 CPUtime=0.25 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) R 4391 4393 1279 0 -1 4202560 124 0 0 0 18 7 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438720862552 140438762525785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) R 4391 4393 1279 0 -1 4202560 109 0 0 0 14 7 0 0 20 0 18 0 338664203 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438588590256 140438761240249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 338664204 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438106232584 233415160892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338664205 11864465408 806505 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 807017 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 983 0 0 0 17 0 0 0 20 0 18 0 338664207 11864465408 807017 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11586392 CPUtime=0.18 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 1092 0 0 0 18 0 0 0 20 0 18 0 338664207 11864465408 807017 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 807017 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338664207 11864465408 807017 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.15 3.40 3.61 4/215 4411
/proc/meminfo: memFree=23344200/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11586392 CPUtime=18.51 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 13274 0 1 0 1615 236 0 0 20 0 18 0 338664200 11864465408 1101534 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2896598 1101534 2259 9 0 2887285 0
[pid=4393/tid=4395] ppid=4391 vsize=11586392 CPUtime=10.89 cores=1,3,5,7

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

[pid=4393/tid=4408] ppid=4391 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 3798 0 0 0 86 1 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 6364 0 0 0 98 2 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 76 0 0 0 31 36 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4417] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4417/stat : 4417 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338670628 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438095705384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1632.25
Current children cumulated vsize (KiB) 11852648

[startup+1362.3 s]
/proc/loadavg: 2.98 2.81 3.08 4/216 4493
/proc/meminfo: memFree=21311012/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11852648 CPUtime=1692.28 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 24212 0 1 0 168833 395 0 0 20 0 19 0 338664200 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2963162 1407385 2287 9 0 2953849 0
[pid=4393/tid=4395] ppid=4391 vsize=11852648 CPUtime=1045.54 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) R 4391 4393 1279 0 -1 4202560 4225 0 1 0 104486 68 0 0 20 0 19 0 338664201 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438758769576 140438603498751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11852648 CPUtime=5.58 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) S 4391 4393 1279 0 -1 4202560 634 0 0 0 525 33 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438727179176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11852648 CPUtime=5.75 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) S 4391 4393 1279 0 -1 4202560 666 0 0 0 544 31 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438726126632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11852648 CPUtime=5.54 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) S 4391 4393 1279 0 -1 4202560 899 0 0 0 520 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438725073576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11852648 CPUtime=5.74 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) S 4391 4393 1279 0 -1 4202560 878 0 0 0 538 36 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438724021032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11852648 CPUtime=5.39 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) S 4391 4393 1279 0 -1 4202560 693 0 0 0 504 35 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438722967976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11852648 CPUtime=5.85 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) S 4391 4393 1279 0 -1 4202560 858 0 0 0 551 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438721915432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) S 4391 4393 1279 0 -1 4202560 714 0 0 0 533 37 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438720862376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) S 4391 4393 1279 0 -1 4202560 631 0 0 0 540 30 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438588590376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11852648 CPUtime=8.25 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 2451 0 0 0 820 5 0 0 20 0 19 0 338664204 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438106233704 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 3798 0 0 0 86 1 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 6364 0 0 0 98 2 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 80 0 0 0 32 37 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4417] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4417/stat : 4417 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338670628 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438095705384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1692.28
Current children cumulated vsize (KiB) 11852648

[startup+1422.31 s]
/proc/loadavg: 2.99 2.84 3.08 4/216 4493
/proc/meminfo: memFree=21311012/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11852648 CPUtime=1752.31 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 24214 0 1 0 174834 397 0 0 20 0 19 0 338664200 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2963162 1407385 2287 9 0 2953849 0
[pid=4393/tid=4395] ppid=4391 vsize=11852648 CPUtime=1105.55 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) R 4391 4393 1279 0 -1 4202560 4225 0 1 0 110486 69 0 0 20 0 19 0 338664201 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438758769576 140438603498734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11852648 CPUtime=5.58 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) S 4391 4393 1279 0 -1 4202560 634 0 0 0 525 33 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438727179176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11852648 CPUtime=5.75 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) S 4391 4393 1279 0 -1 4202560 666 0 0 0 544 31 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438726126632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11852648 CPUtime=5.54 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) S 4391 4393 1279 0 -1 4202560 899 0 0 0 520 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438725073576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11852648 CPUtime=5.74 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) S 4391 4393 1279 0 -1 4202560 878 0 0 0 538 36 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438724021032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11852648 CPUtime=5.39 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) S 4391 4393 1279 0 -1 4202560 693 0 0 0 504 35 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438722967976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11852648 CPUtime=5.85 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) S 4391 4393 1279 0 -1 4202560 858 0 0 0 551 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438721915432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) S 4391 4393 1279 0 -1 4202560 714 0 0 0 533 37 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438720862376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) S 4391 4393 1279 0 -1 4202560 631 0 0 0 540 30 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438588590376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11852648 CPUtime=8.25 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 2451 0 0 0 820 5 0 0 20 0 19 0 338664204 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438106233704 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 3798 0 0 0 86 1 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 6364 0 0 0 98 2 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 82 0 0 0 33 40 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4417] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4417/stat : 4417 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338670628 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438095705384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1752.31
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1470 s]
/proc/loadavg: 2.99 2.86 3.07 4/216 4494
/proc/meminfo: memFree=21311136/32873844 swapFree=7116/7116
[pid=4393] ppid=4391 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/4393/stat : 4393 (java) S 4391 4393 1279 0 -1 4202496 24218 0 1 0 179605 399 0 0 20 0 19 0 338664200 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140734776704640 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4393/statm: 2963162 1407385 2287 9 0 2953849 0
[pid=4393/tid=4395] ppid=4391 vsize=11852648 CPUtime=1153.26 cores=1,3,5,7
/proc/4393/task/4395/stat : 4395 (java) R 4391 4393 1279 0 -1 4202560 4225 0 1 0 115256 70 0 0 20 0 19 0 338664201 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438758769576 140438603498784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4396] ppid=4391 vsize=11852648 CPUtime=5.58 cores=1,3,5,7
/proc/4393/task/4396/stat : 4396 (java) S 4391 4393 1279 0 -1 4202560 634 0 0 0 525 33 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438727179176 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4397] ppid=4391 vsize=11852648 CPUtime=5.75 cores=1,3,5,7
/proc/4393/task/4397/stat : 4397 (java) S 4391 4393 1279 0 -1 4202560 666 0 0 0 544 31 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438726126632 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4398] ppid=4391 vsize=11852648 CPUtime=5.54 cores=1,3,5,7
/proc/4393/task/4398/stat : 4398 (java) S 4391 4393 1279 0 -1 4202560 899 0 0 0 520 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438725073576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4399] ppid=4391 vsize=11852648 CPUtime=5.74 cores=1,3,5,7
/proc/4393/task/4399/stat : 4399 (java) S 4391 4393 1279 0 -1 4202560 878 0 0 0 538 36 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438724021032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4400] ppid=4391 vsize=11852648 CPUtime=5.39 cores=1,3,5,7
/proc/4393/task/4400/stat : 4400 (java) S 4391 4393 1279 0 -1 4202560 693 0 0 0 504 35 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438722967976 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4401] ppid=4391 vsize=11852648 CPUtime=5.85 cores=1,3,5,7
/proc/4393/task/4401/stat : 4401 (java) S 4391 4393 1279 0 -1 4202560 858 0 0 0 551 34 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438721915432 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4402] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4402/stat : 4402 (java) S 4391 4393 1279 0 -1 4202560 714 0 0 0 533 37 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438720862376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4403] ppid=4391 vsize=11852648 CPUtime=5.7 cores=1,3,5,7
/proc/4393/task/4403/stat : 4403 (java) S 4391 4393 1279 0 -1 4202560 631 0 0 0 540 30 0 0 20 0 19 0 338664203 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438588590376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4404] ppid=4391 vsize=11852648 CPUtime=8.25 cores=1,3,5,7
/proc/4393/task/4404/stat : 4404 (java) S 4391 4393 1279 0 -1 4202560 2451 0 0 0 820 5 0 0 20 0 19 0 338664204 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438106233704 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4405] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4405/stat : 4405 (java) S 4391 4393 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438105180024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4406] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4406/stat : 4406 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338664205 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438104126856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4407] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4407/stat : 4407 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438103075600 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4408] ppid=4391 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/4393/task/4408/stat : 4408 (java) S 4391 4393 1279 0 -1 4202560 3798 0 0 0 86 1 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438102022456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4409] ppid=4391 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/4393/task/4409/stat : 4409 (java) S 4391 4393 1279 0 -1 4202560 6364 0 0 0 98 2 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438100969912 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4393/tid=4410] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4410/stat : 4410 (java) S 4391 4393 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438099917048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4393/tid=4411] ppid=4391 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/4393/task/4411/stat : 4411 (java) S 4391 4393 1279 0 -1 4202560 86 0 0 0 34 41 0 0 20 0 19 0 338664207 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438098864712 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4393/tid=4417] ppid=4391 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4393/task/4417/stat : 4417 (java) S 4391 4393 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338670628 12137111552 1407385 33554432000 1073741824 1073778376 140734776713504 140438095705384 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4393 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=888983
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=130372
# CPU time returned by wait4() is 1800.02
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1470.04
CPU time (s): 1800.04
CPU user time (s): 1796.05
CPU system time (s): 3.99
CPU usage (%): 122.448
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.89
system time used= 4.13037
maximum resident set size= 5629600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36135
involuntary context switches= 60963

runsolver used 5.9201 second user time and 13.064 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 14:09:32
IDJOB=3738408
IDBENCH=71856
IDSOLVER=2328
FILE ID=node111/3738408-1338725369
RUNJOBID= node111-1338712999-1296
PBS_JOBID= 14636722
Free space on /tmp= 67304 MiB

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

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=655771978

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27754324 kB
Buffers:          193408 kB
Cached:           614124 kB
SwapCached:         1404 kB
Active:          3771320 kB
Inactive:         551984 kB
Active(anon):    3516880 kB
Inactive(anon):     1276 kB
Active(file):     254440 kB
Inactive(file):   550708 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:             93576 kB
Writeback:             0 kB
AnonPages:       3524208 kB
Mapped:            17096 kB
Shmem:                 0 kB
Slab:             648436 kB
SReclaimable:      89552 kB
SUnreclaim:       558884 kB
KernelStack:        1616 kB
PageTables:        11144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10460124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3477504 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= 67276 MiB
End job on node111 at 2012-06-03 14:34:04