Trace number 3687424

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.76 904.867

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.13	c version 2.3.2.v20120418
0.04/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.13	c java.vm.version	19.1-b02
0.04/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.13	c sun.arch.data.model	64
0.04/0.13	c java.version		1.6.0_24
0.04/0.13	c os.name		Linux
0.04/0.13	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.13	c os.arch		amd64
0.04/0.13	c Free memory 		501472288
0.04/0.13	c Max memory 		7480803328
0.04/0.13	c Total memory 		504102912
0.04/0.13	c Number of processors 	8
0.04/0.16	c Pseudo Boolean Optimization by upper bound
0.04/0.16	c ManyCore solver with 2 solvers running in parallel
0.04/0.16	c --- Begin Solver configuration ---
0.04/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.04/0.16	c Learn all clauses as in MiniSAT
0.04/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.16	c Expensive reason simplification
0.04/0.16	c Armin Biere (Picosat) restarts strategy
0.04/0.16	c Glucose learned constraints deletion strategy
0.04/0.16	c timeout=2147483s
0.04/0.16	c DB Simplification allowed=false
0.04/0.16	c c --- End Solver configuration ---
0.04/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.16	c --- Begin Solver configuration ---
0.04/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.04/0.16	c Learn all clauses as in MiniSAT
0.04/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.16	c No reason simplification
0.04/0.16	c Armin Biere (Picosat) restarts strategy
0.04/0.16	c Glucose learned constraints deletion strategy
0.04/0.16	c timeout=2147483s
0.04/0.16	c DB Simplification allowed=false
0.04/0.16	c c --- End Solver configuration ---
0.04/0.16	c solving HOME/instance-3687424-1337871916.opb
0.04/0.16	c reading problem ... 
5.62/3.55	c ... done. Wall clock time 3.395s.
5.62/3.55	c declared #vars     168111
5.62/3.55	c #constraints  487525
5.62/3.55	c constraints type 
5.62/3.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
5.62/3.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
5.62/3.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
5.62/3.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
5.62/3.55	c 487525 constraints processed.
5.62/3.55	c constraints type 
5.62/3.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
5.62/3.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
5.62/3.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
5.62/3.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
5.62/3.55	c 487525 constraints processed.
31.79/15.61	c cleaning 2493 clauses out of 5001 with flag 5003/5003
57.20/28.41	c cleaning 0 clauses out of 5000 with flag 0/5002
65.19/32.52	c cleaning 4234 clauses out of 8506 with flag 11001/11001
112.97/56.54	c cleaning 5615 clauses out of 11272 with flag 18002/18002
137.18/68.98	c cleaning 0 clauses out of 10999 with flag 0/11001
154.10/77.65	c cleaning 6783 clauses out of 13652 with flag 26000/26000
197.98/99.72	c cleaning 7931 clauses out of 15869 with flag 35001/35001
243.67/122.70	c cleaning 8963 clauses out of 17937 with flag 45000/45000
297.05/149.71	c cleaning 9970 clauses out of 19975 with flag 56001/56001
320.78/161.83	c cleaning 0 clauses out of 17999 with flag 0/18001
354.78/179.01	c cleaning 10973 clauses out of 22005 with flag 68001/68001
409.13/206.30	c cleaning 12002 clauses out of 24029 with flag 81000/81000
494.04/248.99	c cleaning 13001 clauses out of 26027 with flag 95000/95000
565.83/284.99	c cleaning 14004 clauses out of 28026 with flag 110000/110000
639.44/321.85	c cleaning 14990 clauses out of 30024 with flag 126002/126002
736.32/370.24	c cleaning 15992 clauses out of 32032 with flag 143000/143000
798.56/401.76	c cleaning 17009 clauses out of 34039 with flag 161001/161001
805.81/405.77	c cleaning 0 clauses out of 25998 with flag 0/26001
911.71/458.76	c cleaning 18005 clauses out of 36030 with flag 180001/180001
1012.98/509.44	c cleaning 19004 clauses out of 38025 with flag 200001/200001
1121.36/563.82	c cleaning 19958 clauses out of 40019 with flag 221000/221000
1286.56/646.68	c cleaning 21014 clauses out of 42062 with flag 243001/243001
1428.14/717.40	c cleaning 21999 clauses out of 44046 with flag 266000/266000
1585.70/796.54	c cleaning 22994 clauses out of 46049 with flag 290003/290003
1624.72/816.49	c cleaning 0 clauses out of 34994 with flag 0/35000
1695.17/852.03	c cleaning 24017 clauses out of 48052 with flag 315000/315000
1800.13/904.81	c starts		: 132
1800.13/904.81	c conflicts		: 332119
1800.13/904.81	c decisions		: 928985
1800.13/904.81	c propagations		: 1412472797
1800.13/904.81	c inspects		: 3227039735
1800.13/904.81	c shortcuts		: 0
1800.13/904.81	c learnt literals	: 15
1800.13/904.81	c learnt binary clauses	: 246
1800.13/904.81	c learnt ternary clauses	: 452
1800.13/904.81	c learnt constraints	: 332104
1800.13/904.81	c ignored constraints	: 0
1800.13/904.81	c root simplifications	: 0
1800.13/904.81	c removed literals (reason simplification)	: 4663449
1800.13/904.81	c reason swapping (by a shorter reason)	: 0
1800.13/904.81	c Calls to reduceDB	: 21
1800.13/904.81	c number of reductions to clauses (during analyze)	: 0
1800.13/904.81	c number of learned constraints concerned by reduction	: 0
1800.13/904.81	c number of learning phase by resolution	: 0
1800.13/904.81	c number of learning phase by cutting planes	: 0
1800.13/904.81	c speed (assignments/second)	: 1567335.5736944543
1800.13/904.81	c non guided choices	40703
1800.13/904.83	c learnt constraints type 
1800.13/904.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 246
1800.13/904.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40908
1800.13/904.83	c constraints type 
1800.13/904.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
1800.13/904.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.13/904.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
1800.13/904.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
1800.13/904.83	c 487525 constraints processed.
1800.13/904.83	c constraints type 
1800.13/904.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
1800.13/904.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
1800.13/904.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.13/904.83	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.13/904.83	c 487525 constraints processed.
1800.13/904.83	s UNKNOWN
1800.13/904.83	c Total wall clock time (in seconds): 904.678

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-3687424-1337871916/watcher-3687424-1337871916 -o /tmp/evaluation-result-3687424-1337871916/solver-3687424-1337871916 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687424-1337871916.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: 0.49 0.12 0.04 3/175 26623
/proc/meminfo: memFree=29457336/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/26623/stat : 26623 (java) R 26621 26623 26250 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 253316477 9379840 96 33554432000 1073741824 1073778376 140736133623152 140736133620280 215143617313 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2290 117 88 9 0 38 0

