Trace number 3689969

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.06 1793.44

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMe3e5085cf85b7ad1bb71a480e0fb63c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68687
Best CPU time to get the best result obtained on this benchmark1801.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
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 502137472
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 502137472
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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-3689969-1337895198.opb
0.08/0.12	c reading problem ... 
7.78/5.75	c ... done. Wall clock time 5.628s.
7.78/5.75	c declared #vars     399113
7.78/5.75	c #constraints  400980
7.78/5.75	c constraints type 
7.78/5.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
7.78/5.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.78/5.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.78/5.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.78/5.75	c 400980 constraints processed.
7.78/5.75	c objective function length is 170372 literals
48.84/45.58	c cleaning 2481 clauses out of 4994 with flag 5000/5000
85.73/81.62	c cleaning 4257 clauses out of 8513 with flag 11000/11000
128.30/124.17	c cleaning 5629 clauses out of 11257 with flag 18001/18001
178.71/174.48	c cleaning 6812 clauses out of 13627 with flag 26000/26000
234.88/230.46	c cleaning 7901 clauses out of 15815 with flag 35000/35000
290.71/286.20	c cleaning 8948 clauses out of 17915 with flag 45001/45001
354.58/349.83	c cleaning 9947 clauses out of 19966 with flag 56000/56000
418.98/414.18	c cleaning 11004 clauses out of 22019 with flag 68000/68000
494.64/489.62	c cleaning 11997 clauses out of 24015 with flag 81000/81000
578.14/573.07	c cleaning 13010 clauses out of 26020 with flag 95002/95002
666.41/661.17	c cleaning 13992 clauses out of 28008 with flag 110000/110000
768.53/763.02	c cleaning 15005 clauses out of 30017 with flag 126001/126001
861.11/855.43	c cleaning 15997 clauses out of 32012 with flag 143001/143001
956.98/951.19	c cleaning 16994 clauses out of 34014 with flag 161000/161000
1061.68/1055.68	c cleaning 18005 clauses out of 36020 with flag 180000/180000
1166.85/1160.65	c cleaning 18998 clauses out of 38015 with flag 200000/200000
1281.73/1275.41	c cleaning 20000 clauses out of 40017 with flag 221000/221000
1407.65/1401.36	c cleaning 20998 clauses out of 42017 with flag 243000/243000
1558.35/1552.03	c cleaning 22010 clauses out of 44019 with flag 266000/266000
1761.83/1755.24	c cleaning 22995 clauses out of 46010 with flag 290001/290001
1800.06/1793.41	c starts		: 133
1800.06/1793.41	c conflicts		: 294551
1800.06/1793.41	c decisions		: 4446436
1800.06/1793.41	c propagations		: 1318694951
1800.06/1793.41	c inspects		: 294619036
1800.06/1793.41	c shortcuts		: 0
1800.06/1793.41	c learnt literals	: 6
1800.06/1793.41	c learnt binary clauses	: 746
1800.06/1793.41	c learnt ternary clauses	: 608
1800.06/1793.41	c learnt constraints	: 294545
1800.06/1793.41	c ignored constraints	: 0
1800.06/1793.41	c root simplifications	: 0
1800.06/1793.41	c removed literals (reason simplification)	: 0
1800.06/1793.41	c reason swapping (by a shorter reason)	: 0
1800.06/1793.41	c Calls to reduceDB	: 20
1800.06/1793.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.41	c number of learned constraints concerned by reduction	: 0
1800.06/1793.41	c number of learning phase by resolution	: 0
1800.06/1793.41	c number of learning phase by cutting planes	: 0
1800.06/1793.41	c speed (assignments/second)	: 737825.157656385
1800.06/1793.41	c non guided choices	211798
1800.06/1793.42	c learnt constraints type 
1800.06/1793.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 746
1800.06/1793.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26820
1800.06/1793.42	c constraints type 
1800.06/1793.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.06/1793.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/1793.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/1793.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1793.42	c 400980 constraints processed.
1800.06/1793.42	s UNKNOWN
1800.06/1793.42	c Total wall clock time (in seconds): 1793.304

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-3689969-1337895198/watcher-3689969-1337895198 -o /tmp/evaluation-result-3689969-1337895198/solver-3689969-1337895198 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689969-1337895198.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24308
/proc/meminfo: memFree=25072184/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/24308/stat : 24308 (runsolver) D 24306 24308 21352 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 255648483 12095488 55 33554432000 4194304 5436572 140736559266144 140736559262024 5057063 0 0 4096 24578 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24308/statm: 2953 55 36 304 0 2645 0

