Trace number 3689837

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.99 1796.14

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 905768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 905768
Number of bits of the biggest sum of numbers20
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.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689837-1337893490.opb
0.09/0.12	c reading problem ... 
7.84/5.65	c ... done. Wall clock time 5.536s.
7.84/5.65	c declared #vars     400896
7.84/5.65	c #constraints  402763
7.84/5.65	c constraints type 
7.84/5.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.84/5.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.84/5.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.84/5.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.84/5.65	c 402763 constraints processed.
7.84/5.65	c objective function length is 1427 literals
45.15/42.37	c cleaning 2496 clauses out of 5000 with flag 5001/5001
79.21/76.15	c cleaning 4250 clauses out of 8504 with flag 11001/11001
112.04/108.93	c cleaning 5581 clauses out of 11253 with flag 18000/18000
146.70/143.59	c cleaning 6805 clauses out of 13674 with flag 26002/26002
187.11/183.82	c cleaning 7926 clauses out of 15868 with flag 35001/35001
261.65/258.35	c cleaning 8961 clauses out of 17941 with flag 45000/45000
319.37/316.00	c cleaning 9984 clauses out of 19980 with flag 56000/56000
392.11/388.71	c cleaning 10993 clauses out of 21997 with flag 68001/68001
484.53/481.15	c cleaning 11970 clauses out of 24003 with flag 81000/81000
564.78/561.31	c cleaning 13000 clauses out of 26033 with flag 95000/95000
654.62/651.19	c cleaning 14001 clauses out of 28034 with flag 110001/110001
778.65/775.19	c cleaning 15008 clauses out of 30032 with flag 126000/126000
893.79/890.23	c cleaning 15909 clauses out of 32024 with flag 143000/143000
1004.03/1000.42	c cleaning 17058 clauses out of 34116 with flag 161001/161001
1127.06/1123.44	c cleaning 18008 clauses out of 36058 with flag 180001/180001
1214.80/1211.18	c cleaning 18986 clauses out of 38050 with flag 200001/200001
1309.04/1305.33	c cleaning 20022 clauses out of 40064 with flag 221001/221001
1413.16/1409.45	c cleaning 21012 clauses out of 42042 with flag 243001/243001
1533.20/1529.46	c cleaning 22008 clauses out of 44030 with flag 266001/266001
1644.47/1640.68	c cleaning 23000 clauses out of 46021 with flag 290000/290000
1740.49/1736.64	c cleaning 24005 clauses out of 48021 with flag 315000/315000
1800.06/1796.11	c starts		: 135
1800.06/1796.11	c conflicts		: 328118
1800.06/1796.11	c decisions		: 9170486
1800.06/1796.11	c propagations		: 6194256689
1800.06/1796.11	c inspects		: 2898674034
1800.06/1796.11	c shortcuts		: 0
1800.06/1796.11	c learnt literals	: 1
1800.06/1796.11	c learnt binary clauses	: 2276
1800.06/1796.11	c learnt ternary clauses	: 1442
1800.06/1796.11	c learnt constraints	: 328116
1800.06/1796.11	c ignored constraints	: 0
1800.06/1796.11	c root simplifications	: 0
1800.06/1796.11	c removed literals (reason simplification)	: 0
1800.06/1796.11	c reason swapping (by a shorter reason)	: 0
1800.06/1796.11	c Calls to reduceDB	: 21
1800.06/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.11	c number of learned constraints concerned by reduction	: 0
1800.06/1796.11	c number of learning phase by resolution	: 0
1800.06/1796.11	c number of learning phase by cutting planes	: 0
1800.06/1796.11	c speed (assignments/second)	: 3459736.5766226687
1800.06/1796.11	c non guided choices	53540
1800.06/1796.13	c learnt constraints type 
1800.06/1796.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2276
1800.06/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34862
1800.06/1796.13	c constraints type 
1800.06/1796.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.06/1796.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/1796.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/1796.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1796.13	c 402763 constraints processed.
1800.06/1796.13	s UNKNOWN
1800.06/1796.13	c Total wall clock time (in seconds): 1796.01

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-3689837-1337893490/watcher-3689837-1337893490 -o /tmp/evaluation-result-3689837-1337893490/solver-3689837-1337893490 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689837-1337893490.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: 1.98 2.04 2.01 2/194 14431
/proc/meminfo: memFree=27653352/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14431/stat : 14431 (java) D 14429 14431 12001 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255475193 9515008 182 33554432000 1073741824 1073778376 140734582348544 140734582339576 251032059573 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2323 182 140 9 0 71 0

