Trace number 3456602

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.38 1796.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark744
Best CPU time to get the best result obtained on this benchmark1800.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456602-1307218541.opb
0.10/0.11	c reading problem ... 
3.42/3.05	c ... done. Wall clock time 2.947s.
3.42/3.05	c #vars     10000
3.42/3.05	c #constraints  656900
3.42/3.05	c constraints type 
3.42/3.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.42/3.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
21.27/20.22	c cleaning 0 clauses out of 5000 with flag 0/5000
34.59/33.39	c cleaning 0 clauses out of 11000 with flag 0/11000
50.52/49.25	c cleaning 0 clauses out of 18001 with flag 0/18001
72.14/70.72	c cleaning 0 clauses out of 26000 with flag 0/26000
98.22/96.78	c cleaning 0 clauses out of 35001 with flag 0/35001
130.56/129.06	c cleaning 0 clauses out of 45000 with flag 0/45000
168.62/167.03	c cleaning 0 clauses out of 56000 with flag 0/56000
212.36/210.77	c cleaning 0 clauses out of 68001 with flag 0/68001
266.53/264.80	c cleaning 0 clauses out of 81000 with flag 0/81000
312.12/310.31	c cleaning 0 clauses out of 95000 with flag 0/95000
367.97/366.01	c cleaning 0 clauses out of 110000 with flag 0/110000
427.05/425.08	c cleaning 0 clauses out of 126000 with flag 0/126000
508.25/506.05	c cleaning 0 clauses out of 143002 with flag 0/143002
612.14/609.77	c cleaning 0 clauses out of 161000 with flag 0/161000
732.64/730.02	c cleaning 0 clauses out of 180001 with flag 0/180001
819.20/816.49	c cleaning 0 clauses out of 200003 with flag 0/200003
956.67/953.70	c cleaning 0 clauses out of 221001 with flag 0/221001
1135.05/1131.88	c cleaning 0 clauses out of 243004 with flag 0/243004
1339.53/1336.15	c cleaning 0 clauses out of 266000 with flag 0/266000
1448.49/1444.89	c cleaning 0 clauses out of 290001 with flag 0/290001
1557.50/1553.66	c cleaning 0 clauses out of 315000 with flag 0/315000
1791.52/1787.31	c cleaning 0 clauses out of 341000 with flag 0/341000
1800.06/1795.82	c starts		: 135
1800.06/1795.82	c conflicts		: 341925
1800.06/1795.82	c decisions		: 461932
1800.06/1795.82	c propagations		: 65332908
1800.06/1795.82	c inspects		: 2799339164
1800.06/1795.82	c shortcuts		: 0
1800.06/1795.82	c learnt literals	: 0
1800.06/1795.82	c learnt binary clauses	: 0
1800.06/1795.82	c learnt ternary clauses	: 0
1800.06/1795.82	c learnt constraints	: 341925
1800.06/1795.82	c ignored constraints	: 0
1800.06/1795.82	c root simplifications	: 0
1800.06/1795.82	c removed literals (reason simplification)	: 0
1800.06/1795.82	c reason swapping (by a shorter reason)	: 0
1800.06/1795.82	c Calls to reduceDB	: 22
1800.06/1795.82	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.82	c number of learned constraints concerned by reduction	: 0
1800.06/1795.82	c number of learning phase by resolution	: 0
1800.06/1795.82	c number of learning phase by cutting planes	: 0
1800.06/1795.82	c speed (assignments/second)	: 36442.53349293773
1800.06/1795.82	c non guided choices	0
1800.06/1795.86	c learnt constraints type 
1800.06/1795.86	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 341929
1800.06/1795.86	c constraints type 
1800.06/1795.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.06/1795.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.06/1795.86	s UNKNOWN
1800.06/1795.86	c Total wall clock time (in seconds): 1795.758

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-3456602-1307218541/watcher-3456602-1307218541 -o /tmp/evaluation-result-3456602-1307218541/solver-3456602-1307218541 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456602-1307218541.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: 2.00 2.02 1.85 1/413 13451
/proc/meminfo: memFree=25981688/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 2485 0 1 0 0 0 0 0 24 0 2 0 289463562 10681323520 2186 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2607745 2200 906 9 0 2598901 0
[pid=13451/tid=13452] ppid=13449 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 4340 0 1 0 0 0 0 0 25 0 2 0 289463562 10694979584 5157 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0674051 s]
/proc/loadavg: 2.00 2.02 1.85 1/413 13451
/proc/meminfo: memFree=25981688/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10472952 CPUtime=0.06 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 11749 0 1 0 4 2 0 0 24 0 18 0 289463562 10724302848 11445 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2618238 11445 1741 9 0 2608972 0
[pid=13451/tid=13452] ppid=13449 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 10574 0 1 0 4 1 0 0 25 0 18 0 289463562 10724302848 11445 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 47882168946854 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10472952

