Trace number 3457986

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 Resolution 2.3.0? (TO) 1800.2 1797.29

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
MD5SUMd17850f8cb83537ab22f6a30504d9d46
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		12995394264
0.05/0.09	c Max memory 		13063553024
0.05/0.09	c Total memory 		13063553024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457986-1307164089.opb
0.10/0.11	c reading problem ... 
1.34/0.66	c ... done. Wall clock time 0.549s.
1.34/0.66	c #vars     16754
1.34/0.66	c #constraints  33011
1.34/0.66	c constraints type 
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
1.34/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.34/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.34/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
9.66/8.40	c cleaning 2508 clauses out of 5016 with flag 5016/5016
18.34/17.02	c cleaning 4253 clauses out of 8506 with flag 11014/11014
29.97/28.64	c cleaning 5625 clauses out of 11250 with flag 18011/18011
44.97/43.62	c cleaning 6815 clauses out of 13630 with flag 26016/26016
60.82/59.43	c cleaning 7900 clauses out of 15800 with flag 35001/35001
82.41/81.04	c cleaning 8988 clauses out of 17975 with flag 45076/45076
111.34/109.97	c cleaning 9959 clauses out of 19917 with flag 56006/56006
135.85/134.48	c cleaning 11063 clauses out of 22125 with flag 68173/68173
160.98/159.53	c cleaning 11946 clauses out of 23891 with flag 81002/81002
199.28/197.80	c cleaning 13000 clauses out of 25999 with flag 95056/95056
254.01/252.54	c cleaning 14088 clauses out of 28175 with flag 110232/110232
312.75/311.31	c cleaning 14930 clauses out of 29860 with flag 126005/126005
360.87/359.35	c cleaning 15963 clauses out of 31925 with flag 143000/143000
409.72/408.17	c cleaning 16979 clauses out of 33962 with flag 161000/161000
477.95/476.39	c cleaning 17991 clauses out of 35985 with flag 180002/180002
513.90/512.20	c cleaning 19007 clauses out of 38014 with flag 200022/200022
549.95/548.20	c cleaning 19999 clauses out of 40000 with flag 221015/221015
595.41/593.61	c cleaning 21002 clauses out of 42005 with flag 243019/243019
640.75/638.94	c cleaning 21996 clauses out of 43992 with flag 266008/266008
689.72/687.82	c cleaning 22998 clauses out of 45999 with flag 290011/290011
743.41/741.47	c cleaning 24013 clauses out of 48025 with flag 315035/315035
797.26/795.23	c cleaning 25002 clauses out of 50004 with flag 341027/341027
858.72/856.69	c cleaning 25996 clauses out of 51992 with flag 368017/368017
930.26/928.13	c cleaning 26995 clauses out of 53994 with flag 396015/396015
992.84/990.67	c cleaning 27994 clauses out of 55987 with flag 425003/425003
1062.49/1060.25	c cleaning 28993 clauses out of 57990 with flag 455000/455000
1144.25/1141.94	c cleaning 29997 clauses out of 59998 with flag 486001/486001
1219.95/1217.50	c cleaning 31022 clauses out of 62044 with flag 518044/518044
1307.03/1304.56	c cleaning 31989 clauses out of 63979 with flag 551001/551001
1410.80/1408.21	c cleaning 33010 clauses out of 66021 with flag 585032/585032
1523.46/1520.87	c cleaning 33490 clauses out of 66984 with flag 619005/619005
1621.71/1619.08	c cleaning 33769 clauses out of 67542 with flag 653053/653053
1711.18/1708.43	c cleaning 33863 clauses out of 67729 with flag 687009/687009
1795.25/1792.49	c cleaning 33930 clauses out of 67862 with flag 721005/721005
1800.10/1797.22	c starts		: 169
1800.10/1797.22	c conflicts		: 723726
1800.10/1797.22	c decisions		: 1317555
1800.10/1797.22	c propagations		: 33080467
1800.10/1797.22	c inspects		: 2043461009
1800.10/1797.22	c shortcuts		: 0
1800.10/1797.22	c learnt literals	: 0
1800.10/1797.22	c learnt binary clauses	: 0
1800.10/1797.22	c learnt ternary clauses	: 2
1800.10/1797.22	c learnt constraints	: 723725
1800.10/1797.22	c ignored constraints	: 0
1800.10/1797.22	c root simplifications	: 0
1800.10/1797.22	c removed literals (reason simplification)	: 2777259
1800.10/1797.22	c reason swapping (by a shorter reason)	: 0
1800.10/1797.22	c Calls to reduceDB	: 34
1800.10/1797.22	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.22	c number of learned constraints concerned by reduction	: 0
1800.10/1797.22	c number of learning phase by resolution	: 0
1800.10/1797.22	c number of learning phase by cutting planes	: 0
1800.10/1797.22	c speed (assignments/second)	: 18413.175699181495
1800.10/1797.22	c non guided choices	16215
1800.10/1797.24	c learnt constraints type 
1800.10/1797.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36659
1800.10/1797.24	c constraints type 
1800.10/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
1800.10/1797.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.10/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.10/1797.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
1800.10/1797.24	s UNKNOWN
1800.10/1797.24	c Total wall clock time (in seconds): 1797.129

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3457986-1307164089/watcher-3457986-1307164089 -o /tmp/evaluation-result-3457986-1307164089/solver-3457986-1307164089 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457986-1307164089.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.26 1.73 1.89 3/498 21813
/proc/meminfo: memFree=30391344/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 7379 0 1 0 0 0 0 0 18 0 2 0 828009842 13850947584 7081 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3381579 7094 917 9 0 3372735 0
[pid=21813/tid=21814] ppid=21811 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 7479 0 1 0 0 0 0 0 19 0 2 0 828009843 13850947584 8295 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0627739 s]
/proc/loadavg: 1.26 1.73 1.89 3/498 21813
/proc/meminfo: memFree=30391344/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13554924 CPUtime=0.05 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 14166 0 1 0 4 1 0 0 18 0 18 0 828009842 13880242176 13863 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3388731 13863 1733 9 0 3379472 0
[pid=21813/tid=21814] ppid=21811 vsize=13554924 CPUtime=0.04 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 12992 0 1 0 3 1 0 0 22 0 18 0 828009843 13880242176 13863 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624937419 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13554924

