Trace number 3456371

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 CuttingPlanes 2.3.0? (TO) 1800.33 1797.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM0b8531b64d2ca93b44d439b9cb9fcfaa
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables6352
Total number of constraints13429
Number of constraints which are clauses13429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456371-1307220003.opb
0.10/0.10	c reading problem ... 
0.69/0.40	c ... done. Wall clock time 0.301s.
0.69/0.40	c #vars     6352
0.69/0.40	c #constraints  13307
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6071
0.69/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6954
9.72/8.76	c cleaning 0 clauses out of 5000 with flag 0/5000
21.14/20.00	c cleaning 0 clauses out of 11001 with flag 0/11001
35.34/34.27	c cleaning 0 clauses out of 18000 with flag 0/18000
52.09/50.99	c cleaning 0 clauses out of 26001 with flag 0/26001
71.55/70.34	c cleaning 0 clauses out of 35000 with flag 0/35000
93.55/92.37	c cleaning 0 clauses out of 45000 with flag 0/45000
118.16/117.00	c cleaning 0 clauses out of 56000 with flag 0/56000
144.77/143.51	c cleaning 0 clauses out of 68000 with flag 0/68000
173.88/172.70	c cleaning 0 clauses out of 81000 with flag 0/81000
205.79/204.58	c cleaning 0 clauses out of 95000 with flag 0/95000
238.41/237.18	c cleaning 0 clauses out of 109000 with flag 0/109000
271.52/270.20	c cleaning 0 clauses out of 123001 with flag 0/123001
304.14/302.82	c cleaning 0 clauses out of 137001 with flag 0/137001
337.97/336.64	c cleaning 0 clauses out of 151001 with flag 0/151001
372.11/370.78	c cleaning 0 clauses out of 165001 with flag 0/165001
407.13/405.71	c cleaning 0 clauses out of 179000 with flag 0/179000
441.65/440.28	c cleaning 0 clauses out of 193000 with flag 0/193000
476.69/475.24	c cleaning 0 clauses out of 207000 with flag 0/207000
511.48/510.05	c cleaning 0 clauses out of 221000 with flag 0/221000
546.21/544.77	c cleaning 0 clauses out of 235001 with flag 0/235001
580.93/579.45	c cleaning 0 clauses out of 249000 with flag 0/249000
616.74/615.21	c cleaning 0 clauses out of 263000 with flag 0/263000
652.85/651.36	c cleaning 0 clauses out of 277001 with flag 0/277001
689.49/687.98	c cleaning 0 clauses out of 291001 with flag 0/291001
726.52/724.93	c cleaning 0 clauses out of 305000 with flag 0/305000
763.32/761.76	c cleaning 0 clauses out of 319000 with flag 0/319000
800.34/798.71	c cleaning 0 clauses out of 333001 with flag 0/333001
837.41/835.75	c cleaning 0 clauses out of 347001 with flag 0/347001
874.63/872.91	c cleaning 0 clauses out of 361001 with flag 0/361001
911.65/909.94	c cleaning 0 clauses out of 375002 with flag 0/375002
950.17/948.48	c cleaning 0 clauses out of 389000 with flag 0/389000
992.40/990.60	c cleaning 0 clauses out of 403001 with flag 0/403001
1033.73/1031.92	c cleaning 0 clauses out of 417001 with flag 0/417001
1073.96/1072.18	c cleaning 0 clauses out of 431000 with flag 0/431000
1113.48/1111.67	c cleaning 0 clauses out of 445001 with flag 0/445001
1153.21/1151.37	c cleaning 0 clauses out of 459001 with flag 0/459001
1193.25/1191.36	c cleaning 0 clauses out of 473001 with flag 0/473001
1234.25/1232.32	c cleaning 0 clauses out of 487001 with flag 0/487001
1274.98/1273.03	c cleaning 0 clauses out of 501000 with flag 0/501000
1315.20/1313.25	c cleaning 0 clauses out of 515001 with flag 0/515001
1356.92/1354.99	c cleaning 0 clauses out of 529000 with flag 0/529000
1397.25/1395.27	c cleaning 0 clauses out of 543000 with flag 0/543000
1438.28/1436.23	c cleaning 0 clauses out of 557001 with flag 0/557001
1479.01/1476.97	c cleaning 0 clauses out of 571000 with flag 0/571000
1520.44/1518.37	c cleaning 0 clauses out of 585000 with flag 0/585000
1566.38/1564.24	c cleaning 0 clauses out of 599001 with flag 0/599001
1610.69/1608.51	c cleaning 0 clauses out of 613002 with flag 0/613002
1654.52/1652.39	c cleaning 0 clauses out of 627001 with flag 0/627001
1699.46/1697.27	c cleaning 0 clauses out of 641001 with flag 0/641001
1744.37/1742.19	c cleaning 0 clauses out of 655002 with flag 0/655002
1789.21/1786.90	c cleaning 0 clauses out of 669001 with flag 0/669001
1800.03/1797.72	c starts		: 168
1800.03/1797.72	c conflicts		: 672382
1800.03/1797.72	c decisions		: 700206
1800.03/1797.72	c propagations		: 761899154
1800.03/1797.72	c inspects		: 5170902205
1800.03/1797.72	c shortcuts		: 0
1800.03/1797.72	c learnt literals	: 0
1800.03/1797.72	c learnt binary clauses	: 65
1800.03/1797.72	c learnt ternary clauses	: 6
1800.03/1797.72	c learnt constraints	: 672382
1800.03/1797.72	c ignored constraints	: 0
1800.03/1797.72	c root simplifications	: 0
1800.03/1797.72	c removed literals (reason simplification)	: 0
1800.03/1797.72	c reason swapping (by a shorter reason)	: 0
1800.03/1797.72	c Calls to reduceDB	: 51
1800.03/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.72	c number of learned constraints concerned by reduction	: 0
1800.03/1797.72	c number of learning phase by resolution	: 0
1800.03/1797.72	c number of learning phase by cutting planes	: 0
1800.03/1797.72	c speed (assignments/second)	: 423908.7885901167
1800.03/1797.72	c non guided choices	0
1800.03/1797.78	c learnt constraints type 
1800.03/1797.78	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 672330
1800.03/1797.78	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 65
1800.03/1797.78	c constraints type 
1800.03/1797.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6071
1800.03/1797.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6954
1800.03/1797.78	s UNKNOWN
1800.03/1797.78	c Total wall clock time (in seconds): 1797.674

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-3456371-1307220003/watcher-3456371-1307220003 -o /tmp/evaluation-result-3456371-1307220003/solver-3456371-1307220003 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456371-1307220003.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.00 2.03 2.00 4/532 21290
/proc/meminfo: memFree=19077968/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 3591 0 1 0 0 0 0 0 25 0 2 0 912231063 10694979584 3294 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2611079 3307 917 9 0 2602235 0
[pid=21290/tid=21291] ppid=21288 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 7975 0 1 0 0 0 0 0 25 0 2 0 912231064 10694979584 8791 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.045941 s]
/proc/loadavg: 2.00 2.03 2.00 4/532 21290
/proc/meminfo: memFree=19077968/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 11343 0 1 0 3 1 0 0 25 0 13 0 912231063 10718699520 11041 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2616870 11041 1679 9 0 2607618 0
[pid=21290/tid=21291] ppid=21288 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 10201 0 1 0 2 1 0 0 25 0 13 0 912231064 10718699520 11045 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 47076404568240 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.100932 s]
/proc/loadavg: 2.00 2.03 2.00 4/532 21290
/proc/meminfo: memFree=19077968/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10540452 CPUtime=0.1 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 13152 0 1 0 9 1 0 0 25 0 18 0 912231063 10793422848 12788 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2635113 12789 2093 9 0 2625847 0
[pid=21290/tid=21291] ppid=21288 vsize=10540452 CPUtime=0.09 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 11214 0 1 0 8 1 0 0 25 0 18 0 912231064 10793422848 12789 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000419275 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) 10540452

