Trace number 3457559

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.43 1771.3

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this 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 variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.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-3457559-1307228476.opb
0.10/0.11	c reading problem ... 
17.51/13.47	c ... done. Wall clock time 13.364s.
17.51/13.47	c #vars     1922998
17.51/13.47	c #constraints  21000
17.51/13.47	c constraints type 
17.51/13.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
17.51/13.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
17.51/13.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.07/1771.07	c starts		: 15
1800.07/1771.07	c conflicts		: 2866
1800.07/1771.07	c decisions		: 51062185
1800.07/1771.07	c propagations		: 52391271
1800.07/1771.07	c inspects		: 121171479
1800.07/1771.07	c shortcuts		: 0
1800.07/1771.07	c learnt literals	: 0
1800.07/1771.07	c learnt binary clauses	: 0
1800.07/1771.07	c learnt ternary clauses	: 0
1800.07/1771.07	c learnt constraints	: 2865
1800.07/1771.07	c ignored constraints	: 0
1800.07/1771.07	c root simplifications	: 0
1800.07/1771.07	c removed literals (reason simplification)	: 0
1800.07/1771.07	c reason swapping (by a shorter reason)	: 0
1800.07/1771.07	c Calls to reduceDB	: 0
1800.07/1771.07	c number of reductions to clauses (during analyze)	: 0
1800.07/1771.07	c number of learned constraints concerned by reduction	: 0
1800.07/1771.07	c number of learning phase by resolution	: 0
1800.07/1771.07	c number of learning phase by cutting planes	: 0
1800.07/1771.07	c speed (assignments/second)	: 29808.48329195105
1800.07/1771.07	c non guided choices	0
1800.07/1771.08	c learnt constraints type 
1800.07/1771.08	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 60
1800.07/1771.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2805
1800.07/1771.08	c constraints type 
1800.07/1771.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.07/1771.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.07/1771.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.07/1771.08	s UNKNOWN
1800.07/1771.08	c Total wall clock time (in seconds): 1770.969

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-3457559-1307228476/watcher-3457559-1307228476 -o /tmp/evaluation-result-3457559-1307228476/solver-3457559-1307228476 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457559-1307228476.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.00 2.03 2.00 3/553 31966
/proc/meminfo: memFree=26078428/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 7093 0 1 0 0 1 0 0 23 0 2 0 834445821 10694979584 6795 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2611079 6807 917 9 0 2602235 0
[pid=31966/tid=31967] ppid=31964 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 6042 0 1 0 0 0 0 0 25 0 2 0 834445821 10694979584 6858 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0970321 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 31966
/proc/meminfo: memFree=26078428/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10540364 CPUtime=0.1 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 13028 0 1 0 9 1 0 0 23 0 18 0 834445821 10793332736 12696 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635091 12696 2092 9 0 2625825 0
[pid=31966/tid=31967] ppid=31964 vsize=10540364 CPUtime=0.08 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 11089 0 1 0 7 1 0 0 25 0 18 0 834445821 10793332736 12696 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 47577653807955 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540364

