Trace number 3743778

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 902.843

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUMbce39ea6470f5e2e6c53fe3acb1a7559
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11933
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2531125
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2531125
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3743778-1338786751.opb
0.07/0.14	c reading problem ... 
9.56/6.69	c ... done. Wall clock time 6.552s.
9.56/6.69	c #vars     400896
9.56/6.69	c #constraints  402763
9.56/6.69	c constraints type 
9.56/6.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
9.56/6.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.56/6.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.56/6.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.56/6.69	c constraints type 
9.56/6.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.56/6.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
9.56/6.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.56/6.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
118.31/60.52	c cleaning 1784 clauses out of 4999 with flag 5000/5000
250.31/126.52	c cleaning 4609 clauses out of 9219 with flag 11004/11004
417.46/210.07	c cleaning 5758 clauses out of 11605 with flag 18000/18000
580.16/291.58	c cleaning 6908 clauses out of 13847 with flag 26000/26000
776.71/390.18	c cleaning 7963 clauses out of 15941 with flag 35002/35002
1020.59/512.35	c cleaning 8975 clauses out of 17976 with flag 45000/45000
1323.76/664.18	c cleaning 9980 clauses out of 20001 with flag 56000/56000
1595.86/800.33	c cleaning 10994 clauses out of 22022 with flag 68001/68001
1800.06/902.81	c starts		: 78
1800.06/902.81	c conflicts		: 74267
1800.06/902.81	c decisions		: 2091254
1800.06/902.81	c propagations		: 4507778992
1800.06/902.81	c inspects		: 3025764529
1800.06/902.81	c shortcuts		: 0
1800.06/902.81	c learnt literals	: 2
1800.06/902.81	c learnt binary clauses	: 230
1800.06/902.81	c learnt ternary clauses	: 262
1800.06/902.81	c learnt constraints	: 74265
1800.06/902.81	c ignored constraints	: 0
1800.06/902.81	c root simplifications	: 0
1800.06/902.81	c removed literals (reason simplification)	: 3257308
1800.06/902.81	c reason swapping (by a shorter reason)	: 0
1800.06/902.81	c Calls to reduceDB	: 8
1800.06/902.81	c number of reductions to clauses (during analyze)	: 0
1800.06/902.81	c number of learned constraints concerned by reduction	: 0
1800.06/902.81	c number of learning phase by resolution	: 0
1800.06/902.81	c number of learning phase by cutting planes	: 0
1800.06/902.81	c speed (assignments/second)	: 5030324.096857456
1800.06/902.81	c non guided choices	5412
1800.06/902.82	c learnt constraints type 
1800.06/902.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 230
1800.06/902.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17064
1800.06/902.82	c constraints type 
1800.06/902.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.06/902.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/902.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/902.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/902.82	c constraints type 
1800.06/902.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.06/902.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.06/902.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.06/902.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/902.82	s UNKNOWN
1800.06/902.82	c Total wall clock time (in seconds): 902.687

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-3743778-1338786751/watcher-3743778-1338786751 -o /tmp/evaluation-result-3743778-1338786751/solver-3743778-1338786751 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743778-1338786751.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: 3.85 3.94 3.82 4/199 2436
/proc/meminfo: memFree=23723268/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2436/stat : 2436 (java) D 2434 2436 31826 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344800480 9515008 183 33554432000 1073741824 1073778376 140734915285392 140734915276424 273589026485 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/2436/statm: 2323 183 140 9 0 71 0

[startup+0.048465 s]
/proc/loadavg: 3.85 3.94 3.82 4/199 2436
/proc/meminfo: memFree=23723268/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11044572 CPUtime=0.03 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 4059 0 1 0 2 1 0 0 20 0 10 0 344800480 11309641728 11401 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2761143 11401 1539 9 0 2751844 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11044572

[startup+0.100218 s]
/proc/loadavg: 3.85 3.94 3.82 4/199 2436
/proc/meminfo: memFree=23723268/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 4485 0 1 0 6 1 0 0 20 0 18 0 344800480 11864465408 12847 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 12847 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300218 s]
/proc/loadavg: 3.85 3.94 3.82 4/199 2436
/proc/meminfo: memFree=23723268/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 6662 0 1 0 45 3 0 0 20 0 18 0 344800480 11864465408 22687 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 22687 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700209 s]
/proc/loadavg: 3.85 3.94 3.82 4/199 2436
/proc/meminfo: memFree=23723268/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=1.2 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 10121 0 1 0 114 6 0 0 20 0 18 0 344800480 11864465408 60887 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 60887 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50075 s]
/proc/loadavg: 3.85 3.94 3.82 4/217 2454
/proc/meminfo: memFree=23096084/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=2.04 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 10549 0 1 0 177 27 0 0 20 0 18 0 344800480 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 279001 2239 9 0 2887285 0
[pid=2436/tid=2438] ppid=2434 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 31826 0 -1 4202560 3899 0 1 0 120 26 0 0 20 0 18 0 344800481 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725951672320 273592411405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 2100 0 0 0 28 0 0 0 20 0 18 0 344800488 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 3365 0 0 0 26 0 0 0 20 0 18 0 344800488 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 279001 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 11586392