[startup+0.3009 s]
/proc/loadavg: 2.00 2.03 2.00 4/532 21290
/proc/meminfo: memFree=19077968/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10542008 CPUtime=0.5 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 16770 0 1 0 49 1 0 0 25 0 18 0 912231063 10795016192 16119 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2635502 16121 2202 9 0 2626236 0
[pid=21290/tid=21291] ppid=21288 vsize=10542008 CPUtime=0.28 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 13722 0 1 0 27 1 0 0 25 0 18 0 912231064 10795016192 16121 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505605729 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542008

[startup+0.70083 s]
/proc/loadavg: 2.00 2.03 2.00 4/532 21290
/proc/meminfo: memFree=19077968/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=1.54 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 30370 0 1 0 152 2 0 0 25 0 19 0 912231063 10800201728 25735 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 25736 2237 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=0.69 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 21297 0 1 0 67 2 0 0 25 0 19 0 912231064 10800201728 25736 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505908627 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10547072

[startup+1.50069 s]
/proc/loadavg: 2.00 2.03 2.00 5/551 21309
/proc/meminfo: memFree=18699996/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=2.46 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 67816 0 1 0 239 7 0 0 25 0 19 0 912231063 10800201728 63077 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 63080 2237 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=1.49 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 58623 0 1 0 143 6 0 0 25 0 19 0 912231064 10800201728 63082 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505848597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63083 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63085 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63087 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63089 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63090 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63092 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63094 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 63095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 63097 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 63098 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 63098 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 63098 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.5 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 5499 0 0 0 50 0 0 0 24 0 19 0 912231069 10800201728 63098 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.45 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2539 0 0 0 45 0 0 0 23 0 19 0 912231069 10800201728 63098 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 63109 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 63112 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 63114 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 10547072

