Trace number 3710167

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 PB specific settings 2.3.2 snapshot? (TO) 1800.35 1786.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
MD5SUM7b9a0d3bf1a9c200d7f28b922540147b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.5863
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables58651
Total number of constraints174421
Number of constraints which are clauses174420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.05/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.08/0.24	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.24	c configuring ORDERS
0.08/0.25	c --- Begin Solver configuration ---
0.08/0.25	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.25	c Learn all clauses as in MiniSAT
0.08/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.25	c Expensive reason simplification
0.08/0.25	c Armin Biere (Picosat) restarts strategy
0.08/0.25	c Glucose learned constraints deletion strategy
0.08/0.25	c timeout=2147483s
0.08/0.25	c DB Simplification allowed=true
0.08/0.25	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.25	c --- End Solver configuration ---
0.08/0.25	c solving HOME/instance-3710167-1338310770.opb
0.08/0.25	c reading problem ... 
2.47/1.86	c ... done. Wall clock time 1.618s.
2.47/1.86	c declared #vars     58651
2.47/1.87	c #constraints  174422
2.47/1.87	c constraints type 
2.47/1.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
2.47/1.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
2.47/1.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.47/1.87	c 174422 constraints processed.
1483.89/1472.90	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1800.01/1786.81	c starts		: 27
1800.01/1786.81	c conflicts		: 6706
1800.01/1786.81	c decisions		: 58165
1800.01/1786.81	c propagations		: 5070791
1800.01/1786.81	c inspects		: 30716661
1800.01/1786.81	c shortcuts		: 0
1800.01/1786.81	c learnt literals	: 0
1800.01/1786.81	c learnt binary clauses	: 1
1800.01/1786.81	c learnt ternary clauses	: 1
1800.01/1786.81	c learnt constraints	: 6706
1800.01/1786.81	c ignored constraints	: 0
1800.01/1786.81	c root simplifications	: 27
1800.01/1786.81	c removed literals (reason simplification)	: 144854767
1800.01/1786.81	c reason swapping (by a shorter reason)	: 0
1800.01/1786.81	c Calls to reduceDB	: 1
1800.01/1786.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1786.81	c number of learned constraints concerned by reduction	: 0
1800.01/1786.81	c number of learning phase by resolution	: 0
1800.01/1786.81	c number of learning phase by cutting planes	: 0
1800.01/1786.81	c speed (assignments/second)	: 2840.932621586371
1800.01/1786.81	c non guided choices	42625
1800.01/1786.81	c learnt constraints type 
1800.01/1786.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/1786.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4211
1800.01/1786.81	c constraints type 
1800.01/1786.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
1800.01/1786.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
1800.01/1786.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/1786.81	c 174422 constraints processed.
1800.01/1786.81	s UNKNOWN
1800.01/1786.81	c Total wall clock time (in seconds): 1786.566

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710167-1338310770/watcher-3710167-1338310770 -o /tmp/evaluation-result-3710167-1338310770/solver-3710167-1338310770 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710167-1338310770.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: 0.08 0.02 1.49 3/188 5548
/proc/meminfo: memFree=29141188/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5548/stat : 5548 (java) R 5546 5548 5492 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 297204536 23793664 718 33554432000 1073741824 1073778376 140735051162192 140735051151256 219504751976 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 5809 729 540 9 0 128 0

[startup+0.071059 s]
/proc/loadavg: 0.08 0.02 1.49 3/188 5548
/proc/meminfo: memFree=29141188/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 3063 0 1 0 2 0 0 0 20 0 13 0 297204536 9446973440 3760 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2306390 3760 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100306 s]
/proc/loadavg: 0.08 0.02 1.49 3/188 5548
/proc/meminfo: memFree=29141188/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 3448 0 1 0 5 0 0 0 20 0 18 0 297204536 9787842560 4656 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2389610 4656 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.300192 s]
/proc/loadavg: 0.08 0.02 1.49 3/188 5548
/proc/meminfo: memFree=29141188/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 4624 0 1 0 19 1 0 0 20 0 18 0 297204536 9787842560 6833 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2389610 6833 2185 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558440

[startup+0.700302 s]
/proc/loadavg: 0.08 0.02 1.49 3/188 5548
/proc/meminfo: memFree=29141188/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9558440 CPUtime=0.94 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 7555 0 1 0 91 3 0 0 20 0 18 0 297204536 9787842560 36840 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2389610 36840 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 0.08 0.02 1.49 10/211 5571
/proc/meminfo: memFree=28821000/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9558440 CPUtime=1.88 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 7705 0 1 0 182 6 0 0 20 0 18 0 297204536 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2389610 46660 2253 9 0 2380296 0
[pid=5548/tid=5550] ppid=5546 vsize=9558440 CPUtime=1.28 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 2563 0 1 0 125 3 0 0 20 0 18 0 297204537 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387938164592 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 297204538 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 297204539 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 297204539 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 297204539 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297204544 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 2348 0 0 0 20 0 0 0 20 0 18 0 297204544 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 1469 0 0 0 17 0 0 0 20 0 18 0 297204544 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297204544 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 297204544 9787842560 46660 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9558440