[startup+0.101043 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 31966
/proc/meminfo: memFree=26078428/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10540364 CPUtime=0.1 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 13096 0 1 0 9 1 0 0 23 0 18 0 834445821 10793332736 12764 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635091 12765 2092 9 0 2625825 0
[pid=31966/tid=31967] ppid=31964 vsize=10540364 CPUtime=0.08 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 11158 0 1 0 7 1 0 0 25 0 18 0 834445821 10793332736 12765 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228244010017 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540364

[startup+0.300999 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 31966
/proc/meminfo: memFree=26078428/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10542072 CPUtime=0.45 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 29772 0 1 0 42 3 0 0 23 0 18 0 834445821 10795081728 29265 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635518 29266 2199 9 0 2626252 0
[pid=31966/tid=31967] ppid=31964 vsize=10542072 CPUtime=0.29 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 27078 0 1 0 26 3 0 0 25 0 18 0 834445821 10795081728 29268 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505554891 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10542072

[startup+0.700925 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 31966
/proc/meminfo: memFree=26078428/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10542072 CPUtime=0.85 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 61449 0 1 0 78 7 0 0 23 0 18 0 834445821 10795081728 60942 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635518 60945 2199 9 0 2626252 0
[pid=31966/tid=31967] ppid=31964 vsize=10542072 CPUtime=0.69 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 58757 0 1 0 62 7 0 0 25 0 18 0 834445821 10795081728 60947 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10542072

[startup+1.50079 s]
/proc/loadavg: 2.00 2.03 2.00 3/571 31984
/proc/meminfo: memFree=25747300/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10542072 CPUtime=1.65 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 125643 0 1 0 150 15 0 0 23 0 18 0 834445821 10795081728 125136 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635518 125139 2199 9 0 2626252 0
[pid=31966/tid=31967] ppid=31964 vsize=10542072 CPUtime=1.48 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 122951 0 1 0 133 15 0 0 25 0 18 0 834445821 10795081728 125141 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505574987 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125143 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125145 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125146 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125148 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125150 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125152 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125154 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 125156 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834445824 10795081728 125158 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 125160 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 125162 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 125164 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10542072 CPUtime=0.08 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 637 0 0 0 8 0 0 0 15 0 18 0 834445827 10795081728 125166 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10542072 CPUtime=0.07 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 909 0 0 0 7 0 0 0 17 0 18 0 834445827 10795081728 125168 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 125170 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834445827 10795081728 125172 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10542072

[startup+3.10151 s]
/proc/loadavg: 2.00 2.03 2.00 3/571 31984
/proc/meminfo: memFree=25408780/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10542072 CPUtime=3.25 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 247580 0 1 0 296 29 0 0 23 0 18 0 834445821 10795081728 247073 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635518 247076 2203 9 0 2626252 0
[pid=31966/tid=31967] ppid=31964 vsize=10542072 CPUtime=3.09 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 244884 0 1 0 280 29 0 0 25 0 18 0 834445821 10795081728 247078 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505574799 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247080 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247082 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247083 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247085 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247087 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247089 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247091 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 247093 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 834445824 10795081728 247095 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 247096 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 247098 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 247100 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10542072 CPUtime=0.08 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 641 0 0 0 8 0 0 0 15 0 18 0 834445827 10795081728 247102 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10542072 CPUtime=0.07 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 909 0 0 0 7 0 0 0 17 0 18 0 834445827 10795081728 247104 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 247106 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 834445827 10795081728 247108 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10542072

[startup+6.30095 s]
/proc/loadavg: 2.00 2.02 2.00 3/571 31984
/proc/meminfo: memFree=24076804/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10542072 CPUtime=6.62 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 610685 0 1 0 596 66 0 0 23 0 18 0 834445821 10795081728 609994 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2635518 610002 2215 9 0 2626252 0
[pid=31966/tid=31967] ppid=31964 vsize=10542072 CPUtime=6.28 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 607504 0 1 0 563 65 0 0 25 0 18 0 834445821 10795081728 610004 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505687974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610005 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445823 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 834445824 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 834445825 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10542072 CPUtime=0.14 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 653 0 0 0 14 0 0 0 15 0 18 0 834445827 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10542072 CPUtime=0.17 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 1383 0 0 0 17 0 0 0 16 0 18 0 834445827 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 834445827 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10542072 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 834445827 10795081728 610014 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0

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

/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10548208 CPUtime=0.76 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 3036 0 0 0 76 0 0 0 15 0 19 0 834445827 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10548208 CPUtime=0.61 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 3936 0 0 0 61 0 0 0 16 0 19 0 834445827 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 834445827 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31985] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31985/stat : 31985 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834447220 10801364992 1389716 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1628.95
Current children cumulated vsize (KiB) 10548208

[startup+1662.3 s]
/proc/loadavg: 2.07 2.06 2.06 3/572 32032
/proc/meminfo: memFree=19281468/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10548208 CPUtime=1689.72 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 1411994 0 1 0 168797 175 0 0 23 0 19 0 834445821 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2637052 1404960 2253 9 0 2627786 0
[pid=31966/tid=31967] ppid=31964 vsize=10548208 CPUtime=1651.83 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 651382 0 1 0 165110 73 0 0 25 0 19 0 834445821 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912506000683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10548208 CPUtime=4.55 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 93736 0 0 0 444 11 0 0 15 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10548208 CPUtime=4.75 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 74364 0 0 0 465 10 0 0 16 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10548208 CPUtime=4.16 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 67128 0 0 0 407 9 0 0 16 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10548208 CPUtime=4.29 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 102320 0 0 0 416 13 0 0 15 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10548208 CPUtime=4.29 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 90943 0 0 0 416 13 0 0 15 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10548208 CPUtime=5.13 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 111847 0 0 0 498 15 0 0 16 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10548208 CPUtime=4.99 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 99170 0 0 0 487 12 0 0 15 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10548208 CPUtime=4.2 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 112785 0 0 0 409 11 0 0 16 0 19 0 834445823 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10548208 CPUtime=0.04 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 101 0 0 0 2 2 0 0 15 0 19 0 834445824 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10548208 CPUtime=0.76 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 3036 0 0 0 76 0 0 0 15 0 19 0 834445827 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10548208 CPUtime=0.61 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 3936 0 0 0 61 0 0 0 16 0 19 0 834445827 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 834445827 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31985] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31985/stat : 31985 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834447220 10801364992 1404960 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1689.72
Current children cumulated vsize (KiB) 10548208

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/572 32034
/proc/meminfo: memFree=19216328/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10548208 CPUtime=1750.58 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 1428317 0 1 0 174881 177 0 0 23 0 19 0 834445821 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2637052 1421198 2253 9 0 2627786 0
[pid=31966/tid=31967] ppid=31964 vsize=10548208 CPUtime=1711.51 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 651392 0 1 0 171078 73 0 0 25 0 19 0 834445821 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505622068 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10548208 CPUtime=4.68 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 95564 0 0 0 457 11 0 0 15 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10548208 CPUtime=4.92 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 78523 0 0 0 482 10 0 0 15 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10548208 CPUtime=4.27 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 67132 0 0 0 418 9 0 0 16 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10548208 CPUtime=4.44 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 102462 0 0 0 431 13 0 0 16 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10548208 CPUtime=4.46 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 92858 0 0 0 433 13 0 0 15 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10548208 CPUtime=5.26 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 111906 0 0 0 511 15 0 0 16 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10548208 CPUtime=5.16 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 103085 0 0 0 504 12 0 0 16 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10548208 CPUtime=4.35 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 117068 0 0 0 423 12 0 0 15 0 19 0 834445823 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10548208 CPUtime=0.04 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 105 0 0 0 2 2 0 0 15 0 19 0 834445824 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10548208 CPUtime=0.76 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 3036 0 0 0 76 0 0 0 15 0 19 0 834445827 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10548208 CPUtime=0.61 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 3936 0 0 0 61 0 0 0 16 0 19 0 834445827 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834445827 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31985] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31985/stat : 31985 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834447220 10801364992 1421198 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1750.58
Current children cumulated vsize (KiB) 10548208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.02 s]
/proc/loadavg: 2.01 2.04 2.05 2/552 32038
/proc/meminfo: memFree=23015816/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=10548208 CPUtime=1800.07 cores=1,3,5,7
/proc/31966/stat : 31966 (java) S 31964 31966 30535 0 -1 4202496 1444973 0 1 0 179828 179 0 0 23 0 19 0 834445821 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 2637052 1437793 2253 9 0 2627786 0
[pid=31966/tid=31967] ppid=31964 vsize=10548208 CPUtime=1759.93 cores=1,3,5,7
/proc/31966/task/31967/stat : 31967 (java) R 31964 31966 30535 0 -1 4202560 651400 0 1 0 175920 73 0 0 25 0 19 0 834445821 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 46912505621997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31966/tid=31969] ppid=31964 vsize=10548208 CPUtime=4.88 cores=1,3,5,7
/proc/31966/task/31969/stat : 31969 (java) S 31964 31966 30535 0 -1 4202560 96933 0 0 0 477 11 0 0 16 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31970] ppid=31964 vsize=10548208 CPUtime=5.1 cores=1,3,5,7
/proc/31966/task/31970/stat : 31970 (java) S 31964 31966 30535 0 -1 4202560 85576 0 0 0 499 11 0 0 15 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31971] ppid=31964 vsize=10548208 CPUtime=4.37 cores=1,3,5,7
/proc/31966/task/31971/stat : 31971 (java) S 31964 31966 30535 0 -1 4202560 67166 0 0 0 428 9 0 0 16 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31972] ppid=31964 vsize=10548208 CPUtime=4.56 cores=1,3,5,7
/proc/31966/task/31972/stat : 31972 (java) S 31964 31966 30535 0 -1 4202560 102470 0 0 0 443 13 0 0 15 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31973] ppid=31964 vsize=10548208 CPUtime=4.57 cores=1,3,5,7
/proc/31966/task/31973/stat : 31973 (java) S 31964 31966 30535 0 -1 4202560 93088 0 0 0 444 13 0 0 16 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31974] ppid=31964 vsize=10548208 CPUtime=5.33 cores=1,3,5,7
/proc/31966/task/31974/stat : 31974 (java) S 31964 31966 30535 0 -1 4202560 111929 0 0 0 518 15 0 0 16 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31975] ppid=31964 vsize=10548208 CPUtime=5.27 cores=1,3,5,7
/proc/31966/task/31975/stat : 31975 (java) S 31964 31966 30535 0 -1 4202560 107002 0 0 0 514 13 0 0 15 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 7 0 0 0
[pid=31966/tid=31976] ppid=31964 vsize=10548208 CPUtime=4.51 cores=1,3,5,7
/proc/31966/task/31976/stat : 31976 (java) S 31964 31966 30535 0 -1 4202560 121078 0 0 0 439 12 0 0 15 0 19 0 834445823 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31977] ppid=31964 vsize=10548208 CPUtime=0.04 cores=1,3,5,7
/proc/31966/task/31977/stat : 31977 (java) S 31964 31966 30535 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 834445824 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 0 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31978] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31978/stat : 31978 (java) S 31964 31966 30535 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31979] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31979/stat : 31979 (java) S 31964 31966 30535 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834445825 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31980] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31980/stat : 31980 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256172465 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31981] ppid=31964 vsize=10548208 CPUtime=0.76 cores=1,3,5,7
/proc/31966/task/31981/stat : 31981 (java) S 31964 31966 30535 0 -1 4202560 3036 0 0 0 76 0 0 0 15 0 19 0 834445827 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31982] ppid=31964 vsize=10548208 CPUtime=0.61 cores=1,3,5,7
/proc/31966/task/31982/stat : 31982 (java) S 31964 31966 30535 0 -1 4202560 3936 0 0 0 61 0 0 0 16 0 19 0 834445827 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 5 0 0 0
[pid=31966/tid=31983] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31983/stat : 31983 (java) S 31964 31966 30535 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834445827 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256164761 0 4 0 16800975 18446604455409109952 0 0 -1 1 0 0 0
[pid=31966/tid=31984] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31984/stat : 31984 (java) S 31964 31966 30535 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 834445827 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
[pid=31966/tid=31985] ppid=31964 vsize=10548208 CPUtime=0 cores=1,3,5,7
/proc/31966/task/31985/stat : 31985 (java) S 31964 31966 30535 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834447220 10801364992 1437793 33554432000 1073741824 1073778376 140734309274512 18446744073709551615 228256165376 0 4 0 16800975 18446604455409109952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10548208

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

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

