Trace number 3457616

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.31 1763.06

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
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 constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
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 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457616-1307229054.opb
0.10/0.11	c reading problem ... 
48.08/35.93	c ... done. Wall clock time 35.825s.
48.08/35.93	c #vars     5120998
48.08/35.93	c #constraints  7000
48.08/35.93	c constraints type 
48.08/35.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
48.08/35.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
48.08/35.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.05/1762.81	c starts		: 3
1800.05/1762.81	c conflicts		: 293
1800.05/1762.81	c decisions		: 24495810
1800.05/1762.81	c propagations		: 24924046
1800.05/1762.81	c inspects		: 51935697
1800.05/1762.81	c shortcuts		: 0
1800.05/1762.81	c learnt literals	: 0
1800.05/1762.81	c learnt binary clauses	: 0
1800.05/1762.81	c learnt ternary clauses	: 0
1800.05/1762.81	c learnt constraints	: 292
1800.05/1762.81	c ignored constraints	: 0
1800.05/1762.81	c root simplifications	: 0
1800.05/1762.81	c removed literals (reason simplification)	: 0
1800.05/1762.81	c reason swapping (by a shorter reason)	: 0
1800.05/1762.81	c Calls to reduceDB	: 0
1800.05/1762.81	c number of reductions to clauses (during analyze)	: 0
1800.05/1762.81	c number of learned constraints concerned by reduction	: 0
1800.05/1762.81	c number of learning phase by resolution	: 0
1800.05/1762.81	c number of learning phase by cutting planes	: 0
1800.05/1762.81	c speed (assignments/second)	: 14433.134533544351
1800.05/1762.81	c non guided choices	0
1800.05/1762.81	c learnt constraints type 
1800.05/1762.81	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.05/1762.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 286
1800.05/1762.81	c constraints type 
1800.05/1762.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.05/1762.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.05/1762.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.05/1762.81	s UNKNOWN
1800.05/1762.81	c Total wall clock time (in seconds): 1762.706

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-3457616-1307229054/watcher-3457616-1307229054 -o /tmp/evaluation-result-3457616-1307229054/solver-3457616-1307229054 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457616-1307229054.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.04 2.01 2.00 2/291 18989
/proc/meminfo: memFree=24504620/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/18989/stat : 18989 (java) R 18987 18989 17036 0 -1 4202496 1103 0 0 0 0 0 0 0 23 0 1 0 834506828 23580672 848 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 47110464179424 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18989/statm: 5744 844 635 9 0 124 0
[pid=18989/tid=18990] ppid=18987 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 252 0 1 0 0 0 0 0 25 0 2 0 834506829 37810176 1069 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222916854800 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0352321 s]
/proc/loadavg: 2.04 2.01 2.00 2/291 18989
/proc/meminfo: memFree=24504620/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 10952 0 1 0 2 0 0 0 23 0 11 0 834506828 10716594176 10652 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2616356 10654 1600 9 0 2607104 0
[pid=18989/tid=18990] ppid=18987 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 9832 0 1 0 1 0 0 0 25 0 11 0 834506829 10716594176 10655 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 47110468675066 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100219 s]
/proc/loadavg: 2.04 2.01 2.00 2/291 18989
/proc/meminfo: memFree=24504620/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540056 CPUtime=0.1 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 13038 0 1 0 9 1 0 0 23 0 18 0 834506828 10793017344 12707 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635014 12708 2093 9 0 2625748 0
[pid=18989/tid=18990] ppid=18987 vsize=10540056 CPUtime=0.08 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 11094 0 1 0 7 1 0 0 18 0 18 0 834506829 10793017344 12709 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222921437505 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540056

[startup+0.300148 s]
/proc/loadavg: 2.04 2.01 2.00 2/291 18989
/proc/meminfo: memFree=24504620/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540944 CPUtime=0.45 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 45319 0 1 0 40 5 0 0 23 0 18 0 834506828 10793926656 44751 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635236 44754 2200 9 0 2625970 0
[pid=18989/tid=18990] ppid=18987 vsize=10540944 CPUtime=0.28 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 42546 0 1 0 23 5 0 0 18 0 18 0 834506829 10793926656 44756 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912505603497 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540944