[startup+0.100411 s]
/proc/loadavg: 2.00 2.02 1.85 1/413 13451
/proc/meminfo: memFree=25981688/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10539664 CPUtime=0.1 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 13040 0 1 0 8 2 0 0 24 0 18 0 289463562 10792615936 12736 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2634916 12737 2092 9 0 2625650 0
[pid=13451/tid=13452] ppid=13449 vsize=10539664 CPUtime=0.09 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 11129 0 1 0 7 2 0 0 18 0 18 0 289463562 10792615936 12737 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218880226337 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539664

[startup+0.302227 s]
/proc/loadavg: 2.00 2.02 1.85 1/413 13451
/proc/meminfo: memFree=25981688/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10540756 CPUtime=0.47 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 16824 0 1 0 45 2 0 0 24 0 18 0 289463562 10793734144 16104 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2635189 16105 2200 9 0 2625923 0
[pid=13451/tid=13452] ppid=13449 vsize=10540756 CPUtime=0.28 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 13949 0 1 0 26 2 0 0 18 0 18 0 289463562 10793734144 16106 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505603357 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540756

[startup+0.700254 s]
/proc/loadavg: 2.00 2.02 1.85 1/413 13451
/proc/meminfo: memFree=25981688/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10543992 CPUtime=1.12 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 53359 0 1 0 105 7 0 0 24 0 18 0 289463562 10797047808 50940 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2635998 50944 2213 9 0 2626732 0
[pid=13451/tid=13452] ppid=13449 vsize=10543992 CPUtime=0.68 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 47173 0 1 0 62 6 0 0 18 0 18 0 289463562 10797047808 50946 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505555110 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10543992

[startup+1.50117 s]
/proc/loadavg: 2.00 2.02 1.85 4/430 13490
/proc/meminfo: memFree=25650152/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10543992 CPUtime=1.92 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 134550 0 1 0 176 16 0 0 24 0 18 0 289463562 10797047808 132132 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2635998 132136 2213 9 0 2626732 0
[pid=13451/tid=13452] ppid=13449 vsize=10543992 CPUtime=1.48 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 128365 0 1 0 133 15 0 0 19 0 18 0 289463562 10797047808 132138 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505635119 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132141 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132143 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132146 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132148 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132151 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132154 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132156 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463564 10797047808 132159 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 289463565 10797047808 132159 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 289463566 10797047808 132161 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 289463566 10797047808 132163 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463568 10797047808 132166 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10543992 CPUtime=0.2 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 2031 0 0 0 20 0 0 0 16 0 18 0 289463568 10797047808 132169 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10543992 CPUtime=0.22 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 3010 0 0 0 22 0 0 0 16 0 18 0 289463568 10797047808 132171 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 289463568 10797047808 132174 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10543992 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 289463568 10797047808 132176 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10543992

