Trace number 3690017

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 NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.54 1785.14

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_mh.opb
MD5SUMfa15dfc7844dffcfc27adc27005c5c95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12005073
Best CPU time to get the best result obtained on this benchmark1802.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 360045909092
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 360045909092
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3690017-1337895291.opb
0.11/0.10	c reading problem ... 
42.26/29.45	c ... done. Wall clock time 29.358s.
42.26/29.45	c declared #vars     2000400
42.26/29.45	c #constraints  4940611
42.26/29.45	c constraints type 
42.26/29.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.26/29.46	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.26/29.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.26/29.46	c ignored satisfied constraints => 3
42.26/29.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.26/29.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.26/29.46	c 4940614 constraints processed.
42.26/29.46	c objective function length is 1019800 literals
794.69/781.13	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1800.09/1785.11	c starts		: 34
1800.09/1785.11	c conflicts		: 9675
1800.09/1785.11	c decisions		: 1074643
1800.09/1785.11	c propagations		: 842852863
1800.09/1785.11	c inspects		: 8568859683
1800.09/1785.11	c shortcuts		: 0
1800.09/1785.11	c learnt literals	: 0
1800.09/1785.11	c learnt binary clauses	: 14
1800.09/1785.11	c learnt ternary clauses	: 0
1800.09/1785.11	c learnt constraints	: 9674
1800.09/1785.11	c ignored constraints	: 0
1800.09/1785.11	c root simplifications	: 0
1800.09/1785.11	c removed literals (reason simplification)	: 0
1800.09/1785.11	c reason swapping (by a shorter reason)	: 0
1800.09/1785.11	c Calls to reduceDB	: 1
1800.09/1785.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1785.11	c number of learned constraints concerned by reduction	: 0
1800.09/1785.11	c number of learning phase by resolution	: 0
1800.09/1785.11	c number of learning phase by cutting planes	: 0
1800.09/1785.11	c speed (assignments/second)	: 480182.7992764666
1800.09/1785.11	c non guided choices	0
1800.09/1785.11	c learnt constraints type 
1800.09/1785.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.09/1785.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7158
1800.09/1785.11	c constraints type 
1800.09/1785.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.09/1785.11	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.09/1785.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.09/1785.11	c ignored satisfied constraints => 3
1800.09/1785.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.09/1785.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.09/1785.11	c 4940614 constraints processed.
1800.09/1785.11	s UNKNOWN
1800.09/1785.11	c Total wall clock time (in seconds): 1785.018

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-3690017-1337895291/watcher-3690017-1337895291 -o /tmp/evaluation-result-3690017-1337895291/solver-3690017-1337895291 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690017-1337895291.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.94 1.99 1.99 3/193 3942
/proc/meminfo: memFree=28570180/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3942/stat : 3942 (java) R 3940 3942 30487 0 -1 4202496 539 0 0 0 0 0 0 0 20 0 1 0 255655154 23793664 266 33554432000 1073741824 1073778376 140736777291680 140736777280744 214528211507 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 5809 282 219 9 0 128 0

[startup+0.0480399 s]
/proc/loadavg: 1.94 1.99 1.99 3/193 3942
/proc/meminfo: memFree=28570180/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 3146 0 1 0 3 0 0 0 20 0 13 0 255655154 9446973440 3843 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2306390 3843 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100202 s]
/proc/loadavg: 1.94 1.99 1.99 3/193 3942
/proc/meminfo: memFree=28570180/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 4515 0 1 0 10 1 0 0 20 0 18 0 255655154 9787813888 5671 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 5671 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 1.94 1.99 1.99 3/193 3942
/proc/meminfo: memFree=28570180/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 5480 0 1 0 44 2 0 0 20 0 18 0 255655154 9787813888 24083 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 24083 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700174 s]
/proc/loadavg: 1.94 1.99 1.99 3/193 3942
/proc/meminfo: memFree=28570180/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=0.99 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 5644 0 1 0 94 5 0 0 20 0 18 0 255655154 9787813888 52341 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 52341 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558412