[startup+0.100765 s]
/proc/loadavg: 1.26 1.73 1.89 3/498 21813
/proc/meminfo: memFree=30391344/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13621840 CPUtime=0.1 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 15500 0 1 0 9 1 0 0 18 0 18 0 828009842 13948764160 15197 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3405460 15197 2092 9 0 3396194 0
[pid=21813/tid=21814] ppid=21811 vsize=13621840 CPUtime=0.08 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 13607 0 1 0 7 1 0 0 22 0 18 0 828009843 13948764160 15197 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912496201353 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621840

[startup+0.300712 s]
/proc/loadavg: 1.26 1.73 1.89 3/498 21813
/proc/meminfo: memFree=30391344/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13623372 CPUtime=0.46 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 18204 0 1 0 44 2 0 0 18 0 18 0 828009842 13950332928 17804 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3405843 17804 2218 9 0 3396577 0
[pid=21813/tid=21814] ppid=21811 vsize=13623372 CPUtime=0.29 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 15461 0 1 0 27 2 0 0 22 0 18 0 828009843 13950332928 17804 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912505200854 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13623372

[startup+0.700622 s]
/proc/loadavg: 1.26 1.73 1.89 3/498 21813
/proc/meminfo: memFree=30391344/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=1.57 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 60349 0 1 0 149 8 0 0 18 0 19 0 828009842 13959282688 57941 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 57941 2232 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=0.68 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 50869 0 1 0 62 6 0 0 25 0 19 0 828009843 13959282688 57941 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912505181640 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 13632112

[startup+1.50048 s]
/proc/loadavg: 1.26 1.73 1.89 5/535 21850
/proc/meminfo: memFree=30067416/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=2.65 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 60863 0 1 0 257 8 0 0 18 0 19 0 828009842 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 58454 2238 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=1.47 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 51214 0 1 0 141 6 0 0 25 0 19 0 828009843 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912506089317 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828009845 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 828009846 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 828009846 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009846 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.55 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3283 0 0 0 55 0 0 0 15 0 19 0 828009848 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.59 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5206 0 0 0 59 0 0 0 16 0 19 0 828009848 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 58454 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13632112

