Trace number 3735388

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.06 899.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3735388-1338695181.opb
0.06/0.14	c reading problem ... 
2.61/1.71	c ... done. Wall clock time 1.565s.
2.61/1.71	c #vars     45751
2.61/1.71	c #constraints  147378
2.61/1.71	c constraints type 
2.61/1.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
2.61/1.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
2.61/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.61/1.71	c constraints type 
2.61/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
2.61/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
2.61/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/899.01	c starts		: 10
1800.06/899.01	c conflicts		: 1712
1800.06/899.01	c decisions		: 37373
1800.06/899.01	c propagations		: 3685022
1800.06/899.01	c inspects		: 27535241
1800.06/899.01	c shortcuts		: 0
1800.06/899.01	c learnt literals	: 0
1800.06/899.01	c learnt binary clauses	: 0
1800.06/899.01	c learnt ternary clauses	: 0
1800.06/899.01	c learnt constraints	: 1712
1800.06/899.01	c ignored constraints	: 0
1800.06/899.01	c root simplifications	: 0
1800.06/899.01	c removed literals (reason simplification)	: 19974588
1800.06/899.01	c reason swapping (by a shorter reason)	: 0
1800.06/899.01	c Calls to reduceDB	: 0
1800.06/899.01	c number of reductions to clauses (during analyze)	: 0
1800.06/899.01	c number of learned constraints concerned by reduction	: 0
1800.06/899.01	c number of learning phase by resolution	: 0
1800.06/899.01	c number of learning phase by cutting planes	: 0
1800.06/899.01	c speed (assignments/second)	: 4106.800639252511
1800.06/899.01	c non guided choices	127
1800.06/899.01	c learnt constraints type 
1800.06/899.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1712
1800.06/899.01	c constraints type 
1800.06/899.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.06/899.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.06/899.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/899.01	c constraints type 
1800.06/899.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.06/899.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.06/899.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/899.01	s UNKNOWN
1800.06/899.01	c Total wall clock time (in seconds): 898.868

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-3735388-1338695181/watcher-3735388-1338695181 -o /tmp/evaluation-result-3735388-1338695181/solver-3735388-1338695181 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735388-1338695181.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: 3.99 4.00 3.86 4/197 9759
/proc/meminfo: memFree=26492764/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9759/stat : 9759 (java) D 9757 9759 2935 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 335642478 2560000 46 33554432000 1073741824 1073778376 140735592330960 140735592328088 239228513575 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/9759/statm: 625 46 37 9 0 29 0

[startup+0.0509801 s]
/proc/loadavg: 3.99 4.00 3.86 4/197 9759
/proc/meminfo: memFree=26492764/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 3523 0 1 0 1 1 0 0 20 0 10 0 335642478 11309641728 11378 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2761143 11378 1536 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100341 s]
/proc/loadavg: 3.99 4.00 3.86 4/197 9759
/proc/meminfo: memFree=26492764/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 3913 0 1 0 4 2 0 0 20 0 18 0 335642478 11864465408 12788 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2896598 12788 1766 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300308 s]
/proc/loadavg: 3.99 4.00 3.86 4/197 9759
/proc/meminfo: memFree=26492764/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11586392 CPUtime=0.42 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 5708 0 1 0 40 2 0 0 20 0 18 0 335642478 11864465408 16431 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2896598 16431 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700316 s]
/proc/loadavg: 3.99 4.00 3.86 4/197 9759
/proc/meminfo: memFree=26492764/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11586392 CPUtime=1.18 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 9594 0 1 0 112 6 0 0 20 0 18 0 335642478 11864465408 55768 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2896598 55768 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 11586392

[startup+1.50079 s]
/proc/loadavg: 3.99 4.00 3.86 4/215 9777
/proc/meminfo: memFree=26117576/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11586392 CPUtime=2.23 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 12945 0 1 0 212 11 0 0 20 0 18 0 335642478 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2896598 114071 2249 9 0 2887285 0
[pid=9759/tid=9761] ppid=9757 vsize=11586392 CPUtime=1.45 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) R 9757 9759 2935 0 -1 4202560 3055 0 1 0 136 9 0 0 20 0 18 0 335642479 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294824190192 140294654425755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335642482 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335642483 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335642484 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335642484 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642487 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11586392 CPUtime=0.35 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 2478 0 0 0 35 0 0 0 20 0 18 0 335642487 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) R 9757 9759 2935 0 -1 4202560 6229 0 0 0 36 2 0 0 20 0 18 0 335642487 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140293897706168 140294831172740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642487 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335642487 11864465408 114071 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 11586392

