Trace number 3689803

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.08 1795.64

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM7e1ba98da2a2cea04a0e7f6c87cec7d2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4565
Best CPU time to get the best result obtained on this benchmark1800.5
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 892
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 624831
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 624831
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/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@4a913fe2
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-3689803-1337893426.opb
0.10/0.11	c reading problem ... 
7.91/5.65	c ... done. Wall clock time 5.544s.
7.91/5.65	c declared #vars     400896
7.91/5.65	c #constraints  402763
7.91/5.65	c constraints type 
7.91/5.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.91/5.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.91/5.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.91/5.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.91/5.65	c 402763 constraints processed.
7.91/5.65	c objective function length is 892 literals
48.59/45.73	c cleaning 2483 clauses out of 4999 with flag 5000/5000
120.30/116.75	c cleaning 4252 clauses out of 8516 with flag 11000/11000
227.33/223.77	c cleaning 5630 clauses out of 11264 with flag 18000/18000
321.80/318.17	c cleaning 6811 clauses out of 13634 with flag 26000/26000
369.70/365.96	c cleaning 7904 clauses out of 15824 with flag 35001/35001
443.73/439.94	c cleaning 8839 clauses out of 17919 with flag 45000/45000
520.36/516.59	c cleaning 9905 clauses out of 20080 with flag 56000/56000
604.58/600.72	c cleaning 11079 clauses out of 22176 with flag 68001/68001
747.08/743.20	c cleaning 11939 clauses out of 24096 with flag 81000/81000
853.92/850.05	c cleaning 13070 clauses out of 26157 with flag 95000/95000
982.68/978.76	c cleaning 14027 clauses out of 28087 with flag 110000/110000
1136.03/1132.08	c cleaning 15030 clauses out of 30060 with flag 126000/126000
1285.32/1281.27	c cleaning 15964 clauses out of 32032 with flag 143002/143002
1384.84/1380.61	c cleaning 16918 clauses out of 34066 with flag 161000/161000
1497.31/1493.09	c cleaning 17979 clauses out of 36149 with flag 180001/180001
1616.20/1611.85	c cleaning 19080 clauses out of 38170 with flag 200001/200001
1798.85/1794.46	c cleaning 20034 clauses out of 40090 with flag 221001/221001
1800.08/1795.61	c starts		: 119
1800.08/1795.61	c conflicts		: 221077
1800.08/1795.61	c decisions		: 4841777
1800.08/1795.61	c propagations		: 5880036329
1800.08/1795.61	c inspects		: 2815480870
1800.08/1795.61	c shortcuts		: 0
1800.08/1795.61	c learnt literals	: 1
1800.08/1795.61	c learnt binary clauses	: 1295
1800.08/1795.61	c learnt ternary clauses	: 921
1800.08/1795.61	c learnt constraints	: 221076
1800.08/1795.61	c ignored constraints	: 0
1800.08/1795.61	c root simplifications	: 0
1800.08/1795.61	c removed literals (reason simplification)	: 0
1800.08/1795.61	c reason swapping (by a shorter reason)	: 0
1800.08/1795.61	c Calls to reduceDB	: 17
1800.08/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.61	c number of learned constraints concerned by reduction	: 0
1800.08/1795.61	c number of learning phase by resolution	: 0
1800.08/1795.61	c number of learning phase by cutting planes	: 0
1800.08/1795.61	c speed (assignments/second)	: 3285143.953221628
1800.08/1795.61	c non guided choices	2995
1800.08/1795.62	c learnt constraints type 
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1295
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18837
1800.08/1795.62	c constraints type 
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.08/1795.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/1795.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/1795.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1795.62	c 402763 constraints processed.
1800.08/1795.62	s UNKNOWN
1800.08/1795.62	c Total wall clock time (in seconds): 1795.512

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-3689803-1337893426/watcher-3689803-1337893426 -o /tmp/evaluation-result-3689803-1337893426/solver-3689803-1337893426 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689803-1337893426.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: 1.88 2.01 1.99 3/194 30515
/proc/meminfo: memFree=29447412/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 1149 0 0 0 0 0 0 0 20 0 2 0 255468299 91889664 870 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 22434 870 657 9 0 16769 0
[pid=30515/tid=30516] ppid=30513 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 255468300 91889664 883 33554432000 1073741824 1073778376 140734167463264 140734167452328 214369447589 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0206301 s]
/proc/loadavg: 1.88 2.01 1.99 3/194 30515
/proc/meminfo: memFree=29447412/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 2799 0 1 0 1 0 0 0 20 0 10 0 255468299 9233014784 2988 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2254154 2989 1538 9 0 2244855 0
[pid=30515/tid=30516] ppid=30513 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 1644 0 1 0 0 0 0 0 20 0 10 0 255468300 9233014784 2989 33554432000 1073741824 1073778376 140734167463264 139904808682176 214373033229 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100304 s]
/proc/loadavg: 1.88 2.01 1.99 3/194 30515
/proc/meminfo: memFree=29447412/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 4424 0 1 0 9 1 0 0 20 0 18 0 255468299 9787813888 5112 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2389603 5112 2108 9 0 2380296 0
[pid=30515/tid=30516] ppid=30513 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 2474 0 1 0 7 0 0 0 20 0 18 0 255468300 9787813888 5112 33554432000 1073741824 1073778376 140734167463264 139904808678376 139904816450387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 1.88 2.01 1.99 3/194 30515
/proc/meminfo: memFree=29447412/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 5834 0 1 0 52 2 0 0 20 0 18 0 255468299 9787813888 13008 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2389603 13008 2217 9 0 2380296 0
[pid=30515/tid=30516] ppid=30513 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 2511 0 1 0 26 1 0 0 20 0 18 0 255468300 9787813888 13008 33554432000 1073741824 1073778376 140734167463264 139904808678376 139904680972840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700309 s]
/proc/loadavg: 1.88 2.01 1.99 3/194 30515
/proc/meminfo: memFree=29447412/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 9171 0 1 0 125 7 0 0 20 0 18 0 255468299 9787813888 45077 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2389603 45077 2245 9 0 2380296 0
[pid=30515/tid=30516] ppid=30513 vsize=9558412 CPUtime=0.64 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 2564 0 1 0 61 3 0 0 20 0 18 0 255468300 9787813888 45077 33554432000 1073741824 1073778376 140734167463264 139904808677264 214373033229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 1.88 2.01 1.99 3/212 30533
/proc/meminfo: memFree=29122616/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9558412 CPUtime=2.43 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 9905 0 1 0 225 18 0 0 20 0 18 0 255468299 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2389603 89170 2247 9 0 2380296 0
[pid=30515/tid=30516] ppid=30513 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 2618 0 1 0 129 6 0 0 20 0 18 0 255468300 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904808677360 139904681303299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 117 0 0 0 4 1 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 115 0 0 0 4 0 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 18 0 255468301 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 2410 0 0 0 27 0 0 0 20 0 18 0 255468305 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 2895 0 0 0 27 0 0 0 20 0 18 0 255468305 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 89170 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558412