[startup+0.016563 s]
/proc/loadavg: 1.98 2.04 2.01 2/194 14431
/proc/meminfo: memFree=27653352/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=101592 CPUtime=0 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 255475193 104030208 1044 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 25382 1041 796 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101592

[startup+0.100221 s]
/proc/loadavg: 1.98 2.04 2.01 2/194 14431
/proc/meminfo: memFree=27653352/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 4309 0 1 0 8 1 0 0 20 0 18 0 255475193 9787813888 5002 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2389603 5003 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 1.98 2.04 2.01 2/194 14431
/proc/meminfo: memFree=27653352/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 5962 0 1 0 47 1 0 0 20 0 18 0 255475193 9787813888 12033 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2389603 12033 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700227 s]
/proc/loadavg: 1.98 2.04 2.01 2/194 14431
/proc/meminfo: memFree=27653352/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9558412 CPUtime=1.26 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 9322 0 1 0 121 5 0 0 20 0 18 0 255475193 9787813888 44527 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2389603 44527 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.98 2.04 2.01 3/212 14449
/proc/meminfo: memFree=27328572/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9558412 CPUtime=2.32 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 10032 0 1 0 217 15 0 0 20 0 18 0 255475193 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2389603 89110 2247 9 0 2380296 0
[pid=14431/tid=14433] ppid=14429 vsize=9558412 CPUtime=1.35 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 2614 0 1 0 129 6 0 0 20 0 18 0 255475194 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454891269016 140454831370157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 127 0 0 0 5 1 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 125 0 0 0 3 2 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 255475195 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2523 0 0 0 24 0 0 0 20 0 18 0 255475199 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 2952 0 0 0 29 0 0 0 20 0 18 0 255475199 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 89110 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 1.98 2.04 2.01 8/212 14449
/proc/meminfo: memFree=27078532/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9558412 CPUtime=4.18 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 10760 0 1 0 393 25 0 0 20 0 18 0 255475193 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2389603 159247 2247 9 0 2380296 0
[pid=14431/tid=14433] ppid=14429 vsize=9558412 CPUtime=2.86 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 2896 0 1 0 276 10 0 0 20 0 18 0 255475194 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454891261840 140454831370329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 65 0 0 0 9 4 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 151 0 0 0 9 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 142 0 0 0 7 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 255475195 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255475197 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2523 0 0 0 24 0 0 0 20 0 18 0 255475199 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 2952 0 0 0 30 0 0 0 20 0 18 0 255475199 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255475199 9787813888 159247 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9558412

[startup+6.30068 s]
/proc/loadavg: 1.98 2.04 2.01 3/212 14449
/proc/meminfo: memFree=25431272/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9624976 CPUtime=9.03 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 16518 0 1 0 838 65 0 0 20 0 19 0 255475193 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2406244 557288 2263 9 0 2396937 0
[pid=14431/tid=14433] ppid=14429 vsize=9624976 CPUtime=5.68 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 4420 0 1 0 539 29 0 0 20 0 19 0 255475194 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454891262344 140454831899881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 107 0 0 0 19 4 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 386 0 0 0 24 5 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 166 0 0 0 18 4 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 629 0 0 0 25 5 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 268 0 0 0 25 5 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 190 0 0 0 24 6 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 197 0 0 0 21 4 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 113 0 0 0 18 5 0 0 20 0 19 0 255475195 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2613 0 0 0 44 0 0 0 20 0 19 0 255475199 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 4985 0 0 0 67 0 0 0 20 0 19 0 255475199 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 557288 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.98 2.04 2.01 3/213 14450
/proc/meminfo: memFree=25428296/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9624976 CPUtime=15.55 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 16531 0 1 0 1490 65 0 0 20 0 19 0 255475193 9855975424 557277 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2406244 557277 2267 9 0 2396937 0
[pid=14431/tid=14433] ppid=14429 vsize=9624976 CPUtime=12.08 cores=0,2,4,6

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

