Trace number 3456410

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.21 1795.96

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3456410-1307658185.opb
0.11/0.11	c reading problem ... 
0.91/0.43	c ... done. Wall clock time 0.326s.
0.91/0.43	c #vars     9240
0.91/0.43	c #constraints  2072
0.91/0.43	c constraints type 
0.91/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
466.73/464.31	c cleaning 0 clauses out of 5000 with flag 0/5000
815.53/812.42	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.04/1795.81	c starts		: 35
1800.04/1795.81	c conflicts		: 15353
1800.04/1795.81	c decisions		: 315307
1800.04/1795.81	c propagations		: 743521
1800.04/1795.81	c inspects		: 709436719
1800.04/1795.81	c shortcuts		: 0
1800.04/1795.81	c learnt literals	: 0
1800.04/1795.81	c learnt binary clauses	: 0
1800.04/1795.81	c learnt ternary clauses	: 0
1800.04/1795.81	c learnt constraints	: 15353
1800.04/1795.81	c ignored constraints	: 0
1800.04/1795.81	c root simplifications	: 0
1800.04/1795.81	c removed literals (reason simplification)	: 0
1800.04/1795.81	c reason swapping (by a shorter reason)	: 0
1800.04/1795.81	c Calls to reduceDB	: 2
1800.04/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.81	c number of learned constraints concerned by reduction	: 0
1800.04/1795.81	c number of learning phase by resolution	: 0
1800.04/1795.81	c number of learning phase by cutting planes	: 0
1800.04/1795.81	c speed (assignments/second)	: 414.13130961498297
1800.04/1795.81	c non guided choices	1492
1800.04/1795.82	c learnt constraints type 
1800.04/1795.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15353
1800.04/1795.82	c constraints type 
1800.04/1795.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.04/1795.82	s UNKNOWN
1800.04/1795.82	c Total wall clock time (in seconds): 1795.715

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-3456410-1307658185/watcher-3456410-1307658185 -o /tmp/evaluation-result-3456410-1307658185/solver-3456410-1307658185 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456410-1307658185.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.64 3.98 3.48 2/196 23930
/proc/meminfo: memFree=29434824/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 877416704 31272960 959 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 7635 959 732 9 0 386 0
[pid=23930/tid=23931] ppid=23928 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 877416704 31268864 962 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232330968711 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0549001 s]
/proc/loadavg: 3.64 3.98 3.48 2/196 23930
/proc/meminfo: memFree=29434824/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 11521 0 1 0 3 1 0 0 25 0 13 0 877416704 10785947648 11218 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2633288 11218 1685 9 0 2624036 0
[pid=23930/tid=23931] ppid=23928 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 10374 0 1 0 3 1 0 0 21 0 13 0 877416704 10785947648 11218 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 47865541196627 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533152

[startup+0.104939 s]
/proc/loadavg: 3.64 3.98 3.48 2/196 23930
/proc/meminfo: memFree=29434824/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10540180 CPUtime=0.11 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 13108 0 1 0 9 2 0 0 25 0 18 0 877416704 10793144320 12775 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2635045 12775 2092 9 0 2625779 0
[pid=23930/tid=23931] ppid=23928 vsize=10540180 CPUtime=0.08 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 11225 0 1 0 7 1 0 0 25 0 18 0 877416704 10793144320 12775 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540180

[startup+0.300842 s]
/proc/loadavg: 3.64 3.98 3.48 2/196 23930
/proc/meminfo: memFree=29434824/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10548312 CPUtime=0.61 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 23998 0 1 0 57 4 0 0 25 0 18 0 877416704 10801471488 21200 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2637078 21202 2201 9 0 2627812 0
[pid=23930/tid=23931] ppid=23928 vsize=10548312 CPUtime=0.28 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 13494 0 1 0 26 2 0 0 25 0 18 0 877416704 10801471488 21202 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10548312

[startup+0.700791 s]
/proc/loadavg: 3.64 3.98 3.48 2/196 23930
/proc/meminfo: memFree=29434824/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=1.53 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 48040 0 1 0 147 6 0 0 25 0 19 0 877416704 10811265024 43513 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 43521 2218 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=0.68 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 33543 0 1 0 64 4 0 0 25 0 19 0 877416704 10811265024 43523 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505597441 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 10557876

[startup+1.50065 s]
/proc/loadavg: 3.64 3.98 3.48 3/215 23949
/proc/meminfo: memFree=29106096/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=2.34 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 147315 0 1 0 216 18 0 0 25 0 19 0 877416704 10811265024 142786 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 142786 2220 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=1.48 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 132804 0 1 0 132 16 0 0 18 0 19 0 877416704 10811265024 142786 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505597441 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142789 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142794 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142799 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142802 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142802 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142802 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142802 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 142806 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 142811 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 877416707 10811265024 142815 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 877416707 10811265024 142818 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 142819 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.42 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 8940 0 0 0 41 1 0 0 25 0 19 0 877416709 10811265024 142819 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.42 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4411 0 0 0 42 0 0 0 15 0 19 0 877416709 10811265024 142819 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 142821 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 142826 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 142831 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10557876