[startup+3.10071 s]
/proc/loadavg: 0.08 0.02 1.49 3/212 5572
/proc/meminfo: memFree=28653072/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9625004 CPUtime=4.4 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 14398 0 1 0 425 15 0 0 20 0 19 0 297204536 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2406251 103250 2272 9 0 2396937 0
[pid=5548/tid=5550] ppid=5546 vsize=9625004 CPUtime=2.79 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 2650 0 1 0 273 6 0 0 20 0 19 0 297204537 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387938172264 140387801472940 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 33 0 0 0 6 1 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 19 0 297204538 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7627 0 0 0 60 2 0 0 20 0 19 0 297204544 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 2489 0 0 0 43 0 0 0 20 0 19 0 297204544 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 103250 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 0.23 0.05 1.49 4/213 5573
/proc/meminfo: memFree=28061848/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9625004 CPUtime=8.06 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 15595 0 1 0 781 25 0 0 20 0 19 0 297204536 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2406251 199185 2275 9 0 2396937 0
[pid=5548/tid=5550] ppid=5546 vsize=9625004 CPUtime=5.92 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 3285 0 1 0 581 11 0 0 20 0 19 0 297204537 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387938173576 140387801753875 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 35 0 0 0 6 1 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 69 0 0 0 10 3 0 0 20 0 19 0 297204538 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7642 0 0 0 74 2 0 0 20 0 19 0 297204544 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 2658 0 0 0 57 0 0 0 20 0 19 0 297204544 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 199185 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 0.45 0.10 1.50 3/213 5573
/proc/meminfo: memFree=27921836/32873648 swapFree=7116/7116

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