[startup+0.089032 s]
/proc/loadavg: 0.49 0.12 0.04 3/175 26623
/proc/meminfo: memFree=29457336/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 3070 0 1 0 3 0 0 0 20 0 13 0 253316477 9446973440 3768 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2306390 3768 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100309 s]
/proc/loadavg: 0.49 0.12 0.04 3/175 26623
/proc/meminfo: memFree=29457336/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 3185 0 1 0 4 0 0 0 20 0 18 0 253316477 9787813888 4394 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2389603 4394 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.300203 s]
/proc/loadavg: 0.49 0.12 0.04 3/175 26623
/proc/meminfo: memFree=29457336/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 4974 0 1 0 38 1 0 0 20 0 18 0 253316477 9787813888 9083 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2389603 9083 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 0.49 0.12 0.04 3/175 26623
/proc/meminfo: memFree=29457336/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9558412 CPUtime=1.44 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 14161 0 1 0 140 4 0 0 20 0 18 0 253316477 9787813888 40063 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2389603 40063 2230 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558412

[startup+1.50738 s]
/proc/loadavg: 0.49 0.12 0.04 3/193 26641
/proc/meminfo: memFree=29201576/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9558412 CPUtime=2.48 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 14735 0 1 0 234 14 0 0 20 0 18 0 253316477 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2389603 79397 2246 9 0 2380296 0
[pid=26623/tid=26625] ppid=26621 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) R 26621 26623 26250 0 -1 4202560 2548 0 1 0 131 5 0 0 20 0 18 0 253316478 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889660157112 139889518005136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 116 0 0 0 4 1 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 44 0 0 0 2 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 253316479 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253316480 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253316481 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253316481 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 4995 0 0 0 37 0 0 0 20 0 18 0 253316487 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 5487 0 0 0 38 0 0 0 20 0 18 0 253316487 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 79397 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 0.53 0.14 0.05 5/213 26689
/proc/meminfo: memFree=29013984/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9558412 CPUtime=4.69 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 15451 0 1 0 440 29 0 0 20 0 18 0 253316477 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2389603 136705 2256 9 0 2380296 0
[pid=26623/tid=26625] ppid=26621 vsize=9558412 CPUtime=2.79 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) R 26621 26623 26250 0 -1 4202560 2803 0 1 0 271 8 0 0 20 0 18 0 253316478 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889660149744 139889517550210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 218 0 0 0 11 3 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 74 0 0 0 5 2 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 41 0 0 0 6 3 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 171 0 0 0 12 3 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 76 0 0 0 5 2 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 253316479 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253316480 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253316481 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253316481 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 4995 0 0 0 48 0 0 0 20 0 18 0 253316487 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 5489 0 0 0 43 0 0 0 20 0 18 0 253316487 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253316487 9787813888 136705 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9558412