[startup+3.10135 s]
/proc/loadavg: 3.51 3.94 3.47 3/215 23949
/proc/meminfo: memFree=28577504/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=4.18 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 314758 0 1 0 382 36 0 0 25 0 19 0 877416704 10811265024 310230 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 310239 2223 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=3.09 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 300220 0 1 0 274 35 0 0 21 0 19 0 877416704 10811265024 310239 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505597464 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310240 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310246 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310251 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310255 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310260 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310260 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310263 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416706 10811265024 310269 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877416707 10811265024 310274 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 877416707 10811265024 310279 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 877416707 10811265024 310280 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 310281 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.56 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 8963 0 0 0 55 1 0 0 16 0 19 0 877416709 10811265024 310286 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.51 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4425 0 0 0 51 0 0 0 15 0 19 0 877416709 10811265024 310292 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 310297 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 310300 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 310300 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10557876

[startup+6.30079 s]
/proc/loadavg: 3.51 3.94 3.47 3/215 23949
/proc/meminfo: memFree=26980384/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=7.62 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 667649 0 1 0 687 75 0 0 25 0 19 0 877416704 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 663082 2241 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=6.27 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 651073 0 1 0 555 72 0 0 19 0 19 0 877416704 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505842622 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 360 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 549 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 536 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 483 0 0 0 0 0 0 0 18 0 19 0 877416706 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 877416707 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.67 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 9042 0 0 0 66 1 0 0 15 0 19 0 877416709 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.62 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4440 0 0 0 62 0 0 0 15 0 19 0 877416709 10811265024 663082 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0

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

/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.8 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 9076 0 0 0 79 1 0 0 15 0 19 0 877416709 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.75 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4463 0 0 0 75 0 0 0 15 0 19 0 877416709 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 966817 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.35
Current children cumulated vsize (KiB) 10557876

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.21 3/215 23995
/proc/meminfo: memFree=24491564/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=1726.41 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 975659 0 1 0 172531 110 0 0 25 0 19 0 877416704 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 968595 2257 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=1720.63 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 848547 0 1 0 171970 93 0 0 25 0 19 0 877416704 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505682650 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0.55 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 18530 0 0 0 53 2 0 0 16 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0.39 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 14160 0 0 0 37 2 0 0 16 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0.34 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 11824 0 0 0 33 1 0 0 15 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0.44 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 15682 0 0 0 43 1 0 0 15 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0.41 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 11945 0 0 0 40 1 0 0 16 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0.38 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 11125 0 0 0 37 1 0 0 16 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0.43 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 12897 0 0 0 42 1 0 0 15 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0.4 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 12722 0 0 0 39 1 0 0 15 0 19 0 877416706 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0.76 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 3437 0 0 0 76 0 0 0 15 0 19 0 877416707 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.8 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 9076 0 0 0 79 1 0 0 15 0 19 0 877416709 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.75 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4463 0 0 0 75 0 0 0 15 0 19 0 877416709 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 968595 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 10557876

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.20 3/215 23996
/proc/meminfo: memFree=24468476/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=1786.53 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 979027 0 1 0 178542 111 0 0 25 0 19 0 877416704 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 971894 2257 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=1780.59 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 848549 0 1 0 177966 93 0 0 25 0 19 0 877416704 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505682409 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0.57 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 18985 0 0 0 55 2 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0.41 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 14631 0 0 0 39 2 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0.36 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 12235 0 0 0 35 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0.46 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 16065 0 0 0 45 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0.42 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 12307 0 0 0 41 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0.41 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 12018 0 0 0 40 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0.45 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 13282 0 0 0 44 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0.4 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 12722 0 0 0 39 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0.76 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 3441 0 0 0 76 0 0 0 15 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.8 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 9076 0 0 0 79 1 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.75 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4463 0 0 0 75 0 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (KiB) 10557876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.18 2.04 2.20 3/215 24056
/proc/meminfo: memFree=26233644/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=10557876 CPUtime=1800.04 cores=1,3,5,7
/proc/23930/stat : 23930 (java) S 23928 23930 22550 0 -1 4202496 979029 0 1 0 179893 111 0 0 25 0 19 0 877416704 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 2639469 971894 2257 9 0 2630203 0
[pid=23930/tid=23931] ppid=23928 vsize=10557876 CPUtime=1794.1 cores=1,3,5,7
/proc/23930/task/23931/stat : 23931 (java) R 23928 23930 22550 0 -1 4202560 848549 0 1 0 179317 93 0 0 25 0 19 0 877416704 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 46912505856604 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23930/tid=23933] ppid=23928 vsize=10557876 CPUtime=0.57 cores=1,3,5,7
/proc/23930/task/23933/stat : 23933 (java) S 23928 23930 22550 0 -1 4202560 18985 0 0 0 55 2 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23934] ppid=23928 vsize=10557876 CPUtime=0.41 cores=1,3,5,7
/proc/23930/task/23934/stat : 23934 (java) S 23928 23930 22550 0 -1 4202560 14631 0 0 0 39 2 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23935] ppid=23928 vsize=10557876 CPUtime=0.36 cores=1,3,5,7
/proc/23930/task/23935/stat : 23935 (java) S 23928 23930 22550 0 -1 4202560 12235 0 0 0 35 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23936] ppid=23928 vsize=10557876 CPUtime=0.46 cores=1,3,5,7
/proc/23930/task/23936/stat : 23936 (java) S 23928 23930 22550 0 -1 4202560 16065 0 0 0 45 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23937] ppid=23928 vsize=10557876 CPUtime=0.42 cores=1,3,5,7
/proc/23930/task/23937/stat : 23937 (java) S 23928 23930 22550 0 -1 4202560 12307 0 0 0 41 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23938] ppid=23928 vsize=10557876 CPUtime=0.41 cores=1,3,5,7
/proc/23930/task/23938/stat : 23938 (java) S 23928 23930 22550 0 -1 4202560 12018 0 0 0 40 1 0 0 16 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
[pid=23930/tid=23939] ppid=23928 vsize=10557876 CPUtime=0.45 cores=1,3,5,7
/proc/23930/task/23939/stat : 23939 (java) S 23928 23930 22550 0 -1 4202560 13282 0 0 0 44 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23940] ppid=23928 vsize=10557876 CPUtime=0.4 cores=1,3,5,7
/proc/23930/task/23940/stat : 23940 (java) S 23928 23930 22550 0 -1 4202560 12722 0 0 0 39 1 0 0 15 0 19 0 877416706 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23941] ppid=23928 vsize=10557876 CPUtime=0.76 cores=1,3,5,7
/proc/23930/task/23941/stat : 23941 (java) S 23928 23930 22550 0 -1 4202560 3441 0 0 0 76 0 0 0 15 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 0 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23942] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23942/stat : 23942 (java) S 23928 23930 22550 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23943] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23943/stat : 23943 (java) S 23928 23930 22550 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877416707 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347716017 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23945] ppid=23928 vsize=10557876 CPUtime=0.8 cores=1,3,5,7
/proc/23930/task/23945/stat : 23945 (java) S 23928 23930 22550 0 -1 4202560 9076 0 0 0 79 1 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23946] ppid=23928 vsize=10557876 CPUtime=0.75 cores=1,3,5,7
/proc/23930/task/23946/stat : 23946 (java) S 23928 23930 22550 0 -1 4202560 4463 0 0 0 75 0 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 3 0 0 0
[pid=23930/tid=23947] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23947/stat : 23947 (java) S 23928 23930 22550 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708313 0 4 0 16800975 18446604457861114880 0 0 -1 1 0 0 0
[pid=23930/tid=23948] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23948/stat : 23948 (java) S 23928 23930 22550 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877416709 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 5 0 0 0
[pid=23930/tid=23949] ppid=23928 vsize=10557876 CPUtime=0 cores=1,3,5,7
/proc/23930/task/23949/stat : 23949 (java) S 23928 23930 22550 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877416753 10811265024 971894 33554432000 1073741824 1073778376 140735388180656 18446744073709551615 232347708928 0 4 0 16800975 18446604457861114880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10557876

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

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

