Trace number 3689933

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1795.75

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM62dd7f8a085b5a1f21ba599a3d4b790f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-646801
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 10229961
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 10229961
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689933-1337894659.opb
0.08/0.12	c reading problem ... 
7.62/5.43	c ... done. Wall clock time 5.31s.
7.62/5.43	c declared #vars     400896
7.62/5.43	c #constraints  402763
7.62/5.43	c constraints type 
7.62/5.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.62/5.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.62/5.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.62/5.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.62/5.43	c 402763 constraints processed.
7.62/5.43	c objective function length is 1427 literals
31.54/28.61	c cleaning 2497 clauses out of 4999 with flag 5000/5000
61.70/58.63	c cleaning 4252 clauses out of 8503 with flag 11001/11001
95.04/92.00	c cleaning 5578 clauses out of 11250 with flag 18000/18000
131.17/128.01	c cleaning 6815 clauses out of 13672 with flag 26000/26000
170.87/167.65	c cleaning 7920 clauses out of 15857 with flag 35000/35000
213.60/210.33	c cleaning 8830 clauses out of 17937 with flag 45000/45000
262.26/258.99	c cleaning 10044 clauses out of 20108 with flag 56001/56001
310.00/306.60	c cleaning 10894 clauses out of 22064 with flag 68001/68001
350.65/347.24	c cleaning 12078 clauses out of 24170 with flag 81001/81001
394.50/391.07	c cleaning 12962 clauses out of 26093 with flag 95002/95002
459.34/455.80	c cleaning 14035 clauses out of 28130 with flag 110001/110001
548.58/545.06	c cleaning 15042 clauses out of 30095 with flag 126001/126001
623.84/620.20	c cleaning 16011 clauses out of 32053 with flag 143001/143001
687.48/683.83	c cleaning 17006 clauses out of 34041 with flag 161000/161000
769.33/765.66	c cleaning 18011 clauses out of 36036 with flag 180001/180001
855.07/851.34	c cleaning 19008 clauses out of 38024 with flag 200000/200000
950.52/946.75	c cleaning 19989 clauses out of 40016 with flag 221000/221000
1065.42/1061.66	c cleaning 21012 clauses out of 42027 with flag 243000/243000
1185.73/1181.96	c cleaning 21999 clauses out of 44016 with flag 266001/266001
1270.88/1267.05	c cleaning 22999 clauses out of 46016 with flag 290000/290000
1369.34/1365.48	c cleaning 24000 clauses out of 48018 with flag 315001/315001
1466.47/1462.55	c cleaning 25002 clauses out of 50018 with flag 341001/341001
1540.11/1536.12	c cleaning 25999 clauses out of 52015 with flag 368000/368000
1612.31/1608.26	c cleaning 26995 clauses out of 54016 with flag 396000/396000
1706.07/1701.94	c cleaning 27934 clauses out of 56022 with flag 425001/425001
1776.11/1771.98	c cleaning 29042 clauses out of 58089 with flag 455002/455002
1800.01/1795.71	c starts		: 151
1800.01/1795.71	c conflicts		: 463992
1800.01/1795.71	c decisions		: 3868874
1800.01/1795.71	c propagations		: 5456051162
1800.01/1795.71	c inspects		: 2766017736
1800.01/1795.71	c shortcuts		: 0
1800.01/1795.71	c learnt literals	: 1
1800.01/1795.71	c learnt binary clauses	: 2315
1800.01/1795.71	c learnt ternary clauses	: 1630
1800.01/1795.71	c learnt constraints	: 463991
1800.01/1795.71	c ignored constraints	: 0
1800.01/1795.71	c root simplifications	: 0
1800.01/1795.71	c removed literals (reason simplification)	: 0
1800.01/1795.71	c reason swapping (by a shorter reason)	: 0
1800.01/1795.71	c Calls to reduceDB	: 26
1800.01/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.71	c number of learned constraints concerned by reduction	: 0
1800.01/1795.71	c number of learning phase by resolution	: 0
1800.01/1795.71	c number of learning phase by cutting planes	: 0
1800.01/1795.71	c speed (assignments/second)	: 3047717.710055083
1800.01/1795.71	c non guided choices	973
1800.01/1795.72	c learnt constraints type 
1800.01/1795.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2315
1800.01/1795.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35729
1800.01/1795.72	c constraints type 
1800.01/1795.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.01/1795.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.01/1795.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.01/1795.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1795.72	c 402763 constraints processed.
1800.01/1795.72	s UNKNOWN
1800.01/1795.72	c Total wall clock time (in seconds): 1795.605

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689933-1337894659/watcher-3689933-1337894659 -o /tmp/evaluation-result-3689933-1337894659/solver-3689933-1337894659 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689933-1337894659.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: 2.06 2.00 2.00 2/192 24562
/proc/meminfo: memFree=27019916/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24562/stat : 24562 (java) D 24560 24562 21495 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255591487 2560000 46 33554432000 1073741824 1073778376 140735103876928 140735103874056 227503336743 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 625 46 37 9 0 29 0

