Trace number 3456824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.31 1793.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-gesa2.opb
MD5SUMd54c9cafd39211d62b9a499b6053d79b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5574113470601
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6757511815433
Optimality of the best value was proved NO
Number of variables19344
Total number of constraints1824
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1776
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 13488
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180205740755072640
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180205740755072640
Number of bits of the biggest sum of numbers58
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.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/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-3456824-1307659876.opb
0.10/0.11	c reading problem ... 
0.77/0.54	c ... done. Wall clock time 0.384s.
0.77/0.54	c #vars     19344
0.77/0.54	c #constraints  8338
0.77/0.54	c constraints type 
0.77/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
0.77/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1728
29.03/27.13	c cleaning 0 clauses out of 5000 with flag 0/5000
109.17/106.51	c cleaning 0 clauses out of 11001 with flag 0/11001
294.84/291.73	c cleaning 0 clauses out of 18000 with flag 0/18000
574.25/570.55	c cleaning 0 clauses out of 26000 with flag 0/26000
1069.71/1064.92	c cleaning 0 clauses out of 35002 with flag 0/35002
1721.34/1715.10	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.08/1793.61	c starts		: 66
1800.08/1793.61	c conflicts		: 46081
1800.08/1793.61	c decisions		: 126853
1800.08/1793.61	c propagations		: 482573
1800.08/1793.61	c inspects		: 1003403605
1800.08/1793.61	c shortcuts		: 0
1800.08/1793.61	c learnt literals	: 0
1800.08/1793.61	c learnt binary clauses	: 0
1800.08/1793.61	c learnt ternary clauses	: 0
1800.08/1793.61	c learnt constraints	: 46080
1800.08/1793.61	c ignored constraints	: 0
1800.08/1793.61	c root simplifications	: 0
1800.08/1793.61	c removed literals (reason simplification)	: 0
1800.08/1793.61	c reason swapping (by a shorter reason)	: 0
1800.08/1793.61	c Calls to reduceDB	: 6
1800.08/1793.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1793.61	c number of learned constraints concerned by reduction	: 0
1800.08/1793.61	c number of learning phase by resolution	: 0
1800.08/1793.61	c number of learning phase by cutting planes	: 0
1800.08/1793.61	c speed (assignments/second)	: 269.12536612243713
1800.08/1793.61	c non guided choices	0
1800.08/1793.63	c learnt constraints type 
1800.08/1793.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 193
1800.08/1793.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 45888
1800.08/1793.63	c constraints type 
1800.08/1793.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
1800.08/1793.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1728
1800.08/1793.63	s UNKNOWN
1800.08/1793.63	c Total wall clock time (in seconds): 1793.523

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

running on 4 cores: 0,2,4,6

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: 0.92 1.23 1.62 2/189 11855
/proc/meminfo: memFree=32137048/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 1243 0 0 0 0 0 0 0 18 0 2 0 333597071 31268864 962 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 7634 962 736 9 0 385 0
[pid=11855/tid=11861] ppid=11853 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) S 11853 11855 9650 0 -1 4202560 130 0 0 0 0 0 0 0 19 0 2 0 333597071 31268864 962 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218875641479 0 2147483391 0 16784584 18446744071699199166 0 0 -1 0 0 0 0

[startup+0.0492651 s]
/proc/loadavg: 0.92 1.23 1.62 2/189 11855
/proc/meminfo: memFree=32137048/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 11413 0 1 0 3 1 0 0 18 0 13 0 333597071 10718838784 11109 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2616904 11109 1684 9 0 2607652 0
[pid=11855/tid=11861] ppid=11853 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 10266 0 1 0 3 1 0 0 25 0 13 0 333597071 10718838784 11109 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 47366544963313 0 4 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100291 s]
/proc/loadavg: 0.92 1.23 1.62 2/189 11855
/proc/meminfo: memFree=32137048/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10540284 CPUtime=0.1 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 13015 0 1 0 9 1 0 0 18 0 18 0 333597071 10793250816 12711 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2635071 12712 2092 9 0 2625805 0
[pid=11855/tid=11861] ppid=11853 vsize=10540284 CPUtime=0.09 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 11106 0 1 0 8 1 0 0 18 0 18 0 333597071 10793250816 12712 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 47366541451171 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540284

[startup+0.300217 s]
/proc/loadavg: 0.92 1.23 1.62 2/189 11855
/proc/meminfo: memFree=32137048/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10541192 CPUtime=0.49 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 17156 0 1 0 47 2 0 0 18 0 18 0 333597071 10794180608 16323 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2635298 16325 2198 9 0 2626032 0
[pid=11855/tid=11861] ppid=11853 vsize=10541192 CPUtime=0.28 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 14155 0 1 0 27 1 0 0 18 0 18 0 333597071 10794180608 16326 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541192