[startup+1.50064 s]
/proc/loadavg: 1.94 1.99 1.99 3/211 3960
/proc/meminfo: memFree=28048484/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=1.95 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 6081 0 1 0 187 8 0 0 20 0 18 0 255655154 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 71655 2231 9 0 2380296 0
[pid=3942/tid=3944] ppid=3940 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) R 3940 3942 30487 0 -1 4202560 2573 0 1 0 132 4 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805207748432 139805211883144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) S 3940 3942 30487 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805146487080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) S 3940 3942 30487 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805050222760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) S 3940 3942 30487 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805049170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) S 3940 3942 30487 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805048117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) S 3940 3942 30487 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805047065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) S 3940 3942 30487 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805046012584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) S 3940 3942 30487 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805044960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) S 3940 3942 30487 0 -1 4202560 329 0 0 0 4 0 0 0 20 0 18 0 255655155 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805043907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805031708904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 803 0 0 0 8 0 0 0 20 0 18 0 255655159 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 968 0 0 0 7 0 0 0 20 0 18 0 255655159 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 71655 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9558412

[startup+3.10061 s]
/proc/loadavg: 1.94 1.99 1.99 3/211 3960
/proc/meminfo: memFree=27724044/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=4.66 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 8339 0 1 0 439 27 0 0 20 0 18 0 255655154 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 196240 2236 9 0 2380296 0
[pid=3942/tid=3944] ppid=3940 vsize=9558412 CPUtime=2.62 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) S 3940 3942 30487 0 -1 4202560 2890 0 1 0 254 8 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805207755080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) R 3940 3942 30487 0 -1 4202560 95 0 0 0 24 2 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805146487256 139805214152954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) R 3940 3942 30487 0 -1 4202560 110 0 0 0 27 3 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805050222888 139805214653356 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) R 3940 3942 30487 0 -1 4202560 430 0 0 0 14 2 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805049170232 139805211932979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) R 3940 3942 30487 0 -1 4202560 99 0 0 0 19 4 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805048117848 139805210228425 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) R 3940 3942 30487 0 -1 4202560 490 0 0 0 16 2 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805047065560 139805211514269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) R 3940 3942 30487 0 -1 4202560 54 0 0 0 14 2 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805046012464 139805210228409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) R 3940 3942 30487 0 -1 4202560 64 0 0 0 14 2 0 0 20 0 18 0 255655155 9787813888 196240 33554432000 1073741824 1073778376 140736777291680 139805044960472 139805215252240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) R 3940 3942 30487 0 -1 4202560 363 0 0 0 16 2 0 0 20 0 18 0 255655155 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805043907624 214537374855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805031707784 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 963 0 0 0 15 0 0 0 20 0 18 0 255655159 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 1111 0 0 0 11 0 0 0 20 0 18 0 255655159 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 196752 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9558412

[startup+6.30064 s]
/proc/loadavg: 2.10 2.02 2.01 3/211 3960
/proc/meminfo: memFree=25984628/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=11.09 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 18722 0 1 0 1049 60 0 0 20 0 18 0 255655154 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 398251 2264 9 0 2380296 0
[pid=3942/tid=3944] ppid=3940 vsize=9558412 CPUtime=4.9 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) S 3940 3942 30487 0 -1 4202560 3600 0 1 0 474 16 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805207756168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9558412 CPUtime=0.68 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) D 3940 3942 30487 0 -1 4202560 1026 0 0 0 62 6 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805146486840 214537462759 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9558412 CPUtime=0.78 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) R 3940 3942 30487 0 -1 4202560 209 0 0 0 70 8 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805050222936 139805210228409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9558412 CPUtime=0.62 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) R 3940 3942 30487 0 -1 4202560 523 0 0 0 57 5 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805049170352 139805211514697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) R 3940 3942 30487 0 -1 4202560 282 0 0 0 59 6 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805048117848 139805210228409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9558412 CPUtime=0.73 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) R 3940 3942 30487 0 -1 4202560 689 0 0 0 67 6 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805047065560 139805210228409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) R 3940 3942 30487 0 -1 4202560 1179 0 0 0 51 4 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805046012760 139805215252259 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9558412 CPUtime=0.63 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) R 3940 3942 30487 0 -1 4202560 159 0 0 0 59 4 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805044960472 139805211514825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) R 3940 3942 30487 0 -1 4202560 552 0 0 0 60 5 0 0 20 0 18 0 255655155 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805043907672 139805214265648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805031707784 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255655157 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 3874 0 0 0 41 0 0 0 20 0 18 0 255655159 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 4416 0 0 0 35 0 0 0 20 0 18 0 255655159 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255655159 9787813888 398251 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 2.09 2.02 2.00 10/212 3961
/proc/meminfo: memFree=24300736/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9558412 CPUtime=21.3 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 23473 0 1 0 2029 101 0 0 20 0 18 0 255655154 9787813888 691667 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2389603 691667 2272 9 0 2380296 0
[pid=3942/tid=3944] ppid=3940 vsize=9558412 CPUtime=8.98 cores=1,3,5,7

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