[startup+0.701121 s]
/proc/loadavg: 2.04 2.01 2.00 2/291 18989
/proc/meminfo: memFree=24504620/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540944 CPUtime=0.85 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 77149 0 1 0 76 9 0 0 23 0 18 0 834506828 10793926656 76581 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635236 76585 2200 9 0 2625970 0
[pid=18989/tid=18990] ppid=18987 vsize=10540944 CPUtime=0.68 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 74376 0 1 0 59 9 0 0 18 0 18 0 834506829 10793926656 76586 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912505587256 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10540944

[startup+1.50097 s]
/proc/loadavg: 2.04 2.01 2.00 3/309 19007
/proc/meminfo: memFree=24110712/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540944 CPUtime=1.66 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 138482 0 1 0 150 16 0 0 23 0 18 0 834506828 10793926656 137915 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635236 137918 2200 9 0 2625970 0
[pid=18989/tid=18990] ppid=18987 vsize=10540944 CPUtime=1.48 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 135710 0 1 0 133 15 0 0 20 0 18 0 834506829 10793926656 137920 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912505574238 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137922 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137924 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137926 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137928 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137929 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137931 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137933 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 137935 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834506831 10793926656 137937 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 137939 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 137941 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 137943 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10540944 CPUtime=0.08 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 779 0 0 0 8 0 0 0 18 0 18 0 834506834 10793926656 137944 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10540944 CPUtime=0.07 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 850 0 0 0 7 0 0 0 16 0 18 0 834506834 10793926656 137946 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 137948 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834506834 10793926656 137950 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10540944

[startup+3.10067 s]
/proc/loadavg: 2.04 2.01 2.00 3/309 19007
/proc/meminfo: memFree=24110712/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540944 CPUtime=3.25 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 262243 0 1 0 296 29 0 0 23 0 18 0 834506828 10793926656 261675 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635236 261678 2204 9 0 2625970 0
[pid=18989/tid=18990] ppid=18987 vsize=10540944 CPUtime=3.08 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 259465 0 1 0 279 29 0 0 25 0 18 0 834506829 10793926656 261679 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912505597246 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261681 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261683 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261685 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261686 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261688 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261690 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261692 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 261694 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834506831 10793926656 261695 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 261697 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 261699 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 261701 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10540944 CPUtime=0.08 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 783 0 0 0 8 0 0 0 18 0 18 0 834506834 10793926656 261703 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10540944 CPUtime=0.07 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 850 0 0 0 7 0 0 0 16 0 18 0 834506834 10793926656 261704 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 261706 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834506834 10793926656 261708 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10540944

[startup+6.30109 s]
/proc/loadavg: 2.19 2.04 2.01 3/309 19008
/proc/meminfo: memFree=22716656/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10540944 CPUtime=6.47 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 523310 0 1 0 586 61 0 0 23 0 18 0 834506828 10793926656 522740 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2635236 522744 2206 9 0 2625970 0
[pid=18989/tid=18990] ppid=18987 vsize=10540944 CPUtime=6.28 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 520504 0 1 0 567 61 0 0 25 0 18 0 834506829 10793926656 522745 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522748 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522750 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522752 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522753 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522754 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522756 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522758 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506830 10793926656 522760 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 834506831 10793926656 522762 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 522764 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834506832 10793926656 522766 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 522768 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10540944 CPUtime=0.1 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 810 0 0 0 10 0 0 0 15 0 18 0 834506834 10793926656 522770 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10540944 CPUtime=0.07 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 850 0 0 0 7 0 0 0 15 0 18 0 834506834 10793926656 522772 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834506834 10793926656 522774 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10540944 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834506834 10793926656 522776 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0

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

/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10618060 CPUtime=0.9 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 5231 0 0 0 90 0 0 0 15 0 19 0 834506834 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10618060 CPUtime=0.65 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 2652 0 0 0 65 0 0 0 15 0 19 0 834506834 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 834506834 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19009] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19009/stat : 19009 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834510543 10872893440 1684450 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1636.95
Current children cumulated vsize (KiB) 10618060