[startup+3.10147 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 21309
/proc/meminfo: memFree=18161944/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=4.05 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 143088 0 1 0 390 15 0 0 25 0 19 0 912231063 10800201728 138349 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 138351 2237 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=3.09 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 133893 0 1 0 294 15 0 0 25 0 19 0 912231064 10800201728 138352 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505908199 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138353 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138354 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138355 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138356 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138357 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138358 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138359 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 138360 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 138361 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 138362 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 138363 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 138364 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.5 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 5499 0 0 0 50 0 0 0 24 0 19 0 912231069 10800201728 138365 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.45 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2539 0 0 0 45 0 0 0 23 0 19 0 912231069 10800201728 138366 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 138367 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 138368 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 138370 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 10547072

[startup+6.30091 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 21309
/proc/meminfo: memFree=16528652/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=7.3 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 288950 0 1 0 698 32 0 0 25 0 19 0 912231063 10800201728 284210 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 284211 2237 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=6.29 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 279748 0 1 0 598 31 0 0 25 0 19 0 912231064 10800201728 284212 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505908609 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284213 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284214 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284215 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284215 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284216 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284217 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284218 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231066 10800201728 284219 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 912231067 10800201728 284220 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 284220 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231067 10800201728 284221 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 284222 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.52 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 5501 0 0 0 52 0 0 0 18 0 19 0 912231069 10800201728 284223 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.47 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2543 0 0 0 47 0 0 0 15 0 19 0 912231069 10800201728 284224 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0

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

[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 941888 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 941888 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 941888 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1664.54
Current children cumulated vsize (KiB) 10547072

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 21364
/proc/meminfo: memFree=11347100/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=1724.56 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 951035 0 1 0 172342 114 0 0 25 0 19 0 912231063 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 943686 2266 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=1714.56 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 857775 0 1 0 171355 101 0 0 25 0 19 0 912231064 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505924309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0.14 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 3904 0 0 0 14 0 0 0 15 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0.14 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 4787 0 0 0 14 0 0 0 15 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0.14 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 4139 0 0 0 14 0 0 0 15 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0.18 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 6873 0 0 0 17 1 0 0 16 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0.19 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 6400 0 0 0 19 0 0 0 16 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0.22 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 7985 0 0 0 21 1 0 0 15 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0.2 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 9290 0 0 0 19 1 0 0 16 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0.25 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 10589 0 0 0 24 1 0 0 15 0 19 0 912231066 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=7.11 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 28998 0 0 0 708 3 0 0 15 0 19 0 912231067 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.78 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 6495 0 0 0 78 0 0 0 15 0 19 0 912231069 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.51 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2551 0 0 0 51 0 0 0 16 0 19 0 912231069 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 943686 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.56
Current children cumulated vsize (KiB) 10547072

[startup+1782.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/551 21365
/proc/meminfo: memFree=11335904/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=1784.61 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 953508 0 1 0 178346 115 0 0 25 0 19 0 912231063 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 946095 2266 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=1774.27 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 857778 0 1 0 177326 101 0 0 25 0 19 0 912231064 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505824062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0.14 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 3904 0 0 0 14 0 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0.15 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 4796 0 0 0 15 0 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0.15 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 5064 0 0 0 15 0 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0.19 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 7272 0 0 0 18 1 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0.19 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 6405 0 0 0 19 0 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0.22 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 7986 0 0 0 21 1 0 0 16 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0.21 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 9290 0 0 0 20 1 0 0 16 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0.27 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 11183 0 0 0 26 1 0 0 15 0 19 0 912231066 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=7.37 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 29533 0 0 0 734 3 0 0 15 0 19 0 912231067 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.78 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 6495 0 0 0 78 0 0 0 15 0 19 0 912231069 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.51 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2551 0 0 0 51 0 0 0 16 0 19 0 912231069 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 946095 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.61
Current children cumulated vsize (KiB) 10547072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.03 2.04 2.00 4/551 21414
/proc/meminfo: memFree=15227644/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=10547072 CPUtime=1800.03 cores=1,3,5,7
/proc/21290/stat : 21290 (java) S 21288 21290 19289 0 -1 4202496 955267 0 1 0 179888 115 0 0 25 0 19 0 912231063 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 2636768 947814 2266 9 0 2627502 0
[pid=21290/tid=21291] ppid=21288 vsize=10547072 CPUtime=1789.42 cores=1,3,5,7
/proc/21290/task/21291/stat : 21291 (java) R 21288 21290 19289 0 -1 4202560 857779 0 1 0 178841 101 0 0 25 0 19 0 912231064 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 46912505955482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21290/tid=21293] ppid=21288 vsize=10547072 CPUtime=0.14 cores=1,3,5,7
/proc/21290/task/21293/stat : 21293 (java) S 21288 21290 19289 0 -1 4202560 3904 0 0 0 14 0 0 0 15 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21294] ppid=21288 vsize=10547072 CPUtime=0.16 cores=1,3,5,7
/proc/21290/task/21294/stat : 21294 (java) S 21288 21290 19289 0 -1 4202560 4796 0 0 0 16 0 0 0 15 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21295] ppid=21288 vsize=10547072 CPUtime=0.16 cores=1,3,5,7
/proc/21290/task/21295/stat : 21295 (java) S 21288 21290 19289 0 -1 4202560 5548 0 0 0 16 0 0 0 16 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21296] ppid=21288 vsize=10547072 CPUtime=0.19 cores=1,3,5,7
/proc/21290/task/21296/stat : 21296 (java) S 21288 21290 19289 0 -1 4202560 7272 0 0 0 18 1 0 0 16 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21297] ppid=21288 vsize=10547072 CPUtime=0.2 cores=1,3,5,7
/proc/21290/task/21297/stat : 21297 (java) S 21288 21290 19289 0 -1 4202560 6803 0 0 0 20 0 0 0 16 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 7 0 0 0
[pid=21290/tid=21298] ppid=21288 vsize=10547072 CPUtime=0.23 cores=1,3,5,7
/proc/21290/task/21298/stat : 21298 (java) S 21288 21290 19289 0 -1 4202560 8330 0 0 0 22 1 0 0 16 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21299] ppid=21288 vsize=10547072 CPUtime=0.21 cores=1,3,5,7
/proc/21290/task/21299/stat : 21299 (java) S 21288 21290 19289 0 -1 4202560 9290 0 0 0 20 1 0 0 16 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21300] ppid=21288 vsize=10547072 CPUtime=0.27 cores=1,3,5,7
/proc/21290/task/21300/stat : 21300 (java) S 21288 21290 19289 0 -1 4202560 11183 0 0 0 26 1 0 0 15 0 19 0 912231066 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21301] ppid=21288 vsize=10547072 CPUtime=7.64 cores=1,3,5,7
/proc/21290/task/21301/stat : 21301 (java) S 21288 21290 19289 0 -1 4202560 30063 0 0 0 761 3 0 0 15 0 19 0 912231067 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 0 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21302] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21302/stat : 21302 (java) S 21288 21290 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21303] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21303/stat : 21303 (java) S 21288 21290 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912231067 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21304] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21304/stat : 21304 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000416177 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21305] ppid=21288 vsize=10547072 CPUtime=0.78 cores=1,3,5,7
/proc/21290/task/21305/stat : 21305 (java) S 21288 21290 19289 0 -1 4202560 6495 0 0 0 78 0 0 0 15 0 19 0 912231069 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21306] ppid=21288 vsize=10547072 CPUtime=0.51 cores=1,3,5,7
/proc/21290/task/21306/stat : 21306 (java) S 21288 21290 19289 0 -1 4202560 2551 0 0 0 51 0 0 0 16 0 19 0 912231069 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
[pid=21290/tid=21307] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21307/stat : 21307 (java) S 21288 21290 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912231069 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000408473 0 4 0 16800975 18446604462317433920 0 0 -1 1 0 0 0
[pid=21290/tid=21308] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21308/stat : 21308 (java) S 21288 21290 19289 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 912231069 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 3 0 0 0
[pid=21290/tid=21309] ppid=21288 vsize=10547072 CPUtime=0 cores=1,3,5,7
/proc/21290/task/21309/stat : 21309 (java) S 21288 21290 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912231113 10800201728 947814 33554432000 1073741824 1073778376 140735828383840 18446744073709551615 216000409088 0 4 0 16800975 18446604462317433920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10547072

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1797.83 s]
/proc/loadavg: 2.03 2.04 2.00 4/551 21414
/proc/meminfo: memFree=15227644/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/21290/stat : 21290 (java) Z 21288 21290 19289 0 -1 4203548 955296 0 1 0 179903 119 0 0 17 0 2 0 912231063 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