[pid=3942/tid=3950] ppid=3940 vsize=9624976 CPUtime=2.07 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) S 3940 3942 30487 0 -1 4202560 3753 0 0 0 195 12 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805046012584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) S 3940 3942 30487 0 -1 4202560 1252 0 0 0 188 14 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805044960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) S 3940 3942 30487 0 -1 4202560 6373 0 0 0 204 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805043907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9624976 CPUtime=4.76 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 2271 0 0 0 470 6 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805031708904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 3938 0 0 0 81 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 4451 0 0 0 57 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 95 0 0 0 32 38 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3962] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3962/stat : 3962 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658138 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805023286184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1677.27
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4010
/proc/meminfo: memFree=22919680/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9624976 CPUtime=1737.28 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 38899 0 1 0 173527 201 0 0 20 0 19 0 255655154 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2406244 926238 2283 9 0 2396937 0
[pid=3942/tid=3944] ppid=3940 vsize=9624976 CPUtime=1713.02 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) R 3940 3942 30487 0 -1 4202560 4030 0 1 0 171243 59 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805207757112 139805148341075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) S 3940 3942 30487 0 -1 4202560 2317 0 0 0 221 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805146487080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) S 3940 3942 30487 0 -1 4202560 1385 0 0 0 202 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805050222760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9624976 CPUtime=2.13 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) S 3940 3942 30487 0 -1 4202560 4403 0 0 0 198 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805049170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9624976 CPUtime=2.31 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) S 3940 3942 30487 0 -1 4202560 1444 0 0 0 213 18 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805048117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) S 3940 3942 30487 0 -1 4202560 2001 0 0 0 210 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805047065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9624976 CPUtime=2.07 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) S 3940 3942 30487 0 -1 4202560 3753 0 0 0 195 12 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805046012584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) S 3940 3942 30487 0 -1 4202560 1252 0 0 0 188 14 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805044960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) S 3940 3942 30487 0 -1 4202560 6373 0 0 0 204 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805043907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9624976 CPUtime=4.76 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 2271 0 0 0 470 6 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805031708904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 3938 0 0 0 81 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 4451 0 0 0 57 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 99 0 0 0 33 40 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3962] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3962/stat : 3962 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658138 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805023286184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1737.28
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4010
/proc/meminfo: memFree=22918876/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9624976 CPUtime=1797.29 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 38903 0 1 0 179527 202 0 0 20 0 19 0 255655154 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2406244 926238 2283 9 0 2396937 0
[pid=3942/tid=3944] ppid=3940 vsize=9624976 CPUtime=1773.03 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) R 3940 3942 30487 0 -1 4202560 4030 0 1 0 177244 59 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805207757112 139805148341075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) S 3940 3942 30487 0 -1 4202560 2317 0 0 0 221 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805146487080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) S 3940 3942 30487 0 -1 4202560 1385 0 0 0 202 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805050222760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9624976 CPUtime=2.13 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) S 3940 3942 30487 0 -1 4202560 4403 0 0 0 198 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805049170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9624976 CPUtime=2.31 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) S 3940 3942 30487 0 -1 4202560 1444 0 0 0 213 18 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805048117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) S 3940 3942 30487 0 -1 4202560 2001 0 0 0 210 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805047065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9624976 CPUtime=2.07 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) S 3940 3942 30487 0 -1 4202560 3753 0 0 0 195 12 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805046012584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) S 3940 3942 30487 0 -1 4202560 1252 0 0 0 188 14 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805044960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) S 3940 3942 30487 0 -1 4202560 6373 0 0 0 204 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805043907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9624976 CPUtime=4.77 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 2271 0 0 0 470 7 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805031708904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 3938 0 0 0 81 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 4451 0 0 0 57 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 103 0 0 0 35 41 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3962] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3962/stat : 3962 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658138 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805023286184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4010
/proc/meminfo: memFree=22918752/32873648 swapFree=7104/7104
[pid=3942] ppid=3940 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/3942/stat : 3942 (java) S 3940 3942 30487 0 -1 4202496 38903 0 1 0 179807 202 0 0 20 0 19 0 255655154 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 140736777282816 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3942/statm: 2406244 926238 2283 9 0 2396937 0
[pid=3942/tid=3944] ppid=3940 vsize=9624976 CPUtime=1775.84 cores=1,3,5,7
/proc/3942/task/3944/stat : 3944 (java) R 3940 3942 30487 0 -1 4202560 4030 0 1 0 177525 59 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805207757112 139805148469468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3945] ppid=3940 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/3942/task/3945/stat : 3945 (java) S 3940 3942 30487 0 -1 4202560 2317 0 0 0 221 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805146487080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3946] ppid=3940 vsize=9624976 CPUtime=2.17 cores=1,3,5,7
/proc/3942/task/3946/stat : 3946 (java) S 3940 3942 30487 0 -1 4202560 1385 0 0 0 202 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805050222760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3947] ppid=3940 vsize=9624976 CPUtime=2.13 cores=1,3,5,7
/proc/3942/task/3947/stat : 3947 (java) S 3940 3942 30487 0 -1 4202560 4403 0 0 0 198 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805049170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3948] ppid=3940 vsize=9624976 CPUtime=2.31 cores=1,3,5,7
/proc/3942/task/3948/stat : 3948 (java) S 3940 3942 30487 0 -1 4202560 1444 0 0 0 213 18 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805048117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3942/tid=3949] ppid=3940 vsize=9624976 CPUtime=2.26 cores=1,3,5,7
/proc/3942/task/3949/stat : 3949 (java) S 3940 3942 30487 0 -1 4202560 2001 0 0 0 210 16 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805047065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3950] ppid=3940 vsize=9624976 CPUtime=2.07 cores=1,3,5,7
/proc/3942/task/3950/stat : 3950 (java) S 3940 3942 30487 0 -1 4202560 3753 0 0 0 195 12 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805046012584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3951] ppid=3940 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/3942/task/3951/stat : 3951 (java) S 3940 3942 30487 0 -1 4202560 1252 0 0 0 188 14 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805044960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3952] ppid=3940 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/3942/task/3952/stat : 3952 (java) S 3940 3942 30487 0 -1 4202560 6373 0 0 0 204 15 0 0 20 0 19 0 255655155 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805043907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3953] ppid=3940 vsize=9624976 CPUtime=4.77 cores=1,3,5,7
/proc/3942/task/3953/stat : 3953 (java) S 3940 3942 30487 0 -1 4202560 2271 0 0 0 470 7 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805031708904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3954] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3954/stat : 3954 (java) S 3940 3942 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805030654968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3955] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3955/stat : 3955 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655157 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805029602568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3956] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3956/stat : 3956 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805028551056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3957] ppid=3940 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/3942/task/3957/stat : 3957 (java) S 3940 3942 30487 0 -1 4202560 3938 0 0 0 81 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805027498680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3942/tid=3958] ppid=3940 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/3942/task/3958/stat : 3958 (java) S 3940 3942 30487 0 -1 4202560 4451 0 0 0 57 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805026445880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3959] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3959/stat : 3959 (java) S 3940 3942 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805025393784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3942/tid=3960] ppid=3940 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/3942/task/3960/stat : 3960 (java) S 3940 3942 30487 0 -1 4202560 103 0 0 0 35 41 0 0 20 0 19 0 255655159 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805024341192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3942/tid=3962] ppid=3940 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3942/task/3962/stat : 3962 (java) S 3940 3942 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255658138 9855975424 926238 33554432000 1073741824 1073778376 140736777291680 139805023286184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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
Real time (s): 1785.14
CPU time (s): 1800.54
CPU user time (s): 1798.11
CPU system time (s): 2.43063
CPU usage (%): 100.863
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.43063
maximum resident set size= 3705100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38943
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39862
involuntary context switches= 20487

runsolver used 6.78197 second user time and 14.7908 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 23:34:57
IDJOB=3690017
IDBENCH=92650
IDSOLVER=2269
FILE ID=node127/3690017-1337895291
RUNJOBID= node127-1337895291-3898
PBS_JOBID= 14620077
Free space on /tmp= 71360 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690017-1337895291/watcher-3690017-1337895291 -o /tmp/evaluation-result-3690017-1337895291/solver-3690017-1337895291 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690017-1337895291.opb

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

MD5SUM BENCH= fa15dfc7844dffcfc27adc27005c5c95
RANDOM SEED=1005951841

node127.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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
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.348
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.348
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.94
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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28576968 kB
Buffers:          252800 kB
Cached:          2771112 kB
SwapCached:            0 kB
Active:          1187284 kB
Inactive:        2296296 kB
Active(anon):     462052 kB
Inactive(anon):        0 kB
Active(file):     725232 kB
Inactive(file):  2296296 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            322456 kB
Writeback:             0 kB
AnonPages:        410988 kB
Mapped:            22468 kB
Shmem:               200 kB
Slab:             647968 kB
SReclaimable:      90540 kB
SUnreclaim:       557428 kB
KernelStack:        1584 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1080496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node127 at 2012-05-25 00:04:44