Trace number 3456599

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.41 1795.87

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark836
Best CPU time to get the best result obtained on this benchmark1800.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
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 494728
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 494728
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3456599-1307218367.opb
0.09/0.12	c reading problem ... 
3.40/3.04	c ... done. Wall clock time 2.926s.
3.40/3.04	c #vars     10000
3.40/3.04	c #constraints  656900
3.40/3.04	c constraints type 
3.40/3.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.40/3.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
26.84/25.72	c cleaning 0 clauses out of 5001 with flag 0/5001
38.34/37.00	c cleaning 0 clauses out of 11000 with flag 0/11000
56.27/54.95	c cleaning 0 clauses out of 18001 with flag 0/18001
74.65/73.25	c cleaning 0 clauses out of 26002 with flag 0/26002
96.34/94.86	c cleaning 0 clauses out of 35001 with flag 0/35001
127.50/125.97	c cleaning 0 clauses out of 45000 with flag 0/45000
161.96/160.30	c cleaning 0 clauses out of 56000 with flag 0/56000
206.36/204.63	c cleaning 0 clauses out of 68002 with flag 0/68002
248.54/246.77	c cleaning 0 clauses out of 81000 with flag 0/81000
296.74/294.86	c cleaning 0 clauses out of 95000 with flag 0/95000
360.76/358.76	c cleaning 0 clauses out of 110000 with flag 0/110000
422.52/420.34	c cleaning 0 clauses out of 126000 with flag 0/126000
501.40/499.08	c cleaning 0 clauses out of 143000 with flag 0/143000
608.43/605.90	c cleaning 0 clauses out of 161000 with flag 0/161000
711.49/708.89	c cleaning 0 clauses out of 180000 with flag 0/180000
781.86/779.03	c cleaning 0 clauses out of 200000 with flag 0/200000
872.11/869.14	c cleaning 0 clauses out of 221003 with flag 0/221003
981.39/978.26	c cleaning 0 clauses out of 243000 with flag 0/243000
1119.26/1115.87	c cleaning 0 clauses out of 266000 with flag 0/266000
1282.15/1278.49	c cleaning 0 clauses out of 290001 with flag 0/290001
1479.70/1475.75	c cleaning 0 clauses out of 315000 with flag 0/315000
1615.94/1611.72	c cleaning 0 clauses out of 341002 with flag 0/341002
1800.09/1795.62	c starts		: 136
1800.09/1795.62	c conflicts		: 365403
1800.09/1795.62	c decisions		: 501193
1800.09/1795.62	c propagations		: 66267268
1800.09/1795.62	c inspects		: 2703809794
1800.09/1795.62	c shortcuts		: 0
1800.09/1795.62	c learnt literals	: 0
1800.09/1795.62	c learnt binary clauses	: 0
1800.09/1795.62	c learnt ternary clauses	: 0
1800.09/1795.62	c learnt constraints	: 365402
1800.09/1795.62	c ignored constraints	: 0
1800.09/1795.62	c root simplifications	: 0
1800.09/1795.62	c removed literals (reason simplification)	: 0
1800.09/1795.62	c reason swapping (by a shorter reason)	: 0
1800.09/1795.62	c Calls to reduceDB	: 22
1800.09/1795.62	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.62	c number of learned constraints concerned by reduction	: 0
1800.09/1795.62	c number of learning phase by resolution	: 0
1800.09/1795.62	c number of learning phase by cutting planes	: 0
1800.09/1795.62	c speed (assignments/second)	: 36967.66102821975
1800.09/1795.62	c non guided choices	0
1800.09/1795.66	c learnt constraints type 
1800.09/1795.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 365404
1800.09/1795.66	c constraints type 
1800.09/1795.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.09/1795.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.09/1795.66	s UNKNOWN
1800.09/1795.66	c Total wall clock time (in seconds): 1795.543

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-3456599-1307218367/watcher-3456599-1307218367 -o /tmp/evaluation-result-3456599-1307218367/solver-3456599-1307218367 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456599-1307218367.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.02 2.05 1.86 6/417 17346
/proc/meminfo: memFree=29870776/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 2754 0 1 0 0 0 0 0 25 0 2 0 833436459 10681323520 2456 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2607745 2470 906 9 0 2598901 0
[pid=17346/tid=17347] ppid=17344 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 3729 0 1 0 0 0 0 0 25 0 2 0 833436460 10694979584 4545 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.01664 s]
/proc/loadavg: 2.02 2.05 1.86 6/417 17346
/proc/meminfo: memFree=29870776/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 5718 0 1 0 0 0 0 0 25 0 2 0 833436459 10694979584 5420 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2611079 5435 917 9 0 2602235 0
[pid=17346/tid=17347] ppid=17344 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 4630 0 1 0 0 0 0 0 25 0 2 0 833436460 10694979584 5446 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100628 s]
/proc/loadavg: 2.02 2.05 1.86 6/417 17346
/proc/meminfo: memFree=29870776/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10539664 CPUtime=0.09 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 13006 0 1 0 8 1 0 0 25 0 18 0 833436459 10792615936 12667 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2634916 12667 2092 9 0 2625650 0
[pid=17346/tid=17347] ppid=17344 vsize=10539664 CPUtime=0.08 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 11053 0 1 0 7 1 0 0 25 0 18 0 833436460 10792615936 12667 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912496197962 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539664