[startup+0.100984 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24308
/proc/meminfo: memFree=25072184/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 4230 0 1 0 7 1 0 0 20 0 18 0 255648483 9787813888 5431 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 5432 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.200272 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24308
/proc/meminfo: memFree=25072184/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 4983 0 1 0 26 2 0 0 20 0 18 0 255648483 9787813888 8971 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 8971 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300321 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24308
/proc/meminfo: memFree=25072184/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 6135 0 1 0 44 3 0 0 20 0 18 0 255648483 9787813888 14110 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 14622 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700249 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24308
/proc/meminfo: memFree=25072184/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=1.06 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 6786 0 1 0 98 8 0 0 20 0 18 0 255648483 9787813888 45529 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 45529 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558412

[startup+1.50084 s]
/proc/loadavg: 2.07 2.04 2.00 3/212 24326
/proc/meminfo: memFree=24860788/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=2.42 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 11018 0 1 0 218 24 0 0 20 0 18 0 255648483 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 127985 2247 9 0 2380296 0
[pid=24308/tid=24310] ppid=24306 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 2815 0 1 0 124 9 0 0 20 0 18 0 255648484 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140146154184608 140146161957978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 79 0 0 0 2 1 0 0 20 0 18 0 255648485 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 18 0 255648485 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 255648485 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 195 0 0 0 8 3 0 0 20 0 18 0 255648486 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 79 0 0 0 4 0 0 0 20 0 18 0 255648486 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 51 0 0 0 2 1 0 0 20 0 18 0 255648486 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 49 0 0 0 2 2 0 0 20 0 18 0 255648486 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 94 0 0 0 4 2 0 0 20 0 18 0 255648486 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 127985 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 128497 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 2900 0 0 0 27 0 0 0 20 0 18 0 255648490 9787813888 128497 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 3329 0 0 0 29 0 0 0 20 0 18 0 255648490 9787813888 128497 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 128497 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 128497 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9558412

[startup+3.10077 s]
/proc/loadavg: 2.06 2.04 2.00 3/212 24326
/proc/meminfo: memFree=23926908/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9558412 CPUtime=4.6 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 13835 0 1 0 393 67 0 0 20 0 18 0 255648483 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2389603 508771 2247 9 0 2380296 0
[pid=24308/tid=24310] ppid=24306 vsize=9558412 CPUtime=2.72 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 3968 0 1 0 239 33 0 0 20 0 18 0 255648484 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140146154184576 140146161957943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 112 0 0 0 9 4 0 0 20 0 18 0 255648485 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 70 0 0 0 8 4 0 0 20 0 18 0 255648485 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 58 0 0 0 8 4 0 0 20 0 18 0 255648485 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 239 0 0 0 16 6 0 0 20 0 18 0 255648486 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 116 0 0 0 11 3 0 0 20 0 18 0 255648486 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 88 0 0 0 10 4 0 0 20 0 18 0 255648486 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 443 0 0 0 8 4 0 0 20 0 18 0 255648486 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 375 0 0 0 12 4 0 0 20 0 18 0 255648486 9787813888 508771 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 962 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255648487 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 2900 0 0 0 27 0 0 0 20 0 18 0 255648490 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 3329 0 0 0 29 0 0 0 20 0 18 0 255648490 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648490 9787813888 509283 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9558412

[startup+6.30081 s]
/proc/loadavg: 2.06 2.04 2.00 3/212 24326
/proc/meminfo: memFree=22854588/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9624976 CPUtime=9.41 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 18536 0 1 0 848 93 0 0 20 0 19 0 255648483 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2406244 596545 2261 9 0 2396937 0
[pid=24308/tid=24310] ppid=24306 vsize=9624976 CPUtime=5.52 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 4047 0 1 0 514 38 0 0 20 0 19 0 255648484 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140146154185528 140146008515676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 439 0 0 0 24 5 0 0 20 0 19 0 255648485 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 482 0 0 0 32 7 0 0 20 0 19 0 255648485 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 136 0 0 0 28 7 0 0 20 0 19 0 255648485 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 293 0 0 0 33 9 0 0 20 0 19 0 255648486 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 171 0 0 0 28 5 0 0 20 0 19 0 255648486 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 159 0 0 0 27 7 0 0 20 0 19 0 255648486 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 959 0 0 0 22 7 0 0 20 0 19 0 255648486 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 710 0 0 0 27 6 0 0 20 0 19 0 255648486 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 2948 0 0 0 45 0 0 0 20 0 19 0 255648490 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 5747 0 0 0 53 2 0 0 20 0 19 0 255648490 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 596545 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 24327
/proc/meminfo: memFree=22689212/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9624976 CPUtime=16 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 18546 0 1 0 1506 94 0 0 20 0 19 0 255648483 9855975424 596550 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2406244 596550 2266 9 0 2396937 0
[pid=24308/tid=24310] ppid=24306 vsize=9624976 CPUtime=11.92 cores=1,3,5,7

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

[pid=24308/tid=24323] ppid=24306 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 9982 0 0 0 101 3 0 0 20 0 19 0 255648490 9855975424 653068 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 5780 0 0 0 88 2 0 0 20 0 19 0 255648490 9855975424 653068 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653068 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 99 0 0 0 56 38 0 0 20 0 19 0 255648490 9855975424 653068 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24327] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24327/stat : 24327 (java) S 24306 24308 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255649097 9855975424 653068 33554432000 1073741824 1073778376 140734352916176 140145633604776 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.88
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 24433
/proc/meminfo: memFree=24753220/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9624976 CPUtime=1788.96 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 26041 0 1 0 178698 198 0 0 20 0 19 0 255648483 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2406244 653580 2281 9 0 2396937 0
[pid=24308/tid=24310] ppid=24306 vsize=9624976 CPUtime=1770.17 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 4069 0 1 0 176952 65 0 0 20 0 19 0 255648484 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146154193184 140146008548898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 449 0 0 0 38 6 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 495 0 0 0 48 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 161 0 0 0 39 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 344 0 0 0 49 10 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 194 0 0 0 40 6 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 183 0 0 0 42 9 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 969 0 0 0 32 7 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 722 0 0 0 37 8 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9624976 CPUtime=10.97 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 1409 0 0 0 1091 6 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 9982 0 0 0 101 3 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 5780 0 0 0 88 2 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 103 0 0 0 56 41 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24327] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24327/stat : 24327 (java) S 24306 24308 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255649097 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145633604776 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.96
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 24433
/proc/meminfo: memFree=24736712/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 26041 0 1 0 179808 198 0 0 20 0 19 0 255648483 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2406244 653580 2281 9 0 2396937 0
[pid=24308/tid=24310] ppid=24306 vsize=9624976 CPUtime=1781.27 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 4069 0 1 0 178061 66 0 0 20 0 19 0 255648484 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146154193184 140146008548788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 449 0 0 0 38 6 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 495 0 0 0 48 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 161 0 0 0 39 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 344 0 0 0 49 10 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 194 0 0 0 40 6 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 183 0 0 0 42 9 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 969 0 0 0 32 7 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 722 0 0 0 37 8 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9624976 CPUtime=10.97 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 1409 0 0 0 1091 6 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 9982 0 0 0 101 3 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 5780 0 0 0 88 2 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 103 0 0 0 57 41 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24327] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24327/stat : 24327 (java) S 24306 24308 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255649097 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145633604776 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1793.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 24433
/proc/meminfo: memFree=24736712/32873844 swapFree=6080/6080
[pid=24308] ppid=24306 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/24308/stat : 24308 (java) S 24306 24308 21352 0 -1 4202496 26041 0 1 0 179808 198 0 0 20 0 19 0 255648483 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140734352907312 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24308/statm: 2406244 653580 2281 9 0 2396937 0
[pid=24308/tid=24310] ppid=24306 vsize=9624976 CPUtime=1781.27 cores=1,3,5,7
/proc/24308/task/24310/stat : 24310 (java) R 24306 24308 21352 0 -1 4202560 4069 0 1 0 178061 66 0 0 20 0 19 0 255648484 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146154193184 140146008548788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24311] ppid=24306 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24308/task/24311/stat : 24311 (java) S 24306 24308 21352 0 -1 4202560 449 0 0 0 38 6 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140146126645800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24312] ppid=24306 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/24308/task/24312/stat : 24312 (java) S 24306 24308 21352 0 -1 4202560 495 0 0 0 48 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145996638632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24313] ppid=24306 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/24308/task/24313/stat : 24313 (java) S 24306 24308 21352 0 -1 4202560 161 0 0 0 39 8 0 0 20 0 19 0 255648485 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145995585832 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24314] ppid=24306 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/24308/task/24314/stat : 24314 (java) S 24306 24308 21352 0 -1 4202560 344 0 0 0 49 10 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145994533032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24308/tid=24315] ppid=24306 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24308/task/24315/stat : 24315 (java) S 24306 24308 21352 0 -1 4202560 194 0 0 0 40 6 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145993481256 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24316] ppid=24306 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24308/task/24316/stat : 24316 (java) S 24306 24308 21352 0 -1 4202560 183 0 0 0 42 9 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145992428456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24317] ppid=24306 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24308/task/24317/stat : 24317 (java) S 24306 24308 21352 0 -1 4202560 969 0 0 0 32 7 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145655278376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24318] ppid=24306 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24308/task/24318/stat : 24318 (java) S 24306 24308 21352 0 -1 4202560 722 0 0 0 37 8 0 0 20 0 19 0 255648486 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145654225576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24319] ppid=24306 vsize=9624976 CPUtime=10.97 cores=1,3,5,7
/proc/24308/task/24319/stat : 24319 (java) S 24306 24308 21352 0 -1 4202560 1409 0 0 0 1091 6 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145642027496 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24308/tid=24320] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24320/stat : 24320 (java) S 24306 24308 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145640973560 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24321] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24321/stat : 24321 (java) S 24306 24308 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648487 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145639920648 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24322] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24322/stat : 24322 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145638869136 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24323] ppid=24306 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/24308/task/24323/stat : 24323 (java) S 24306 24308 21352 0 -1 4202560 9982 0 0 0 101 3 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145637817272 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24324] ppid=24306 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/24308/task/24324/stat : 24324 (java) S 24306 24308 21352 0 -1 4202560 5780 0 0 0 88 2 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145636764472 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24325] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24325/stat : 24325 (java) S 24306 24308 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145635711864 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24308/tid=24326] ppid=24306 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/24308/task/24326/stat : 24326 (java) S 24306 24308 21352 0 -1 4202560 103 0 0 0 57 41 0 0 20 0 19 0 255648490 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145634659272 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24308/tid=24327] ppid=24306 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24308/task/24327/stat : 24327 (java) S 24306 24308 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255649097 9855975424 653580 33554432000 1073741824 1073778376 140734352916176 140145633604776 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24308 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=388755
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=953702
# CPU time returned by wait4() is 1799.34
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.44
CPU time (s): 1800.06
CPU user time (s): 1798.08
CPU system time (s): 1.98
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 1.9537
maximum resident set size= 2614448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26077
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39089
involuntary context switches= 12026