[startup+3.10077 s]
/proc/loadavg: 3.85 3.94 3.82 3/217 2454
/proc/meminfo: memFree=22332616/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=3.64 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 10918 0 1 0 324 40 0 0 20 0 18 0 344800480 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 467929 2239 9 0 2887285 0
[pid=2436/tid=2438] ppid=2434 vsize=11586392 CPUtime=3.05 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 31826 0 -1 4202560 4268 0 1 0 267 38 0 0 20 0 18 0 344800481 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725951672320 273592411405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800483 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344800484 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 2100 0 0 0 28 0 0 0 20 0 18 0 344800488 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 3365 0 0 0 26 0 0 0 20 0 18 0 344800488 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 467929 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 11586392

[startup+6.30067 s]
/proc/loadavg: 3.86 3.94 3.82 4/217 2454
/proc/meminfo: memFree=20642964/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11586392 CPUtime=9.06 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 12355 0 1 0 794 112 0 0 20 0 18 0 344800480 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2896598 772455 2255 9 0 2887285 0
[pid=2436/tid=2438] ppid=2434 vsize=11586392 CPUtime=5.49 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) R 2434 2436 31826 0 -1 4202560 4641 0 1 0 496 53 0 0 20 0 18 0 344800481 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725951672416 139725959445601 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 124 0 0 0 21 7 0 0 20 0 18 0 344800483 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 109 0 0 0 25 6 0 0 20 0 18 0 344800483 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11586392 CPUtime=0.56 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 194 0 0 0 46 10 0 0 20 0 18 0 344800483 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11586392 CPUtime=0.4 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 162 0 0 0 32 8 0 0 20 0 18 0 344800484 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 111 0 0 0 25 6 0 0 20 0 18 0 344800484 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11586392 CPUtime=0.21 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 86 0 0 0 16 5 0 0 20 0 18 0 344800484 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 83 0 0 0 22 4 0 0 20 0 18 0 344800484 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11586392 CPUtime=0.52 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 198 0 0 0 40 12 0 0 20 0 18 0 344800484 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344800485 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 2100 0 0 0 28 0 0 0 20 0 18 0 344800488 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 3365 0 0 0 26 0 0 0 20 0 18 0 344800488 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344800488 11864465408 772455 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 11586392

[startup+12.7009 s]
/proc/loadavg: 3.87 3.94 3.82 5/221 2458
/proc/meminfo: memFree=20629604/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11852648 CPUtime=22.65 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 16811 0 1 0 2152 113 0 0 20 0 22 0 344800480 12137111552 774027 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2963162 774027 2276 9 0 2953849 0
[pid=2436/tid=2438] ppid=2434 vsize=11852648 CPUtime=5.87 cores=1,3,5,7

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

