Trace number 3689809

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 1794.54

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMecfb37e57149da15322fff965cafdd0d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-60544
Best CPU time to get the best result obtained on this benchmark1010.68
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 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370126
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370126
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689809-1337893435.opb
0.10/0.11	c reading problem ... 
8.02/5.77	c ... done. Wall clock time 5.658s.
8.02/5.77	c declared #vars     400896
8.02/5.77	c #constraints  402763
8.02/5.77	c constraints type 
8.02/5.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
8.02/5.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.02/5.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.02/5.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.02/5.77	c 402763 constraints processed.
8.02/5.77	c objective function length is 1605 literals
45.85/42.99	c cleaning 2499 clauses out of 4999 with flag 5000/5000
83.07/79.95	c cleaning 4215 clauses out of 8500 with flag 11000/11000
122.33/119.17	c cleaning 5619 clauses out of 11287 with flag 18002/18002
169.31/166.05	c cleaning 6826 clauses out of 13666 with flag 26000/26000
220.00/216.62	c cleaning 7864 clauses out of 15840 with flag 35000/35000
272.35/268.90	c cleaning 8966 clauses out of 17976 with flag 45000/45000
332.92/329.46	c cleaning 9825 clauses out of 20012 with flag 56002/56002
401.40/397.82	c cleaning 11064 clauses out of 22185 with flag 68000/68000
467.29/463.63	c cleaning 12050 clauses out of 24121 with flag 81000/81000
566.41/562.60	c cleaning 13023 clauses out of 26071 with flag 95000/95000
666.55/662.68	c cleaning 14016 clauses out of 28048 with flag 110000/110000
767.78/763.74	c cleaning 15012 clauses out of 30038 with flag 126006/126006
845.59/841.45	c cleaning 15807 clauses out of 32020 with flag 143000/143000
923.30/919.08	c cleaning 17094 clauses out of 34213 with flag 161000/161000
1044.59/1040.15	c cleaning 18054 clauses out of 36120 with flag 180001/180001
1138.11/1133.51	c cleaning 19032 clauses out of 38069 with flag 200004/200004
1244.54/1239.80	c cleaning 19978 clauses out of 40034 with flag 221001/221001
1333.19/1328.37	c cleaning 20996 clauses out of 42055 with flag 243000/243000
1443.84/1438.81	c cleaning 22013 clauses out of 44059 with flag 266000/266000
1527.87/1522.79	c cleaning 22994 clauses out of 46047 with flag 290001/290001
1613.10/1607.84	c cleaning 24010 clauses out of 48052 with flag 315000/315000
1694.58/1689.28	c cleaning 24960 clauses out of 50043 with flag 341001/341001
1781.39/1775.91	c cleaning 26019 clauses out of 52083 with flag 368001/368001
1800.06/1794.51	c starts		: 136
1800.06/1794.51	c conflicts		: 373138
1800.06/1794.51	c decisions		: 8773152
1800.06/1794.51	c propagations		: 4639262239
1800.06/1794.51	c inspects		: 2892140511
1800.06/1794.51	c shortcuts		: 0
1800.06/1794.51	c learnt literals	: 1
1800.06/1794.51	c learnt binary clauses	: 1991
1800.06/1794.51	c learnt ternary clauses	: 1508
1800.06/1794.51	c learnt constraints	: 373136
1800.06/1794.51	c ignored constraints	: 0
1800.06/1794.51	c root simplifications	: 0
1800.06/1794.51	c removed literals (reason simplification)	: 0
1800.06/1794.51	c reason swapping (by a shorter reason)	: 0
1800.06/1794.51	c Calls to reduceDB	: 23
1800.06/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.51	c number of learned constraints concerned by reduction	: 0
1800.06/1794.51	c number of learning phase by resolution	: 0
1800.06/1794.51	c number of learning phase by cutting planes	: 0
1800.06/1794.51	c speed (assignments/second)	: 2593693.7892400497
1800.06/1794.51	c non guided choices	0
1800.06/1794.52	c learnt constraints type 
1800.06/1794.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1991
1800.06/1794.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29217
1800.06/1794.52	c constraints type 
1800.06/1794.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.06/1794.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/1794.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/1794.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1794.52	c 402763 constraints processed.
1800.06/1794.52	s UNKNOWN
1800.06/1794.52	c Total wall clock time (in seconds): 1794.413

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-3689809-1337893435/watcher-3689809-1337893435 -o /tmp/evaluation-result-3689809-1337893435/solver-3689809-1337893435 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689809-1337893435.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.49 2.12 2.04 3/194 27933
/proc/meminfo: memFree=26770776/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27933/stat : 27933 (java) R 27931 27933 23457 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 255472198 23793664 711 33554432000 1073741824 1073778376 140735041419488 140735041408552 245285041512 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 5809 712 527 9 0 128 0