[startup+0.0532329 s]
/proc/loadavg: 2.06 2.00 2.00 2/192 24562
/proc/meminfo: memFree=27019916/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 3077 0 1 0 2 0 0 0 20 0 13 0 255591487 9446973440 3264 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2306390 3264 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100253 s]
/proc/loadavg: 2.06 2.00 2.00 2/192 24562
/proc/meminfo: memFree=27019916/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 4237 0 1 0 7 1 0 0 20 0 18 0 255591487 9787813888 4915 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2389603 4915 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300229 s]
/proc/loadavg: 2.06 2.00 2.00 2/192 24562
/proc/meminfo: memFree=27019916/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 6037 0 1 0 49 1 0 0 20 0 18 0 255591487 9787813888 12496 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2389603 12496 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700183 s]
/proc/loadavg: 2.06 2.00 2.00 2/192 24562
/proc/meminfo: memFree=27019916/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 9703 0 1 0 124 5 0 0 20 0 18 0 255591487 9787813888 44550 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2389603 44550 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 2.06 2.00 2.00 3/210 24580
/proc/meminfo: memFree=26695080/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9558412 CPUtime=2.37 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 10427 0 1 0 222 15 0 0 20 0 18 0 255591487 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2389603 89138 2247 9 0 2380296 0
[pid=24562/tid=24564] ppid=24560 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 2609 0 1 0 128 5 0 0 20 0 18 0 255591488 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204235251616 140204175359744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 113 0 0 0 4 0 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 50 0 0 0 5 1 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 122 0 0 0 4 0 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 18 0 255591489 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 18 0 255591490 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 255591490 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2690 0 0 0 27 0 0 0 20 0 18 0 255591494 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 3162 0 0 0 27 0 0 0 20 0 18 0 255591494 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 89138 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 2.06 2.00 2.00 10/210 24580
/proc/meminfo: memFree=26416368/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9558412 CPUtime=4.22 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 11166 0 1 0 398 24 0 0 20 0 18 0 255591487 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2389603 159286 2247 9 0 2380296 0
[pid=24562/tid=24564] ppid=24560 vsize=9558412 CPUtime=2.84 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 2895 0 1 0 276 8 0 0 20 0 18 0 255591488 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204235251696 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 155 0 0 0 10 3 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 69 0 0 0 10 3 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 55 0 0 0 6 1 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 131 0 0 0 5 0 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 18 0 255591489 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 121 0 0 0 3 2 0 0 20 0 18 0 255591490 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 18 0 255591490 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255591491 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2690 0 0 0 27 0 0 0 20 0 18 0 255591494 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 3162 0 0 0 27 0 0 0 20 0 18 0 255591494 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255591494 9787813888 159286 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.06 2.00 2.00 4/210 24580
/proc/meminfo: memFree=24794132/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9624976 CPUtime=9 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 17556 0 1 0 833 67 0 0 20 0 19 0 255591487 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2406244 557447 2263 9 0 2396937 0
[pid=24562/tid=24564] ppid=24560 vsize=9624976 CPUtime=5.68 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 4450 0 1 0 539 29 0 0 20 0 19 0 255591488 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204235260232 140204175865323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 451 0 0 0 25 6 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 146 0 0 0 22 5 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 404 0 0 0 20 5 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 338 0 0 0 18 3 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 563 0 0 0 19 4 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 196 0 0 0 17 4 0 0 20 0 19 0 255591489 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 188 0 0 0 20 5 0 0 20 0 19 0 255591490 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 109 0 0 0 22 4 0 0 20 0 19 0 255591490 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2767 0 0 0 54 0 0 0 20 0 19 0 255591494 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 5496 0 0 0 60 0 0 0 20 0 19 0 255591494 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.05 2.00 2.00 3/211 24581
/proc/meminfo: memFree=24793924/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9624976 CPUtime=15.48 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 17578 0 1 0 1481 67 0 0 20 0 19 0 255591487 9855975424 557447 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2406244 557447 2267 9 0 2396937 0
[pid=24562/tid=24564] ppid=24560 vsize=9624976 CPUtime=12.06 cores=0,2,4,6

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