/proc/2436/statm: 2963162 975470 2289 9 0 2953849 0
[pid=2436/tid=2438] ppid=2434 vsize=11852648 CPUtime=5.92 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) S 2434 2436 31826 0 -1 4202560 4661 0 1 0 537 55 0 0 20 0 22 0 344800481 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725951681688 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 185 0 0 0 89 10 0 0 20 0 22 0 344800483 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 172 0 0 0 91 9 0 0 20 0 22 0 344800483 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 246 0 0 0 104 13 0 0 20 0 22 0 344800483 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 213 0 0 0 96 11 0 0 20 0 22 0 344800484 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 163 0 0 0 87 9 0 0 20 0 22 0 344800484 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 142 0 0 0 76 8 0 0 20 0 22 0 344800484 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 141 0 0 0 84 8 0 0 20 0 22 0 344800484 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 255 0 0 0 105 15 0 0 20 0 22 0 344800484 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11852648 CPUtime=7.59 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 24037 0 0 0 744 15 0 0 20 0 22 0 344800485 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 14268 0 0 0 196 2 0 0 20 0 22 0 344800488 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 18347 0 0 0 197 3 0 0 20 0 22 0 344800488 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 49 0 0 0 24 19 0 0 20 0 22 0 344800488 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2455] ppid=2434 vsize=11852648 CPUtime=804.21 cores=1,3,5,7
/proc/2436/task/2455/stat : 2455 (java) R 2434 2436 31826 0 -1 4202560 65 0 0 0 80408 13 0 0 20 0 22 0 344801149 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725760766400 139725892240228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2456] ppid=2434 vsize=11852648 CPUtime=804.25 cores=1,3,5,7
/proc/2436/task/2456/stat : 2456 (java) R 2434 2436 31826 0 -1 4202560 217 0 0 0 80409 16 0 0 20 0 22 0 344801149 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725759711296 139725892483447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2457] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2457/stat : 2457 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725758661544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2458] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2458/stat : 2458 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975470 33554432000 1073741824 1073778376 140737276462592 139725757608744 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1638.76
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.75 3.70 5/221 2535
/proc/meminfo: memFree=20257364/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11852648 CPUtime=1758.97 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 64376 0 1 0 175707 190 0 0 20 0 22 0 344800480 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2963162 975473 2289 9 0 2953849 0
[pid=2436/tid=2438] ppid=2434 vsize=11852648 CPUtime=5.92 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) S 2434 2436 31826 0 -1 4202560 4661 0 1 0 537 55 0 0 20 0 22 0 344800481 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725951681688 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 185 0 0 0 97 10 0 0 20 0 22 0 344800483 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 172 0 0 0 101 10 0 0 20 0 22 0 344800483 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 246 0 0 0 111 13 0 0 20 0 22 0 344800483 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 213 0 0 0 104 11 0 0 20 0 22 0 344800484 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 164 0 0 0 97 9 0 0 20 0 22 0 344800484 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 143 0 0 0 85 8 0 0 20 0 22 0 344800484 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 142 0 0 0 91 8 0 0 20 0 22 0 344800484 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 255 0 0 0 112 15 0 0 20 0 22 0 344800484 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11852648 CPUtime=7.61 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 24041 0 0 0 745 16 0 0 20 0 22 0 344800485 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 14268 0 0 0 196 2 0 0 20 0 22 0 344800488 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 18347 0 0 0 197 3 0 0 20 0 22 0 344800488 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 51 0 0 0 25 20 0 0 20 0 22 0 344800488 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2455] ppid=2434 vsize=11852648 CPUtime=863.8 cores=1,3,5,7
/proc/2436/task/2455/stat : 2455 (java) R 2434 2436 31826 0 -1 4202560 69 0 0 0 86366 14 0 0 20 0 22 0 344801149 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725760764560 139725892240071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2456] ppid=2434 vsize=11852648 CPUtime=863.87 cores=1,3,5,7
/proc/2436/task/2456/stat : 2456 (java) R 2434 2436 31826 0 -1 4202560 230 0 0 0 86370 17 0 0 20 0 22 0 344801149 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725759712224 139725892520039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2457] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2457/stat : 2457 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725758661544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2458] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2458/stat : 2458 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975473 33554432000 1073741824 1073778376 140737276462592 139725757608744 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1758.97
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.801 s]
/proc/loadavg: 3.99 3.77 3.71 5/221 2535
/proc/meminfo: memFree=20257364/32873844 swapFree=7112/7112
[pid=2436] ppid=2434 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/2436/stat : 2436 (java) S 2434 2436 31826 0 -1 4202496 64386 0 1 0 179815 191 0 0 20 0 22 0 344800480 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 140737276453728 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 2963162 975474 2289 9 0 2953849 0
[pid=2436/tid=2438] ppid=2434 vsize=11852648 CPUtime=5.92 cores=1,3,5,7
/proc/2436/task/2438/stat : 2438 (java) S 2434 2436 31826 0 -1 4202560 4661 0 1 0 537 55 0 0 20 0 22 0 344800481 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725951681688 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2439] ppid=2434 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/2436/task/2439/stat : 2439 (java) S 2434 2436 31826 0 -1 4202560 185 0 0 0 99 10 0 0 20 0 22 0 344800483 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725890411048 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2440] ppid=2434 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2436/task/2440/stat : 2440 (java) S 2434 2436 31826 0 -1 4202560 172 0 0 0 103 10 0 0 20 0 22 0 344800483 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725787916712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2441] ppid=2434 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/2436/task/2441/stat : 2441 (java) S 2434 2436 31826 0 -1 4202560 246 0 0 0 113 13 0 0 20 0 22 0 344800483 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725786863912 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2442] ppid=2434 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2436/task/2442/stat : 2442 (java) S 2434 2436 31826 0 -1 4202560 213 0 0 0 106 11 0 0 20 0 22 0 344800484 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725785811112 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2443] ppid=2434 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/2436/task/2443/stat : 2443 (java) S 2434 2436 31826 0 -1 4202560 164 0 0 0 100 9 0 0 20 0 22 0 344800484 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725784759336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2444] ppid=2434 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/2436/task/2444/stat : 2444 (java) S 2434 2436 31826 0 -1 4202560 144 0 0 0 89 9 0 0 20 0 22 0 344800484 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725783706536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2445] ppid=2434 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/2436/task/2445/stat : 2445 (java) S 2434 2436 31826 0 -1 4202560 142 0 0 0 93 8 0 0 20 0 22 0 344800484 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725782653736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2446] ppid=2434 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/2436/task/2446/stat : 2446 (java) S 2434 2436 31826 0 -1 4202560 255 0 0 0 114 15 0 0 20 0 22 0 344800484 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725781600936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2447] ppid=2434 vsize=11852648 CPUtime=7.62 cores=1,3,5,7
/proc/2436/task/2447/stat : 2447 (java) S 2434 2436 31826 0 -1 4202560 24043 0 0 0 745 17 0 0 20 0 22 0 344800485 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725769189864 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2436/tid=2448] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2448/stat : 2448 (java) S 2434 2436 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725768135928 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2449] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2449/stat : 2449 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344800485 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725767083016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2450] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2450/stat : 2450 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725766031504 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2451] ppid=2434 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/2436/task/2451/stat : 2451 (java) S 2434 2436 31826 0 -1 4202560 14268 0 0 0 196 2 0 0 20 0 22 0 344800488 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725764979640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2452] ppid=2434 vsize=11852648 CPUtime=2 cores=1,3,5,7
/proc/2436/task/2452/stat : 2452 (java) S 2434 2436 31826 0 -1 4202560 18347 0 0 0 197 3 0 0 20 0 22 0 344800488 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725763926840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2453] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2453/stat : 2453 (java) S 2434 2436 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344800488 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725762874232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2454] ppid=2434 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/2436/task/2454/stat : 2454 (java) S 2434 2436 31826 0 -1 4202560 53 0 0 0 25 21 0 0 20 0 22 0 344800488 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725761821640 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2455] ppid=2434 vsize=11852648 CPUtime=884.19 cores=1,3,5,7
/proc/2436/task/2455/stat : 2455 (java) R 2434 2436 31826 0 -1 4202560 72 0 0 0 88405 14 0 0 20 0 22 0 344801149 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725760764840 139725892293073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2436/tid=2456] ppid=2434 vsize=11852648 CPUtime=884.27 cores=1,3,5,7
/proc/2436/task/2456/stat : 2456 (java) R 2434 2436 31826 0 -1 4202560 232 0 0 0 88410 17 0 0 20 0 22 0 344801149 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725759712304 139725892058642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2436/tid=2457] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2457/stat : 2457 (java) S 2434 2436 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725758661544 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2436/tid=2458] ppid=2434 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2436/task/2458/stat : 2458 (java) S 2434 2436 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344801157 12137111552 975474 33554432000 1073741824 1073778376 140737276462592 139725757608744 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2436 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=518343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=313648
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.843
CPU time (s): 1800.06
CPU user time (s): 1798.15
CPU system time (s): 1.91
CPU usage (%): 199.377
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.31365
maximum resident set size= 3950156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25302
involuntary context switches= 26468

