Trace number 3689807

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.05 1795.55

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-98026
Best CPU time to get the best result obtained on this benchmark1800.85
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 987807
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 987807
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/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-3689807-1337893429.opb
0.10/0.11	c reading problem ... 
7.52/5.48	c ... done. Wall clock time 5.371s.
7.52/5.48	c declared #vars     400896
7.52/5.48	c #constraints  402763
7.52/5.48	c constraints type 
7.52/5.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.52/5.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.52/5.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.52/5.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.52/5.48	c 402763 constraints processed.
7.52/5.48	c objective function length is 1605 literals
48.22/45.51	c cleaning 2485 clauses out of 4999 with flag 5000/5000
78.21/75.35	c cleaning 4237 clauses out of 8515 with flag 11001/11001
117.84/114.99	c cleaning 5640 clauses out of 11280 with flag 18003/18003
163.37/160.51	c cleaning 6801 clauses out of 13642 with flag 26005/26005
210.64/207.67	c cleaning 7916 clauses out of 15836 with flag 35000/35000
274.80/271.72	c cleaning 8816 clauses out of 17921 with flag 45001/45001
329.75/326.61	c cleaning 9873 clauses out of 20104 with flag 56000/56000
389.70/386.51	c cleaning 11110 clauses out of 22231 with flag 68000/68000
478.97/475.73	c cleaning 12057 clauses out of 24123 with flag 81002/81002
592.44/589.12	c cleaning 13028 clauses out of 26068 with flag 95004/95004
715.43/712.05	c cleaning 14008 clauses out of 28038 with flag 110002/110002
801.01/797.51	c cleaning 14841 clauses out of 30032 with flag 126004/126004
869.61/866.09	c cleaning 16067 clauses out of 32187 with flag 143000/143000
941.90/938.30	c cleaning 17035 clauses out of 34120 with flag 161000/161000
1021.97/1018.27	c cleaning 18040 clauses out of 36087 with flag 180002/180002
1118.07/1114.28	c cleaning 18946 clauses out of 38045 with flag 200000/200000
1208.22/1204.39	c cleaning 20015 clauses out of 40100 with flag 221001/221001
1291.19/1287.21	c cleaning 21028 clauses out of 42084 with flag 243000/243000
1384.78/1380.76	c cleaning 22023 clauses out of 44058 with flag 266002/266002
1478.22/1474.12	c cleaning 22972 clauses out of 46033 with flag 290000/290000
1579.52/1575.36	c cleaning 24004 clauses out of 48062 with flag 315001/315001
1676.35/1672.01	c cleaning 25005 clauses out of 50058 with flag 341001/341001
1775.66/1771.27	c cleaning 26018 clauses out of 52052 with flag 368000/368000
1800.05/1795.51	c starts		: 136
1800.05/1795.51	c conflicts		: 375141
1800.05/1795.51	c decisions		: 7747461
1800.05/1795.51	c propagations		: 5604634827
1800.05/1795.51	c inspects		: 3090531223
1800.05/1795.51	c shortcuts		: 0
1800.05/1795.51	c learnt literals	: 1
1800.05/1795.51	c learnt binary clauses	: 2049
1800.05/1795.51	c learnt ternary clauses	: 1360
1800.05/1795.51	c learnt constraints	: 375140
1800.05/1795.51	c ignored constraints	: 0
1800.05/1795.51	c root simplifications	: 0
1800.05/1795.51	c removed literals (reason simplification)	: 0
1800.05/1795.51	c reason swapping (by a shorter reason)	: 0
1800.05/1795.51	c Calls to reduceDB	: 23
1800.05/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.51	c number of learned constraints concerned by reduction	: 0
1800.05/1795.51	c number of learning phase by resolution	: 0
1800.05/1795.51	c number of learning phase by cutting planes	: 0
1800.05/1795.51	c speed (assignments/second)	: 3131157.875947789
1800.05/1795.51	c non guided choices	0
1800.05/1795.52	c learnt constraints type 
1800.05/1795.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2049
1800.05/1795.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31131
1800.05/1795.52	c constraints type 
1800.05/1795.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/1795.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1795.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1795.52	c 402763 constraints processed.
1800.05/1795.52	s UNKNOWN
1800.05/1795.52	c Total wall clock time (in seconds): 1795.415

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-3689807-1337893429/watcher-3689807-1337893429 -o /tmp/evaluation-result-3689807-1337893429/solver-3689807-1337893429 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689807-1337893429.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.90 2.04 2.04 2/196 25455
/proc/meminfo: memFree=29160884/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 1204 0 0 0 0 0 0 0 20 0 2 0 255468324 94019584 915 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 22954 917 697 9 0 16769 0
[pid=25455/tid=25456] ppid=25453 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) D 25453 25455 22462 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 255468324 94019584 917 33554432000 1073741824 1073778376 140735676269680 140717879942696 273896533287 0 0 4096 0 18446744072100748580 0 0 -1 2 0 0 0 0 0