[startup+0.300592 s]
/proc/loadavg: 2.02 2.05 1.86 6/417 17346
/proc/meminfo: memFree=29870776/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10540596 CPUtime=0.43 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 16323 0 1 0 41 2 0 0 25 0 18 0 833436459 10793570304 15648 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2635149 15648 2199 9 0 2625883 0
[pid=17346/tid=17347] ppid=17344 vsize=10540596 CPUtime=0.25 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 13473 0 1 0 24 1 0 0 25 0 18 0 833436460 10793570304 15649 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10540596

[startup+0.700596 s]
/proc/loadavg: 2.02 2.05 1.86 6/417 17346
/proc/meminfo: memFree=29870776/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10543732 CPUtime=1.1 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 51687 0 1 0 104 6 0 0 25 0 18 0 833436459 10796781568 49572 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2635933 49577 2214 9 0 2626667 0
[pid=17346/tid=17347] ppid=17344 vsize=10543732 CPUtime=0.65 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 45783 0 1 0 61 4 0 0 25 0 18 0 833436460 10796781568 49579 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505649085 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 10543732

[startup+1.50144 s]
/proc/loadavg: 2.02 2.05 1.86 3/435 17364
/proc/meminfo: memFree=29146044/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10543732 CPUtime=1.9 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 133878 0 1 0 175 15 0 0 25 0 18 0 833436459 10796781568 131763 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2635933 131768 2214 9 0 2626667 0
[pid=17346/tid=17347] ppid=17344 vsize=10543732 CPUtime=1.45 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 127974 0 1 0 132 13 0 0 25 0 18 0 833436460 10796781568 131770 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505554246 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131773 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131776 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131776 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131778 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131780 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131783 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131785 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436462 10796781568 131788 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833436463 10796781568 131790 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833436463 10796781568 131793 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833436463 10796781568 131796 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436465 10796781568 131798 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10543732 CPUtime=0.2 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 2291 0 0 0 20 0 0 0 16 0 18 0 833436465 10796781568 131801 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10543732 CPUtime=0.21 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 2470 0 0 0 21 0 0 0 16 0 18 0 833436465 10796781568 131803 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833436465 10796781568 131806 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10543732 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833436465 10796781568 131809 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10543732

[startup+3.10109 s]
/proc/loadavg: 2.02 2.05 1.86 3/435 17364
/proc/meminfo: memFree=28238740/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10544920 CPUtime=3.56 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 292440 0 1 0 323 33 0 0 25 0 19 0 833436459 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2636230 290325 2229 9 0 2626964 0
[pid=17346/tid=17347] ppid=17344 vsize=10544920 CPUtime=3.05 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 286475 0 1 0 273 32 0 0 25 0 19 0 833436460 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 833436463 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833436463 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436463 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10544920 CPUtime=0.24 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) R 17344 17346 15661 0 -1 4202560 2309 0 0 0 24 0 0 0 16 0 19 0 833436465 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 47852522040832 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10544920 CPUtime=0.25 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) R 17344 17346 15661 0 -1 4202560 2505 0 0 0 25 0 0 0 15 0 19 0 833436465 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 47852517928624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10544920 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) R 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833436465 10797998080 290325 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10544920

[startup+6.30058 s]
/proc/loadavg: 2.02 2.05 1.86 3/437 17366
/proc/meminfo: memFree=27602232/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10545184 CPUtime=7.16 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 298381 0 1 0 682 34 0 0 25 0 19 0 833436459 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2636296 295128 2239 9 0 2627030 0
[pid=17346/tid=17347] ppid=17344 vsize=10545184 CPUtime=6.25 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 291186 0 1 0 593 32 0 0 25 0 19 0 833436460 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505828446 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436462 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 833436463 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 5 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833436463 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436463 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10545184 CPUtime=0.43 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 2724 0 0 0 43 0 0 0 15 0 19 0 833436465 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10545184 CPUtime=0.45 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 3311 0 0 0 45 0 0 0 15 0 19 0 833436465 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833436465 10798268416 295128 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 5 0 0 0

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