[startup+3.10684 s]
/proc/loadavg: 2.00 2.02 1.85 3/450 13513
/proc/meminfo: memFree=24902584/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10545020 CPUtime=3.59 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 292849 0 1 0 323 36 0 0 24 0 19 0 289463562 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2636255 290346 2228 9 0 2626989 0
[pid=13451/tid=13452] ppid=13449 vsize=10545020 CPUtime=3.08 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 286495 0 1 0 274 34 0 0 19 0 19 0 289463562 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505216571 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 289463565 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 289463566 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289463566 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10545020 CPUtime=0.23 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) R 13449 13451 12126 0 -1 4202560 2046 0 0 0 23 0 0 0 16 0 19 0 289463568 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 47882168457424 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10545020 CPUtime=0.25 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) R 13449 13451 12126 0 -1 4202560 3150 0 0 0 25 0 0 0 15 0 19 0 289463568 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 47882169026472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10545020 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 289463568 10798100480 290346 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 10545020

[startup+6.30131 s]
/proc/loadavg: 2.00 2.02 1.85 3/452 13515
/proc/meminfo: memFree=23624748/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10544632 CPUtime=7.21 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 302042 0 1 0 684 37 0 0 24 0 19 0 289463562 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2636158 296890 2238 9 0 2626892 0
[pid=13451/tid=13452] ppid=13449 vsize=10544632 CPUtime=6.28 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 293155 0 1 0 593 35 0 0 21 0 19 0 289463562 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505828541 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463564 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 289463565 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 289463566 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 289463566 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10544632 CPUtime=0.44 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 3041 0 0 0 44 0 0 0 15 0 19 0 289463568 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10544632 CPUtime=0.48 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 4684 0 0 0 47 1 0 0 15 0 19 0 289463568 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 289463568 10797703168 296890 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0

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