[startup+0.0453269 s]
/proc/loadavg: 2.49 2.12 2.04 3/194 27933
/proc/meminfo: memFree=26770776/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 3055 0 1 0 3 0 0 0 20 0 13 0 255472198 9446973440 3753 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2306390 3753 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100216 s]
/proc/loadavg: 2.49 2.12 2.04 3/194 27933
/proc/meminfo: memFree=26770776/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 4378 0 1 0 9 1 0 0 20 0 18 0 255472198 9787813888 5571 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2389603 5571 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 2.49 2.12 2.04 3/194 27933
/proc/meminfo: memFree=26770776/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 5895 0 1 0 51 2 0 0 20 0 18 0 255472198 9787813888 12953 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2389603 12953 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700231 s]
/proc/loadavg: 2.49 2.12 2.04 3/194 27933
/proc/meminfo: memFree=26770776/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9558412 CPUtime=1.3 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 9561 0 1 0 123 7 0 0 20 0 18 0 255472198 9787813888 45426 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2389603 45426 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 2.49 2.12 2.04 3/212 27951
/proc/meminfo: memFree=26444692/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9558412 CPUtime=2.42 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 10276 0 1 0 223 19 0 0 20 0 18 0 255472198 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2389603 89503 2247 9 0 2380296 0
[pid=27933/tid=27935] ppid=27931 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 2559 0 1 0 127 6 0 0 20 0 18 0 255472198 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311196351384 140311028711513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 134 0 0 0 4 3 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 41 0 0 0 2 2 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 255472199 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255472200 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255472201 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255472201 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2555 0 0 0 29 0 0 0 20 0 18 0 255472203 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3200 0 0 0 26 0 0 0 20 0 18 0 255472203 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 89503 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9558412

[startup+3.10072 s]
/proc/loadavg: 2.49 2.12 2.04 3/212 27951
/proc/meminfo: memFree=26206816/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9558412 CPUtime=4.34 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 11010 0 1 0 400 34 0 0 20 0 18 0 255472198 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2389603 159642 2247 9 0 2380296 0
[pid=27933/tid=27935] ppid=27931 vsize=9558412 CPUtime=2.82 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 2846 0 1 0 272 10 0 0 20 0 18 0 255472198 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311196344304 140311028711897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 163 0 0 0 10 4 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 120 0 0 0 7 3 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 54 0 0 0 6 3 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 72 0 0 0 8 4 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 18 0 255472199 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255472200 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255472201 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255472201 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2555 0 0 0 29 0 0 0 20 0 18 0 255472203 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3200 0 0 0 26 0 0 0 20 0 18 0 255472203 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255472203 9787813888 159642 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9558412

[startup+6.3007 s]
/proc/loadavg: 2.53 2.14 2.04 3/212 27951
/proc/meminfo: memFree=24551364/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9624976 CPUtime=9.1 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 14883 0 1 0 821 89 0 0 20 0 19 0 255472198 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2406244 556121 2263 9 0 2396937 0
[pid=27933/tid=27935] ppid=27931 vsize=9624976 CPUtime=5.61 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 4405 0 1 0 525 36 0 0 20 0 19 0 255472198 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311196344712 140311029194888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 492 0 0 0 22 7 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 102 0 0 0 21 6 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 189 0 0 0 20 6 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 148 0 0 0 22 7 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 252 0 0 0 29 7 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 130 0 0 0 21 7 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 302 0 0 0 15 5 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 512 0 0 0 25 6 0 0 20 0 19 0 255472199 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255472200 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2574 0 0 0 55 0 0 0 20 0 19 0 255472203 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) R 27931 27933 23457 0 -1 4202560 3330 0 0 0 49 0 0 0 20 0 19 0 255472203 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311014611896 140311202513953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 556121 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.49 2.13 2.04 3/213 27952
/proc/meminfo: memFree=24550828/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9624976 CPUtime=15.58 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 14887 0 1 0 1469 89 0 0 20 0 19 0 255472198 9855975424 556122 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2406244 556122 2264 9 0 2396937 0
[pid=27933/tid=27935] ppid=27931 vsize=9624976 CPUtime=11.99 cores=1,3,5,7

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

