Trace number 3457595

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
Sat4j CuttingPlanes 2.3.0? (TO) 1800.24 1784.2

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__256.opb
MD5SUM67e5d33b6c1c80f60eda5657eafffc90
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark315142
Best CPU time to get the best result obtained on this benchmark1801.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1280998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint256
Maximum length of a constraint10497
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 43962832128
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 43962832128
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3457595-1307228673.opb
0.11/0.10	c reading problem ... 
11.21/9.27	c ... done. Wall clock time 9.168s.
11.21/9.27	c #vars     1280998
11.21/9.27	c #constraints  7000
11.21/9.27	c constraints type 
11.21/9.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
11.21/9.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
11.21/9.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.04/1784.02	c starts		: 19
1800.04/1784.02	c conflicts		: 3644
1800.04/1784.02	c decisions		: 28564463
1800.04/1784.02	c propagations		: 31467154
1800.04/1784.02	c inspects		: 110352868
1800.04/1784.02	c shortcuts		: 0
1800.04/1784.02	c learnt literals	: 0
1800.04/1784.02	c learnt binary clauses	: 0
1800.04/1784.02	c learnt ternary clauses	: 0
1800.04/1784.02	c learnt constraints	: 3643
1800.04/1784.02	c ignored constraints	: 0
1800.04/1784.02	c root simplifications	: 0
1800.04/1784.02	c removed literals (reason simplification)	: 0
1800.04/1784.02	c reason swapping (by a shorter reason)	: 0
1800.04/1784.02	c Calls to reduceDB	: 0
1800.04/1784.02	c number of reductions to clauses (during analyze)	: 0
1800.04/1784.02	c number of learned constraints concerned by reduction	: 0
1800.04/1784.02	c number of learning phase by resolution	: 0
1800.04/1784.02	c number of learning phase by cutting planes	: 0
1800.04/1784.02	c speed (assignments/second)	: 17730.551257591243
1800.04/1784.02	c non guided choices	0
1800.04/1784.02	c learnt constraints type 
1800.04/1784.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 52
1800.04/1784.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3591
1800.04/1784.02	c constraints type 
1800.04/1784.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.04/1784.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.04/1784.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.04/1784.02	s UNKNOWN
1800.04/1784.02	c Total wall clock time (in seconds): 1783.917

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-3457595-1307228673/watcher-3457595-1307228673 -o /tmp/evaluation-result-3457595-1307228673/solver-3457595-1307228673 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457595-1307228673.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: 2.66 2.30 2.13 2/442 8776
/proc/meminfo: memFree=17264104/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 3693 0 1 0 0 0 0 0 24 0 2 0 834465672 10694979584 3396 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2611079 3410 917 9 0 2602235 0
[pid=8776/tid=8777] ppid=8774 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 5341 0 1 0 0 0 0 0 25 0 2 0 834465672 10694979584 6159 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0259591 s]
/proc/loadavg: 2.66 2.30 2.13 2/442 8776
/proc/meminfo: memFree=17264104/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 10655 0 1 0 0 1 0 0 24 0 10 0 834465672 10705932288 10355 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2613753 10358 1512 9 0 2604501 0
[pid=8776/tid=8777] ppid=8774 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 9537 0 1 0 0 1 0 0 25 0 10 0 834465672 10705932288 10359 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 47709481028707 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.100942 s]
/proc/loadavg: 2.66 2.30 2.13 2/442 8776
/proc/meminfo: memFree=17264104/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10539652 CPUtime=0.11 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 13099 0 1 0 9 2 0 0 24 0 18 0 834465672 10792603648 12797 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2634913 12797 2093 9 0 2625647 0
[pid=8776/tid=8777] ppid=8774 vsize=10539652 CPUtime=0.08 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 11165 0 1 0 7 1 0 0 25 0 18 0 834465672 10792603648 12797 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 47709478435597 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539652

[startup+0.300906 s]
/proc/loadavg: 2.66 2.30 2.13 2/442 8776
/proc/meminfo: memFree=17264104/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10540896 CPUtime=0.46 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 26732 0 1 0 43 3 0 0 24 0 18 0 834465672 10793877504 26353 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635224 26357 2200 9 0 2625958 0
[pid=8776/tid=8777] ppid=8774 vsize=10540896 CPUtime=0.28 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 24111 0 1 0 26 2 0 0 25 0 18 0 834465672 10793877504 26359 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540896

