Trace number 3710471

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1801.09 1796.75

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710471-1338248899.opb
0.10/0.11	c reading problem ... 
7.01/5.32	c ... done. Wall clock time 5.205s.
7.01/5.32	c declared #vars     370300
7.01/5.32	c #constraints  855312
7.01/5.32	c constraints type 
7.01/5.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
7.01/5.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
7.01/5.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.01/5.32	c ignored satisfied constraints => 4
7.01/5.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.01/5.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.01/5.32	c 855316 constraints processed.
93.09/90.92	c cleaning 2497 clauses out of 5000 with flag 5000/5000
242.78/240.17	c cleaning 4246 clauses out of 8503 with flag 11000/11000
310.85/308.12	c cleaning 5611 clauses out of 11257 with flag 18000/18000
358.73/355.91	c cleaning 6821 clauses out of 13647 with flag 26001/26001
673.12/670.30	c cleaning 7902 clauses out of 15825 with flag 35000/35000
747.67/744.74	c cleaning 8933 clauses out of 17925 with flag 45002/45002
899.75/896.71	c cleaning 9989 clauses out of 19990 with flag 56000/56000
1244.09/1241.08	c cleaning 10956 clauses out of 22001 with flag 68000/68000
1326.14/1323.06	c cleaning 12016 clauses out of 24045 with flag 81000/81000
1449.23/1446.05	c cleaning 13012 clauses out of 26033 with flag 95004/95004
1572.48/1569.25	c cleaning 13999 clauses out of 28017 with flag 110000/110000
1687.63/1684.34	c cleaning 14986 clauses out of 30018 with flag 126000/126000
1800.10/1796.72	c starts		: 104
1800.10/1796.72	c conflicts		: 141076
1800.10/1796.72	c decisions		: 747918
1800.10/1796.72	c propagations		: 546506536
1800.10/1796.72	c inspects		: 7221022200
1800.10/1796.72	c shortcuts		: 0
1800.10/1796.72	c learnt literals	: 0
1800.10/1796.72	c learnt binary clauses	: 22
1800.10/1796.72	c learnt ternary clauses	: 18
1800.10/1796.72	c learnt constraints	: 141076
1800.10/1796.72	c ignored constraints	: 0
1800.10/1796.72	c root simplifications	: 104
1800.10/1796.72	c removed literals (reason simplification)	: 1813696
1800.10/1796.72	c reason swapping (by a shorter reason)	: 0
1800.10/1796.72	c Calls to reduceDB	: 12
1800.10/1796.72	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.72	c number of learned constraints concerned by reduction	: 0
1800.10/1796.72	c number of learning phase by resolution	: 0
1800.10/1796.72	c number of learning phase by cutting planes	: 0
1800.10/1796.72	c speed (assignments/second)	: 305084.4211197385
1800.10/1796.72	c non guided choices	1318
1800.10/1796.73	c learnt constraints type 
1800.10/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.10/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30086
1800.10/1796.73	c constraints type 
1800.10/1796.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.10/1796.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.10/1796.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.10/1796.73	c ignored satisfied constraints => 4
1800.10/1796.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.10/1796.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.10/1796.73	c 855316 constraints processed.
1800.10/1796.73	s UNKNOWN
1800.10/1796.73	c Total wall clock time (in seconds): 1796.615

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-3710471-1338248899/watcher-3710471-1338248899 -o /tmp/evaluation-result-3710471-1338248899/solver-3710471-1338248899 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710471-1338248899.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.30 1.79 2.00 8/193 1329
/proc/meminfo: memFree=30344176/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1329/stat : 1329 (java) R 1327 1329 31393 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 291018595 23793664 706 33554432000 1073741824 1073778376 140737328162048 140737328151112 247055086544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 5809 707 521 9 0 128 0
[pid=1329/tid=1330] ppid=1327 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 291018596 98570240 977 33554432000 1073741824 1073778376 140737328162048 139745946336808 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.065349 s]
/proc/loadavg: 1.30 1.79 2.00 8/193 1329
/proc/meminfo: memFree=30344176/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 3331 0 1 0 4 1 0 0 20 0 18 0 291018595 9787842560 4538 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 4538 1778 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2120 0 1 0 4 0 0 0 20 0 18 0 291018596 9787842560 4538 33554432000 1073741824 1073778376 140737328162048 139745946344096 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100291 s]
/proc/loadavg: 1.30 1.79 2.00 8/193 1329
/proc/meminfo: memFree=30344176/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 4287 0 1 0 9 1 0 0 20 0 18 0 291018595 9787842560 6004 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 6004 2116 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2422 0 1 0 6 2 0 0 20 0 18 0 291018596 9787842560 6004 33554432000 1073741824 1073778376 140737328162048 139745946339976 139745952738980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300252 s]
/proc/loadavg: 1.30 1.79 2.00 8/193 1329
/proc/meminfo: memFree=30344176/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 5193 0 1 0 45 2 0 0 20 0 18 0 291018595 9787842560 13846 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 13846 2223 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2515 0 1 0 26 2 0 0 20 0 18 0 291018596 9787842560 13846 33554432000 1073741824 1073778376 140737328162048 139745946339976 139745770816372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700204 s]
/proc/loadavg: 1.30 1.79 2.00 8/193 1329
/proc/meminfo: memFree=30344176/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=1.16 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 5911 0 1 0 108 8 0 0 20 0 18 0 291018595 9787842560 52715 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 52715 2244 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=0.61 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2565 0 1 0 58 3 0 0 20 0 18 0 291018596 9787842560 52715 33554432000 1073741824 1073778376 140737328162048 139745946339696 247067632053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.50021 s]
/proc/loadavg: 1.52 1.82 2.01 3/212 1350
/proc/meminfo: memFree=29933044/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=2.49 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 12487 0 1 0 233 16 0 0 20 0 18 0 291018595 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 95616 2265 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=1.35 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2628 0 1 0 130 5 0 0 20 0 18 0 291018596 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745946340536 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 124 0 0 0 4 1 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 147 0 0 0 8 2 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 108 0 0 0 5 1 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 291018597 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018600 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2580 0 0 0 30 0 0 0 20 0 18 0 291018600 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5319 0 0 0 30 0 0 0 20 0 18 0 291018600 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018600 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018601 9787842560 95616 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9558440