[startup+0.701221 s]
/proc/loadavg: 0.92 1.23 1.62 2/189 11855
/proc/meminfo: memFree=32137048/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10552324 CPUtime=1.51 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 36274 0 1 0 147 4 0 0 18 0 19 0 333597071 10805579776 31145 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638081 31147 2226 9 0 2628815 0
[pid=11855/tid=11861] ppid=11853 vsize=10552324 CPUtime=0.67 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 25014 0 1 0 65 2 0 0 19 0 19 0 333597071 10805579776 31148 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505623299 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10552324

[startup+1.50107 s]
/proc/loadavg: 0.92 1.23 1.62 6/214 11880
/proc/meminfo: memFree=31734208/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10552324 CPUtime=2.82 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 74029 0 1 0 273 9 0 0 18 0 19 0 333597071 10805579776 65874 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638081 65876 2234 9 0 2628815 0
[pid=11855/tid=11861] ppid=11853 vsize=10552324 CPUtime=1.48 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 59639 0 1 0 141 7 0 0 18 0 19 0 333597071 10805579776 65877 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505623299 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 333597073 10805579776 65878 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 333597073 10805579776 65879 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 333597073 10805579776 65880 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 333597073 10805579776 65881 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10805579776 65883 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10805579776 65884 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10805579776 65885 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10805579776 65886 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 333597074 10805579776 65887 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 333597075 10805579776 65888 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 333597075 10805579776 65889 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10805579776 65890 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10552324 CPUtime=0.65 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 7664 0 0 0 64 1 0 0 15 0 19 0 333597077 10805579776 65891 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10552324 CPUtime=0.66 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) R 11853 11855 9650 0 -1 4202560 5569 0 0 0 66 0 0 0 15 0 19 0 333597077 10805579776 65892 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 47366540883133 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10805579776 65893 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 333597077 10805579776 65894 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10552324 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10805579776 65895 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10552324

[startup+3.10079 s]
/proc/loadavg: 0.92 1.23 1.62 4/214 11880
/proc/meminfo: memFree=30918040/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10553216 CPUtime=4.88 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 224883 0 1 0 462 26 0 0 18 0 19 0 333597071 10806493184 215059 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638304 215061 2236 9 0 2629038 0
[pid=11855/tid=11861] ppid=11853 vsize=10553216 CPUtime=3.08 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 208585 0 1 0 285 23 0 0 18 0 19 0 333597071 10806493184 215062 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505823866 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 333597073 10806493184 215063 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 333597073 10806493184 215064 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 333597073 10806493184 215065 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 333597073 10806493184 215066 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 215068 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 215068 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 215069 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 215070 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 333597074 10806493184 215071 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 333597075 10806493184 215072 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 333597075 10806493184 215073 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 215074 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=0.81 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 9342 0 0 0 80 1 0 0 15 0 19 0 333597077 10806493184 215075 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=0.96 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5799 0 0 0 96 0 0 0 15 0 19 0 333597077 10806493184 215076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 215077 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 333597077 10806493184 215078 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10806493184 215079 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 10553216

[startup+6.30123 s]
/proc/loadavg: 1.01 1.24 1.63 3/214 11880
/proc/meminfo: memFree=28503372/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10553216 CPUtime=8.09 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 444917 0 1 0 759 50 0 0 18 0 19 0 333597071 10806493184 434930 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638304 434933 2237 9 0 2629038 0
[pid=11855/tid=11861] ppid=11853 vsize=10553216 CPUtime=6.28 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 428620 0 1 0 581 47 0 0 25 0 19 0 333597071 10806493184 434935 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912506133865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 333597073 10806493184 434937 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 333597073 10806493184 434941 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 333597073 10806493184 434944 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 333597073 10806493184 434946 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 434949 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 434952 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 434954 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597073 10806493184 434957 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 333597074 10806493184 434959 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 333597075 10806493184 434961 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 333597075 10806493184 434962 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 434966 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=0.81 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 9342 0 0 0 80 1 0 0 15 0 19 0 333597077 10806493184 434967 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=0.96 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5799 0 0 0 96 0 0 0 15 0 19 0 333597077 10806493184 434969 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0

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