[startup+3.10092 s]
/proc/loadavg: 3.99 4.00 3.86 5/219 9781
/proc/meminfo: memFree=26013532/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11852648 CPUtime=6.1 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 14745 0 1 0 597 13 0 0 20 0 22 0 335642478 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2963162 127701 2260 9 0 2953849 0
[pid=9759/tid=9761] ppid=9757 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) S 9757 9759 2935 0 -1 4202560 3066 0 1 0 157 10 0 0 20 0 22 0 335642479 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294824199320 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335642483 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 4107 0 0 0 79 0 0 0 20 0 22 0 335642487 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) S 9757 9759 2935 0 -1 4202560 6260 0 0 0 82 2 0 0 20 0 22 0 335642487 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293897706168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9778] ppid=9757 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/9759/task/9778/stat : 9778 (java) R 9757 9759 2935 0 -1 4202560 26 0 0 0 136 0 0 0 20 0 22 0 335642649 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293894545432 140294654613945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9779] ppid=9757 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/9759/task/9779/stat : 9779 (java) R 9757 9759 2935 0 -1 4202560 86 0 0 0 136 0 0 0 20 0 22 0 335642649 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293893492616 140294654729937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9780] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9780/stat : 9780 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642653 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293892441128 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9781] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9781/stat : 9781 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642654 12137111552 127701 33554432000 1073741824 1073778376 140736978470384 140293891388584 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 11852648