[startup+3.10074 s]
/proc/loadavg: 1.52 1.82 2.01 3/212 1350
/proc/meminfo: memFree=29882156/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9558440 CPUtime=4.33 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 12999 0 1 0 410 23 0 0 20 0 18 0 291018595 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2389610 156377 2266 9 0 2380296 0
[pid=1329/tid=1330] ppid=1327 vsize=9558440 CPUtime=2.89 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 2908 0 1 0 281 8 0 0 20 0 18 0 291018596 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745946333200 139745770750489 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 55 0 0 0 5 1 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 64 0 0 0 4 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 105 0 0 0 4 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 119 0 0 0 7 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 18 0 291018597 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 291018598 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018600 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9558440 CPUtime=0.35 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 18 0 291018600 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9558440 CPUtime=0.34 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5382 0 0 0 34 0 0 0 20 0 18 0 291018600 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018600 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291018601 9787842560 156377 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9558440

[startup+6.30077 s]
/proc/loadavg: 1.52 1.82 2.01 3/212 1351
/proc/meminfo: memFree=29560124/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9625004 CPUtime=8.37 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 14461 0 1 0 804 33 0 0 20 0 19 0 291018595 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2406251 188735 2275 9 0 2396937 0
[pid=1329/tid=1330] ppid=1327 vsize=9625004 CPUtime=5.92 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 3365 0 1 0 582 10 0 0 20 0 19 0 291018596 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745946341896 139745771195656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 221 0 0 0 15 3 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 76 0 0 0 9 2 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 420 0 0 0 18 4 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 198 0 0 0 9 3 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 125 0 0 0 11 4 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 163 0 0 0 8 2 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 137 0 0 0 11 3 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 78 0 0 0 17 3 0 0 20 0 19 0 291018597 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2625 0 0 0 57 0 0 0 20 0 19 0 291018600 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5384 0 0 0 52 0 0 0 20 0 19 0 291018600 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018601 9856004096 188735 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=1329/tid=1337] ppid=1327 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 177 0 0 0 26 3 0 0 20 0 19 0 291018597 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 281 0 0 0 28 5 0 0 20 0 19 0 291018597 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 111 0 0 0 32 5 0 0 20 0 19 0 291018597 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9625004 CPUtime=5.51 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 995 0 0 0 547 4 0 0 20 0 19 0 291018598 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2647 0 0 0 80 0 0 0 20 0 19 0 291018600 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5390 0 0 0 58 0 0 0 20 0 19 0 291018600 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 95 0 0 0 35 31 0 0 20 0 19 0 291018601 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1351] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1351/stat : 1351 (java) S 1327 1329 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291019135 9856004096 241034 33554432000 1073741824 1073778376 140737328162048 139745761912360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.63
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 1393
/proc/meminfo: memFree=29212648/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9625004 CPUtime=1725.69 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 15538 0 1 0 172510 59 0 0 20 0 19 0 291018595 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2406251 241032 2289 9 0 2396937 0
[pid=1329/tid=1330] ppid=1327 vsize=9625004 CPUtime=1715.33 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 3390 0 1 0 171496 37 0 0 20 0 19 0 291018596 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745946341680 139745771195656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 258 0 0 0 37 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 105 0 0 0 29 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 438 0 0 0 34 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 313 0 0 0 19 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 149 0 0 0 31 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 178 0 0 0 27 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 281 0 0 0 29 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 997 0 0 0 615 4 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2647 0 0 0 80 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5390 0 0 0 58 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 99 0 0 0 35 34 0 0 20 0 19 0 291018601 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1351] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1351/stat : 1351 (java) S 1327 1329 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291019135 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745761912360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.69
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 1393
/proc/meminfo: memFree=29212276/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9625004 CPUtime=1785.68 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 15542 0 1 0 178509 59 0 0 20 0 19 0 291018595 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2406251 241032 2289 9 0 2396937 0
[pid=1329/tid=1330] ppid=1327 vsize=9625004 CPUtime=1775.33 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 3390 0 1 0 177496 37 0 0 20 0 19 0 291018596 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745946341680 139745771101378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 258 0 0 0 37 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 105 0 0 0 29 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 438 0 0 0 34 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 313 0 0 0 19 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 149 0 0 0 31 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 178 0 0 0 27 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 281 0 0 0 29 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 997 0 0 0 615 4 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2647 0 0 0 80 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5390 0 0 0 58 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 291018601 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1351] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1351/stat : 1351 (java) S 1327 1329 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291019135 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745761912360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.68
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 1.93 1.99 1.99 3/192 1426
/proc/meminfo: memFree=29539520/32873844 swapFree=7108/7108
[pid=1329] ppid=1327 vsize=9625004 CPUtime=1800.1 cores=0,2,4,6
/proc/1329/stat : 1329 (java) S 1327 1329 31393 0 -1 4202496 15542 0 1 0 179951 59 0 0 20 0 19 0 291018595 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 140737328153184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1329/statm: 2406251 241032 2289 9 0 2396937 0
[pid=1329/tid=1330] ppid=1327 vsize=9625004 CPUtime=1789.75 cores=0,2,4,6
/proc/1329/task/1330/stat : 1330 (java) R 1327 1329 31393 0 -1 4202560 3390 0 1 0 178937 38 0 0 20 0 19 0 291018596 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745946341680 139745770571271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1332] ppid=1327 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/1329/task/1332/stat : 1332 (java) S 1327 1329 31393 0 -1 4202560 258 0 0 0 37 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745907833768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1333] ppid=1327 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/1329/task/1333/stat : 1333 (java) S 1327 1329 31393 0 -1 4202560 105 0 0 0 29 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745906781224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1334] ppid=1327 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/1329/task/1334/stat : 1334 (java) S 1327 1329 31393 0 -1 4202560 438 0 0 0 34 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745905728168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1335] ppid=1327 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/1329/task/1335/stat : 1335 (java) S 1327 1329 31393 0 -1 4202560 313 0 0 0 19 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745904675624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1336] ppid=1327 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1329/task/1336/stat : 1336 (java) S 1327 1329 31393 0 -1 4202560 149 0 0 0 31 4 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745903622568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1337] ppid=1327 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/1329/task/1337/stat : 1337 (java) S 1327 1329 31393 0 -1 4202560 178 0 0 0 27 3 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745902570024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1338] ppid=1327 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1329/task/1338/stat : 1338 (java) S 1327 1329 31393 0 -1 4202560 281 0 0 0 29 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745901516968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1339] ppid=1327 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/1329/task/1339/stat : 1339 (java) S 1327 1329 31393 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 291018597 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745900464424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1329/tid=1340] ppid=1327 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/1329/task/1340/stat : 1340 (java) S 1327 1329 31393 0 -1 4202560 997 0 0 0 615 4 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745770335080 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1341] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1341/stat : 1341 (java) S 1327 1329 31393 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745769281400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1342] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1342/stat : 1342 (java) S 1327 1329 31393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291018598 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745768228232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1343] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1343/stat : 1343 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745767176976 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1329/tid=1344] ppid=1327 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/1329/task/1344/stat : 1344 (java) S 1327 1329 31393 0 -1 4202560 2647 0 0 0 80 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745766123832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1345] ppid=1327 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/1329/task/1345/stat : 1345 (java) S 1327 1329 31393 0 -1 4202560 5390 0 0 0 58 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745765071288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1346] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1346/stat : 1346 (java) S 1327 1329 31393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291018600 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745764018424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1329/tid=1349] ppid=1327 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/1329/task/1349/stat : 1349 (java) S 1327 1329 31393 0 -1 4202560 103 0 0 0 37 35 0 0 20 0 19 0 291018601 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745762966088 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1329/tid=1351] ppid=1327 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1329/task/1351/stat : 1351 (java) S 1327 1329 31393 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291019135 9856004096 241032 33554432000 1073741824 1073778376 140737328162048 139745761912360 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625004

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): 1796.75
CPU time (s): 1801.09
CPU user time (s): 1799.85
CPU system time (s): 1.23981
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 1.23981
maximum resident set size= 964244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38643
involuntary context switches= 11117

runsolver used 5.50916 second user time and 15.8146 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-29 01:48:20
IDJOB=3710471
IDBENCH=92670
IDSOLVER=2289
FILE ID=node103/3710471-1338248899
RUNJOBID= node103-1338248899-1284
PBS_JOBID= 14624635
Free space on /tmp= 71512 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710471-1338248899/watcher-3710471-1338248899 -o /tmp/evaluation-result-3710471-1338248899/solver-3710471-1338248899 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710471-1338248899.opb

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=864250756

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        30356344 kB
Buffers:          746724 kB
Cached:           700932 kB
SwapCached:         4492 kB
Active:          1189436 kB
Inactive:         390940 kB
Active(anon):     120268 kB
Inactive(anon):     6216 kB
Active(file):    1069168 kB
Inactive(file):   384724 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             43320 kB
Writeback:             0 kB
AnonPages:         70664 kB
Mapped:            19660 kB
Shmem:                 8 kB
Slab:             772184 kB
SReclaimable:     213568 kB
SUnreclaim:       558616 kB
KernelStack:        1584 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     693036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71480 MiB
End job on node103 at 2012-05-29 02:18:19