/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10545184 CPUtime=0.76 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 5488 0 0 0 75 1 0 0 15 0 19 0 833436465 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10545184 CPUtime=0.54 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 3330 0 0 0 54 0 0 0 15 0 19 0 833436465 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833436465 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17366] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17366/stat : 17366 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436768 10798268416 1346757 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.63
Current children cumulated vsize (KiB) 10545184

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/437 17412
/proc/meminfo: memFree=19279556/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10545184 CPUtime=1726.69 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 1392669 0 1 0 172497 172 0 0 25 0 19 0 833436459 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2636296 1357884 2267 9 0 2627030 0
[pid=17346/tid=17347] ppid=17344 vsize=10545184 CPUtime=1714.68 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 804228 0 1 0 171377 91 0 0 25 0 19 0 833436460 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505833363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10545184 CPUtime=0.71 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 68778 0 0 0 63 8 0 0 16 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10545184 CPUtime=0.36 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 29431 0 0 0 32 4 0 0 15 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10545184 CPUtime=0.58 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 53216 0 0 0 49 9 0 0 15 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10545184 CPUtime=0.39 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 40410 0 0 0 33 6 0 0 16 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10545184 CPUtime=0.52 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 52580 0 0 0 44 8 0 0 16 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10545184 CPUtime=0.6 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 58103 0 0 0 51 9 0 0 15 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10545184 CPUtime=0.44 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 43124 0 0 0 38 6 0 0 16 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10545184 CPUtime=0.64 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 53791 0 0 0 56 8 0 0 15 0 19 0 833436462 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 5 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10545184 CPUtime=6.34 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 178940 0 0 0 618 16 0 0 15 0 19 0 833436463 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10545184 CPUtime=0.76 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 5488 0 0 0 75 1 0 0 15 0 19 0 833436465 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10545184 CPUtime=0.54 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 3330 0 0 0 54 0 0 0 15 0 19 0 833436465 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 833436465 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17366] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17366/stat : 17366 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436768 10798268416 1357884 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.69
Current children cumulated vsize (KiB) 10545184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/437 17413
/proc/meminfo: memFree=19187884/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10545184 CPUtime=1786.78 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 1405164 0 1 0 178504 174 0 0 25 0 19 0 833436459 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2636296 1369511 2267 9 0 2627030 0
[pid=17346/tid=17347] ppid=17344 vsize=10545184 CPUtime=1774.65 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 804229 0 1 0 177374 91 0 0 25 0 19 0 833436460 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505847789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10545184 CPUtime=0.71 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 68778 0 0 0 63 8 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10545184 CPUtime=0.36 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 29431 0 0 0 32 4 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10545184 CPUtime=0.61 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 55662 0 0 0 52 9 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10545184 CPUtime=0.39 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 40410 0 0 0 33 6 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10545184 CPUtime=0.55 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 55492 0 0 0 47 8 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10545184 CPUtime=0.63 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 62176 0 0 0 53 10 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10545184 CPUtime=0.44 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 43124 0 0 0 38 6 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10545184 CPUtime=0.66 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 56850 0 0 0 58 8 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 5 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10545184 CPUtime=6.34 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 178942 0 0 0 618 16 0 0 15 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10545184 CPUtime=0.76 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 5488 0 0 0 75 1 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10545184 CPUtime=0.54 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 3330 0 0 0 54 0 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17366] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17366/stat : 17366 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436768 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 10545184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.01 1.95 3/421 17416
/proc/meminfo: memFree=19931228/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=10545184 CPUtime=1800.09 cores=1,3,5,7
/proc/17346/stat : 17346 (java) S 17344 17346 15661 0 -1 4202496 1405166 0 1 0 179835 174 0 0 25 0 19 0 833436459 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 2636296 1369511 2267 9 0 2627030 0
[pid=17346/tid=17347] ppid=17344 vsize=10545184 CPUtime=1787.97 cores=1,3,5,7
/proc/17346/task/17347/stat : 17347 (java) R 17344 17346 15661 0 -1 4202560 804229 0 1 0 178706 91 0 0 25 0 19 0 833436460 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 46912505870212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17346/tid=17349] ppid=17344 vsize=10545184 CPUtime=0.71 cores=1,3,5,7
/proc/17346/task/17349/stat : 17349 (java) S 17344 17346 15661 0 -1 4202560 68778 0 0 0 63 8 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17350] ppid=17344 vsize=10545184 CPUtime=0.36 cores=1,3,5,7
/proc/17346/task/17350/stat : 17350 (java) S 17344 17346 15661 0 -1 4202560 29431 0 0 0 32 4 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17351] ppid=17344 vsize=10545184 CPUtime=0.61 cores=1,3,5,7
/proc/17346/task/17351/stat : 17351 (java) S 17344 17346 15661 0 -1 4202560 55662 0 0 0 52 9 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17352] ppid=17344 vsize=10545184 CPUtime=0.39 cores=1,3,5,7
/proc/17346/task/17352/stat : 17352 (java) S 17344 17346 15661 0 -1 4202560 40410 0 0 0 33 6 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17353] ppid=17344 vsize=10545184 CPUtime=0.55 cores=1,3,5,7
/proc/17346/task/17353/stat : 17353 (java) S 17344 17346 15661 0 -1 4202560 55492 0 0 0 47 8 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17354] ppid=17344 vsize=10545184 CPUtime=0.63 cores=1,3,5,7
/proc/17346/task/17354/stat : 17354 (java) S 17344 17346 15661 0 -1 4202560 62176 0 0 0 53 10 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17355] ppid=17344 vsize=10545184 CPUtime=0.44 cores=1,3,5,7
/proc/17346/task/17355/stat : 17355 (java) S 17344 17346 15661 0 -1 4202560 43124 0 0 0 38 6 0 0 15 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17356] ppid=17344 vsize=10545184 CPUtime=0.66 cores=1,3,5,7
/proc/17346/task/17356/stat : 17356 (java) S 17344 17346 15661 0 -1 4202560 56850 0 0 0 58 8 0 0 16 0 19 0 833436462 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 5 0 0 0
[pid=17346/tid=17357] ppid=17344 vsize=10545184 CPUtime=6.34 cores=1,3,5,7
/proc/17346/task/17357/stat : 17357 (java) S 17344 17346 15661 0 -1 4202560 178942 0 0 0 618 16 0 0 15 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 0 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17358] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17358/stat : 17358 (java) S 17344 17346 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17359] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17359/stat : 17359 (java) S 17344 17346 15661 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833436463 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17360] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17360/stat : 17360 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290703281 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17361] ppid=17344 vsize=10545184 CPUtime=0.76 cores=1,3,5,7
/proc/17346/task/17361/stat : 17361 (java) S 17344 17346 15661 0 -1 4202560 5488 0 0 0 75 1 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17362] ppid=17344 vsize=10545184 CPUtime=0.54 cores=1,3,5,7
/proc/17346/task/17362/stat : 17362 (java) S 17344 17346 15661 0 -1 4202560 3330 0 0 0 54 0 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 1 0 0 0
[pid=17346/tid=17363] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17363/stat : 17363 (java) S 17344 17346 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290695577 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
[pid=17346/tid=17364] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17364/stat : 17364 (java) S 17344 17346 15661 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833436465 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 3 0 0 0
[pid=17346/tid=17366] ppid=17344 vsize=10545184 CPUtime=0 cores=1,3,5,7
/proc/17346/task/17366/stat : 17366 (java) S 17344 17346 15661 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833436768 10798268416 1369511 33554432000 1073741824 1073778376 140735806107936 18446744073709551615 237290696192 0 4 0 16800975 18446604459786078080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10545184

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

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