[startup+6.30076 s]
/proc/loadavg: 3.99 4.00 3.86 5/219 9781
/proc/meminfo: memFree=25955196/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11852648 CPUtime=12.54 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 14765 0 1 0 1241 13 0 0 20 0 22 0 335642478 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2963162 135376 2263 9 0 2953849 0
[pid=9759/tid=9761] ppid=9757 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) S 9757 9759 2935 0 -1 4202560 3066 0 1 0 157 10 0 0 20 0 22 0 335642479 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294824199320 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335642482 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335642483 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 4110 0 0 0 82 0 0 0 20 0 22 0 335642487 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) S 9757 9759 2935 0 -1 4202560 6260 0 0 0 84 2 0 0 20 0 22 0 335642487 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140293897706168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9778] ppid=9757 vsize=11852648 CPUtime=4.55 cores=1,3,5,7
/proc/9759/task/9778/stat : 9778 (java) R 9757 9759 2935 0 -1 4202560 27 0 0 0 455 0 0 0 20 0 22 0 335642649 12137111552 135376 33554432000 1073741824 1073778376 140736978470384 140293894545832 140294654681356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/9759/statm: 2963162 910722 2279 9 0 2953849 0
[pid=9759/tid=9761] ppid=9757 vsize=11852648 CPUtime=1.71 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) S 9757 9759 2935 0 -1 4202560 3072 0 1 0 160 11 0 0 20 0 22 0 335642479 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294824199320 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11852648 CPUtime=0.56 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 79 0 0 0 51 5 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11852648 CPUtime=0.5 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 170 0 0 0 47 3 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 183 0 0 0 55 6 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 214 0 0 0 57 6 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 94 0 0 0 52 6 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 153 0 0 0 56 5 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 203 0 0 0 53 4 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 241 0 0 0 57 7 0 0 20 0 22 0 335642482 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11852648 CPUtime=0.17 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 52 0 0 0 5 12 0 0 20 0 22 0 335642483 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 4129 0 0 0 102 0 0 0 20 0 22 0 335642487 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) S 9757 9759 2935 0 -1 4202560 6266 0 0 0 118 2 0 0 20 0 22 0 335642487 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293897706168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 46 0 0 0 19 18 0 0 20 0 22 0 335642487 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9778] ppid=9757 vsize=11852648 CPUtime=816.49 cores=1,3,5,7
/proc/9759/task/9778/stat : 9778 (java) R 9757 9759 2935 0 -1 4202560 151 0 0 0 81635 14 0 0 20 0 22 0 335642649 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293894543616 140294654614728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9779] ppid=9757 vsize=11852648 CPUtime=816.54 cores=1,3,5,7
/proc/9759/task/9779/stat : 9779 (java) R 9757 9759 2935 0 -1 4202560 1557 0 0 0 81599 55 0 0 20 0 22 0 335642649 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293893491584 140294654386597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9780] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9780/stat : 9780 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642653 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293892441128 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9781] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9781/stat : 9781 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642654 12137111552 910722 33554432000 1073741824 1073778376 140736978470384 140293891388584 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1646.52
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.97 3.94 3.90 5/220 9893
/proc/meminfo: memFree=22997380/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11852648 CPUtime=1766.63 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 17908 0 1 0 176526 137 0 0 20 0 22 0 335642478 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2963162 913350 2279 9 0 2953849 0
[pid=9759/tid=9761] ppid=9757 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) S 9757 9759 2935 0 -1 4202560 3073 0 1 0 160 12 0 0 20 0 22 0 335642479 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294824199320 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 79 0 0 0 54 5 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 171 0 0 0 51 3 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 188 0 0 0 59 7 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 218 0 0 0 61 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 94 0 0 0 56 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11852648 CPUtime=0.65 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 161 0 0 0 59 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 272 0 0 0 58 4 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 241 0 0 0 60 7 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11852648 CPUtime=0.19 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 56 0 0 0 6 13 0 0 20 0 22 0 335642483 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 4129 0 0 0 102 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) S 9757 9759 2935 0 -1 4202560 6266 0 0 0 118 2 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293897706168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 50 0 0 0 20 20 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9778] ppid=9757 vsize=11852648 CPUtime=876.19 cores=1,3,5,7
/proc/9759/task/9778/stat : 9778 (java) R 9757 9759 2935 0 -1 4202560 158 0 0 0 87604 15 0 0 20 0 22 0 335642649 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293894543616 140294654432840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9779] ppid=9757 vsize=11852648 CPUtime=876.25 cores=1,3,5,7
/proc/9759/task/9779/stat : 9779 (java) R 9757 9759 2935 0 -1 4202560 1565 0 0 0 87569 56 0 0 20 0 22 0 335642649 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293893491504 140294654833538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9780] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9780/stat : 9780 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642653 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293892441128 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9781] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9781/stat : 9781 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642654 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293891388584 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.63
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 3.98 3.94 3.91 5/220 9893
/proc/meminfo: memFree=22921496/32873844 swapFree=7644/7644
[pid=9759] ppid=9757 vsize=11852648 CPUtime=1800.06 cores=1,3,5,7
/proc/9759/stat : 9759 (java) S 9757 9759 2935 0 -1 4202496 17915 0 1 0 179869 137 0 0 20 0 22 0 335642478 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140736978461520 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9759/statm: 2963162 913350 2279 9 0 2953849 0
[pid=9759/tid=9761] ppid=9757 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/9759/task/9761/stat : 9761 (java) S 9757 9759 2935 0 -1 4202560 3073 0 1 0 160 12 0 0 20 0 22 0 335642479 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294824199320 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9762] ppid=9757 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/9759/task/9762/stat : 9762 (java) S 9757 9759 2935 0 -1 4202560 79 0 0 0 55 5 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294778951848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9763] ppid=9757 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/9759/task/9763/stat : 9763 (java) S 9757 9759 2935 0 -1 4202560 171 0 0 0 51 3 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294777899304 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9764] ppid=9757 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/9759/task/9764/stat : 9764 (java) S 9757 9759 2935 0 -1 4202560 188 0 0 0 60 7 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294776846760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9765] ppid=9757 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/9759/task/9765/stat : 9765 (java) S 9757 9759 2935 0 -1 4202560 218 0 0 0 63 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294775794216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9766] ppid=9757 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/9759/task/9766/stat : 9766 (java) S 9757 9759 2935 0 -1 4202560 94 0 0 0 57 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294774741672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9767] ppid=9757 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/9759/task/9767/stat : 9767 (java) S 9757 9759 2935 0 -1 4202560 161 0 0 0 60 6 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294773689128 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9768] ppid=9757 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/9759/task/9768/stat : 9768 (java) S 9757 9759 2935 0 -1 4202560 272 0 0 0 58 5 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294772636584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9769] ppid=9757 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/9759/task/9769/stat : 9769 (java) S 9757 9759 2935 0 -1 4202560 241 0 0 0 61 7 0 0 20 0 22 0 335642482 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294653733928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9770] ppid=9757 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/9759/task/9770/stat : 9770 (java) S 9757 9759 2935 0 -1 4202560 56 0 0 0 6 14 0 0 20 0 22 0 335642483 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294641535080 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9771] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9771/stat : 9771 (java) S 9757 9759 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294640481400 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9772] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9772/stat : 9772 (java) S 9757 9759 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335642484 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294639428744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9773] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9773/stat : 9773 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140294638377488 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9774] ppid=9757 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/9759/task/9774/stat : 9774 (java) S 9757 9759 2935 0 -1 4202560 4129 0 0 0 102 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293898758712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9775] ppid=9757 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/9759/task/9775/stat : 9775 (java) S 9757 9759 2935 0 -1 4202560 6266 0 0 0 118 2 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293897706168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9759/tid=9776] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9776/stat : 9776 (java) S 9757 9759 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293896653816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9777] ppid=9757 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/9759/task/9777/stat : 9777 (java) S 9757 9759 2935 0 -1 4202560 52 0 0 0 21 20 0 0 20 0 22 0 335642487 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293895601480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9778] ppid=9757 vsize=11852648 CPUtime=892.83 cores=1,3,5,7
/proc/9759/task/9778/stat : 9778 (java) R 9757 9759 2935 0 -1 4202560 162 0 0 0 89268 15 0 0 20 0 22 0 335642649 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293894544368 140294654613086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9759/tid=9779] ppid=9757 vsize=11852648 CPUtime=892.89 cores=1,3,5,7
/proc/9759/task/9779/stat : 9779 (java) R 9757 9759 2935 0 -1 4202560 1566 0 0 0 89233 56 0 0 20 0 22 0 335642649 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293893490688 140294654833371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9759/tid=9780] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9780/stat : 9780 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642653 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293892441128 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9759/tid=9781] ppid=9757 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/9759/task/9781/stat : 9781 (java) S 9757 9759 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335642654 12137111552 913350 33554432000 1073741824 1073778376 140736978470384 140293891388584 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9759 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=888287
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=802725
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.03
CPU time (s): 1800.06
CPU user time (s): 1798.69
CPU system time (s): 1.37
CPU usage (%): 200.222
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 1.80272
maximum resident set size= 3653520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17946
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28310
involuntary context switches= 28477