[startup+0.70083 s]
/proc/loadavg: 2.66 2.30 2.13 2/442 8776
/proc/meminfo: memFree=17264104/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10540896 CPUtime=0.86 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 58413 0 1 0 80 6 0 0 24 0 18 0 834465672 10793877504 58035 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635224 58038 2200 9 0 2625958 0
[pid=8776/tid=8777] ppid=8774 vsize=10540896 CPUtime=0.69 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 55791 0 1 0 63 6 0 0 25 0 18 0 834465672 10793877504 58039 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505550509 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10540896

[startup+1.50069 s]
/proc/loadavg: 2.66 2.30 2.13 3/460 8794
/proc/meminfo: memFree=16943988/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10540896 CPUtime=1.66 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 122666 0 1 0 153 13 0 0 24 0 18 0 834465672 10793877504 122288 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635224 122291 2200 9 0 2625958 0
[pid=8776/tid=8777] ppid=8774 vsize=10540896 CPUtime=1.49 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 120044 0 1 0 136 13 0 0 25 0 18 0 834465672 10793877504 122292 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505588684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122294 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122296 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122298 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122300 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122302 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122304 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122305 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 122307 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834465675 10793877504 122309 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834465675 10793877504 122311 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834465675 10793877504 122313 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10793877504 122315 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10540896 CPUtime=0.09 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 677 0 0 0 9 0 0 0 18 0 18 0 834465677 10793877504 122316 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10540896 CPUtime=0.07 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 799 0 0 0 7 0 0 0 17 0 18 0 834465677 10793877504 122318 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10793877504 122320 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834465677 10793877504 122320 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10540896

[startup+3.10139 s]
/proc/loadavg: 2.66 2.30 2.13 3/460 8794
/proc/meminfo: memFree=16603484/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10541284 CPUtime=3.42 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 261967 0 1 0 313 29 0 0 24 0 18 0 834465672 10794274816 261569 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635321 261572 2213 9 0 2626055 0
[pid=8776/tid=8777] ppid=8774 vsize=10541284 CPUtime=3.09 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 259177 0 1 0 281 28 0 0 25 0 18 0 834465672 10794274816 261573 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505574896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261575 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261577 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261579 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261582 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261584 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261586 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261588 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10794274816 261591 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834465675 10794274816 261593 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834465675 10794274816 261595 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834465675 10794274816 261598 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10794274816 261600 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10541284 CPUtime=0.18 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 814 0 0 0 18 0 0 0 17 0 18 0 834465677 10794274816 261602 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10541284 CPUtime=0.13 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 829 0 0 0 13 0 0 0 15 0 18 0 834465677 10794274816 261604 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10794274816 261607 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10541284 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834465677 10794274816 261609 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 10541284

[startup+6.30081 s]
/proc/loadavg: 2.61 2.29 2.13 3/460 8794
/proc/meminfo: memFree=15203592/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10540896 CPUtime=6.63 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 620014 0 1 0 594 69 0 0 24 0 18 0 834465672 10793877504 619503 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635224 619508 2216 9 0 2625958 0
[pid=8776/tid=8777] ppid=8774 vsize=10540896 CPUtime=6.28 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 617222 0 1 0 560 68 0 0 19 0 18 0 834465672 10793877504 619511 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619514 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619517 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619520 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619523 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619525 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619528 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619531 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465674 10793877504 619534 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 834465675 10793877504 619537 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834465675 10793877504 619540 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 834465675 10793877504 619543 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10793877504 619546 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10540896 CPUtime=0.19 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 816 0 0 0 19 0 0 0 15 0 18 0 834465677 10793877504 619549 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10540896 CPUtime=0.13 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 829 0 0 0 13 0 0 0 16 0 18 0 834465677 10793877504 619551 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834465677 10793877504 619554 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10540896 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834465677 10793877504 619557 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0

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

/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10541892 CPUtime=0.85 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 5696 0 0 0 85 0 0 0 15 0 19 0 834465677 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10541892 CPUtime=0.43 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 1416 0 0 0 43 0 0 0 15 0 19 0 834465677 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834465677 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8795] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8795/stat : 8795 (java) S 8774 8776 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834466635 10794897408 1141045 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1677.88
Current children cumulated vsize (KiB) 10541892