[startup+0.00682192 s]
/proc/loadavg: 1.90 2.04 2.04 2/196 25455
/proc/meminfo: memFree=29160884/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 255468324 95129600 927 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 23225 927 703 9 0 16769 0
[pid=25455/tid=25456] ppid=25453 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 255468324 95129600 927 33554432000 1073741824 1073778376 140735676269680 140717879942696 273896533287 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100246 s]
/proc/loadavg: 1.90 2.04 2.04 2/196 25455
/proc/meminfo: memFree=29160884/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 4365 0 1 0 9 1 0 0 20 0 18 0 255468324 9787813888 5566 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2389603 5567 2108 9 0 2380296 0
[pid=25455/tid=25456] ppid=25453 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 2434 0 1 0 7 0 0 0 20 0 18 0 255468324 9787813888 5568 33554432000 1073741824 1073778376 140735676269680 140717879945552 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 1.90 2.04 2.04 2/196 25455
/proc/meminfo: memFree=29160884/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 5979 0 1 0 52 2 0 0 20 0 18 0 255468324 9787813888 13464 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2389603 13464 2220 9 0 2380296 0
[pid=25455/tid=25456] ppid=25453 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 255468324 9787813888 13464 33554432000 1073741824 1073778376 140735676269680 140717879943928 140717708041731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700306 s]
/proc/loadavg: 1.90 2.04 2.04 2/196 25455
/proc/meminfo: memFree=29160884/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9558412 CPUtime=1.3 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 9415 0 1 0 124 6 0 0 20 0 18 0 255468324 9787813888 45441 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2389603 45441 2245 9 0 2380296 0
[pid=25455/tid=25456] ppid=25453 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 2512 0 1 0 62 3 0 0 20 0 18 0 255468324 9787813888 45441 33554432000 1073741824 1073778376 140735676269680 140717879946600 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.90 2.04 2.04 3/214 25473
/proc/meminfo: memFree=28834072/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9558412 CPUtime=2.37 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 10133 0 1 0 225 12 0 0 20 0 18 0 255468324 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2389603 89515 2247 9 0 2380296 0
[pid=25455/tid=25456] ppid=25453 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 2566 0 1 0 131 5 0 0 20 0 18 0 255468324 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717879938960 140717708427604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 22462 0 -1 4202560 49 0 0 0 3 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717841438888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 22462 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717840386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 22462 0 -1 4202560 103 0 0 0 5 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717839333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 46 0 0 0 5 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 22462 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 124 0 0 0 3 2 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 22462 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717835123624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 22462 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 255468325 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717834071080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255468326 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717703800936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468327 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468327 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2505 0 0 0 28 0 0 0 20 0 18 0 255468329 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3095 0 0 0 26 0 0 0 20 0 18 0 255468329 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 89515 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558412

[startup+3.10064 s]
/proc/loadavg: 1.90 2.04 2.04 10/214 25473
/proc/meminfo: memFree=28540776/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9558412 CPUtime=4.26 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 10905 0 1 0 402 24 0 0 20 0 18 0 255468324 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2389603 164280 2247 9 0 2380296 0
[pid=25455/tid=25456] ppid=25453 vsize=9558412 CPUtime=2.85 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) S 25453 25455 22462 0 -1 4202560 2852 0 1 0 277 8 0 0 20 0 18 0 255468324 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717879946120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) R 25453 25455 22462 0 -1 4202560 74 0 0 0 6 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717841439064 140717882507186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) R 25453 25455 22462 0 -1 4202560 146 0 0 0 8 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717840386344 140717884123311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) R 25453 25455 22462 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717839333976 140717884123311 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) R 25453 25455 22462 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 164 0 0 0 10 3 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) R 25453 25455 22462 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717835123800 140717882418881 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) R 25453 25455 22462 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 255468325 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717834071080 140717886843552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 255468326 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717703799816 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468327 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468327 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2505 0 0 0 28 0 0 0 20 0 18 0 255468329 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3095 0 0 0 26 0 0 0 20 0 18 0 255468329 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468329 9787813888 164280 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9558412

