Trace number 3458696

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.21 1798.01

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-718083277-max.opb
MD5SUM0661dfe89322dd53d59d5cf9cb4ab784
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777716431606447292085661660191751591249102
Number of bits of the biggest sum of numbers181
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		12995394264
0.00/0.10	c Max memory 		13063553024
0.00/0.10	c Total memory 		13063553024
0.00/0.10	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@13d4c61c
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-3458696-1307155699.opb
0.10/0.12	c reading problem ... 
0.94/0.55	c ... done. Wall clock time 0.431s.
0.94/0.55	c #vars     7501
0.94/0.55	c #constraints  23792
0.94/0.55	c constraints type 
0.94/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
0.94/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
0.94/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
82.44/81.68	c cleaning 2495 clauses out of 5000 with flag 5000/5000
154.12/153.20	c cleaning 4244 clauses out of 8505 with flag 11000/11000
234.95/234.08	c cleaning 5629 clauses out of 11262 with flag 18001/18001
332.22/331.23	c cleaning 6807 clauses out of 13632 with flag 26000/26000
479.60/478.59	c cleaning 7908 clauses out of 15825 with flag 35000/35000
607.54/606.46	c cleaning 8955 clauses out of 17918 with flag 45001/45001
727.58/726.50	c cleaning 9979 clauses out of 19966 with flag 56004/56004
861.32/860.13	c cleaning 10992 clauses out of 21983 with flag 68000/68000
998.98/997.81	c cleaning 11988 clauses out of 23992 with flag 81001/81001
1205.47/1204.19	c cleaning 12997 clauses out of 26004 with flag 95001/95001
1409.40/1407.53	c cleaning 13994 clauses out of 28006 with flag 110000/110000
1573.37/1571.45	c cleaning 15007 clauses out of 30015 with flag 126003/126003
1732.25/1730.27	c cleaning 16000 clauses out of 32006 with flag 143001/143001
1800.09/1797.92	c starts		: 105
1800.09/1797.92	c conflicts		: 152947
1800.09/1797.92	c decisions		: 316662
1800.09/1797.92	c propagations		: 23204136
1800.09/1797.92	c inspects		: 394185452
1800.09/1797.92	c shortcuts		: 0
1800.09/1797.92	c learnt literals	: 0
1800.09/1797.92	c learnt binary clauses	: 3
1800.09/1797.92	c learnt ternary clauses	: 26
1800.09/1797.92	c learnt constraints	: 152946
1800.09/1797.92	c ignored constraints	: 0
1800.09/1797.92	c root simplifications	: 0
1800.09/1797.92	c removed literals (reason simplification)	: 234389100
1800.09/1797.92	c reason swapping (by a shorter reason)	: 0
1800.09/1797.92	c Calls to reduceDB	: 13
1800.09/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.92	c number of learned constraints concerned by reduction	: 0
1800.09/1797.92	c number of learning phase by resolution	: 0
1800.09/1797.92	c number of learning phase by cutting planes	: 0
1800.09/1797.92	c speed (assignments/second)	: 12910.042500963908
1800.09/1797.92	c non guided choices	53
1800.09/1797.94	c learnt constraints type 
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25949
1800.09/1797.94	c constraints type 
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
1800.09/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
1800.09/1797.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1797.94	s UNKNOWN
1800.09/1797.94	c Total wall clock time (in seconds): 1797.815

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.36 1.71 2/485 16215
/proc/meminfo: memFree=21447180/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 1162 0 0 0 0 0 0 0 21 0 2 0 559761181 26714112 891 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 6522 894 679 9 0 381 0
[pid=16215/tid=16216] ppid=16213 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 1469 0 1 0 0 0 0 0 22 0 2 0 559761181 13833195520 2285 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.111524 s]
/proc/loadavg: 1.00 1.36 1.71 2/485 16215
/proc/meminfo: memFree=21447180/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13622132 CPUtime=0.1 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 15519 0 1 0 9 1 0 0 21 0 18 0 559761181 13949063168 15216 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3405533 15217 2093 9 0 3396267 0
[pid=16215/tid=16216] ppid=16213 vsize=13622132 CPUtime=0.09 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 13591 0 1 0 8 1 0 0 18 0 18 0 559761181 13949063168 15217 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 47324572937315 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622132