[startup+3.10076 s]
/proc/loadavg: 1.88 2.01 1.99 10/212 30533
/proc/meminfo: memFree=28847256/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9558412 CPUtime=4.34 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 10637 0 1 0 402 32 0 0 20 0 18 0 255468299 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2389603 159307 2247 9 0 2380296 0
[pid=30515/tid=30516] ppid=30513 vsize=9558412 CPUtime=2.83 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 2900 0 1 0 274 9 0 0 20 0 18 0 255468300 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904808677264 139904816450647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 151 0 0 0 7 3 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 70 0 0 0 10 5 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 81 0 0 0 11 4 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 141 0 0 0 7 2 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 18 0 255468301 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 479 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255468302 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 2410 0 0 0 27 0 0 0 20 0 18 0 255468305 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 2895 0 0 0 27 0 0 0 20 0 18 0 255468305 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255468305 9787813888 159307 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 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.30075 s]
/proc/loadavg: 1.89 2.01 1.99 3/212 30533
/proc/meminfo: memFree=27228296/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9624976 CPUtime=9.05 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 15270 0 1 0 818 87 0 0 20 0 19 0 255468299 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2406244 556100 2263 9 0 2396937 0
[pid=30515/tid=30516] ppid=30513 vsize=9624976 CPUtime=5.64 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 4487 0 1 0 527 37 0 0 20 0 19 0 255468300 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904808685896 139904681684815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 243 0 0 0 26 6 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 206 0 0 0 24 6 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 411 0 0 0 27 9 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 346 0 0 0 22 6 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 221 0 0 0 21 6 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 430 0 0 0 16 4 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 114 0 0 0 17 5 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 380 0 0 0 20 6 0 0 20 0 19 0 255468301 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 3006 0 0 0 52 0 0 0 20 0 19 0 255468305 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 2978 0 0 0 48 0 0 0 20 0 19 0 255468305 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 556100 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=30515/tid=30530] ppid=30513 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 3019 0 0 0 66 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 9315 0 0 0 107 2 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 95 0 0 0 46 51 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30534] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30534/stat : 30534 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468872 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904624506152 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.73
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 30549
/proc/meminfo: memFree=26876004/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9624976 CPUtime=1726.74 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 21995 0 1 0 172533 141 0 0 20 0 19 0 255468299 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2406244 597934 2281 9 0 2396937 0
[pid=30515/tid=30516] ppid=30513 vsize=9624976 CPUtime=1708.81 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 4509 0 1 0 170819 62 0 0 20 0 19 0 255468300 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904808685856 139904681794109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 260 0 0 0 41 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 224 0 0 0 36 8 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 428 0 0 0 41 10 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 352 0 0 0 34 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 248 0 0 0 36 8 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 437 0 0 0 29 4 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 148 0 0 0 33 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 387 0 0 0 31 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9624976 CPUtime=7.95 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 1388 0 0 0 791 4 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 3019 0 0 0 66 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 9315 0 0 0 107 2 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 99 0 0 0 48 53 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30534] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30534/stat : 30534 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468872 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904624506152 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 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.01 2.01 2.00 3/193 30556
/proc/meminfo: memFree=27273960/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9624976 CPUtime=1786.75 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 21999 0 1 0 178533 142 0 0 20 0 19 0 255468299 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2406244 597934 2281 9 0 2396937 0
[pid=30515/tid=30516] ppid=30513 vsize=9624976 CPUtime=1768.65 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 4509 0 1 0 176802 63 0 0 20 0 19 0 255468300 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904808685856 139904681684815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 260 0 0 0 41 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 224 0 0 0 36 8 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 428 0 0 0 41 10 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 352 0 0 0 34 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 248 0 0 0 36 8 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 437 0 0 0 29 4 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 148 0 0 0 33 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 387 0 0 0 31 7 0 0 20 0 19 0 255468301 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9624976 CPUtime=7.95 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 1388 0 0 0 791 4 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 3019 0 0 0 66 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 9315 0 0 0 107 2 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 103 0 0 0 49 56 0 0 20 0 19 0 255468305 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30534] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30534/stat : 30534 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468872 9855975424 597934 33554432000 1073741824 1073778376 140734167463264 139904624506152 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.79 1.96 1.98 2/189 30576
/proc/meminfo: memFree=27277612/32873844 swapFree=7616/7616
[pid=30515] ppid=30513 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/30515/stat : 30515 (java) S 30513 30515 23801 0 -1 4202496 22003 0 1 0 179866 142 0 0 20 0 19 0 255468299 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 140734167454400 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30515/statm: 2406244 597931 2281 9 0 2396937 0
[pid=30515/tid=30516] ppid=30513 vsize=9624976 CPUtime=1781.44 cores=1,3,5,7
/proc/30515/task/30516/stat : 30516 (java) R 30513 30515 23801 0 -1 4202560 4510 0 1 0 178080 64 0 0 20 0 19 0 255468300 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904808685856 139904681684815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30518] ppid=30513 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/30515/task/30518/stat : 30518 (java) S 30513 30515 23801 0 -1 4202560 260 0 0 0 41 7 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904652495528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30519] ppid=30513 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/30515/task/30519/stat : 30519 (java) S 30513 30515 23801 0 -1 4202560 225 0 0 0 37 8 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904651442984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30520] ppid=30513 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30515/task/30520/stat : 30520 (java) S 30513 30515 23801 0 -1 4202560 428 0 0 0 43 10 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904650390440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30521] ppid=30513 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/30515/task/30521/stat : 30521 (java) S 30513 30515 23801 0 -1 4202560 352 0 0 0 34 7 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904649337896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30522] ppid=30513 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/30515/task/30522/stat : 30522 (java) S 30513 30515 23801 0 -1 4202560 248 0 0 0 36 8 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904648284328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30523] ppid=30513 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/30515/task/30523/stat : 30523 (java) S 30513 30515 23801 0 -1 4202560 437 0 0 0 30 4 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904647231784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30515/tid=30524] ppid=30513 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/30515/task/30524/stat : 30524 (java) S 30513 30515 23801 0 -1 4202560 148 0 0 0 33 7 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904646179240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30525] ppid=30513 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/30515/task/30525/stat : 30525 (java) S 30513 30515 23801 0 -1 4202560 387 0 0 0 32 7 0 0 20 0 19 0 255468301 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904645126696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30526] ppid=30513 vsize=9624976 CPUtime=8.42 cores=1,3,5,7
/proc/30515/task/30526/stat : 30526 (java) S 30513 30515 23801 0 -1 4202560 1390 0 0 0 837 5 0 0 20 0 19 0 255468302 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904632928872 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30527] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30527/stat : 30527 (java) S 30513 30515 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904631875192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30528] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30528/stat : 30528 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468302 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904630822536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30529] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30529/stat : 30529 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904629771280 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30530] ppid=30513 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/30515/task/30530/stat : 30530 (java) S 30513 30515 23801 0 -1 4202560 3019 0 0 0 66 0 0 0 20 0 19 0 255468305 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904628717624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30515/tid=30531] ppid=30513 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/30515/task/30531/stat : 30531 (java) S 30513 30515 23801 0 -1 4202560 9315 0 0 0 107 2 0 0 20 0 19 0 255468305 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904627665080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30532] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30532/stat : 30532 (java) S 30513 30515 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255468305 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904626612728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30515/tid=30533] ppid=30513 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/30515/task/30533/stat : 30533 (java) S 30513 30515 23801 0 -1 4202560 103 0 0 0 50 56 0 0 20 0 19 0 255468305 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904625560392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30515/tid=30534] ppid=30513 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30515/task/30534/stat : 30534 (java) S 30513 30515 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255468872 9855975424 597931 33554432000 1073741824 1073778376 140734167463264 139904624506152 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