[startup+6.30068 s]
/proc/loadavg: 1.99 2.06 2.04 3/214 25473
/proc/meminfo: memFree=26939564/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9624976 CPUtime=8.94 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 15429 0 1 0 831 63 0 0 20 0 19 0 255468324 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2406244 555749 2264 9 0 2396937 0
[pid=25455/tid=25456] ppid=25453 vsize=9624976 CPUtime=5.71 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 4405 0 1 0 542 29 0 0 20 0 19 0 255468324 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717879939464 140717708860303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 22462 0 -1 4202560 133 0 0 0 21 4 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717841438888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 22462 0 -1 4202560 543 0 0 0 20 4 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717840386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 22462 0 -1 4202560 438 0 0 0 17 3 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717839333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 140 0 0 0 20 4 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 22462 0 -1 4202560 272 0 0 0 23 4 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 260 0 0 0 27 5 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 22462 0 -1 4202560 217 0 0 0 20 4 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717835123624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 22462 0 -1 4202560 98 0 0 0 19 3 0 0 20 0 19 0 255468325 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717834071080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255468326 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717703800936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2842 0 0 0 58 0 0 0 20 0 19 0 255468329 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3633 0 0 0 47 2 0 0 20 0 19 0 255468329 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 555749 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=25455/tid=25470] ppid=25453 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2859 0 0 0 73 0 0 0 20 0 19 0 255468329 9855975424 602386 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3647 0 0 0 53 2 0 0 20 0 19 0 255468329 9855975424 602386 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 602386 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 99 0 0 0 43 35 0 0 20 0 19 0 255468329 9855975424 602386 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25474] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25474/stat : 25474 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468880 9855975424 602386 33554432000 1073741824 1073778376 140735676269680 140717695378216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.74
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 25490
/proc/meminfo: memFree=26554624/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9624976 CPUtime=1786.85 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 16021 0 1 0 178573 112 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2406244 609555 2281 9 0 2396937 0
[pid=25455/tid=25456] ppid=25453 vsize=9624976 CPUtime=1766.94 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 4433 0 1 0 176638 56 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717879947552 140717708912839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 22462 0 -1 4202560 164 0 0 0 40 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717841438888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 22462 0 -1 4202560 576 0 0 0 42 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717840386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 22462 0 -1 4202560 455 0 0 0 43 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717839333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 203 0 0 0 44 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 22462 0 -1 4202560 285 0 0 0 45 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 300 0 0 0 48 7 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 22462 0 -1 4202560 237 0 0 0 35 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717835123624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 22462 0 -1 4202560 154 0 0 0 36 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717834071080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9624976 CPUtime=9.68 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 1423 0 0 0 964 4 0 0 20 0 19 0 255468326 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717703800936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2859 0 0 0 73 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3647 0 0 0 53 2 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 103 0 0 0 45 36 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25474] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25474/stat : 25474 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468880 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717695378216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.85
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.97 2.21 2.06 3/215 25549
/proc/meminfo: memFree=24548180/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 16021 0 1 0 179892 113 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2406244 609555 2281 9 0 2396937 0
[pid=25455/tid=25456] ppid=25453 vsize=9624976 CPUtime=1780.11 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 4433 0 1 0 177952 59 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717879947552 140717708914002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 22462 0 -1 4202560 164 0 0 0 40 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717841438888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 22462 0 -1 4202560 576 0 0 0 42 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717840386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 22462 0 -1 4202560 455 0 0 0 43 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717839333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 203 0 0 0 44 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 22462 0 -1 4202560 285 0 0 0 45 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 300 0 0 0 48 7 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 22462 0 -1 4202560 237 0 0 0 35 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717835123624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 22462 0 -1 4202560 154 0 0 0 36 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717834071080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9624976 CPUtime=9.68 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 1423 0 0 0 964 4 0 0 20 0 19 0 255468326 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717703800936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2859 0 0 0 73 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3647 0 0 0 53 2 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 103 0 0 0 45 36 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25474] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25474/stat : 25474 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468880 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717695378216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.5 s]
/proc/loadavg: 2.97 2.21 2.06 3/215 25549
/proc/meminfo: memFree=24548180/32873844 swapFree=7124/7124
[pid=25455] ppid=25453 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/25455/stat : 25455 (java) S 25453 25455 22462 0 -1 4202496 16021 0 1 0 179892 113 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140735676260816 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25455/statm: 2406244 609555 2281 9 0 2396937 0
[pid=25455/tid=25456] ppid=25453 vsize=9624976 CPUtime=1780.11 cores=0,2,4,6
/proc/25455/task/25456/stat : 25456 (java) R 25453 25455 22462 0 -1 4202560 4433 0 1 0 177952 59 0 0 20 0 19 0 255468324 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717879947552 140717708914002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25458] ppid=25453 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/25455/task/25458/stat : 25458 (java) S 25453 25455 22462 0 -1 4202560 164 0 0 0 40 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717841438888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25459] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25459/stat : 25459 (java) S 25453 25455 22462 0 -1 4202560 576 0 0 0 42 6 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717840386344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25460] ppid=25453 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/25455/task/25460/stat : 25460 (java) S 25453 25455 22462 0 -1 4202560 455 0 0 0 43 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717839333800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25461] ppid=25453 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/25455/task/25461/stat : 25461 (java) S 25453 25455 22462 0 -1 4202560 203 0 0 0 44 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717838281256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25462] ppid=25453 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25455/task/25462/stat : 25462 (java) S 25453 25455 22462 0 -1 4202560 285 0 0 0 45 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717837228712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25463] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25463/stat : 25463 (java) S 25453 25455 22462 0 -1 4202560 300 0 0 0 48 7 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717836176168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25464] ppid=25453 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/25455/task/25464/stat : 25464 (java) S 25453 25455 22462 0 -1 4202560 237 0 0 0 35 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717835123624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25465] ppid=25453 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25455/task/25465/stat : 25465 (java) S 25453 25455 22462 0 -1 4202560 154 0 0 0 36 5 0 0 20 0 19 0 255468325 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717834071080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25466] ppid=25453 vsize=9624976 CPUtime=9.68 cores=0,2,4,6
/proc/25455/task/25466/stat : 25466 (java) S 25453 25455 22462 0 -1 4202560 1423 0 0 0 964 4 0 0 20 0 19 0 255468326 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717703800936 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25467] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25467/stat : 25467 (java) S 25453 25455 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717702747256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25468] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25468/stat : 25468 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468327 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717701694600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25469] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25469/stat : 25469 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717700643344 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25455/tid=25470] ppid=25453 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/25455/task/25470/stat : 25470 (java) S 25453 25455 22462 0 -1 4202560 2859 0 0 0 73 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717699590712 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25471] ppid=25453 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25455/task/25471/stat : 25471 (java) S 25453 25455 22462 0 -1 4202560 3647 0 0 0 53 2 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717698538168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25455/tid=25472] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25472/stat : 25472 (java) S 25453 25455 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717697485816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25455/tid=25473] ppid=25453 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/25455/task/25473/stat : 25473 (java) S 25453 25455 22462 0 -1 4202560 103 0 0 0 45 36 0 0 20 0 19 0 255468329 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717696433480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25455/tid=25474] ppid=25453 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25455/task/25474/stat : 25474 (java) S 25453 25455 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468880 9855975424 609555 33554432000 1073741824 1073778376 140735676269680 140717695378216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1795.55
CPU time (s): 1800.05
CPU user time (s): 1798.92
CPU system time (s): 1.13
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.60176
maximum resident set size= 2438368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16060
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38950
involuntary context switches= 9016

runsolver used 8.77966 second user time and 12.7941 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 23:03:49
IDJOB=3689807
IDBENCH=90877
IDSOLVER=2269
FILE ID=node134/3689807-1337893429
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71692 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_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-3689807-1337893429/watcher-3689807-1337893429 -o /tmp/evaluation-result-3689807-1337893429/solver-3689807-1337893429 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689807-1337893429.opb

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=2122990681

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29160884 kB
Buffers:          228292 kB
Cached:          2484104 kB
SwapCached:            0 kB
Active:           717464 kB
Inactive:        2208076 kB
Active(anon):     209448 kB
Inactive(anon):     5996 kB
Active(file):     508016 kB
Inactive(file):  2202080 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31036 kB
Writeback:             0 kB
AnonPages:        242772 kB
Mapped:            22608 kB
Shmem:               212 kB
Slab:             629716 kB
SReclaimable:      71148 kB
SUnreclaim:       558568 kB
KernelStack:        1608 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     827668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71664 MiB
End job on node134 at 2012-05-24 23:33:47