[startup+1797.9 s]
/proc/loadavg: 2.03 2.04 2.00 4/551 21414
/proc/meminfo: memFree=15227644/32950940 swapFree=67111364/67111528
[pid=21290] ppid=21288 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/21290/stat : 21290 (java) Z 21288 21290 19289 0 -1 4203548 955296 0 1 0 179903 127 0 0 17 0 2 0 912231063 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.93
CPU time (s): 1800.33
CPU user time (s): 1799.03
CPU system time (s): 1.2998
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 10547072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.2998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 955296
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= 39243
involuntary context switches= 9849

runsolver used 9.12861 second user time and 21.9367 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-04 22:40:03
IDJOB=3456371
IDBENCH=2160
IDSOLVER=1951
FILE ID=node117/3456371-1307220003
RUNJOBID= node117-1307216412-20898
PBS_JOBID= 13509044
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456371-1307220003/watcher-3456371-1307220003 -o /tmp/evaluation-result-3456371-1307220003/solver-3456371-1307220003 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456371-1307220003.opb

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

MD5SUM BENCH= 0b8531b64d2ca93b44d439b9cb9fcfaa
RANDOM SEED=193040929

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.75
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19078124 kB
Buffers:        379872 kB
Cached:        3208308 kB
SwapCached:          0 kB
Active:       10376004 kB
Inactive:      3099332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19078124 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1356 kB
Writeback:           0 kB
AnonPages:     9887248 kB
Mapped:          50120 kB
Slab:           270840 kB
PageTables:      58552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159858808 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= 73628 MiB
End job on node117 at 2011-06-04 23:10:03