[startup+1795.91 s]
/proc/loadavg: 2.18 2.04 2.20 3/215 24056
/proc/meminfo: memFree=26233644/32951124 swapFree=67063272/67111528
[pid=23930] ppid=23928 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/23930/stat : 23930 (java) Z 23928 23930 22550 0 -1 4203548 979068 0 1 0 179896 119 0 0 17 0 2 0 877416704 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23930/statm: 0 0 0 0 0 0 0
[pid=23930/tid=23944] ppid=23928 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/23930/task/23944/stat : 23944 (java) R 23928 23930 22550 0 -1 4203588 10 0 0 0 0 8 0 0 18 0 2 0 877416709 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.96
CPU time (s): 1800.21
CPU user time (s): 1798.97
CPU system time (s): 1.24381
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 10557876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.24381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 979068
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= 38415
involuntary context switches= 29269

runsolver used 2.80157 second user time and 7.00793 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-10 00:23:05
IDJOB=3456410
IDBENCH=2394
IDSOLVER=1951
FILE ID=node132/3456410-1307658185
RUNJOBID= node132-1307658173-23715
PBS_JOBID= 13549411
Free space on /tmp= 74184 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-lotfi.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456410-1307658185/watcher-3456410-1307658185 -o /tmp/evaluation-result-3456410-1307658185/solver-3456410-1307658185 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456410-1307658185.opb

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=1593914021

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29435252 kB
Buffers:        198056 kB
Cached:         429656 kB
SwapCached:       9968 kB
Active:        3017164 kB
Inactive:       289316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29435252 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            3688 kB
Writeback:           0 kB
AnonPages:     2676868 kB
Mapped:          17620 kB
Slab:           141312 kB
PageTables:       9232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10527200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74180 MiB
End job on node132 at 2011-06-10 00:53:03