runsolver used 3.2515 second user time and 9.04363 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 07:12:32
IDJOB=3743778
IDBENCH=92523
IDSOLVER=2328
FILE ID=node132/3743778-1338786751
RUNJOBID= node132-1338771251-31843
PBS_JOBID= 14636815
Free space on /tmp= 71160 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743778-1338786751/watcher-3743778-1338786751 -o /tmp/evaluation-result-3743778-1338786751/solver-3743778-1338786751 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743778-1338786751.opb

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

MD5SUM BENCH= bce39ea6470f5e2e6c53fe3acb1a7559
RANDOM SEED=988862619

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23723664 kB
Buffers:         1303840 kB
Cached:          3214972 kB
SwapCached:         2288 kB
Active:          6077348 kB
Inactive:        2148588 kB
Active(anon):    3697552 kB
Inactive(anon):     7108 kB
Active(file):    2379796 kB
Inactive(file):  2141480 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:             28000 kB
Writeback:             0 kB
AnonPages:       3709520 kB
Mapped:            19300 kB
Shmem:                 8 kB
Slab:             777944 kB
SReclaimable:     218796 kB
SUnreclaim:       559148 kB
KernelStack:        1640 kB
PageTables:        11368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10456756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3655680 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= 71160 MiB
End job on node132 at 2012-06-04 07:27:36