[pid=24562/tid=24577] ppid=24560 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2778 0 0 0 60 0 0 0 20 0 19 0 255591494 9855975424 604216 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 5531 0 0 0 78 0 0 0 20 0 19 0 255591494 9855975424 604216 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 604216 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 99 0 0 0 31 28 0 0 20 0 19 0 255591494 9855975424 604216 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24581] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24581/stat : 24581 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255592037 9855975424 604216 33554432000 1073741824 1073778376 140735847316816 140204050752936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.5
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24668
/proc/meminfo: memFree=26469540/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9624976 CPUtime=1786.6 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 19803 0 1 0 178546 114 0 0 20 0 19 0 255591487 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2406244 615504 2281 9 0 2396937 0
[pid=24562/tid=24564] ppid=24560 vsize=9624976 CPUtime=1765.88 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 4481 0 1 0 176531 57 0 0 20 0 19 0 255591488 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204235260192 140204175526267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 612 0 0 0 43 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 189 0 0 0 37 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 761 0 0 0 40 8 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 459 0 0 0 31 5 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 721 0 0 0 38 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 608 0 0 0 36 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 460 0 0 0 39 8 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 471 0 0 0 42 5 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9624976 CPUtime=10.69 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 1447 0 0 0 1066 3 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2778 0 0 0 60 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 5531 0 0 0 78 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 103 0 0 0 33 28 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24581] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24581/stat : 24581 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255592037 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204050752936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.6
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24668
/proc/meminfo: memFree=26469540/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 19803 0 1 0 179887 114 0 0 20 0 19 0 255591487 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2406244 615504 2281 9 0 2396937 0
[pid=24562/tid=24564] ppid=24560 vsize=9624976 CPUtime=1779.25 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 4481 0 1 0 177867 58 0 0 20 0 19 0 255591488 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204235260192 140204175722950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 612 0 0 0 43 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 189 0 0 0 37 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 761 0 0 0 40 8 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 459 0 0 0 31 5 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 721 0 0 0 38 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 608 0 0 0 36 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 460 0 0 0 39 8 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 471 0 0 0 42 5 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9624976 CPUtime=10.69 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 1447 0 0 0 1066 3 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2778 0 0 0 60 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 5531 0 0 0 78 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24581] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24581/stat : 24581 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255592037 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204050752936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24668
/proc/meminfo: memFree=26469540/32873624 swapFree=7104/7104
[pid=24562] ppid=24560 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/24562/stat : 24562 (java) S 24560 24562 21495 0 -1 4202496 19803 0 1 0 179887 114 0 0 20 0 19 0 255591487 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140735847307952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24562/statm: 2406244 615504 2281 9 0 2396937 0
[pid=24562/tid=24564] ppid=24560 vsize=9624976 CPUtime=1779.25 cores=0,2,4,6
/proc/24562/task/24564/stat : 24564 (java) R 24560 24562 21495 0 -1 4202560 4481 0 1 0 177867 58 0 0 20 0 19 0 255591488 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204235260192 140204175722950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24565] ppid=24560 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/24562/task/24565/stat : 24565 (java) S 24560 24562 21495 0 -1 4202560 612 0 0 0 43 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204078742312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24566] ppid=24560 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/24562/task/24566/stat : 24566 (java) S 24560 24562 21495 0 -1 4202560 189 0 0 0 37 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204077689512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24567] ppid=24560 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/24562/task/24567/stat : 24567 (java) S 24560 24562 21495 0 -1 4202560 761 0 0 0 40 8 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204076637224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24562/tid=24568] ppid=24560 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/24562/task/24568/stat : 24568 (java) S 24560 24562 21495 0 -1 4202560 459 0 0 0 31 5 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204075584424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24569] ppid=24560 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/24562/task/24569/stat : 24569 (java) S 24560 24562 21495 0 -1 4202560 721 0 0 0 38 7 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204074531112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24570] ppid=24560 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/24562/task/24570/stat : 24570 (java) S 24560 24562 21495 0 -1 4202560 608 0 0 0 36 6 0 0 20 0 19 0 255591489 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204073478312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24562/tid=24571] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24571/stat : 24571 (java) S 24560 24562 21495 0 -1 4202560 460 0 0 0 39 8 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204072426024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24572] ppid=24560 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24562/task/24572/stat : 24572 (java) S 24560 24562 21495 0 -1 4202560 471 0 0 0 42 5 0 0 20 0 19 0 255591490 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204071373224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24573] ppid=24560 vsize=9624976 CPUtime=10.69 cores=0,2,4,6
/proc/24562/task/24573/stat : 24573 (java) S 24560 24562 21495 0 -1 4202560 1447 0 0 0 1066 3 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204059175656 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24574] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24574/stat : 24574 (java) S 24560 24562 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204058121720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24575] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24575/stat : 24575 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255591491 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204057069320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24576] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24576/stat : 24576 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204056017808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24577] ppid=24560 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/24562/task/24577/stat : 24577 (java) S 24560 24562 21495 0 -1 4202560 2778 0 0 0 60 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204054964408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24578] ppid=24560 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/24562/task/24578/stat : 24578 (java) S 24560 24562 21495 0 -1 4202560 5531 0 0 0 78 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204053911608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24579] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24579/stat : 24579 (java) S 24560 24562 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204052859512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24562/tid=24580] ppid=24560 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/24562/task/24580/stat : 24580 (java) S 24560 24562 21495 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 255591494 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204051806920 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24562/tid=24581] ppid=24560 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24562/task/24581/stat : 24581 (java) S 24560 24562 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255592037 9855975424 615504 33554432000 1073741824 1073778376 140735847316816 140204050752936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24562 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=270229
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=561762
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.75
CPU time (s): 1800.01
CPU user time (s): 1798.87
CPU system time (s): 1.14
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.27
system time used= 1.56176
maximum resident set size= 2462140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19836
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39151
involuntary context switches= 12890