Child status: 143

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

Real time (s): 1795.64
CPU time (s): 1800.08
CPU user time (s): 1798.66
CPU system time (s): 1.42
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.9927
maximum resident set size= 2391848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38706
involuntary context switches= 13000

runsolver used 7.14891 second user time and 16.0936 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 23:03:47
IDJOB=3689803
IDBENCH=90863
IDSOLVER=2269
FILE ID=node130/3689803-1337893426
RUNJOBID= node130-1337889819-29614
PBS_JOBID= 14620074
Free space on /tmp= 71644 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_50null20mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689803-1337893426/watcher-3689803-1337893426 -o /tmp/evaluation-result-3689803-1337893426/solver-3689803-1337893426 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689803-1337893426.opb

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

MD5SUM BENCH= 7e1ba98da2a2cea04a0e7f6c87cec7d2
RANDOM SEED=1618854318

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29447412 kB
Buffers:          215404 kB
Cached:          2211512 kB
SwapCached:            0 kB
Active:           749464 kB
Inactive:        1897036 kB
Active(anon):     222284 kB
Inactive(anon):        0 kB
Active(file):     527180 kB
Inactive(file):  1897036 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30900 kB
Writeback:            80 kB
AnonPages:        239744 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             630084 kB
SReclaimable:      71728 kB
SUnreclaim:       558356 kB
KernelStack:        1592 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71644 MiB
End job on node130 at 2012-05-24 23:33:45