[startup+1771.2 s]
/proc/loadavg: 2.01 2.04 2.05 2/552 32038
/proc/meminfo: memFree=23015816/32951124 swapFree=58212616/67111528
[pid=31966] ppid=31964 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/31966/stat : 31966 (java) Z 31964 31966 30535 0 -1 4203548 1448757 0 1 0 179840 191 0 0 17 0 2 0 834445821 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31966/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.3
CPU time (s): 1800.43
CPU user time (s): 1798.41
CPU system time (s): 2.01669
CPU usage (%): 101.644
Max. virtual memory (cumulated for all children) (KiB): 10548208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 2.01669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1448757
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= 44080
involuntary context switches= 33403

runsolver used 9.78851 second user time and 22.4556 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-05 01:01:19
IDJOB=3457559
IDBENCH=71856
IDSOLVER=1951
FILE ID=node136/3457559-1307228476
RUNJOBID= node136-1307215866-30554
PBS_JOBID= 13509088
Free space on /tmp= 73752 MiB

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

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=1196016582

node136.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.75
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.76
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.75
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.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.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.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.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:      26078584 kB
Buffers:        308228 kB
Cached:         747808 kB
SwapCached:       7704 kB
Active:        6045752 kB
Inactive:       520824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26078584 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:           95952 kB
Writeback:           0 kB
AnonPages:     5508828 kB
Mapped:          32884 kB
Slab:           161924 kB
PageTables:      74284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 179591388 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 node136 at 2011-06-05 01:30:52