/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10544632 CPUtime=0.72 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 3489 0 0 0 72 0 0 0 15 0 19 0 289463568 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10544632 CPUtime=0.66 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 5123 0 0 0 65 1 0 0 15 0 19 0 289463568 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 289463568 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13514] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13514/stat : 13514 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 289463872 10797703168 1311449 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.32
Current children cumulated vsize (KiB) 10544632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/452 13561
/proc/meminfo: memFree=15309220/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10544632 CPUtime=1726.39 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 1355519 0 1 0 172441 198 0 0 24 0 19 0 289463562 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2636158 1322896 2266 9 0 2626892 0
[pid=13451/tid=13452] ppid=13449 vsize=10544632 CPUtime=1715.12 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 785877 0 1 0 171423 89 0 0 25 0 19 0 289463562 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505921794 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10544632 CPUtime=0.56 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 61651 0 0 0 41 15 0 0 15 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10544632 CPUtime=0.45 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 46885 0 0 0 36 9 0 0 16 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10544632 CPUtime=0.31 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 25556 0 0 0 25 6 0 0 15 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10544632 CPUtime=0.46 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 58322 0 0 0 35 11 0 0 16 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10544632 CPUtime=0.3 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 32356 0 0 0 25 5 0 0 15 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10544632 CPUtime=0.63 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 65561 0 0 0 48 15 0 0 16 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10544632 CPUtime=0.51 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 38839 0 0 0 42 9 0 0 16 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10544632 CPUtime=0.7 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 62786 0 0 0 55 15 0 0 15 0 19 0 289463564 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10544632 CPUtime=5.85 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 167823 0 0 0 568 17 0 0 15 0 19 0 289463565 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10544632 CPUtime=0.72 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 3489 0 0 0 72 0 0 0 15 0 19 0 289463568 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10544632 CPUtime=0.66 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 5123 0 0 0 65 1 0 0 15 0 19 0 289463568 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 289463568 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13514] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13514/stat : 13514 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 289463872 10797703168 1322896 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.39
Current children cumulated vsize (KiB) 10544632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/452 13562
/proc/meminfo: memFree=15133604/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10544632 CPUtime=1786.52 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 1379135 0 1 0 178449 203 0 0 24 0 19 0 289463562 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2636158 1344964 2266 9 0 2626892 0
[pid=13451/tid=13452] ppid=13449 vsize=10544632 CPUtime=1775.04 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 785879 0 1 0 177415 89 0 0 25 0 19 0 289463562 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505845050 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10544632 CPUtime=0.56 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 61651 0 0 0 41 15 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10544632 CPUtime=0.47 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 49715 0 0 0 38 9 0 0 15 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10544632 CPUtime=0.35 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 28176 0 0 0 28 7 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10544632 CPUtime=0.49 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 61434 0 0 0 37 12 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10544632 CPUtime=0.36 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 38254 0 0 0 29 7 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10544632 CPUtime=0.65 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 68897 0 0 0 49 16 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10544632 CPUtime=0.51 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 38854 0 0 0 42 9 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10544632 CPUtime=0.73 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 68581 0 0 0 58 15 0 0 16 0 19 0 289463564 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10544632 CPUtime=5.85 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 167827 0 0 0 568 17 0 0 15 0 19 0 289463565 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10544632 CPUtime=0.72 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 3489 0 0 0 72 0 0 0 15 0 19 0 289463568 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10544632 CPUtime=0.66 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 5123 0 0 0 65 1 0 0 15 0 19 0 289463568 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 289463568 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13514] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13514/stat : 13514 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 289463872 10797703168 1344964 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 10544632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.01 1.97 3/452 13563
/proc/meminfo: memFree=15085972/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=10544632 CPUtime=1800.06 cores=0,2,4,6
/proc/13451/stat : 13451 (java) S 13449 13451 12126 0 -1 4202496 1391972 0 1 0 179801 205 0 0 24 0 19 0 289463562 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 2636158 1357012 2266 9 0 2626892 0
[pid=13451/tid=13452] ppid=13449 vsize=10544632 CPUtime=1788.17 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4202560 785880 0 1 0 178728 89 0 0 25 0 19 0 289463562 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 46912505828625 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13451/tid=13454] ppid=13449 vsize=10544632 CPUtime=0.58 cores=0,2,4,6
/proc/13451/task/13454/stat : 13454 (java) S 13449 13451 12126 0 -1 4202560 67333 0 0 0 43 15 0 0 16 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13455] ppid=13449 vsize=10544632 CPUtime=0.51 cores=0,2,4,6
/proc/13451/task/13455/stat : 13455 (java) S 13449 13451 12126 0 -1 4202560 55657 0 0 0 40 11 0 0 16 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13456] ppid=13449 vsize=10544632 CPUtime=0.35 cores=0,2,4,6
/proc/13451/task/13456/stat : 13456 (java) S 13449 13451 12126 0 -1 4202560 28176 0 0 0 28 7 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13457] ppid=13449 vsize=10544632 CPUtime=0.49 cores=0,2,4,6
/proc/13451/task/13457/stat : 13457 (java) S 13449 13451 12126 0 -1 4202560 61434 0 0 0 37 12 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=10544632 CPUtime=0.36 cores=0,2,4,6
/proc/13451/task/13458/stat : 13458 (java) S 13449 13451 12126 0 -1 4202560 38254 0 0 0 29 7 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13459] ppid=13449 vsize=10544632 CPUtime=0.65 cores=0,2,4,6
/proc/13451/task/13459/stat : 13459 (java) S 13449 13451 12126 0 -1 4202560 68897 0 0 0 49 16 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13460] ppid=13449 vsize=10544632 CPUtime=0.51 cores=0,2,4,6
/proc/13451/task/13460/stat : 13460 (java) S 13449 13451 12126 0 -1 4202560 38854 0 0 0 42 9 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13461] ppid=13449 vsize=10544632 CPUtime=0.73 cores=0,2,4,6
/proc/13451/task/13461/stat : 13461 (java) S 13449 13451 12126 0 -1 4202560 68581 0 0 0 58 15 0 0 15 0 19 0 289463564 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13462] ppid=13449 vsize=10544632 CPUtime=6.2 cores=0,2,4,6
/proc/13451/task/13462/stat : 13462 (java) S 13449 13451 12126 0 -1 4202560 169039 0 0 0 603 17 0 0 15 0 19 0 289463565 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 0 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13463] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13463/stat : 13463 (java) S 13449 13451 12126 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13464] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13464/stat : 13464 (java) S 13449 13451 12126 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 289463566 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 6 0 0 0
[pid=13451/tid=13465] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13465/stat : 13465 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892388785 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13466] ppid=13449 vsize=10544632 CPUtime=0.72 cores=0,2,4,6
/proc/13451/task/13466/stat : 13466 (java) S 13449 13451 12126 0 -1 4202560 3489 0 0 0 72 0 0 0 15 0 19 0 289463568 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 4 0 0 0
[pid=13451/tid=13467] ppid=13449 vsize=10544632 CPUtime=0.66 cores=0,2,4,6
/proc/13451/task/13467/stat : 13467 (java) S 13449 13451 12126 0 -1 4202560 5123 0 0 0 65 1 0 0 15 0 19 0 289463568 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13468] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13468/stat : 13468 (java) S 13449 13451 12126 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 289463568 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381081 0 4 0 16800975 18446604453902109504 0 0 -1 2 0 0 0
[pid=13451/tid=13469] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13469/stat : 13469 (java) S 13449 13451 12126 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 289463568 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
[pid=13451/tid=13514] ppid=13449 vsize=10544632 CPUtime=0 cores=0,2,4,6
/proc/13451/task/13514/stat : 13514 (java) S 13449 13451 12126 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 289463872 10797703168 1357012 33554432000 1073741824 1073778376 140734588784672 18446744073709551615 218892381696 0 4 0 16800975 18446604453902109504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10544632

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

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