[startup+1722.3 s]
/proc/loadavg: 2.05 2.07 2.08 3/461 8889
/proc/meminfo: memFree=17477148/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10541892 CPUtime=1738.16 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 1154477 0 1 0 173671 145 0 0 24 0 19 0 834465672 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635473 1144023 2252 9 0 2626207 0
[pid=8776/tid=8777] ppid=8774 vsize=10541892 CPUtime=1716.48 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 651229 0 1 0 171573 75 0 0 25 0 19 0 834465672 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912506016724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10541892 CPUtime=2.71 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 50993 0 0 0 265 6 0 0 15 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10541892 CPUtime=2.55 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 61013 0 0 0 247 8 0 0 16 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10541892 CPUtime=2.43 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 54925 0 0 0 237 6 0 0 16 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10541892 CPUtime=1.97 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 65252 0 0 0 188 9 0 0 15 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10541892 CPUtime=2.5 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 53075 0 0 0 241 9 0 0 15 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10541892 CPUtime=2.69 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 45479 0 0 0 264 5 0 0 15 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10541892 CPUtime=2.77 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 99205 0 0 0 265 12 0 0 16 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10541892 CPUtime=2.64 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 64834 0 0 0 256 8 0 0 15 0 19 0 834465674 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10541892 CPUtime=0.03 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 110 0 0 0 2 1 0 0 15 0 19 0 834465675 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10541892 CPUtime=0.85 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 5696 0 0 0 85 0 0 0 15 0 19 0 834465677 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10541892 CPUtime=0.43 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 1416 0 0 0 43 0 0 0 15 0 19 0 834465677 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834465677 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8795] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8795/stat : 8795 (java) S 8774 8776 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834466635 10794897408 1144023 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1738.16
Current children cumulated vsize (KiB) 10541892

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/461 8890
/proc/meminfo: memFree=17441040/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10541892 CPUtime=1798.32 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 1158217 0 1 0 179687 145 0 0 24 0 19 0 834465672 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635473 1147651 2252 9 0 2626207 0
[pid=8776/tid=8777] ppid=8774 vsize=10541892 CPUtime=1776.39 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 651235 0 1 0 177564 75 0 0 25 0 19 0 834465672 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505857037 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10541892 CPUtime=2.72 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 51182 0 0 0 266 6 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10541892 CPUtime=2.6 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 61606 0 0 0 252 8 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10541892 CPUtime=2.46 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 55450 0 0 0 240 6 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10541892 CPUtime=2 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 65398 0 0 0 191 9 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10541892 CPUtime=2.54 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 53434 0 0 0 245 9 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10541892 CPUtime=2.73 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 46287 0 0 0 268 5 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10541892 CPUtime=2.8 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 99930 0 0 0 268 12 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10541892 CPUtime=2.67 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 65215 0 0 0 259 8 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10541892 CPUtime=0.03 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 114 0 0 0 2 1 0 0 15 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10541892 CPUtime=0.85 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 5696 0 0 0 85 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10541892 CPUtime=0.43 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 1416 0 0 0 43 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8795] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8795/stat : 8795 (java) S 8774 8776 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834466635 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1798.32
Current children cumulated vsize (KiB) 10541892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784 s]
/proc/loadavg: 2.02 2.05 2.07 3/461 8890
/proc/meminfo: memFree=17441040/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=10541892 CPUtime=1800.04 cores=1,3,5,7
/proc/8776/stat : 8776 (java) S 8774 8776 7124 0 -1 4202496 1158217 0 1 0 179859 145 0 0 24 0 19 0 834465672 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 2635473 1147651 2252 9 0 2626207 0
[pid=8776/tid=8777] ppid=8774 vsize=10541892 CPUtime=1778.1 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4202560 651235 0 1 0 177735 75 0 0 25 0 19 0 834465672 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 46912505641546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8776/tid=8779] ppid=8774 vsize=10541892 CPUtime=2.72 cores=1,3,5,7
/proc/8776/task/8779/stat : 8779 (java) S 8774 8776 7124 0 -1 4202560 51182 0 0 0 266 6 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8780] ppid=8774 vsize=10541892 CPUtime=2.6 cores=1,3,5,7
/proc/8776/task/8780/stat : 8780 (java) S 8774 8776 7124 0 -1 4202560 61606 0 0 0 252 8 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8781] ppid=8774 vsize=10541892 CPUtime=2.46 cores=1,3,5,7
/proc/8776/task/8781/stat : 8781 (java) S 8774 8776 7124 0 -1 4202560 55450 0 0 0 240 6 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8782] ppid=8774 vsize=10541892 CPUtime=2 cores=1,3,5,7
/proc/8776/task/8782/stat : 8782 (java) S 8774 8776 7124 0 -1 4202560 65398 0 0 0 191 9 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8783] ppid=8774 vsize=10541892 CPUtime=2.54 cores=1,3,5,7
/proc/8776/task/8783/stat : 8783 (java) S 8774 8776 7124 0 -1 4202560 53434 0 0 0 245 9 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8784] ppid=8774 vsize=10541892 CPUtime=2.73 cores=1,3,5,7
/proc/8776/task/8784/stat : 8784 (java) S 8774 8776 7124 0 -1 4202560 46287 0 0 0 268 5 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8785] ppid=8774 vsize=10541892 CPUtime=2.8 cores=1,3,5,7
/proc/8776/task/8785/stat : 8785 (java) S 8774 8776 7124 0 -1 4202560 99930 0 0 0 268 12 0 0 16 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8786] ppid=8774 vsize=10541892 CPUtime=2.67 cores=1,3,5,7
/proc/8776/task/8786/stat : 8786 (java) S 8774 8776 7124 0 -1 4202560 65215 0 0 0 259 8 0 0 15 0 19 0 834465674 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8787] ppid=8774 vsize=10541892 CPUtime=0.03 cores=1,3,5,7
/proc/8776/task/8787/stat : 8787 (java) S 8774 8776 7124 0 -1 4202560 114 0 0 0 2 1 0 0 15 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 0 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8788] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8788/stat : 8788 (java) S 8774 8776 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8789] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8789/stat : 8789 (java) S 8774 8776 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834465675 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8790] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8790/stat : 8790 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528657841 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8791] ppid=8774 vsize=10541892 CPUtime=0.85 cores=1,3,5,7
/proc/8776/task/8791/stat : 8791 (java) S 8774 8776 7124 0 -1 4202560 5696 0 0 0 85 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 3 0 0 0
[pid=8776/tid=8792] ppid=8774 vsize=10541892 CPUtime=0.43 cores=1,3,5,7
/proc/8776/task/8792/stat : 8792 (java) S 8774 8776 7124 0 -1 4202560 1416 0 0 0 43 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
[pid=8776/tid=8793] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8793/stat : 8793 (java) S 8774 8776 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650137 0 4 0 16800975 18446604460051459008 0 0 -1 1 0 0 0
[pid=8776/tid=8794] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8794/stat : 8794 (java) S 8774 8776 7124 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834465677 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 5 0 0 0
[pid=8776/tid=8795] ppid=8774 vsize=10541892 CPUtime=0 cores=1,3,5,7
/proc/8776/task/8795/stat : 8795 (java) S 8774 8776 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834466635 10794897408 1147651 33554432000 1073741824 1073778376 140736070417904 18446744073709551615 246528650752 0 4 0 16800975 18446604460051459008 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10541892

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

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