[startup+6.30088 s]
/proc/loadavg: 0.53 0.14 0.05 3/197 26724
/proc/meminfo: memFree=28723812/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9824668 CPUtime=12.31 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 16517 0 1 0 1183 48 0 0 20 0 22 0 253316477 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2456167 194610 2269 9 0 2446860 0
[pid=26623/tid=26625] ppid=26621 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) S 26621 26623 26250 0 -1 4202560 2860 0 1 0 301 10 0 0 20 0 22 0 253316478 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889660158968 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 246 0 0 0 20 6 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 130 0 0 0 13 5 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 289 0 0 0 20 4 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 260 0 0 0 19 5 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 60 0 0 0 12 4 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 131 0 0 0 19 6 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 63 0 0 0 13 4 0 0 20 0 22 0 253316479 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 510 0 0 0 0 0 0 0 20 0 22 0 253316480 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 5113 0 0 0 100 0 0 0 20 0 22 0 253316487 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 5499 0 0 0 106 0 0 0 20 0 22 0 253316487 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26717] ppid=26621 vsize=9824668 CPUtime=2.65 cores=1,3,5,7
/proc/26623/task/26717/stat : 26717 (java) R 26621 26623 26250 0 -1 4202560 21 0 0 0 265 0 0 0 20 0 22 0 253316833 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889274339352 139889518521472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26718] ppid=26621 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/26623/task/26718/stat : 26718 (java) R 26621 26623 26250 0 -1 4202560 78 0 0 0 263 0 0 0 20 0 22 0 253316833 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889273286568 139889518411606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26719] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26719/stat : 26719 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889272235048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26720] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26720/stat : 26720 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 194610 33554432000 1073741824 1073778376 140736133623152 139889271182504 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 9824668

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