[startup+1796 s]
/proc/loadavg: 2.00 2.01 1.97 3/452 13563
/proc/meminfo: memFree=15085972/32950928 swapFree=52006644/67111528
[pid=13451] ppid=13449 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/13451/stat : 13451 (java) Z 13449 13451 12126 0 -1 4203548 1392000 0 1 0 179813 218 0 0 17 0 2 0 289463562 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13451/statm: 0 0 0 0 0 0 0
[pid=13451/tid=13452] ppid=13449 vsize=0 CPUtime=1788.36 cores=0,2,4,6
/proc/13451/task/13452/stat : 13452 (java) R 13449 13451 12126 0 -1 4203588 785880 0 1 0 178734 102 0 0 25 0 2 0 289463562 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.06
CPU time (s): 1800.38
CPU user time (s): 1798.14
CPU system time (s): 2.24566
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 10545456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.24566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1392000
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= 38325
involuntary context switches= 14286

runsolver used 7.8548 second user time and 16.6615 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 22:15:42
IDJOB=3456602
IDBENCH=1971
IDSOLVER=1951
FILE ID=node112/3456602-1307218541
RUNJOBID= node112-1307216743-13302
PBS_JOBID= 13509049
Free space on /tmp= 73892 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456602-1307218541/watcher-3456602-1307218541 -o /tmp/evaluation-result-3456602-1307218541/solver-3456602-1307218541 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456602-1307218541.opb

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=479908402

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:     32950928 kB
MemFree:      25982092 kB
Buffers:        339736 kB
Cached:        5664284 kB
SwapCached:      31280 kB
Active:         967992 kB
Inactive:      5719944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25982092 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:           17148 kB
Writeback:           0 kB
AnonPages:      660316 kB
Mapped:          12572 kB
Slab:           156456 kB
PageTables:      58760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98650152 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= 73876 MiB
End job on node112 at 2011-06-04 22:45:39