Trace number 3458054

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.22 1797.89

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
MD5SUMfa22dd251e76880c1495cc1725a19f60
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3458054-1307165888.opb
0.10/0.12	c reading problem ... 
1.55/0.86	c ... done. Wall clock time 0.745s.
1.55/0.86	c #vars     38458
1.55/0.86	c #constraints  76419
1.55/0.86	c constraints type 
1.55/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1.55/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.55/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.55/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
11.07/9.82	c cleaning 2508 clauses out of 5015 with flag 5015/5015
19.67/18.35	c cleaning 4257 clauses out of 8513 with flag 11021/11021
31.38/30.08	c cleaning 5623 clauses out of 11245 with flag 18010/18010
41.02/39.63	c cleaning 6806 clauses out of 13612 with flag 26000/26000
56.74/55.36	c cleaning 7903 clauses out of 15806 with flag 35000/35000
76.28/74.88	c cleaning 8968 clauses out of 17935 with flag 45032/45032
93.47/92.09	c cleaning 9972 clauses out of 19944 with flag 56009/56009
126.98/125.59	c cleaning 10982 clauses out of 21965 with flag 68002/68002
152.29/150.86	c cleaning 12010 clauses out of 24020 with flag 81039/81039
192.01/190.53	c cleaning 13018 clauses out of 26036 with flag 95065/95065
247.64/246.18	c cleaning 14108 clauses out of 28215 with flag 110262/110262
308.07/306.52	c cleaning 14961 clauses out of 29921 with flag 126076/126076
389.39/387.84	c cleaning 15960 clauses out of 31920 with flag 143036/143036
444.86/443.22	c cleaning 16961 clauses out of 33925 with flag 161001/161001
480.59/478.95	c cleaning 17986 clauses out of 35974 with flag 180011/180011
567.74/566.05	c cleaning 19040 clauses out of 38079 with flag 200102/200102
686.10/684.30	c cleaning 20031 clauses out of 40062 with flag 221125/221125
817.97/816.20	c cleaning 20965 clauses out of 41929 with flag 243023/243023
948.11/946.27	c cleaning 21979 clauses out of 43957 with flag 266016/266016
1030.66/1028.73	c cleaning 22987 clauses out of 45978 with flag 290016/290016
1095.50/1093.55	c cleaning 24016 clauses out of 48033 with flag 315058/315058
1239.26/1237.30	c cleaning 24991 clauses out of 49981 with flag 341022/341022
1425.83/1423.70	c cleaning 26018 clauses out of 52035 with flag 368067/368067
1656.70/1654.53	c cleaning 27133 clauses out of 54265 with flag 396315/396315
1749.16/1746.90	c cleaning 27906 clauses out of 55818 with flag 425001/425001
1800.11/1797.82	c starts		: 150
1800.11/1797.82	c conflicts		: 448695
1800.11/1797.82	c decisions		: 937428
1800.11/1797.82	c propagations		: 45450776
1800.11/1797.82	c inspects		: 3782906971
1800.11/1797.82	c shortcuts		: 0
1800.11/1797.82	c learnt literals	: 0
1800.11/1797.82	c learnt binary clauses	: 0
1800.11/1797.82	c learnt ternary clauses	: 54
1800.11/1797.82	c learnt constraints	: 448695
1800.11/1797.82	c ignored constraints	: 0
1800.11/1797.82	c root simplifications	: 0
1800.11/1797.82	c removed literals (reason simplification)	: 9252350
1800.11/1797.82	c reason swapping (by a shorter reason)	: 0
1800.11/1797.82	c Calls to reduceDB	: 25
1800.11/1797.82	c number of reductions to clauses (during analyze)	: 0
1800.11/1797.82	c number of learned constraints concerned by reduction	: 0
1800.11/1797.82	c number of learning phase by resolution	: 0
1800.11/1797.82	c number of learning phase by cutting planes	: 0
1800.11/1797.82	c speed (assignments/second)	: 25293.134352943664
1800.11/1797.82	c non guided choices	37869
1800.11/1797.84	c learnt constraints type 
1800.11/1797.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51622
1800.11/1797.84	c constraints type 
1800.11/1797.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1800.11/1797.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.11/1797.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.11/1797.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
1800.11/1797.84	s UNKNOWN
1800.11/1797.84	c Total wall clock time (in seconds): 1797.728

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-3458054-1307165888/watcher-3458054-1307165888 -o /tmp/evaluation-result-3458054-1307165888/solver-3458054-1307165888 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458054-1307165888.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: 2.03 2.05 1.99 1/496 21939
/proc/meminfo: memFree=30390936/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 5011 0 1 0 0 0 0 0 24 0 2 0 828189788 13850947584 4712 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3381579 4725 917 9 0 3372735 0
[pid=21939/tid=21940] ppid=21936 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 4927 0 1 0 0 0 0 0 25 0 2 0 828189789 13850947584 5742 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0215219 s]
/proc/loadavg: 2.03 2.05 1.99 1/496 21939
/proc/meminfo: memFree=30390936/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 7993 0 1 0 0 0 0 0 24 0 2 0 828189788 13850947584 7694 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3381579 7716 917 9 0 3372735 0
[pid=21939/tid=21940] ppid=21936 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 6913 0 1 0 0 0 0 0 25 0 2 0 828189789 13850947584 7728 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270612804667 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13526316