[startup+1662.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/310 19238
/proc/meminfo: memFree=17580168/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10618060 CPUtime=1697.98 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 1700951 0 1 0 169572 226 0 0 23 0 19 0 834506828 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2654515 1686782 2243 9 0 2645249 0
[pid=18989/tid=18990] ppid=18987 vsize=10618060 CPUtime=1650.44 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 651179 0 1 0 164961 83 0 0 25 0 19 0 834506829 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912506007616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10618060 CPUtime=5.62 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 125183 0 0 0 547 15 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10618060 CPUtime=5.69 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 102439 0 0 0 556 13 0 0 15 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10618060 CPUtime=5.52 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 109486 0 0 0 539 13 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10618060 CPUtime=5.3 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 125476 0 0 0 513 17 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10618060 CPUtime=5.65 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 103915 0 0 0 552 13 0 0 15 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10618060 CPUtime=6.54 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 161885 0 0 0 630 24 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10618060 CPUtime=5.64 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 124680 0 0 0 547 17 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10618060 CPUtime=5.9 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 187490 0 0 0 566 24 0 0 16 0 19 0 834506830 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10618060 CPUtime=0.02 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 88 0 0 0 1 1 0 0 15 0 19 0 834506831 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10618060 CPUtime=0.9 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 5231 0 0 0 90 0 0 0 15 0 19 0 834506834 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10618060 CPUtime=0.65 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 2652 0 0 0 65 0 0 0 15 0 19 0 834506834 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834506834 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=19009] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19009/stat : 19009 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834510543 10872893440 1686782 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1697.98
Current children cumulated vsize (KiB) 10618060

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/310 19239
/proc/meminfo: memFree=17524336/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10618060 CPUtime=1758.97 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 1701491 0 1 0 175671 226 0 0 23 0 19 0 834506828 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2654515 1687309 2243 9 0 2645249 0
[pid=18989/tid=18990] ppid=18987 vsize=10618060 CPUtime=1710.08 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 651186 0 1 0 170925 83 0 0 25 0 19 0 834506829 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912506152213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10618060 CPUtime=5.78 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 125187 0 0 0 563 15 0 0 15 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10618060 CPUtime=5.91 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 102455 0 0 0 578 13 0 0 16 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10618060 CPUtime=5.77 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 109566 0 0 0 564 13 0 0 15 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10618060 CPUtime=5.44 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 125557 0 0 0 527 17 0 0 16 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10618060 CPUtime=5.85 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 104075 0 0 0 572 13 0 0 15 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10618060 CPUtime=6.59 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 161885 0 0 0 635 24 0 0 16 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10618060 CPUtime=5.75 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 124733 0 0 0 558 17 0 0 16 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10618060 CPUtime=6.13 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 187623 0 0 0 589 24 0 0 16 0 19 0 834506830 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10618060 CPUtime=0.02 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 92 0 0 0 1 1 0 0 15 0 19 0 834506831 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10618060 CPUtime=0.9 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 5231 0 0 0 90 0 0 0 15 0 19 0 834506834 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10618060 CPUtime=0.65 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 2652 0 0 0 65 0 0 0 15 0 19 0 834506834 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834506834 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=19009] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19009/stat : 19009 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834510543 10872893440 1687309 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1758.97
Current children cumulated vsize (KiB) 10618060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.8 s]
/proc/loadavg: 2.13 2.08 2.02 3/310 19240
/proc/meminfo: memFree=17497604/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=10618060 CPUtime=1800.05 cores=1,3,5,7
/proc/18989/stat : 18989 (java) S 18987 18989 17036 0 -1 4202496 1701769 0 1 0 179779 226 0 0 23 0 19 0 834506828 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 2654515 1687579 2243 9 0 2645249 0
[pid=18989/tid=18990] ppid=18987 vsize=10618060 CPUtime=1750.39 cores=1,3,5,7
/proc/18989/task/18990/stat : 18990 (java) R 18987 18989 17036 0 -1 4202560 651190 0 1 0 174956 83 0 0 25 0 19 0 834506829 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 46912506152457 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18989/tid=18992] ppid=18987 vsize=10618060 CPUtime=5.93 cores=1,3,5,7
/proc/18989/task/18992/stat : 18992 (java) S 18987 18989 17036 0 -1 4202560 125240 0 0 0 578 15 0 0 16 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=18993] ppid=18987 vsize=10618060 CPUtime=6.02 cores=1,3,5,7
/proc/18989/task/18993/stat : 18993 (java) S 18987 18989 17036 0 -1 4202560 102461 0 0 0 588 14 0 0 15 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18994] ppid=18987 vsize=10618060 CPUtime=5.82 cores=1,3,5,7
/proc/18989/task/18994/stat : 18994 (java) S 18987 18989 17036 0 -1 4202560 109566 0 0 0 569 13 0 0 15 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18995] ppid=18987 vsize=10618060 CPUtime=5.49 cores=1,3,5,7
/proc/18989/task/18995/stat : 18995 (java) S 18987 18989 17036 0 -1 4202560 125557 0 0 0 532 17 0 0 16 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=18996] ppid=18987 vsize=10618060 CPUtime=5.94 cores=1,3,5,7
/proc/18989/task/18996/stat : 18996 (java) S 18987 18989 17036 0 -1 4202560 104075 0 0 0 581 13 0 0 16 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=18997] ppid=18987 vsize=10618060 CPUtime=6.66 cores=1,3,5,7
/proc/18989/task/18997/stat : 18997 (java) S 18987 18989 17036 0 -1 4202560 161885 0 0 0 642 24 0 0 16 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=18998] ppid=18987 vsize=10618060 CPUtime=5.91 cores=1,3,5,7
/proc/18989/task/18998/stat : 18998 (java) S 18987 18989 17036 0 -1 4202560 124786 0 0 0 574 17 0 0 16 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=18999] ppid=18987 vsize=10618060 CPUtime=6.22 cores=1,3,5,7
/proc/18989/task/18999/stat : 18999 (java) S 18987 18989 17036 0 -1 4202560 187781 0 0 0 598 24 0 0 15 0 19 0 834506830 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=19000] ppid=18987 vsize=10618060 CPUtime=0.02 cores=1,3,5,7
/proc/18989/task/19000/stat : 19000 (java) S 18987 18989 17036 0 -1 4202560 94 0 0 0 1 1 0 0 15 0 19 0 834506831 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 0 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19001] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19001/stat : 19001 (java) S 18987 18989 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19002] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19002/stat : 19002 (java) S 18987 18989 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834506832 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19003] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19003/stat : 19003 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933600689 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19004] ppid=18987 vsize=10618060 CPUtime=0.9 cores=1,3,5,7
/proc/18989/task/19004/stat : 19004 (java) S 18987 18989 17036 0 -1 4202560 5231 0 0 0 90 0 0 0 15 0 19 0 834506834 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
[pid=18989/tid=19005] ppid=18987 vsize=10618060 CPUtime=0.65 cores=1,3,5,7
/proc/18989/task/19005/stat : 19005 (java) S 18987 18989 17036 0 -1 4202560 2652 0 0 0 65 0 0 0 15 0 19 0 834506834 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 5 0 0 0
[pid=18989/tid=19006] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19006/stat : 19006 (java) S 18987 18989 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834506834 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933592985 0 4 0 16800975 18446604458913546688 0 0 -1 3 0 0 0
[pid=18989/tid=19007] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19007/stat : 19007 (java) S 18987 18989 17036 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834506834 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 1 0 0 0
[pid=18989/tid=19009] ppid=18987 vsize=10618060 CPUtime=0 cores=1,3,5,7
/proc/18989/task/19009/stat : 19009 (java) S 18987 18989 17036 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834510543 10872893440 1687579 33554432000 1073741824 1073778376 140735847032944 18446744073709551615 222933593600 0 4 0 16800975 18446604458913546688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10618060

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

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