[startup+1795.8 s]
/proc/loadavg: 2.00 2.01 1.95 3/421 17416
/proc/meminfo: memFree=19931228/32950904 swapFree=56615552/67111528
[pid=17346] ppid=17344 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/17346/stat : 17346 (java) Z 17344 17346 15661 0 -1 4203548 1405199 0 1 0 179845 188 0 0 17 0 2 0 833436459 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17346/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.87
CPU time (s): 1800.41
CPU user time (s): 1798.46
CPU system time (s): 1.9547
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 10545184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.9547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1405199
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= 38477
involuntary context switches= 8310

runsolver used 7.16191 second user time and 17.3334 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 22:12:47
IDJOB=3456599
IDBENCH=1968
IDSOLVER=1951
FILE ID=node121/3456599-1307218367
RUNJOBID= node121-1307216569-17129
PBS_JOBID= 13509038
Free space on /tmp= 73924 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.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-3456599-1307218367/watcher-3456599-1307218367 -o /tmp/evaluation-result-3456599-1307218367/solver-3456599-1307218367 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456599-1307218367.opb

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=1818599060

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      29871684 kB
Buffers:        339628 kB
Cached:         547040 kB
SwapCached:       9896 kB
Active:        2356764 kB
Inactive:       460128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      29871684 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           34436 kB
Writeback:           0 kB
AnonPages:     1927760 kB
Mapped:          20864 kB
Slab:           143336 kB
PageTables:      51348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93862288 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= 73940 MiB
End job on node121 at 2011-06-04 22:42:45