runsolver used 6.07208 second user time and 13.9709 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 23:24:20
IDJOB=3689933
IDBENCH=92102
IDSOLVER=2269
FILE ID=node121/3689933-1337894659
RUNJOBID= node121-1337871882-21511
PBS_JOBID= 14620083
Free space on /tmp= 71444 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689933-1337894659/watcher-3689933-1337894659 -o /tmp/evaluation-result-3689933-1337894659/solver-3689933-1337894659 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689933-1337894659.opb

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

MD5SUM BENCH= 62dd7f8a085b5a1f21ba599a3d4b790f
RANDOM SEED=2040833991

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        27020296 kB
Buffers:          227352 kB
Cached:          2466344 kB
SwapCached:            0 kB
Active:          3097592 kB
Inactive:        1977828 kB
Active(anon):    2384492 kB
Inactive(anon):        0 kB
Active(file):     713100 kB
Inactive(file):  1977828 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28144 kB
Writeback:             0 kB
AnonPages:       2390900 kB
Mapped:            21592 kB
Shmem:               200 kB
Slab:             630312 kB
SReclaimable:      74468 kB
SUnreclaim:       555844 kB
KernelStack:        1576 kB
PageTables:         8716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    3223384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2338816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71456 MiB
End job on node121 at 2012-05-24 23:54:18