[startup+1784.12 s]
/proc/loadavg: 2.02 2.05 2.07 3/445 8893
/proc/meminfo: memFree=19910812/32951124 swapFree=44043516/67111528
[pid=8776] ppid=8774 vsize=0 CPUtime=1800.16 cores=1,3,5,7
/proc/8776/stat : 8776 (java) Z 8774 8776 7124 0 -1 4203548 1158246 0 1 0 179860 156 0 0 17 0 2 0 834465672 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8776/statm: 0 0 0 0 0 0 0
[pid=8776/tid=8777] ppid=8774 vsize=0 CPUtime=1778.22 cores=1,3,5,7
/proc/8776/task/8777/stat : 8777 (java) R 8774 8776 7124 0 -1 4203588 651235 0 1 0 177736 86 0 0 25 0 2 0 834465672 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.2
CPU time (s): 1800.24
CPU user time (s): 1798.61
CPU system time (s): 1.63075
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (KiB): 10543408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.63075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1158246
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= 40889
involuntary context switches= 11969

runsolver used 7.15091 second user time and 17.2614 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-05 01:04:35
IDJOB=3457595
IDBENCH=71892
IDSOLVER=1951
FILE ID=node134/3457595-1307228673
RUNJOBID= node134-1307215868-7147
PBS_JOBID= 13509090
Free space on /tmp= 73584 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__256.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457595-1307228673/watcher-3457595-1307228673 -o /tmp/evaluation-result-3457595-1307228673/solver-3457595-1307228673 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457595-1307228673.opb

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

MD5SUM BENCH= 67e5d33b6c1c80f60eda5657eafffc90
RANDOM SEED=1468508446

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17264384 kB
Buffers:        316812 kB
Cached:        1308944 kB
SwapCached:       9536 kB
Active:       14550200 kB
Inactive:       823272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17264384 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:          423552 kB
Writeback:           0 kB
AnonPages:    13745816 kB
Mapped:          29428 kB
Slab:           140708 kB
PageTables:     104816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121115616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node134 at 2011-06-05 01:34:21