runsolver used 4.25235 second user time and 8.04278 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 05:46:21
IDJOB=3735388
IDBENCH=3012
IDSOLVER=2328
FILE ID=node147/3735388-1338695181
RUNJOBID= node147-1338678629-2955
PBS_JOBID= 14636666
Free space on /tmp= 70780 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735388-1338695181/watcher-3735388-1338695181 -o /tmp/evaluation-result-3735388-1338695181/solver-3735388-1338695181 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735388-1338695181.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=759968462

node147.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.951
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	: 5333.90
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.951
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.951
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	: 5331.87
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.951
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.951
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.951
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.951
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.951
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:       32873844 kB
MemFree:        26493516 kB
Buffers:          440848 kB
Cached:          2536196 kB
SwapCached:         3380 kB
Active:          3977836 kB
Inactive:        1537060 kB
Active(anon):    2533460 kB
Inactive(anon):     5908 kB
Active(file):    1444376 kB
Inactive(file):  1531152 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              7256 kB
Writeback:             0 kB
AnonPages:       2542364 kB
Mapped:            17656 kB
Shmem:                 0 kB
Slab:             721712 kB
SReclaimable:     162556 kB
SUnreclaim:       559156 kB
KernelStack:        1616 kB
PageTables:         8916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2500608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70780 MiB
End job on node147 at 2012-06-03 06:01:22