[startup+0.104554 s]
/proc/loadavg: 2.03 2.05 1.99 1/496 21939
/proc/meminfo: memFree=30390936/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13622204 CPUtime=0.1 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 15470 0 1 0 9 1 0 0 24 0 18 0 828189788 13949136896 15166 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3405551 15167 2093 9 0 3396285 0
[pid=21939/tid=21940] ppid=21936 vsize=13622204 CPUtime=0.08 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 13585 0 1 0 7 1 0 0 22 0 18 0 828189789 13949136896 15167 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270612771873 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622204

[startup+0.324514 s]
/proc/loadavg: 2.03 2.05 1.99 1/496 21939
/proc/meminfo: memFree=30390936/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13624112 CPUtime=0.51 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 18276 0 1 0 49 2 0 0 24 0 18 0 828189788 13951090688 17812 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3406028 17812 2221 9 0 3396762 0
[pid=21939/tid=21940] ppid=21936 vsize=13624112 CPUtime=0.3 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 15630 0 1 0 28 2 0 0 22 0 18 0 828189789 13951090688 17813 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13624112

[startup+0.700368 s]
/proc/loadavg: 2.03 2.05 1.99 1/496 21939
/proc/meminfo: memFree=30390936/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13630892 CPUtime=1.46 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 60546 0 1 0 139 7 0 0 24 0 18 0 828189788 13958033408 57370 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407723 57370 2228 9 0 3398457 0
[pid=21939/tid=21940] ppid=21936 vsize=13630892 CPUtime=0.68 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 51703 0 1 0 62 6 0 0 24 0 18 0 828189789 13958033408 57370 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912505612402 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13630892

[startup+1.50122 s]
/proc/loadavg: 2.02 2.05 1.99 5/534 22014
/proc/meminfo: memFree=29934284/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=2.67 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 107334 0 1 0 256 11 0 0 24 0 19 0 828189788 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 103647 2239 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=1.46 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 97858 0 1 0 136 10 0 0 25 0 19 0 828189789 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912506126765 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.5 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4464 0 0 0 50 0 0 0 15 0 19 0 828189795 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.69 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3850 0 0 0 69 0 0 0 16 0 19 0 828189795 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 103647 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 13631920

[startup+3.10094 s]
/proc/loadavg: 2.02 2.05 1.99 3/535 22015
/proc/meminfo: memFree=29910428/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=4.32 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 107565 0 1 0 421 11 0 0 24 0 19 0 828189788 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 103876 2242 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=3.05 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 98083 0 1 0 295 10 0 0 18 0 19 0 828189789 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912505986192 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828189792 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.52 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4470 0 0 0 52 0 0 0 15 0 19 0 828189795 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.71 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3850 0 0 0 71 0 0 0 15 0 19 0 828189795 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 103876 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 13631920