/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=1.02 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 12282 0 0 0 100 2 0 0 15 0 19 0 333597077 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=1.23 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5890 0 0 0 123 0 0 0 15 0 19 0 333597077 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 333597077 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10806493184 958484 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1668.42
Current children cumulated vsize (KiB) 10553216

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/214 11938
/proc/meminfo: memFree=24480624/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10553216 CPUtime=1728.6 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 975641 0 1 0 172742 118 0 0 18 0 19 0 333597071 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638304 962076 2263 9 0 2629038 0
[pid=11855/tid=11861] ppid=11853 vsize=10553216 CPUtime=1718.45 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 800892 0 1 0 171758 87 0 0 25 0 19 0 333597071 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505925410 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10553216 CPUtime=0.71 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 19358 0 0 0 68 3 0 0 16 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10553216 CPUtime=0.73 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 15538 0 0 0 71 2 0 0 16 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10553216 CPUtime=0.64 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 18007 0 0 0 61 3 0 0 15 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10553216 CPUtime=0.62 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 14898 0 0 0 60 2 0 0 15 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10553216 CPUtime=0.66 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 16041 0 0 0 63 3 0 0 16 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10553216 CPUtime=0.73 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 19461 0 0 0 70 3 0 0 15 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10553216 CPUtime=0.61 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 9877 0 0 0 60 1 0 0 16 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10553216 CPUtime=0.72 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 18732 0 0 0 69 3 0 0 15 0 19 0 333597073 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10553216 CPUtime=2.35 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 23414 0 0 0 232 3 0 0 15 0 19 0 333597074 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 4 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=1.02 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 12282 0 0 0 100 2 0 0 15 0 19 0 333597077 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=1.23 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5890 0 0 0 123 0 0 0 15 0 19 0 333597077 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 333597077 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10806493184 962076 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1728.6
Current children cumulated vsize (KiB) 10553216

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/214 11939
/proc/meminfo: memFree=24470016/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10553216 CPUtime=1788.7 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 976295 0 1 0 178752 118 0 0 18 0 19 0 333597071 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638304 962721 2263 9 0 2629038 0
[pid=11855/tid=11861] ppid=11853 vsize=10553216 CPUtime=1778.41 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 800894 0 1 0 177754 87 0 0 25 0 19 0 333597071 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505824389 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10553216 CPUtime=0.71 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 19358 0 0 0 68 3 0 0 15 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10553216 CPUtime=0.75 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 15760 0 0 0 73 2 0 0 16 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10553216 CPUtime=0.66 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 18008 0 0 0 63 3 0 0 15 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10553216 CPUtime=0.62 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 14898 0 0 0 60 2 0 0 15 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10553216 CPUtime=0.68 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 16042 0 0 0 65 3 0 0 15 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10553216 CPUtime=0.77 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 19608 0 0 0 74 3 0 0 16 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 4 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10553216 CPUtime=0.64 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 10148 0 0 0 62 2 0 0 16 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10553216 CPUtime=0.76 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 18736 0 0 0 73 3 0 0 16 0 19 0 333597073 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10553216 CPUtime=2.35 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 23418 0 0 0 232 3 0 0 15 0 19 0 333597074 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 4 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=1.02 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 12282 0 0 0 100 2 0 0 15 0 19 0 333597077 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=1.23 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5890 0 0 0 123 0 0 0 15 0 19 0 333597077 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 333597077 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10806493184 962721 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.7
Current children cumulated vsize (KiB) 10553216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 2.00 1.97 1.91 3/214 11940
/proc/meminfo: memFree=24465028/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=10553216 CPUtime=1800.08 cores=0,2,4,6
/proc/11855/stat : 11855 (java) S 11853 11855 9650 0 -1 4202496 977079 0 1 0 179890 118 0 0 18 0 19 0 333597071 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 2638304 963497 2263 9 0 2629038 0
[pid=11855/tid=11861] ppid=11853 vsize=10553216 CPUtime=1789.69 cores=0,2,4,6
/proc/11855/task/11861/stat : 11861 (java) R 11853 11855 9650 0 -1 4202560 800895 0 1 0 178882 87 0 0 25 0 19 0 333597071 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 46912505822008 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11855/tid=11863] ppid=11853 vsize=10553216 CPUtime=0.74 cores=0,2,4,6
/proc/11855/task/11863/stat : 11863 (java) S 11853 11855 9650 0 -1 4202560 19526 0 0 0 71 3 0 0 16 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11864] ppid=11853 vsize=10553216 CPUtime=0.75 cores=0,2,4,6
/proc/11855/task/11864/stat : 11864 (java) S 11853 11855 9650 0 -1 4202560 15760 0 0 0 73 2 0 0 15 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11865] ppid=11853 vsize=10553216 CPUtime=0.69 cores=0,2,4,6
/proc/11855/task/11865/stat : 11865 (java) S 11853 11855 9650 0 -1 4202560 18168 0 0 0 66 3 0 0 16 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11866] ppid=11853 vsize=10553216 CPUtime=0.62 cores=0,2,4,6
/proc/11855/task/11866/stat : 11866 (java) S 11853 11855 9650 0 -1 4202560 14898 0 0 0 60 2 0 0 15 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11867] ppid=11853 vsize=10553216 CPUtime=0.7 cores=0,2,4,6
/proc/11855/task/11867/stat : 11867 (java) S 11853 11855 9650 0 -1 4202560 16327 0 0 0 67 3 0 0 16 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 4 0 0 0
[pid=11855/tid=11868] ppid=11853 vsize=10553216 CPUtime=0.79 cores=0,2,4,6
/proc/11855/task/11868/stat : 11868 (java) S 11853 11855 9650 0 -1 4202560 19774 0 0 0 76 3 0 0 16 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11869] ppid=11853 vsize=10553216 CPUtime=0.64 cores=0,2,4,6
/proc/11855/task/11869/stat : 11869 (java) S 11853 11855 9650 0 -1 4202560 10148 0 0 0 62 2 0 0 15 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11870] ppid=11853 vsize=10553216 CPUtime=0.76 cores=0,2,4,6
/proc/11855/task/11870/stat : 11870 (java) S 11853 11855 9650 0 -1 4202560 18736 0 0 0 73 3 0 0 16 0 19 0 333597073 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11871] ppid=11853 vsize=10553216 CPUtime=2.35 cores=0,2,4,6
/proc/11855/task/11871/stat : 11871 (java) S 11853 11855 9650 0 -1 4202560 23420 0 0 0 232 3 0 0 15 0 19 0 333597074 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 0 0 16800975 18446604453909174080 0 0 -1 4 0 0 0
[pid=11855/tid=11872] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11872/stat : 11872 (java) S 11853 11855 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11873] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11873/stat : 11873 (java) S 11853 11855 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 333597075 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11874] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11874/stat : 11874 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892388785 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
[pid=11855/tid=11875] ppid=11853 vsize=10553216 CPUtime=1.02 cores=0,2,4,6
/proc/11855/task/11875/stat : 11875 (java) S 11853 11855 9650 0 -1 4202560 12282 0 0 0 100 2 0 0 15 0 19 0 333597077 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11876] ppid=11853 vsize=10553216 CPUtime=1.23 cores=0,2,4,6
/proc/11855/task/11876/stat : 11876 (java) S 11853 11855 9650 0 -1 4202560 5890 0 0 0 123 0 0 0 15 0 19 0 333597077 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11877] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11877/stat : 11877 (java) S 11853 11855 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 333597077 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381081 0 4 0 16800975 18446604453909174080 0 0 -1 0 0 0 0
[pid=11855/tid=11878] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11878/stat : 11878 (java) S 11853 11855 9650 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 333597077 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 2 0 0 0
[pid=11855/tid=11880] ppid=11853 vsize=10553216 CPUtime=0 cores=0,2,4,6
/proc/11855/task/11880/stat : 11880 (java) S 11853 11855 9650 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 333597133 10806493184 963497 33554432000 1073741824 1073778376 140735062802608 18446744073709551615 218892381696 0 4 0 16800975 18446604453909174080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10553216

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

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