[startup+0.207545 s]
/proc/loadavg: 1.00 1.36 1.71 2/485 16215
/proc/meminfo: memFree=21447180/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13622588 CPUtime=0.25 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 16372 0 1 0 24 1 0 0 21 0 18 0 559761181 13949530112 16069 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3405647 16070 2170 9 0 3396381 0
[pid=16215/tid=16216] ppid=16213 vsize=13622588 CPUtime=0.18 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 14256 0 1 0 17 1 0 0 18 0 18 0 559761181 13949530112 16070 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 47324569638536 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13622588

[startup+0.342745 s]
/proc/loadavg: 1.00 1.36 1.71 2/485 16215
/proc/meminfo: memFree=21447180/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13624224 CPUtime=0.57 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 19968 0 1 0 56 1 0 0 21 0 18 0 559761181 13951205376 18917 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406056 18918 2205 9 0 3396790 0
[pid=16215/tid=16216] ppid=16213 vsize=13624224 CPUtime=0.31 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 16391 0 1 0 30 1 0 0 18 0 18 0 559761181 13951205376 18919 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505623210 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13624224

[startup+0.700447 s]
/proc/loadavg: 1.00 1.36 1.71 2/485 16215
/proc/meminfo: memFree=21447180/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627752 CPUtime=1.37 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 32347 0 1 0 133 4 0 0 21 0 19 0 559761181 13954818048 29940 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406938 29940 2233 9 0 3397672 0
[pid=16215/tid=16216] ppid=16213 vsize=13627752 CPUtime=0.67 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 25874 0 1 0 65 2 0 0 18 0 19 0 559761181 13954818048 29940 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13627752

[startup+1.50131 s]
/proc/loadavg: 1.00 1.36 1.71 5/524 16257
/proc/meminfo: memFree=21243804/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=2.29 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 33200 0 1 0 225 4 0 0 21 0 19 0 559761181 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 30644 2236 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=1.46 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 26629 0 1 0 144 2 0 0 19 0 19 0 559761181 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505211265 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 559761185 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.41 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2478 0 0 0 41 0 0 0 15 0 19 0 559761188 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.38 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 2933 0 0 0 38 0 0 0 15 0 19 0 559761188 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 30644 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13627340

[startup+3.10103 s]
/proc/loadavg: 1.08 1.37 1.71 3/524 16257
/proc/meminfo: memFree=20790956/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=3.91 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 34679 0 1 0 387 4 0 0 21 0 19 0 559761181 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 32122 2236 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=3.06 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 28104 0 1 0 304 2 0 0 22 0 19 0 559761181 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505819204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 559761185 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.42 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2478 0 0 0 42 0 0 0 15 0 19 0 559761188 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.39 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 2936 0 0 0 39 0 0 0 15 0 19 0 559761188 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 32122 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 32123 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 32123 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 13627340

[startup+6.30147 s]
/proc/loadavg: 1.08 1.37 1.71 3/525 16258
/proc/meminfo: memFree=20322360/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=7.11 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 37256 0 1 0 706 5 0 0 21 0 19 0 559761181 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 34428 2236 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=6.27 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 30681 0 1 0 624 3 0 0 25 0 19 0 559761181 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505819117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761184 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 559761185 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 559761186 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.42 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2478 0 0 0 42 0 0 0 15 0 19 0 559761188 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.39 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 2936 0 0 0 39 0 0 0 15 0 19 0 559761188 13954396160 34428 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0

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

