Trace number 3690018

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 RES // CP 2.3.2 Snapshot? (TO) 1800.53 917.445

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMa2f99c9ee3680d6c94873a7ed8cb4007
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3690018-1337887145.opb
0.08/0.13	c reading problem ... 
70.63/50.11	c ... done. Wall clock time 49.984s.
70.63/50.11	c declared #vars     2000400
70.63/50.11	c #constraints  4940611
70.63/50.11	c constraints type 
70.63/50.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
70.63/50.11	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
70.63/50.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
70.63/50.11	c ignored satisfied constraints => 3
70.63/50.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
70.63/50.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
70.63/50.11	c 4940614 constraints processed.
70.63/50.11	c constraints type 
70.63/50.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
70.63/50.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
70.63/50.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
70.63/50.11	c ignored satisfied constraints => 3
70.63/50.11	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
70.63/50.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
70.63/50.11	c 4940614 constraints processed.
70.63/50.11	c objective function length is 1019200 literals
1506.99/767.70	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1800.06/917.42	c starts		: 27
1800.06/917.42	c conflicts		: 7131
1800.06/917.42	c decisions		: 2451678
1800.06/917.42	c propagations		: 592206072
1800.06/917.42	c inspects		: 2788999068
1800.06/917.42	c shortcuts		: 0
1800.06/917.42	c learnt literals	: 0
1800.06/917.42	c learnt binary clauses	: 39
1800.06/917.42	c learnt ternary clauses	: 0
1800.06/917.42	c learnt constraints	: 7131
1800.06/917.42	c ignored constraints	: 0
1800.06/917.42	c root simplifications	: 0
1800.06/917.42	c removed literals (reason simplification)	: 6053
1800.06/917.42	c reason swapping (by a shorter reason)	: 0
1800.06/917.42	c Calls to reduceDB	: 1
1800.06/917.42	c number of reductions to clauses (during analyze)	: 0
1800.06/917.42	c number of learned constraints concerned by reduction	: 0
1800.06/917.42	c number of learning phase by resolution	: 0
1800.06/917.42	c number of learning phase by cutting planes	: 0
1800.06/917.42	c speed (assignments/second)	: 683154.6275681475
1800.06/917.42	c non guided choices	0
1800.06/917.42	c learnt constraints type 
1800.06/917.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39
1800.06/917.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4591
1800.06/917.42	c constraints type 
1800.06/917.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.06/917.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/917.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.06/917.42	c ignored satisfied constraints => 3
1800.06/917.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.06/917.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.06/917.42	c 4940614 constraints processed.
1800.06/917.42	c constraints type 
1800.06/917.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.06/917.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.06/917.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.06/917.42	c ignored satisfied constraints => 3
1800.06/917.42	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.06/917.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.06/917.42	c 4940614 constraints processed.
1800.06/917.42	s UNKNOWN
1800.06/917.42	c Total wall clock time (in seconds): 917.293

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-3690018-1337887145/watcher-3690018-1337887145 -o /tmp/evaluation-result-3690018-1337887145/solver-3690018-1337887145 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690018-1337887145.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.72 3.90 3.86 4/195 3764
/proc/meminfo: memFree=25390068/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3764/stat : 3764 (java) D 3762 3764 32594 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254840930 9515008 182 33554432000 1073741824 1073778376 140734834993600 140734834984632 273448517301 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/3764/statm: 2323 182 140 9 0 71 0