[startup+1763 s]
/proc/loadavg: 2.13 2.08 2.02 3/310 19240
/proc/meminfo: memFree=17497604/32951124 swapFree=55664332/67111528
[pid=18989] ppid=18987 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/18989/stat : 18989 (java) Z 18987 18989 17036 0 -1 4203548 1701798 0 1 0 179780 245 0 0 17 0 2 0 834506828 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18989/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1763.06
CPU time (s): 1800.31
CPU user time (s): 1797.81
CPU system time (s): 2.50662
CPU usage (%): 102.113
Max. virtual memory (cumulated for all children) (KiB): 10618060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 2.50662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1701798
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= 39466
involuntary context switches= 42649

runsolver used 4.48432 second user time and 10.7064 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-05 01:11:01
IDJOB=3457616
IDBENCH=71914
IDSOLVER=1951
FILE ID=node109/3457616-1307229054
RUNJOBID= node109-1307215872-17055
PBS_JOBID= 13509109
Free space on /tmp= 73760 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__1024.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457616-1307229054/watcher-3457616-1307229054 -o /tmp/evaluation-result-3457616-1307229054/solver-3457616-1307229054 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457616-1307229054.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=2000559422

node109.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24505016 kB
Buffers:        324708 kB
Cached:        2523212 kB
SwapCached:      10392 kB
Active:        4721456 kB
Inactive:      3454288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24505016 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:          255888 kB
Writeback:           0 kB
AnonPages:     5324124 kB
Mapped:          24684 kB
Slab:           163012 kB
PageTables:      44608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41245188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node109 at 2011-06-05 01:40:26