[pid=27933/tid=27948] ppid=27931 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2596 0 0 0 68 0 0 0 20 0 19 0 255472203 9855975424 603986 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3352 0 0 0 64 1 0 0 20 0 19 0 255472203 9855975424 603986 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 603986 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 99 0 0 0 50 58 0 0 20 0 19 0 255472203 9855975424 603986 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) S 27931 27933 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472782 9855975424 603986 33554432000 1073741824 1073778376 140735041419488 140310003831848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.78
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 27967
/proc/meminfo: memFree=24188192/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9624976 CPUtime=1787.86 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 16800 0 1 0 178593 193 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2406244 608083 2281 9 0 2396937 0
[pid=27933/tid=27935] ppid=27931 vsize=9624976 CPUtime=1766.35 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 4434 0 1 0 176572 63 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311196353000 140311029245522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 546 0 0 0 38 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 376 0 0 0 39 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 337 0 0 0 33 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 256 0 0 0 40 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 464 0 0 0 46 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 634 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 421 0 0 0 33 6 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 679 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9624976 CPUtime=10.34 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 1419 0 0 0 1029 5 0 0 20 0 19 0 255472200 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2596 0 0 0 68 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3353 0 0 0 64 1 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 103 0 0 0 53 59 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) S 27931 27933 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472782 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310003831848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.86
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/189 27994
/proc/meminfo: memFree=26600788/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 16800 0 1 0 179813 193 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2406244 608083 2281 9 0 2396937 0
[pid=27933/tid=27935] ppid=27931 vsize=9624976 CPUtime=1778.52 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 4434 0 1 0 177788 64 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311196353000 140311029245584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 546 0 0 0 38 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 376 0 0 0 39 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 337 0 0 0 33 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 256 0 0 0 40 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 464 0 0 0 46 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 634 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 421 0 0 0 33 6 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 679 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9624976 CPUtime=10.34 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 1419 0 0 0 1029 5 0 0 20 0 19 0 255472200 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2596 0 0 0 68 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3353 0 0 0 64 1 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 103 0 0 0 53 59 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) S 27931 27933 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472782 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310003831848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1794.5 s]
/proc/loadavg: 1.85 1.97 1.99 2/189 27994
/proc/meminfo: memFree=26600788/32873844 swapFree=7356/7356
[pid=27933] ppid=27931 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27931 27933 23457 0 -1 4202496 16800 0 1 0 179813 193 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140735041410624 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27933/statm: 2406244 608083 2281 9 0 2396937 0
[pid=27933/tid=27935] ppid=27931 vsize=9624976 CPUtime=1778.52 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) R 27931 27933 23457 0 -1 4202560 4434 0 1 0 177788 64 0 0 20 0 19 0 255472198 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311196353000 140311029245584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27936] ppid=27931 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27931 27933 23457 0 -1 4202560 546 0 0 0 38 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311157844392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27937] ppid=27931 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27931 27933 23457 0 -1 4202560 376 0 0 0 39 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311156791848 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27938] ppid=27931 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27931 27933 23457 0 -1 4202560 337 0 0 0 33 7 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311155738792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27931 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27931 27933 23457 0 -1 4202560 256 0 0 0 40 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311154686248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27940] ppid=27931 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27931 27933 23457 0 -1 4202560 464 0 0 0 46 9 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311153634216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27941] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27931 27933 23457 0 -1 4202560 634 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311152581672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27931 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27931 27933 23457 0 -1 4202560 421 0 0 0 33 6 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311151528616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27931 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27931 27933 23457 0 -1 4202560 679 0 0 0 37 8 0 0 20 0 19 0 255472199 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311150476072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27931 vsize=9624976 CPUtime=10.34 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27931 27933 23457 0 -1 4202560 1419 0 0 0 1029 5 0 0 20 0 19 0 255472200 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311019874664 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27945] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27931 27933 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311018820984 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27946] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27931 27933 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255472201 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311017767816 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27947] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311016716560 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27948] ppid=27931 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27931 27933 23457 0 -1 4202560 2596 0 0 0 68 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311015664440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27931 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27931 27933 23457 0 -1 4202560 3353 0 0 0 64 1 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311014611896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27931 27933 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140311013559032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27951] ppid=27931 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27931 27933 23457 0 -1 4202560 103 0 0 0 53 59 0 0 20 0 19 0 255472203 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310004886600 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27931 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) S 27931 27933 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255472782 9855975424 608083 33554432000 1073741824 1073778376 140735041419488 140310003831848 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 27933 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=208390
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=73684
# CPU time returned by wait4() is 1795.28
# 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): 1794.54
CPU time (s): 1800.06
CPU user time (s): 1798.13
CPU system time (s): 1.93
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.21
system time used= 2.07368
maximum resident set size= 2432460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16833
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= 38849
involuntary context switches= 4464

runsolver used 6.82096 second user time and 14.5318 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 23:03:56
IDJOB=3689809
IDBENCH=90887
IDSOLVER=2269
FILE ID=node109/3689809-1337893435
RUNJOBID= node109-1337889848-27598
PBS_JOBID= 14620095
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= ecfb37e57149da15322fff965cafdd0d
RANDOM SEED=949565583

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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:        26770916 kB
Buffers:          217676 kB
Cached:          2876452 kB
SwapCached:            0 kB
Active:          2668048 kB
Inactive:        2663240 kB
Active(anon):    2239984 kB
Inactive(anon):        0 kB
Active(file):     428064 kB
Inactive(file):  2663240 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             55864 kB
Writeback:             0 kB
AnonPages:       2246884 kB
Mapped:            22496 kB
Shmem:               200 kB
Slab:             628476 kB
SReclaimable:      70352 kB
SUnreclaim:       558124 kB
KernelStack:        1600 kB
PageTables:         8648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3268504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2193408 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= 71652 MiB
End job on node109 at 2012-05-24 23:33:53