[startup+0.0438451 s]
/proc/loadavg: 3.72 3.90 3.86 4/195 3764
/proc/meminfo: memFree=25390068/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 2984 0 1 0 1 1 0 0 20 0 13 0 254840930 9446973440 3683 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2306390 3683 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 3.72 3.90 3.86 4/195 3764
/proc/meminfo: memFree=25390068/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 4182 0 1 0 7 1 0 0 20 0 18 0 254840930 9787813888 5380 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 5380 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 3.72 3.90 3.86 4/195 3764
/proc/meminfo: memFree=25390068/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 5451 0 1 0 42 3 0 0 20 0 18 0 254840930 9787813888 31193 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 31193 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700245 s]
/proc/loadavg: 3.72 3.90 3.86 4/195 3764
/proc/meminfo: memFree=25390068/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=1.02 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 5621 0 1 0 95 7 0 0 20 0 18 0 254840930 9787813888 62530 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 62530 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 3.90 3.93 3.88 4/213 3782
/proc/meminfo: memFree=25107628/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=1.99 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 6047 0 1 0 188 11 0 0 20 0 18 0 254840930 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 78772 2232 9 0 2380296 0
[pid=3764/tid=3766] ppid=3762 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 32594 0 -1 4202560 2524 0 1 0 128 6 0 0 20 0 18 0 254840931 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631476322112 273451902221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 32594 0 -1 4202560 61 0 0 0 7 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631465392680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 32594 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631464339880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 32594 0 -1 4202560 243 0 0 0 3 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631463287080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 32594 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631462234280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 32594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631461182504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 32594 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631460129704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 32594 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631459076904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 32594 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 254840932 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631458024104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254840933 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631300188648 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) S 3762 3764 32594 0 -1 4202560 775 0 0 0 7 0 0 0 20 0 18 0 254840936 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631295978424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) S 3762 3764 32594 0 -1 4202560 1000 0 0 0 8 0 0 0 20 0 18 0 254840936 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631294925624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 78772 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 3.90 3.93 3.88 5/213 3782
/proc/meminfo: memFree=24940684/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=4.69 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 9865 0 1 0 431 38 0 0 20 0 18 0 254840930 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 217013 2237 9 0 2380296 0
[pid=3764/tid=3766] ppid=3762 vsize=9558412 CPUtime=2.58 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) S 3762 3764 32594 0 -1 4202560 2850 0 1 0 246 12 0 0 20 0 18 0 254840931 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631476328312 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) R 3762 3764 32594 0 -1 4202560 371 0 0 0 19 3 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631465392560 140631480087692 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) R 3762 3764 32594 0 -1 4202560 97 0 0 0 16 2 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631464340056 140631480088440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) R 3762 3764 32594 0 -1 4202560 535 0 0 0 15 2 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631463287256 140631478802105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) R 3762 3764 32594 0 -1 4202560 456 0 0 0 21 3 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631462234040 140631480088011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) R 3762 3764 32594 0 -1 4202560 434 0 0 0 18 5 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631461182680 140631479609207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) R 3762 3764 32594 0 -1 4202560 348 0 0 0 14 3 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631460129464 140631480506640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) R 3762 3764 32594 0 -1 4202560 457 0 0 0 24 5 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631459077080 140631478802105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) R 3762 3764 32594 0 -1 4202560 470 0 0 0 15 2 0 0 20 0 18 0 254840932 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631458023864 140631478802105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254840933 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631300187528 273451889724 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) S 3762 3764 32594 0 -1 4202560 952 0 0 0 13 0 0 0 20 0 18 0 254840936 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631295978424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) S 3762 3764 32594 0 -1 4202560 1207 0 0 0 13 0 0 0 20 0 18 0 254840936 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631294925624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 217013 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 3.83 3.92 3.87 9/213 3782
/proc/meminfo: memFree=23791776/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=10.02 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 20988 0 1 0 925 77 0 0 20 0 18 0 254840930 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 438312 2256 9 0 2380296 0
[pid=3764/tid=3766] ppid=3762 vsize=9558412 CPUtime=4.36 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) R 3762 3764 32594 0 -1 4202560 3566 0 1 0 415 21 0 0 20 0 18 0 254840931 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140631476322288 140631338932626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 32594 0 -1 4202560 984 0 0 0 41 7 0 0 20 0 18 0 254840932 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140631465392680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9558412 CPUtime=0.59 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 32594 0 -1 4202560 187 0 0 0 53 6 0 0 20 0 18 0 254840932 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140631464339880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9558412 CPUtime=0.59 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 32594 0 -1 4202560 634 0 0 0 52 7 0 0 20 0 18 0 254840932 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140631463287080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 32594 0 -1 4202560 1120 0 0 0 44 7 0 0 20 0 18 0 254840932 9787813888 438312 33554432000 1073741824 1073778376 140735559293200 140631462234280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 32594 0 -1 4202560 601 0 0 0 43 7 0 0 20 0 18 0 254840932 9787813888 438313 33554432000 1073741824 1073778376 140735559293200 140631461182504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 32594 0 -1 4202560 666 0 0 0 44 6 0 0 20 0 18 0 254840932 9787813888 438313 33554432000 1073741824 1073778376 140735559293200 140631460129704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 32594 0 -1 4202560 975 0 0 0 57 10 0 0 20 0 18 0 254840932 9787813888 438313 33554432000 1073741824 1073778376 140735559293200 140631459076904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 32594 0 -1 4202560 1006 0 0 0 45 6 0 0 20 0 18 0 254840932 9787813888 438315 33554432000 1073741824 1073778376 140735559293200 140631458024104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9558412 CPUtime=0.73 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 1476 0 0 0 72 1 0 0 20 0 18 0 254840933 9787813888 438320 33554432000 1073741824 1073778376 140735559293200 140631300188648 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254840934 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) R 3762 3764 32594 0 -1 4202560 3921 0 0 0 20 0 0 0 20 0 18 0 254840936 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631295954536 140631482230078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) R 3762 3764 32594 0 -1 4202560 4689 0 0 0 23 0 0 0 20 0 18 0 254840936 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631294902712 140631482477856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254840936 9787813888 438321 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 3.76 3.90 3.87 11/213 3782
/proc/meminfo: memFree=22076752/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9558412 CPUtime=23.4 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 82796 0 1 0 2183 157 0 0 20 0 18 0 254840930 9787813888 843116 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2389603 843116 2273 9 0 2380296 0
[pid=3764/tid=3766] ppid=3762 vsize=9558412 CPUtime=8.31 cores=0,2,4,6

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