[startup+3.1012 s]
/proc/loadavg: 1.26 1.73 1.89 5/535 21850
/proc/meminfo: memFree=30060100/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=4.29 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 61488 0 1 0 421 8 0 0 18 0 19 0 828009842 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 59077 2241 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=3.08 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 51828 0 1 0 301 7 0 0 25 0 19 0 828009843 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912505995711 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828009845 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 828009846 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 828009846 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009846 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.57 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3291 0 0 0 57 0 0 0 15 0 19 0 828009848 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.62 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5209 0 0 0 62 0 0 0 15 0 19 0 828009848 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 59077 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 13632112

[startup+6.30068 s]
/proc/loadavg: 1.32 1.74 1.89 4/535 21850
/proc/meminfo: memFree=30039020/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=7.55 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 64314 0 1 0 746 9 0 0 18 0 19 0 828009842 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 61901 2241 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=6.27 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 54645 0 1 0 620 7 0 0 25 0 19 0 828009843 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912505995729 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 828009845 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 828009846 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 828009846 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009846 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.63 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3300 0 0 0 63 0 0 0 15 0 19 0 828009848 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.62 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5209 0 0 0 62 0 0 0 15 0 19 0 828009848 13959282688 61901 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0

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

[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0.2 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 5583 0 0 0 20 0 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 8304 0 0 0 20 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0.22 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 6972 0 0 0 21 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=2.62 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 41832 0 0 0 259 3 0 0 15 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.66 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3308 0 0 0 66 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.71 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5244 0 0 0 71 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.08
Current children cumulated vsize (KiB) 13632112

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 1.99 5/535 21898
/proc/meminfo: memFree=29585524/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=1725.15 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 166550 0 1 0 172493 22 0 0 18 0 19 0 828009842 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 163908 2267 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=1719 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 56382 0 1 0 171892 8 0 0 25 0 19 0 828009843 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912506080298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 9700 0 0 0 26 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 4682 0 0 0 21 0 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0.24 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 6272 0 0 0 24 0 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0.29 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 8119 0 0 0 28 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 8900 0 0 0 26 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0.22 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 5583 0 0 0 22 0 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 8304 0 0 0 20 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0.24 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 6972 0 0 0 23 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=2.71 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 41834 0 0 0 268 3 0 0 15 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.66 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3308 0 0 0 66 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.71 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5244 0 0 0 71 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.15
Current children cumulated vsize (KiB) 13632112

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 1.99 5/535 21900
/proc/meminfo: memFree=29584352/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=1785.15 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 166552 0 1 0 178493 22 0 0 18 0 19 0 828009842 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 163908 2267 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=1779 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 56382 0 1 0 177892 8 0 0 25 0 19 0 828009843 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912506080204 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 9700 0 0 0 26 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 4682 0 0 0 21 0 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0.24 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 6272 0 0 0 24 0 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0.29 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 8119 0 0 0 28 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 8900 0 0 0 26 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0.22 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 5583 0 0 0 22 0 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 8304 0 0 0 20 1 0 0 15 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0.24 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 6972 0 0 0 23 1 0 0 16 0 19 0 828009845 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=2.71 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 41834 0 0 0 268 3 0 0 15 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.66 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3308 0 0 0 66 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.71 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5244 0 0 0 71 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 163908 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.15
Current children cumulated vsize (KiB) 13632112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.03 2.05 1.99 3/535 21900
/proc/meminfo: memFree=29584340/32951124 swapFree=53876548/67111528
[pid=21813] ppid=21811 vsize=13632112 CPUtime=1800.1 cores=1,3,5,7
/proc/21813/stat : 21813 (java) S 21811 21813 21775 0 -1 4202496 166560 0 1 0 179988 22 0 0 18 0 19 0 828009842 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21813/statm: 3408028 163911 2267 9 0 3398762 0
[pid=21813/tid=21814] ppid=21811 vsize=13632112 CPUtime=1793.81 cores=1,3,5,7
/proc/21813/task/21814/stat : 21814 (java) R 21811 21813 21775 0 -1 4202560 56383 0 1 0 179373 8 0 0 25 0 19 0 828009843 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 46912506055618 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21813/tid=21825] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21825/stat : 21825 (java) S 21811 21813 21775 0 -1 4202560 9700 0 0 0 26 1 0 0 15 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21826] ppid=21811 vsize=13632112 CPUtime=0.21 cores=1,3,5,7
/proc/21813/task/21826/stat : 21826 (java) S 21811 21813 21775 0 -1 4202560 4682 0 0 0 21 0 0 0 15 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21827] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21827/stat : 21827 (java) S 21811 21813 21775 0 -1 4202560 6272 0 0 0 27 0 0 0 16 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21828] ppid=21811 vsize=13632112 CPUtime=0.29 cores=1,3,5,7
/proc/21813/task/21828/stat : 21828 (java) S 21811 21813 21775 0 -1 4202560 8119 0 0 0 28 1 0 0 16 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21829] ppid=21811 vsize=13632112 CPUtime=0.27 cores=1,3,5,7
/proc/21813/task/21829/stat : 21829 (java) S 21811 21813 21775 0 -1 4202560 8900 0 0 0 26 1 0 0 15 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21830] ppid=21811 vsize=13632112 CPUtime=0.23 cores=1,3,5,7
/proc/21813/task/21830/stat : 21830 (java) S 21811 21813 21775 0 -1 4202560 5583 0 0 0 23 0 0 0 15 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21831] ppid=21811 vsize=13632112 CPUtime=0.23 cores=1,3,5,7
/proc/21813/task/21831/stat : 21831 (java) S 21811 21813 21775 0 -1 4202560 8307 0 0 0 22 1 0 0 16 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 7 0 0 0
[pid=21813/tid=21832] ppid=21811 vsize=13632112 CPUtime=0.24 cores=1,3,5,7
/proc/21813/task/21832/stat : 21832 (java) S 21811 21813 21775 0 -1 4202560 6972 0 0 0 23 1 0 0 15 0 19 0 828009845 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21836] ppid=21811 vsize=13632112 CPUtime=2.8 cores=1,3,5,7
/proc/21813/task/21836/stat : 21836 (java) S 21811 21813 21775 0 -1 4202560 41836 0 0 0 277 3 0 0 15 0 19 0 828009846 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 0 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21837] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21837/stat : 21837 (java) S 21811 21813 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21838] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21838/stat : 21838 (java) S 21811 21813 21775 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828009846 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21844] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21844/stat : 21844 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828009848 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624934321 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21845] ppid=21811 vsize=13632112 CPUtime=0.66 cores=1,3,5,7
/proc/21813/task/21845/stat : 21845 (java) S 21811 21813 21775 0 -1 4202560 3308 0 0 0 66 0 0 0 15 0 19 0 828009848 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
[pid=21813/tid=21846] ppid=21811 vsize=13632112 CPUtime=0.71 cores=1,3,5,7
/proc/21813/task/21846/stat : 21846 (java) S 21811 21813 21775 0 -1 4202560 5244 0 0 0 71 0 0 0 15 0 19 0 828009848 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 5 0 0 0
[pid=21813/tid=21847] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21847/stat : 21847 (java) S 21811 21813 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828009848 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624926617 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21848] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21848/stat : 21848 (java) S 21811 21813 21775 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828009848 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 3 0 0 0
[pid=21813/tid=21850] ppid=21811 vsize=13632112 CPUtime=0 cores=1,3,5,7
/proc/21813/task/21850/stat : 21850 (java) S 21811 21813 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828009910 13959282688 163911 33554432000 1073741824 1073778376 140736013127472 18446744073709551615 270624927232 0 4 0 16800975 18446604464775940160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13632112

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): 1797.29
CPU time (s): 1800.2
CPU user time (s): 1799.95
CPU system time (s): 0.252961
CPU usage (%): 100.162
Max. virtual memory (cumulated for all children) (KiB): 13632112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166596
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37722
involuntary context switches= 6406

runsolver used 8.5707 second user time and 20.8888 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-04 07:08:09
IDJOB=3457986
IDBENCH=48311
IDSOLVER=1952
FILE ID=node108/3457986-1307164089
RUNJOBID= node108-1307164089-21794
PBS_JOBID= 13508826
Free space on /tmp= 73836 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_4_80.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457986-1307164089/watcher-3457986-1307164089 -o /tmp/evaluation-result-3457986-1307164089/solver-3457986-1307164089 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457986-1307164089.opb

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

MD5SUM BENCH= d17850f8cb83537ab22f6a30504d9d46
RANDOM SEED=1411388502

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30394592 kB
Buffers:        315188 kB
Cached:         962004 kB
SwapCached:      13540 kB
Active:        1360884 kB
Inactive:       909596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30394592 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            1212 kB
Writeback:           0 kB
AnonPages:      990400 kB
Mapped:          14560 kB
Slab:           149908 kB
PageTables:      65960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134548872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73836 MiB
End job on node108 at 2011-06-04 07:38:08