[startup+1793.71 s]
/proc/loadavg: 2.00 1.97 1.91 3/214 11940
/proc/meminfo: memFree=24465028/32950928 swapFree=67054696/67111528
[pid=11855] ppid=11853 vsize=0 CPUtime=1800.21 cores=0,2,4,6
/proc/11855/stat : 11855 (java) Z 11853 11855 9650 0 -1 4203548 977115 0 1 0 179897 124 0 0 17 0 2 0 333597071 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.8
CPU time (s): 1800.31
CPU user time (s): 1798.98
CPU system time (s): 1.3308
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 10553216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.3308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 977115
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= 38736
involuntary context switches= 26608

runsolver used 3.32749 second user time and 6.47602 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-10 00:51:17
IDJOB=3456824
IDBENCH=2500
IDSOLVER=1951
FILE ID=node112/3456824-1307659876
RUNJOBID= node112-1307659876-11815
PBS_JOBID= 13549379
Free space on /tmp= 74200 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456824-1307659876/watcher-3456824-1307659876 -o /tmp/evaluation-result-3456824-1307659876/solver-3456824-1307659876 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456824-1307659876.opb

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

MD5SUM BENCH= d54c9cafd39211d62b9a499b6053d79b
RANDOM SEED=1423094456

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.847
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.82
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.847
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.61
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.847
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32138352 kB
Buffers:        201052 kB
Cached:         331856 kB
SwapCached:      10740 kB
Active:         331688 kB
Inactive:       257192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32138352 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:       53032 kB
Mapped:          15216 kB
Slab:           158476 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10530000 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= 74200 MiB
End job on node112 at 2011-06-10 01:21:12