runsolver used 5.9101 second user time and 17.2734 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 23:33:19
IDJOB=3689969
IDBENCH=92600
IDSOLVER=2269
FILE ID=node108/3689969-1337895198
RUNJOBID= node108-1337871881-21369
PBS_JOBID= 14620096
Free space on /tmp= 71660 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_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689969-1337895198/watcher-3689969-1337895198 -o /tmp/evaluation-result-3689969-1337895198/solver-3689969-1337895198 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689969-1337895198.opb

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

MD5SUM BENCH= e3e5085cf85b7ad1bb71a480e0fb63c6
RANDOM SEED=414228331

node108.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		: 2666.273
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	: 5332.54
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		: 2666.273
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		: 2666.273
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.91
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		: 2666.273
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		: 2666.273
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		: 2666.273
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	: 5438.55
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		: 2666.273
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	: 5331.90
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		: 2666.273
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:       32873844 kB
MemFree:        25072564 kB
Buffers:          208672 kB
Cached:          4262264 kB
SwapCached:            0 kB
Active:          3100680 kB
Inactive:        3920964 kB
Active(anon):    2553328 kB
Inactive(anon):        0 kB
Active(file):     547352 kB
Inactive(file):  3920964 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29940 kB
Writeback:             0 kB
AnonPages:       2561176 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             631836 kB
SReclaimable:      73376 kB
SUnreclaim:       558460 kB
KernelStack:        1592 kB
PageTables:         9276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3270876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2504704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node108 at 2012-05-25 00:03:15