[pid=26623/tid=26718] ppid=26621 vsize=9824668 CPUtime=732.3 cores=1,3,5,7
/proc/26623/task/26718/stat : 26718 (java) R 26621 26623 26250 0 -1 4202560 2147 0 0 0 73178 52 0 0 20 0 22 0 253316833 10060460032 663625 33554432000 1073741824 1073778376 140736133623152 139889273284992 139889518563270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26719] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26719/stat : 26719 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 663625 33554432000 1073741824 1073778376 140736133623152 139889272235048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26720] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26720/stat : 26720 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 663625 33554432000 1073741824 1073778376 140736133623152 139889271182504 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1517.03
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.91 3.62 2.24 5/221 26844
/proc/meminfo: memFree=24143580/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9824668 CPUtime=1635.63 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 136144 0 1 0 163360 203 0 0 20 0 22 0 253316477 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2456167 725097 2285 9 0 2446860 0
[pid=26623/tid=26625] ppid=26621 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) S 26621 26623 26250 0 -1 4202560 2881 0 1 0 304 11 0 0 20 0 22 0 253316478 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889660158968 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 487 0 0 0 310 11 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 461 0 0 0 328 10 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 399 0 0 0 349 11 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 843 0 0 0 356 12 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9824668 CPUtime=3.23 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 492 0 0 0 311 12 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 436 0 0 0 321 11 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 484 0 0 0 326 13 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9824668 CPUtime=3.31 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 404 0 0 0 320 11 0 0 20 0 22 0 253316479 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9824668 CPUtime=21.54 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 111415 0 0 0 2116 38 0 0 20 0 22 0 253316480 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 6877 0 0 0 151 2 0 0 20 0 22 0 253316487 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 6988 0 0 0 180 0 0 0 20 0 22 0 253316487 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 47 0 0 0 22 20 0 0 20 0 22 0 253316487 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26717] ppid=26621 vsize=9824668 CPUtime=790.21 cores=1,3,5,7
/proc/26623/task/26717/stat : 26717 (java) R 26621 26623 26250 0 -1 4202560 56 0 0 0 79007 14 0 0 20 0 22 0 253316833 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889274337664 139889518521467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26718] ppid=26621 vsize=9824668 CPUtime=790.11 cores=1,3,5,7
/proc/26623/task/26718/stat : 26718 (java) R 26621 26623 26250 0 -1 4202560 2686 0 0 0 78955 56 0 0 20 0 22 0 253316833 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889273286880 139889518564347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26719] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26719/stat : 26719 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889272235048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26720] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26720/stat : 26720 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 725097 33554432000 1073741824 1073778376 140736133623152 139889271182504 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1635.63
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.67 2.34 5/221 26845
/proc/meminfo: memFree=23829556/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9824668 CPUtime=1755.01 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 141259 0 1 0 175290 211 0 0 20 0 22 0 253316477 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2456167 763590 2285 9 0 2446860 0
[pid=26623/tid=26625] ppid=26621 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) S 26621 26623 26250 0 -1 4202560 2882 0 1 0 305 11 0 0 20 0 22 0 253316478 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889660158968 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9824668 CPUtime=3.26 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 488 0 0 0 315 11 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 463 0 0 0 337 10 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 401 0 0 0 356 11 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 846 0 0 0 364 12 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 492 0 0 0 320 12 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 441 0 0 0 331 11 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9824668 CPUtime=3.48 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 490 0 0 0 335 13 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 408 0 0 0 329 11 0 0 20 0 22 0 253316479 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9824668 CPUtime=22.48 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 115527 0 0 0 2208 40 0 0 20 0 22 0 253316480 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 6877 0 0 0 151 2 0 0 20 0 22 0 253316487 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 6988 0 0 0 180 0 0 0 20 0 22 0 253316487 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 51 0 0 0 23 22 0 0 20 0 22 0 253316487 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26717] ppid=26621 vsize=9824668 CPUtime=849.09 cores=1,3,5,7
/proc/26623/task/26717/stat : 26717 (java) R 26621 26623 26250 0 -1 4202560 59 0 0 0 84895 14 0 0 20 0 22 0 253316833 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889274338496 139889518522432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26718] ppid=26621 vsize=9824668 CPUtime=848.97 cores=1,3,5,7
/proc/26623/task/26718/stat : 26718 (java) R 26621 26623 26250 0 -1 4202560 3658 0 0 0 84838 59 0 0 20 0 22 0 253316833 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889273284992 139889518191498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26719] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26719/stat : 26719 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889272235048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26720] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26720/stat : 26720 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 763590 33554432000 1073741824 1073778376 140736133623152 139889271182504 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1755.01
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.801 s]
/proc/loadavg: 3.96 3.69 2.38 6/222 26848
/proc/meminfo: memFree=23791444/32873844 swapFree=7364/7364
[pid=26623] ppid=26621 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/26623/stat : 26623 (java) S 26621 26623 26250 0 -1 4202496 141289 0 1 0 179800 213 0 0 20 0 22 0 253316477 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 140736133614288 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26623/statm: 2456167 771277 2285 9 0 2446860 0
[pid=26623/tid=26625] ppid=26621 vsize=9824668 CPUtime=3.16 cores=1,3,5,7
/proc/26623/task/26625/stat : 26625 (java) S 26621 26623 26250 0 -1 4202560 2882 0 1 0 305 11 0 0 20 0 22 0 253316478 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889660158968 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26626] ppid=26621 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/26623/task/26626/stat : 26626 (java) S 26621 26623 26250 0 -1 4202560 490 0 0 0 316 12 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889638258856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26627] ppid=26621 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/26623/task/26627/stat : 26627 (java) S 26621 26623 26250 0 -1 4202560 465 0 0 0 341 10 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889637206312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26628] ppid=26621 vsize=9824668 CPUtime=3.72 cores=1,3,5,7
/proc/26623/task/26628/stat : 26628 (java) S 26621 26623 26250 0 -1 4202560 404 0 0 0 361 11 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889636153768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26629] ppid=26621 vsize=9824668 CPUtime=3.77 cores=1,3,5,7
/proc/26623/task/26629/stat : 26629 (java) S 26621 26623 26250 0 -1 4202560 846 0 0 0 365 12 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889299417640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26630] ppid=26621 vsize=9824668 CPUtime=3.34 cores=1,3,5,7
/proc/26623/task/26630/stat : 26630 (java) S 26621 26623 26250 0 -1 4202560 492 0 0 0 322 12 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889298365096 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26631] ppid=26621 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/26623/task/26631/stat : 26631 (java) S 26621 26623 26250 0 -1 4202560 442 0 0 0 332 11 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889297312552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26632] ppid=26621 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/26623/task/26632/stat : 26632 (java) S 26621 26623 26250 0 -1 4202560 491 0 0 0 337 13 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889296260008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26633] ppid=26621 vsize=9824668 CPUtime=3.42 cores=1,3,5,7
/proc/26623/task/26633/stat : 26633 (java) S 26621 26623 26250 0 -1 4202560 408 0 0 0 331 11 0 0 20 0 22 0 253316479 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889295207464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26634] ppid=26621 vsize=9824668 CPUtime=22.48 cores=1,3,5,7
/proc/26623/task/26634/stat : 26634 (java) S 26621 26623 26250 0 -1 4202560 115534 0 0 0 2208 40 0 0 20 0 22 0 253316480 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889282795624 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26635] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26635/stat : 26635 (java) S 26621 26623 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889281741944 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26636] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26636/stat : 26636 (java) S 26621 26623 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253316481 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889280689288 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26637] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26637/stat : 26637 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889279638032 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26638] ppid=26621 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/26623/task/26638/stat : 26638 (java) S 26621 26623 26250 0 -1 4202560 6877 0 0 0 151 2 0 0 20 0 22 0 253316487 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889278585400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26639] ppid=26621 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/26623/task/26639/stat : 26639 (java) S 26621 26623 26250 0 -1 4202560 6988 0 0 0 180 0 0 0 20 0 22 0 253316487 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889277532856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26640] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26640/stat : 26640 (java) S 26621 26623 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253316487 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889276480504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26641] ppid=26621 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26623/task/26641/stat : 26641 (java) S 26621 26623 26250 0 -1 4202560 53 0 0 0 24 22 0 0 20 0 22 0 253316487 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889275428168 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26623/tid=26717] ppid=26621 vsize=9824668 CPUtime=871.54 cores=1,3,5,7
/proc/26623/task/26717/stat : 26717 (java) R 26621 26623 26250 0 -1 4202560 60 0 0 0 87139 15 0 0 20 0 22 0 253316833 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889274338496 139889518474302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26623/tid=26718] ppid=26621 vsize=9824668 CPUtime=871.43 cores=1,3,5,7
/proc/26623/task/26718/stat : 26718 (java) R 26621 26623 26250 0 -1 4202560 3669 0 0 0 87083 60 0 0 20 0 22 0 253316833 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889273287024 139889518572279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26623/tid=26719] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26719/stat : 26719 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889272235048 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26623/tid=26720] ppid=26621 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26623/task/26720/stat : 26720 (java) S 26621 26623 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253316840 10060460032 771277 33554432000 1073741824 1073778376 140736133623152 139889271182504 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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): 904.867
CPU time (s): 1800.76
CPU user time (s): 1798.16
CPU system time (s): 2.5996
CPU usage (%): 199.008
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.5996
maximum resident set size= 3085224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141322
page faults= 1
swaps= 0
block input operations= 8
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27217
involuntary context switches= 47442

runsolver used 3.65244 second user time and 8.84366 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 17:05:17
IDJOB=3687424
IDBENCH=1447
IDSOLVER=2268
FILE ID=node133/3687424-1337871916
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71568 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687424-1337871916/watcher-3687424-1337871916 -o /tmp/evaluation-result-3687424-1337871916/solver-3687424-1337871916 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687424-1337871916.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=796260484

node133.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.540
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.08
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.540
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.92
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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.540
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.540
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.540
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.90
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.540
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.540
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:       32873844 kB
MemFree:        29457592 kB
Buffers:          207884 kB
Cached:          2429084 kB
SwapCached:            0 kB
Active:           486568 kB
Inactive:        2161488 kB
Active(anon):      13832 kB
Inactive(anon):        0 kB
Active(file):     472736 kB
Inactive(file):  2161488 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             58320 kB
Writeback:             8 kB
AnonPages:         20720 kB
Mapped:            14256 kB
Shmem:               212 kB
Slab:             629904 kB
SReclaimable:      71360 kB
SUnreclaim:       558544 kB
KernelStack:        1440 kB
PageTables:         3916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71608 MiB
End job on node133 at 2012-05-24 17:20:24