[pid=3764/tid=3784] ppid=3762 vsize=9824668 CPUtime=703.47 cores=0,2,4,6
/proc/3764/task/3784/stat : 3784 (java) R 3762 3764 32594 0 -1 4202560 77 0 0 0 70335 12 0 0 20 0 22 0 254845941 10060460032 1252593 33554432000 1073741824 1073778376 140735559293200 140631290711024 140631340118492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3785] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3785/stat : 3785 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254845985 10060460032 1252593 33554432000 1073741824 1073778376 140735559293200 140631289660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3786] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3786/stat : 3786 (java) S 3762 3764 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254845986 10060460032 1252593 33554432000 1073741824 1073778376 140735559293200 140631288607528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1496.15
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.93 4.09 4.00 5/218 3857
/proc/meminfo: memFree=19521920/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9824668 CPUtime=1609.86 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 107228 0 1 0 160615 371 0 0 20 0 22 0 254840930 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2456167 1341190 2284 9 0 2446860 0
[pid=3764/tid=3766] ppid=3762 vsize=9824668 CPUtime=28.09 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) S 3762 3764 32594 0 -1 4202560 3974 0 1 0 2767 42 0 0 20 0 22 0 254840931 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631476331512 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 32594 0 -1 4202560 7599 0 0 0 460 40 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631465392680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9824668 CPUtime=4.41 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 32594 0 -1 4202560 8570 0 0 0 415 26 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631464339880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 32594 0 -1 4202560 12782 0 0 0 428 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631463287080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9824668 CPUtime=5.46 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 32594 0 -1 4202560 3865 0 0 0 510 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631462234280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9824668 CPUtime=4.81 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 32594 0 -1 4202560 7290 0 0 0 447 34 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631461182504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 32594 0 -1 4202560 6085 0 0 0 432 38 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631460129704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 32594 0 -1 4202560 7565 0 0 0 479 43 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631459076904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9824668 CPUtime=4.75 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 32594 0 -1 4202560 10831 0 0 0 436 39 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631458024104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9824668 CPUtime=28.05 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 20833 0 0 0 2788 17 0 0 20 0 22 0 254840933 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631300188648 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) S 3762 3764 32594 0 -1 4202560 10020 0 0 0 123 2 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631295978424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) S 3762 3764 32594 0 -1 4202560 6462 0 0 0 124 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631294925624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 47 0 0 0 14 12 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3783] ppid=3762 vsize=9824668 CPUtime=756.02 cores=0,2,4,6
/proc/3764/task/3783/stat : 3783 (java) R 3762 3764 32594 0 -1 4202560 41 0 0 0 75589 13 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631291765216 140631339888083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3784] ppid=3762 vsize=9824668 CPUtime=756.05 cores=0,2,4,6
/proc/3764/task/3784/stat : 3784 (java) R 3762 3764 32594 0 -1 4202560 77 0 0 0 75592 13 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631290710384 140631340118731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3785] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3785/stat : 3785 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254845985 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631289660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3786] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3786/stat : 3786 (java) S 3762 3764 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254845986 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631288607528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1609.86
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.97 4.07 4.00 5/217 3858
/proc/meminfo: memFree=19522052/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9824668 CPUtime=1729.84 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 107234 0 1 0 172613 371 0 0 20 0 22 0 254840930 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2456167 1341190 2284 9 0 2446860 0
[pid=3764/tid=3766] ppid=3762 vsize=9824668 CPUtime=28.09 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) S 3762 3764 32594 0 -1 4202560 3974 0 1 0 2767 42 0 0 20 0 22 0 254840931 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631476331512 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 32594 0 -1 4202560 7599 0 0 0 460 40 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631465392680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9824668 CPUtime=4.41 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 32594 0 -1 4202560 8570 0 0 0 415 26 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631464339880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 32594 0 -1 4202560 12782 0 0 0 428 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631463287080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9824668 CPUtime=5.46 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 32594 0 -1 4202560 3865 0 0 0 510 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631462234280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9824668 CPUtime=4.81 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 32594 0 -1 4202560 7290 0 0 0 447 34 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631461182504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 32594 0 -1 4202560 6085 0 0 0 432 38 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631460129704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 32594 0 -1 4202560 7565 0 0 0 479 43 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631459076904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9824668 CPUtime=4.75 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 32594 0 -1 4202560 10831 0 0 0 436 39 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631458024104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9824668 CPUtime=28.06 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 20833 0 0 0 2789 17 0 0 20 0 22 0 254840933 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631300188648 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) S 3762 3764 32594 0 -1 4202560 10022 0 0 0 123 2 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631295978424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) S 3762 3764 32594 0 -1 4202560 6462 0 0 0 124 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631294925624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3783] ppid=3762 vsize=9824668 CPUtime=816.02 cores=0,2,4,6
/proc/3764/task/3783/stat : 3783 (java) R 3762 3764 32594 0 -1 4202560 41 0 0 0 81588 14 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631291765336 140631339995001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3784] ppid=3762 vsize=9824668 CPUtime=816.05 cores=0,2,4,6
/proc/3764/task/3784/stat : 3784 (java) R 3762 3764 32594 0 -1 4202560 77 0 0 0 81591 14 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631290710384 140631340118665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3785] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3785/stat : 3785 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254845985 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631289660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3786] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3786/stat : 3786 (java) S 3762 3764 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254845986 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631288607528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.84
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.407 s]
/proc/loadavg: 3.85 4.03 3.99 5/217 3858
/proc/meminfo: memFree=19441936/32873852 swapFree=6848/6848
[pid=3764] ppid=3762 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/3764/stat : 3764 (java) S 3762 3764 32594 0 -1 4202496 107236 0 1 0 179634 372 0 0 20 0 22 0 254840930 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140735559284336 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3764/statm: 2456167 1341190 2284 9 0 2446860 0
[pid=3764/tid=3766] ppid=3762 vsize=9824668 CPUtime=28.09 cores=0,2,4,6
/proc/3764/task/3766/stat : 3766 (java) S 3762 3764 32594 0 -1 4202560 3974 0 1 0 2767 42 0 0 20 0 22 0 254840931 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631476331512 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3767] ppid=3762 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/3764/task/3767/stat : 3767 (java) S 3762 3764 32594 0 -1 4202560 7599 0 0 0 460 40 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631465392680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3768] ppid=3762 vsize=9824668 CPUtime=4.41 cores=0,2,4,6
/proc/3764/task/3768/stat : 3768 (java) S 3762 3764 32594 0 -1 4202560 8570 0 0 0 415 26 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631464339880 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3769] ppid=3762 vsize=9824668 CPUtime=4.64 cores=0,2,4,6
/proc/3764/task/3769/stat : 3769 (java) S 3762 3764 32594 0 -1 4202560 12782 0 0 0 428 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631463287080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3770] ppid=3762 vsize=9824668 CPUtime=5.46 cores=0,2,4,6
/proc/3764/task/3770/stat : 3770 (java) S 3762 3764 32594 0 -1 4202560 3865 0 0 0 510 36 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631462234280 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3771] ppid=3762 vsize=9824668 CPUtime=4.81 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (java) S 3762 3764 32594 0 -1 4202560 7290 0 0 0 447 34 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631461182504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=9824668 CPUtime=4.7 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (java) S 3762 3764 32594 0 -1 4202560 6085 0 0 0 432 38 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631460129704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (java) S 3762 3764 32594 0 -1 4202560 7565 0 0 0 479 43 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631459076904 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=9824668 CPUtime=4.75 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (java) S 3762 3764 32594 0 -1 4202560 10831 0 0 0 436 39 0 0 20 0 22 0 254840932 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631458024104 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3775] ppid=3762 vsize=9824668 CPUtime=28.06 cores=0,2,4,6
/proc/3764/task/3775/stat : 3775 (java) S 3762 3764 32594 0 -1 4202560 20833 0 0 0 2789 17 0 0 20 0 22 0 254840933 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631300188648 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3776] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3776/stat : 3776 (java) S 3762 3764 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631299134712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3777] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3777/stat : 3777 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254840934 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631298081800 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3778] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3778/stat : 3778 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631297030288 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3779] ppid=3762 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/3764/task/3779/stat : 3779 (java) S 3762 3764 32594 0 -1 4202560 10022 0 0 0 123 2 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631295978424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3780] ppid=3762 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/3764/task/3780/stat : 3780 (java) S 3762 3764 32594 0 -1 4202560 6462 0 0 0 124 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631294925624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3764/tid=3781] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3781/stat : 3781 (java) S 3762 3764 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631293873016 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3782] ppid=3762 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/3764/task/3782/stat : 3782 (java) S 3762 3764 32594 0 -1 4202560 53 0 0 0 15 15 0 0 20 0 22 0 254840936 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631292820424 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3783] ppid=3762 vsize=9824668 CPUtime=851.13 cores=0,2,4,6
/proc/3764/task/3783/stat : 3783 (java) R 3762 3764 32594 0 -1 4202560 41 0 0 0 85098 15 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631291765336 140631339888083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3764/tid=3784] ppid=3762 vsize=9824668 CPUtime=851.16 cores=0,2,4,6
/proc/3764/task/3784/stat : 3784 (java) R 3762 3764 32594 0 -1 4202560 77 0 0 0 85102 14 0 0 20 0 22 0 254845941 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631290710384 140631340118803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3764/tid=3785] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3785/stat : 3785 (java) S 3762 3764 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254845985 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631289660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3764/tid=3786] ppid=3762 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3764/task/3786/stat : 3786 (java) S 3762 3764 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254845986 10060460032 1341190 33554432000 1073741824 1073778376 140735559293200 140631288607528 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

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): 917.445
CPU time (s): 1800.53
CPU user time (s): 1796.39
CPU system time (s): 4.14237
CPU usage (%): 196.255
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.39
system time used= 4.14237
maximum resident set size= 5364876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42080
involuntary context switches= 45396

runsolver used 3.09053 second user time and 8.29474 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 21:19:10
IDJOB=3690018
IDBENCH=92651
IDSOLVER=2268
FILE ID=node128/3690018-1337887145
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690018-1337887145/watcher-3690018-1337887145 -o /tmp/evaluation-result-3690018-1337887145/solver-3690018-1337887145 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690018-1337887145.opb

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

MD5SUM BENCH= a2f99c9ee3680d6c94873a7ed8cb4007
RANDOM SEED=1316157675

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        25390076 kB
Buffers:          252012 kB
Cached:          3205532 kB
SwapCached:            0 kB
Active:          3957920 kB
Inactive:        2732876 kB
Active(anon):    3235708 kB
Inactive(anon):        0 kB
Active(file):     722212 kB
Inactive(file):  2732876 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222348 kB
Writeback:             0 kB
AnonPages:       3242180 kB
Mapped:            22668 kB
Shmem:               204 kB
Slab:             650300 kB
SReclaimable:      88284 kB
SUnreclaim:       562016 kB
KernelStack:        1600 kB
PageTables:        10656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3359864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3086336 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= 71320 MiB
End job on node128 at 2012-05-24 21:34:30