[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0.07 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 10417 0 0 0 6 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0.17 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 17554 0 0 0 16 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0.13 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 27869 0 0 0 10 3 0 0 15 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0.58 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 54448 0 0 0 53 5 0 0 15 0 19 0 559761185 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.53 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2519 0 0 0 53 0 0 0 16 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.94 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 11887 0 0 0 92 2 0 0 16 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1664.35
Current children cumulated vsize (KiB) 13627340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/525 16315
/proc/meminfo: memFree=18267488/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=1724.35 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 344694 0 1 0 172388 47 0 0 21 0 19 0 559761181 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 333703 2264 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=1721.4 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 180167 0 1 0 172116 24 0 0 25 0 19 0 559761181 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505641644 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0.1 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 12610 0 0 0 8 2 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0.03 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 6897 0 0 0 3 0 0 0 15 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0.11 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 5928 0 0 0 10 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0.08 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 6913 0 0 0 7 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0.07 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 6234 0 0 0 7 0 0 0 15 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0.07 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 10417 0 0 0 6 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0.17 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 17554 0 0 0 16 1 0 0 16 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0.13 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 27869 0 0 0 10 3 0 0 15 0 19 0 559761184 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0.58 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 54448 0 0 0 53 5 0 0 15 0 19 0 559761185 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.53 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2519 0 0 0 53 0 0 0 16 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.94 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 11887 0 0 0 92 2 0 0 16 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 333703 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.35
Current children cumulated vsize (KiB) 13627340

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/525 16317
/proc/meminfo: memFree=18222940/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=1784.48 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 348274 0 1 0 178400 48 0 0 21 0 19 0 559761181 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 337244 2264 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=1781.31 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 180168 0 1 0 178107 24 0 0 25 0 19 0 559761181 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505813111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0.11 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 12610 0 0 0 9 2 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0.08 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 7840 0 0 0 7 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0.14 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 6793 0 0 0 13 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0.12 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 7730 0 0 0 11 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0.07 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 6234 0 0 0 7 0 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0.08 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 10417 0 0 0 7 1 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0.21 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 18502 0 0 0 20 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0.13 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 27869 0 0 0 10 3 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0.62 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 54450 0 0 0 57 5 0 0 15 0 19 0 559761185 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.53 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2519 0 0 0 53 0 0 0 16 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.94 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 11887 0 0 0 92 2 0 0 16 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 13627340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.00 2.01 1.94 3/525 16317
/proc/meminfo: memFree=18217356/32951124 swapFree=46575304/67111528
[pid=16215] ppid=16213 vsize=13627340 CPUtime=1800.09 cores=0,2,4,6
/proc/16215/stat : 16215 (java) S 16213 16215 13328 0 -1 4202496 348276 0 1 0 179961 48 0 0 21 0 19 0 559761181 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16215/statm: 3406835 337244 2264 9 0 3397569 0
[pid=16215/tid=16216] ppid=16213 vsize=13627340 CPUtime=1796.93 cores=0,2,4,6
/proc/16215/task/16216/stat : 16216 (java) R 16213 16215 13328 0 -1 4202560 180168 0 1 0 179669 24 0 0 25 0 19 0 559761181 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 46912505906315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16215/tid=16218] ppid=16213 vsize=13627340 CPUtime=0.11 cores=0,2,4,6
/proc/16215/task/16218/stat : 16218 (java) S 16213 16215 13328 0 -1 4202560 12610 0 0 0 9 2 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16219] ppid=16213 vsize=13627340 CPUtime=0.08 cores=0,2,4,6
/proc/16215/task/16219/stat : 16219 (java) S 16213 16215 13328 0 -1 4202560 7840 0 0 0 7 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16220] ppid=16213 vsize=13627340 CPUtime=0.14 cores=0,2,4,6
/proc/16215/task/16220/stat : 16220 (java) S 16213 16215 13328 0 -1 4202560 6793 0 0 0 13 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16221] ppid=16213 vsize=13627340 CPUtime=0.12 cores=0,2,4,6
/proc/16215/task/16221/stat : 16221 (java) S 16213 16215 13328 0 -1 4202560 7730 0 0 0 11 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16222] ppid=16213 vsize=13627340 CPUtime=0.07 cores=0,2,4,6
/proc/16215/task/16222/stat : 16222 (java) S 16213 16215 13328 0 -1 4202560 6234 0 0 0 7 0 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16223] ppid=16213 vsize=13627340 CPUtime=0.08 cores=0,2,4,6
/proc/16215/task/16223/stat : 16223 (java) S 16213 16215 13328 0 -1 4202560 10417 0 0 0 7 1 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16224] ppid=16213 vsize=13627340 CPUtime=0.21 cores=0,2,4,6
/proc/16215/task/16224/stat : 16224 (java) S 16213 16215 13328 0 -1 4202560 18502 0 0 0 20 1 0 0 16 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16225] ppid=16213 vsize=13627340 CPUtime=0.13 cores=0,2,4,6
/proc/16215/task/16225/stat : 16225 (java) S 16213 16215 13328 0 -1 4202560 27869 0 0 0 10 3 0 0 15 0 19 0 559761184 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16226] ppid=16213 vsize=13627340 CPUtime=0.62 cores=0,2,4,6
/proc/16215/task/16226/stat : 16226 (java) S 16213 16215 13328 0 -1 4202560 54450 0 0 0 57 5 0 0 15 0 19 0 559761185 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 0 0 16800975 18446604453949871936 0 0 -1 0 0 0 0
[pid=16215/tid=16227] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16227/stat : 16227 (java) S 16213 16215 13328 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16228] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16228/stat : 16228 (java) S 16213 16215 13328 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 559761186 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16229] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16229/stat : 16229 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672485809 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16230] ppid=16213 vsize=13627340 CPUtime=0.53 cores=0,2,4,6
/proc/16215/task/16230/stat : 16230 (java) S 16213 16215 13328 0 -1 4202560 2519 0 0 0 53 0 0 0 16 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16231] ppid=16213 vsize=13627340 CPUtime=0.94 cores=0,2,4,6
/proc/16215/task/16231/stat : 16231 (java) S 16213 16215 13328 0 -1 4202560 11887 0 0 0 92 2 0 0 16 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 2 0 0 0
[pid=16215/tid=16232] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16232/stat : 16232 (java) S 16213 16215 13328 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478105 0 4 0 16800975 18446604453949871936 0 0 -1 6 0 0 0
[pid=16215/tid=16233] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16233/stat : 16233 (java) S 16213 16215 13328 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 559761188 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
[pid=16215/tid=16234] ppid=16213 vsize=13627340 CPUtime=0 cores=0,2,4,6
/proc/16215/task/16234/stat : 16234 (java) S 16213 16215 13328 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 559761238 13954396160 337244 33554432000 1073741824 1073778376 140733954184128 18446744073709551615 268672478720 0 4 0 16800975 18446604453949871936 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13627340

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): 1798.01
CPU time (s): 1800.21
CPU user time (s): 1799.67
CPU system time (s): 0.542917
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 13627752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348307
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= 37119
involuntary context switches= 9500

runsolver used 9.42357 second user time and 19.617 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 04:48:19
IDJOB=3458696
IDBENCH=3051
IDSOLVER=1952
FILE ID=node107/3458696-1307155699
RUNJOBID= node107-1307155699-16201
PBS_JOBID= 13508809
Free space on /tmp= 73884 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=120-sizeP=61-sizeQ=120-718083277-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458696-1307155699/watcher-3458696-1307155699 -o /tmp/evaluation-result-3458696-1307155699/solver-3458696-1307155699 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458696-1307155699.opb

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

MD5SUM BENCH= 0661dfe89322dd53d59d5cf9cb4ab784
RANDOM SEED=1834438436

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      21447344 kB
Buffers:        327708 kB
Cached:        2121188 kB
SwapCached:      22548 kB
Active:        9158632 kB
Inactive:      1995136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21447344 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:     8700100 kB
Mapped:          32332 kB
Slab:           186252 kB
PageTables:      94588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145079208 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= 73856 MiB
End job on node107 at 2011-06-04 05:18:19