[startup+6.30142 s]
/proc/loadavg: 2.02 2.05 1.99 3/535 22015
/proc/meminfo: memFree=29900812/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=7.55 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 109740 0 1 0 743 12 0 0 24 0 19 0 828189788 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 105953 2242 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=6.26 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 100255 0 1 0 615 11 0 0 25 0 19 0 828189789 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912506165337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828189791 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 828189792 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828189792 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.55 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4473 0 0 0 55 0 0 0 16 0 19 0 828189795 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.72 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3850 0 0 0 72 0 0 0 16 0 19 0 828189795 13959086080 105953 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0

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

[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 3623 0 0 0 16 0 0 0 16 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0.19 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 9310 0 0 0 19 0 0 0 16 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 4599 0 0 0 16 0 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=3.18 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 38348 0 0 0 315 3 0 0 15 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 3 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.6 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4483 0 0 0 60 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.83 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3915 0 0 0 83 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.56
Current children cumulated vsize (KiB) 13631920

[startup+1722.3 s]
/proc/loadavg: 2.15 2.06 2.06 3/535 22119
/proc/meminfo: memFree=21366716/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=1724.56 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 193309 0 1 0 172435 21 0 0 24 0 19 0 828189788 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 189323 2268 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=1718.69 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 102769 0 1 0 171858 11 0 0 25 0 19 0 828189789 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912506066499 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 6031 0 0 0 15 1 0 0 16 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0.1 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1822 0 0 0 10 0 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0.09 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 3220 0 0 0 9 0 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0.09 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 5722 0 0 0 9 0 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0.18 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 8216 0 0 0 17 1 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 3623 0 0 0 16 0 0 0 16 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0.19 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 9310 0 0 0 19 0 0 0 16 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 4599 0 0 0 16 0 0 0 15 0 19 0 828189791 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=3.18 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 38348 0 0 0 315 3 0 0 15 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 3 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.6 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4483 0 0 0 60 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.83 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3915 0 0 0 83 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 189323 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.56
Current children cumulated vsize (KiB) 13631920

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.06 3/535 22121
/proc/meminfo: memFree=21364908/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=1784.59 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 193577 0 1 0 178438 21 0 0 24 0 19 0 828189788 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 189586 2268 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=1778.53 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 102770 0 1 0 177842 11 0 0 25 0 19 0 828189789 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912506066464 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 6031 0 0 0 15 1 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0.11 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1822 0 0 0 11 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0.09 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 3220 0 0 0 9 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0.11 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 5731 0 0 0 11 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0.18 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 8216 0 0 0 17 1 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0.17 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 3623 0 0 0 17 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0.19 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 9310 0 0 0 19 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 4599 0 0 0 16 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=3.32 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 38604 0 0 0 329 3 0 0 15 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 3 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.6 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4483 0 0 0 60 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.83 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3915 0 0 0 83 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (KiB) 13631920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.09 2.06 2.06 3/535 22121
/proc/meminfo: memFree=21365304/32951124 swapFree=53876548/67111528
[pid=21939] ppid=21936 vsize=13631920 CPUtime=1800.11 cores=1,3,5,7
/proc/21939/stat : 21939 (java) S 21936 21939 21775 0 -1 4202496 193579 0 1 0 179990 21 0 0 24 0 19 0 828189788 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21939/statm: 3407980 189586 2268 9 0 3398714 0
[pid=21939/tid=21940] ppid=21936 vsize=13631920 CPUtime=1794.05 cores=1,3,5,7
/proc/21939/task/21940/stat : 21940 (java) R 21936 21939 21775 0 -1 4202560 102770 0 1 0 179394 11 0 0 25 0 19 0 828189789 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 46912505986285 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21939/tid=21942] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21942/stat : 21942 (java) S 21936 21939 21775 0 -1 4202560 6031 0 0 0 15 1 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21943] ppid=21936 vsize=13631920 CPUtime=0.11 cores=1,3,5,7
/proc/21939/task/21943/stat : 21943 (java) S 21936 21939 21775 0 -1 4202560 1822 0 0 0 11 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21945] ppid=21936 vsize=13631920 CPUtime=0.09 cores=1,3,5,7
/proc/21939/task/21945/stat : 21945 (java) S 21936 21939 21775 0 -1 4202560 3220 0 0 0 9 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21946] ppid=21936 vsize=13631920 CPUtime=0.11 cores=1,3,5,7
/proc/21939/task/21946/stat : 21946 (java) S 21936 21939 21775 0 -1 4202560 5731 0 0 0 11 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21947] ppid=21936 vsize=13631920 CPUtime=0.18 cores=1,3,5,7
/proc/21939/task/21947/stat : 21947 (java) S 21936 21939 21775 0 -1 4202560 8216 0 0 0 17 1 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21948] ppid=21936 vsize=13631920 CPUtime=0.17 cores=1,3,5,7
/proc/21939/task/21948/stat : 21948 (java) S 21936 21939 21775 0 -1 4202560 3623 0 0 0 17 0 0 0 16 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21949] ppid=21936 vsize=13631920 CPUtime=0.19 cores=1,3,5,7
/proc/21939/task/21949/stat : 21949 (java) S 21936 21939 21775 0 -1 4202560 9310 0 0 0 19 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21950] ppid=21936 vsize=13631920 CPUtime=0.16 cores=1,3,5,7
/proc/21939/task/21950/stat : 21950 (java) S 21936 21939 21775 0 -1 4202560 4599 0 0 0 16 0 0 0 15 0 19 0 828189791 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21951] ppid=21936 vsize=13631920 CPUtime=3.32 cores=1,3,5,7
/proc/21939/task/21951/stat : 21951 (java) S 21936 21939 21775 0 -1 4202560 38604 0 0 0 329 3 0 0 15 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 0 0 16800975 18446604463927180224 0 0 -1 3 0 0 0
[pid=21939/tid=21952] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21952/stat : 21952 (java) S 21936 21939 21775 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21953] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21953/stat : 21953 (java) S 21936 21939 21775 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828189792 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 7 0 0 0
[pid=21939/tid=21954] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21954/stat : 21954 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624934321 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21955] ppid=21936 vsize=13631920 CPUtime=0.6 cores=1,3,5,7
/proc/21939/task/21955/stat : 21955 (java) S 21936 21939 21775 0 -1 4202560 4483 0 0 0 60 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 5 0 0 0
[pid=21939/tid=21956] ppid=21936 vsize=13631920 CPUtime=0.83 cores=1,3,5,7
/proc/21939/task/21956/stat : 21956 (java) S 21936 21939 21775 0 -1 4202560 3915 0 0 0 83 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21957] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21957/stat : 21957 (java) S 21936 21939 21775 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624926617 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21958] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21958/stat : 21958 (java) S 21936 21939 21775 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828189795 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
[pid=21939/tid=21993] ppid=21936 vsize=13631920 CPUtime=0 cores=1,3,5,7
/proc/21939/task/21993/stat : 21993 (java) S 21936 21939 21775 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828189877 13959086080 189586 33554432000 1073741824 1073778376 140736772894464 18446744073709551615 270624927232 0 4 0 16800975 18446604463927180224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 13631920

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.89
CPU time (s): 1800.22
CPU user time (s): 1799.97
CPU system time (s): 0.248962
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 13633236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193610
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= 37503
involuntary context switches= 6237

runsolver used 8.73167 second user time and 21.4877 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-04 07:38:08
IDJOB=3458054
IDBENCH=48379
IDSOLVER=1952
FILE ID=node108/3458054-1307165888
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_60_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-3458054-1307165888/watcher-3458054-1307165888 -o /tmp/evaluation-result-3458054-1307165888/solver-3458054-1307165888 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458054-1307165888.opb

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=289302412

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:      30391092 kB
Buffers:        315992 kB
Cached:         962584 kB
SwapCached:      13540 kB
Active:        1365772 kB
Inactive:       909116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30391092 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            1284 kB
Writeback:           0 kB
AnonPages:      993468 kB
Mapped:          12684 kB
Slab:           149904 kB
PageTables:      65644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134573604 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= 73456 MiB
End job on node108 at 2011-06-04 08:08:08