[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 83 0 0 0 211 5 0 0 20 0 19 0 297204538 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=2.11 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 66 0 0 0 205 6 0 0 20 0 19 0 297204538 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 98 0 0 0 209 7 0 0 20 0 19 0 297204538 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 3900 0 0 0 22 11 0 0 20 0 19 0 297204539 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7683 0 0 0 86 2 0 0 20 0 19 0 297204544 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 3313 0 0 0 66 0 0 0 20 0 19 0 297204544 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 95 0 0 0 16 20 0 0 20 0 19 0 297204544 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 600272 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1675.28
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 1.99 1.89 3/213 5611
/proc/meminfo: memFree=26357656/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9625004 CPUtime=1735.38 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 22024 0 1 0 173424 114 0 0 20 0 19 0 297204536 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2406251 599311 2290 9 0 2396937 0
[pid=5548/tid=5550] ppid=5546 vsize=9625004 CPUtime=1715.67 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 5170 0 1 0 171500 67 0 0 20 0 19 0 297204537 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387938172080 140387801753875 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9625004 CPUtime=2.32 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 97 0 0 0 227 5 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 79 0 0 0 212 6 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 60 0 0 0 217 4 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9625004 CPUtime=2.13 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 106 0 0 0 207 6 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 80 0 0 0 217 5 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=2.18 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 83 0 0 0 213 5 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 66 0 0 0 208 6 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 98 0 0 0 212 7 0 0 20 0 19 0 297204538 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 3904 0 0 0 22 11 0 0 20 0 19 0 297204539 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7683 0 0 0 86 2 0 0 20 0 19 0 297204544 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 3313 0 0 0 66 0 0 0 20 0 19 0 297204544 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 99 0 0 0 16 21 0 0 20 0 19 0 297204544 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 599311 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1735.38
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/213 5611
/proc/meminfo: memFree=26357160/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9625004 CPUtime=1795.5 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 22041 0 1 0 179435 115 0 0 20 0 19 0 297204536 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2406251 598269 2290 9 0 2396937 0
[pid=5548/tid=5550] ppid=5546 vsize=9625004 CPUtime=1775.61 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 5179 0 1 0 177493 68 0 0 20 0 19 0 297204537 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387938172080 140387801752201 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9625004 CPUtime=2.35 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 97 0 0 0 230 5 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9625004 CPUtime=2.2 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 79 0 0 0 214 6 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 60 0 0 0 218 4 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 106 0 0 0 209 6 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9625004 CPUtime=2.23 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 80 0 0 0 217 6 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 83 0 0 0 214 5 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 66 0 0 0 210 6 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 98 0 0 0 214 7 0 0 20 0 19 0 297204538 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 3908 0 0 0 22 11 0 0 20 0 19 0 297204539 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7683 0 0 0 86 2 0 0 20 0 19 0 297204544 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 3313 0 0 0 66 0 0 0 20 0 19 0 297204544 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 103 0 0 0 17 21 0 0 20 0 19 0 297204544 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 598269 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.5
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.8 s]
/proc/loadavg: 2.01 1.99 1.89 3/213 5611
/proc/meminfo: memFree=26357408/32873648 swapFree=7116/7116
[pid=5548] ppid=5546 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5546 5548 5492 0 -1 4202496 22042 0 1 0 179886 115 0 0 20 0 19 0 297204536 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140735051153328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5548/statm: 2406251 598253 2290 9 0 2396937 0
[pid=5548/tid=5550] ppid=5546 vsize=9625004 CPUtime=1780.11 cores=1,3,5,7
/proc/5548/task/5550/stat : 5550 (java) R 5546 5548 5492 0 -1 4202560 5180 0 1 0 177942 69 0 0 20 0 19 0 297204537 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387938172192 140387801498919 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0
[pid=5548/tid=5551] ppid=5546 vsize=9625004 CPUtime=2.35 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5546 5548 5492 0 -1 4202560 97 0 0 0 230 5 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387927235112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5546 vsize=9625004 CPUtime=2.2 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5546 5548 5492 0 -1 4202560 79 0 0 0 214 6 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387926182312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5546 vsize=9625004 CPUtime=2.22 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5546 5548 5492 0 -1 4202560 60 0 0 0 218 4 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387925129512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5554] ppid=5546 vsize=9625004 CPUtime=2.15 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5546 5548 5492 0 -1 4202560 106 0 0 0 209 6 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387924076712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5555] ppid=5546 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5546 5548 5492 0 -1 4202560 80 0 0 0 218 6 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387923024936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5556] ppid=5546 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5546 5548 5492 0 -1 4202560 83 0 0 0 214 5 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387921972136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5557] ppid=5546 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5546 5548 5492 0 -1 4202560 66 0 0 0 210 6 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387920919336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5558] ppid=5546 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5546 5548 5492 0 -1 4202560 98 0 0 0 214 7 0 0 20 0 19 0 297204538 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387919866536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5559] ppid=5546 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5546 5548 5492 0 -1 4202560 3908 0 0 0 22 11 0 0 20 0 19 0 297204539 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387762121192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5546 5548 5492 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387761067256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5561] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5546 5548 5492 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 297204539 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387760014344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5567] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387758962832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5568] ppid=5546 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/5548/task/5568/stat : 5568 (java) S 5546 5548 5492 0 -1 4202560 7683 0 0 0 86 2 0 0 20 0 19 0 297204544 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387757910968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5569] ppid=5546 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/5548/task/5569/stat : 5569 (java) S 5546 5548 5492 0 -1 4202560 3313 0 0 0 66 0 0 0 20 0 19 0 297204544 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387756858168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 2 0 0
[pid=5548/tid=5570] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5570/stat : 5570 (java) S 5546 5548 5492 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 297204544 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387755805560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5571] ppid=5546 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/5548/task/5571/stat : 5571 (java) S 5546 5548 5492 0 -1 4202560 103 0 0 0 17 21 0 0 20 0 19 0 297204544 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387754752968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5572] ppid=5546 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5572/stat : 5572 (java) S 5546 5548 5492 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 297204727 9856004096 598253 33554432000 1073741824 1073778376 140735051162192 140387753698472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1786.83
CPU time (s): 1800.35
CPU user time (s): 1798.74
CPU system time (s): 1.61076
CPU usage (%): 100.757
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.61075
maximum resident set size= 2796808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22073
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67592
involuntary context switches= 81365

runsolver used 5.84111 second user time and 14.6318 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 18:59:32
IDJOB=3710167
IDBENCH=2962
IDSOLVER=2289
FILE ID=node114/3710167-1338310770
RUNJOBID= node114-1338310769-5509
PBS_JOBID= 14632114
Free space on /tmp= 70968 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710167-1338310770/watcher-3710167-1338310770 -o /tmp/evaluation-result-3710167-1338310770/solver-3710167-1338310770 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710167-1338310770.opb

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

MD5SUM BENCH= 7b9a0d3bf1a9c200d7f28b922540147b
RANDOM SEED=765548985

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29142964 kB
Buffers:          865140 kB
Cached:          1904444 kB
SwapCached:         2300 kB
Active:          1466848 kB
Inactive:        1326616 kB
Active(anon):      10500 kB
Inactive(anon):     8452 kB
Active(file):    1456348 kB
Inactive(file):  1318164 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:             23768 kB
Writeback:             0 kB
AnonPages:         17560 kB
Mapped:            16168 kB
Shmem:               104 kB
Slab:             801796 kB
SReclaimable:     246092 kB
SUnreclaim:       555704 kB
KernelStack:        1432 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     677260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70964 MiB
End job on node114 at 2012-05-29 19:29:21