[pid=14431/tid=14439] ppid=14429 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 205 0 0 0 34 6 0 0 20 0 19 0 255475195 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 210 0 0 0 31 4 0 0 20 0 19 0 255475195 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 133 0 0 0 34 6 0 0 20 0 19 0 255475195 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9624976 CPUtime=8.39 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 1381 0 0 0 835 4 0 0 20 0 19 0 255475197 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2620 0 0 0 50 0 0 0 20 0 19 0 255475199 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 5015 0 0 0 91 0 0 0 20 0 19 0 255475199 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 101 0 0 0 44 33 0 0 20 0 19 0 255475199 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14450] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14450/stat : 14450 (java) S 14429 14431 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475766 9855975424 589599 33554432000 1073741824 1073778376 140737118700304 140454706303784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.19
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/213 14526
/proc/meminfo: memFree=23176308/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9624976 CPUtime=1786.25 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 16927 0 1 0 178534 91 0 0 20 0 19 0 255475193 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2406244 589378 2281 9 0 2396937 0
[pid=14431/tid=14433] ppid=14429 vsize=9624976 CPUtime=1772.62 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 4447 0 1 0 177205 57 0 0 20 0 19 0 255475194 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454891270432 140454831552792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 136 0 0 0 35 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 389 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 192 0 0 0 31 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 633 0 0 0 37 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 281 0 0 0 40 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 210 0 0 0 32 4 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9624976 CPUtime=8.79 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 1383 0 0 0 875 4 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2620 0 0 0 50 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 5015 0 0 0 91 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 103 0 0 0 45 34 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14450] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14450/stat : 14450 (java) S 14429 14431 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475766 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454706303784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.25
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.98 1.99 1.99 3/213 14526
/proc/meminfo: memFree=23176308/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 16929 0 1 0 179915 91 0 0 20 0 19 0 255475193 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2406244 589378 2281 9 0 2396937 0
[pid=14431/tid=14433] ppid=14429 vsize=9624976 CPUtime=1786.43 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 4447 0 1 0 178585 58 0 0 20 0 19 0 255475194 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454891270432 140454831823247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 136 0 0 0 35 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 389 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 192 0 0 0 31 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 633 0 0 0 37 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 281 0 0 0 40 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 210 0 0 0 32 4 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9624976 CPUtime=8.8 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 1383 0 0 0 876 4 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2620 0 0 0 50 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 5015 0 0 0 91 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 105 0 0 0 46 35 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14450] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14450/stat : 14450 (java) S 14429 14431 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475766 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454706303784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 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+1796.1 s]
/proc/loadavg: 1.98 1.99 1.99 3/213 14526
/proc/meminfo: memFree=23176308/32873844 swapFree=7364/7364
[pid=14431] ppid=14429 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/14431/stat : 14431 (java) S 14429 14431 12001 0 -1 4202496 16929 0 1 0 179915 91 0 0 20 0 19 0 255475193 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140737118691440 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14431/statm: 2406244 589378 2281 9 0 2396937 0
[pid=14431/tid=14433] ppid=14429 vsize=9624976 CPUtime=1786.43 cores=0,2,4,6
/proc/14431/task/14433/stat : 14433 (java) R 14429 14431 12001 0 -1 4202560 4447 0 1 0 178585 58 0 0 20 0 19 0 255475194 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454891270432 140454831823247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14434] ppid=14429 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/14431/task/14434/stat : 14434 (java) S 14429 14431 12001 0 -1 4202560 136 0 0 0 35 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454830000296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14435] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14435/stat : 14435 (java) S 14429 14431 12001 0 -1 4202560 389 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454828947752 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14436] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14436/stat : 14436 (java) S 14429 14431 12001 0 -1 4202560 192 0 0 0 31 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454827895208 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14437] ppid=14429 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/14431/task/14437/stat : 14437 (java) S 14429 14431 12001 0 -1 4202560 633 0 0 0 37 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454731135528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14438] ppid=14429 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/14431/task/14438/stat : 14438 (java) S 14429 14431 12001 0 -1 4202560 281 0 0 0 40 5 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454730082984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14439] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14439/stat : 14439 (java) S 14429 14431 12001 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454729030440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14431/tid=14440] ppid=14429 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/14431/task/14440/stat : 14440 (java) S 14429 14431 12001 0 -1 4202560 210 0 0 0 32 4 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454727977896 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14441] ppid=14429 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/14431/task/14441/stat : 14441 (java) S 14429 14431 12001 0 -1 4202560 133 0 0 0 35 6 0 0 20 0 19 0 255475195 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454726925352 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14442] ppid=14429 vsize=9624976 CPUtime=8.8 cores=0,2,4,6
/proc/14431/task/14442/stat : 14442 (java) S 14429 14431 12001 0 -1 4202560 1383 0 0 0 876 4 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454714726504 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14443] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14443/stat : 14443 (java) S 14429 14431 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454713672824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14444] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14444/stat : 14444 (java) S 14429 14431 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475197 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454712620168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14445] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14445/stat : 14445 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454711568912 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14446] ppid=14429 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/14431/task/14446/stat : 14446 (java) S 14429 14431 12001 0 -1 4202560 2620 0 0 0 50 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454710516280 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14431/tid=14447] ppid=14429 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/14431/task/14447/stat : 14447 (java) S 14429 14431 12001 0 -1 4202560 5015 0 0 0 91 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454709463736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14448] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14448/stat : 14448 (java) S 14429 14431 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454708411384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14431/tid=14449] ppid=14429 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/14431/task/14449/stat : 14449 (java) S 14429 14431 12001 0 -1 4202560 105 0 0 0 46 35 0 0 20 0 19 0 255475199 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454707359048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14431/tid=14450] ppid=14429 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14431/task/14450/stat : 14450 (java) S 14429 14431 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475766 9855975424 589378 33554432000 1073741824 1073778376 140737118700304 140454706303784 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.14
CPU time (s): 1800.99
CPU user time (s): 1799.45
CPU system time (s): 1.54177
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.54176
maximum resident set size= 2366160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16969
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= 38850
involuntary context switches= 6412

runsolver used 5.99009 second user time and 15.2827 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 23:04:51
IDJOB=3689837
IDBENCH=91035
IDSOLVER=2269
FILE ID=node118/3689837-1337893490
RUNJOBID= node118-1337871881-12017
PBS_JOBID= 14620086
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=148027162

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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		: 2666.212
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.212
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	: 5320.68
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.212
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		: 2666.212
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.91
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27653352 kB
Buffers:          223268 kB
Cached:          3987292 kB
SwapCached:            0 kB
Active:           695484 kB
Inactive:        3752404 kB
Active(anon):     238532 kB
Inactive(anon):        0 kB
Active(file):     456952 kB
Inactive(file):  3752404 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27868 kB
Writeback:            28 kB
AnonPages:        245284 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             631864 kB
SReclaimable:      73916 kB
SUnreclaim:       557948 kB
KernelStack:        1592 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71616 MiB
End job on node118 at 2012-05-24 23:34:49