Trace number 3735464

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.2 895.622

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522-max.opb
MD5SUM50ef915b8394905691666d94e6255b02
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183458939186359237855339087154914381761439684078145960801002138540726341456750663926391477739601670186323216597922945296376611154942589417036267773885199147
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3735464-1338748815.opb
0.11/0.10	c reading problem ... 
5.77/4.20	c ... done. Wall clock time 4.1s.
5.77/4.20	c #vars     126251
5.77/4.20	c #constraints  407877
5.77/4.20	c constraints type 
5.77/4.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
5.77/4.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
5.77/4.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.77/4.20	c constraints type 
5.77/4.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
5.77/4.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
5.77/4.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.20/895.61	c starts		: 6
1800.20/895.61	c conflicts		: 622
1800.20/895.61	c decisions		: 3703
1800.20/895.61	c propagations		: 1190086
1800.20/895.61	c inspects		: 4285938
1800.20/895.61	c learnt literals	: 0
1800.20/895.61	c learnt binary clauses	: 0
1800.20/895.61	c learnt ternary clauses	: 0
1800.20/895.61	c learnt clauses	: 621
1800.20/895.61	c ignored clauses	: 0
1800.20/895.61	c root simplifications	: 0
1800.20/895.61	c removed literals (reason simplification)	: 20594085
1800.20/895.61	c reason swapping (by a shorter reason)	: 0
1800.20/895.61	c Calls to reduceDB	: 0
1800.20/895.61	c number of reductions to clauses (during analyze)	: 0
1800.20/895.61	c number of learned constraints concerned by reduction	: 0
1800.20/895.61	c number of learning phase by resolution	: 0
1800.20/895.61	c number of learning phase by cutting planes	: 0
1800.20/895.61	c speed (assignments/second)	: 1335.0571901657145
1800.20/895.61	c non guided choices	282
1800.20/895.61	c learnt constraints type 
1800.20/895.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 621
1800.20/895.61	c constraints type 
1800.20/895.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
1800.20/895.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
1800.20/895.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.20/895.61	c constraints type 
1800.20/895.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
1800.20/895.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
1800.20/895.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.20/895.61	s UNKNOWN
1800.20/895.61	c Total wall clock time (in seconds): 895.513

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-3735464-1338748815/watcher-3735464-1338748815 -o /tmp/evaluation-result-3735464-1338748815/solver-3735464-1338748815 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735464-1338748815.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 1.99 1.99 4/198 23056
/proc/meminfo: memFree=29835132/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23056/stat : 23056 (java) R 23054 23056 22552 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 341007448 23793664 243 33554432000 1073741824 1073778376 140736142251568 140736142240632 259103177267 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 5809 259 203 9 0 128 0

[startup+0.0312109 s]
/proc/loadavg: 2.11 1.99 1.99 4/198 23056
/proc/meminfo: memFree=29835132/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2367080 CPUtime=0.01 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 3735 0 1 0 1 0 0 0 20 0 13 0 341007448 2423889920 4431 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 591770 4431 1677 9 0 582471 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2367080

[startup+0.100187 s]
/proc/loadavg: 2.11 1.99 1.99 4/198 23056
/proc/meminfo: memFree=29835132/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 4879 0 1 0 10 1 0 0 20 0 18 0 341007448 2764726272 6069 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 674982 6069 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300181 s]
/proc/loadavg: 2.11 1.99 1.99 4/198 23056
/proc/meminfo: memFree=29835132/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 6602 0 1 0 52 1 0 0 20 0 18 0 341007448 2764726272 10838 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 674982 10838 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700228 s]
/proc/loadavg: 2.11 1.99 1.99 4/198 23056
/proc/meminfo: memFree=29835132/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 14407 0 1 0 135 5 0 0 20 0 18 0 341007448 2764726272 50975 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 674982 50975 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 2.11 1.99 1.99 4/216 23074
/proc/meminfo: memFree=29473836/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2699928 CPUtime=2.37 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 14601 0 1 0 225 12 0 0 20 0 18 0 341007448 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 674982 108343 2249 9 0 665676 0
[pid=23056/tid=23058] ppid=23054 vsize=2699928 CPUtime=1.41 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) R 23054 23056 22552 0 -1 4202560 3017 0 1 0 134 7 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693948543088 139693820982624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 341007449 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341007450 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341007451 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341007451 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4246 0 0 0 36 0 0 0 20 0 18 0 341007453 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6055 0 0 0 32 1 0 0 20 0 18 0 341007453 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 108343 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2699928

[startup+3.10068 s]
/proc/loadavg: 2.11 1.99 1.99 4/216 23074
/proc/meminfo: memFree=29329724/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2699928 CPUtime=4.29 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 14767 0 1 0 405 24 0 0 20 0 18 0 341007448 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 674982 128320 2251 9 0 665676 0
[pid=23056/tid=23058] ppid=23054 vsize=2699928 CPUtime=2.9 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) R 23054 23056 22552 0 -1 4202560 3018 0 1 0 282 8 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693948542896 259115771149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 51 0 0 0 7 4 0 0 20 0 18 0 341007449 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341007450 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341007451 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341007451 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4248 0 0 0 36 0 0 0 20 0 18 0 341007453 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6055 0 0 0 32 1 0 0 20 0 18 0 341007453 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341007453 2764726272 128320 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 2699928

[startup+6.30079 s]
/proc/loadavg: 2.18 2.01 2.00 5/220 23078
/proc/meminfo: memFree=29267984/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2966184 CPUtime=10.41 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 15662 0 1 0 1010 31 0 0 20 0 22 0 341007448 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 741546 141386 2279 9 0 732240 0
[pid=23056/tid=23058] ppid=23054 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) S 23054 23056 22552 0 -1 4202560 3032 0 1 0 380 8 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693948552344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 43 0 0 0 11 2 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 67 0 0 0 12 3 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 50 0 0 0 9 4 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 63 0 0 0 11 4 0 0 20 0 22 0 341007449 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007450 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4905 0 0 0 62 0 0 0 20 0 22 0 341007453 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6091 0 0 0 56 2 0 0 20 0 22 0 341007453 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23075] ppid=23054 vsize=2966184 CPUtime=2.07 cores=1,3,5,7
/proc/23056/task/23075/stat : 23075 (java) R 23054 23056 22552 0 -1 4202560 25 0 0 0 207 0 0 0 20 0 22 0 341007868 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693585110152 139693821097445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23076] ppid=23054 vsize=2966184 CPUtime=2.08 cores=1,3,5,7
/proc/23056/task/23076/stat : 23076 (java) R 23054 23056 22552 0 -1 4202560 18 0 0 0 208 0 0 0 20 0 22 0 341007868 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693584056240 139693821097445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23077] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23077/stat : 23077 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007878 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693583005096 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23078] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23078/stat : 23078 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341007879 3037372416 141386 33554432000 1073741824 1073778376 140736142251568 139693581952296 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 2966184

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

/proc/23056/statm: 741546 173456 2281 9 0 732240 0
[pid=23056/tid=23058] ppid=23054 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) S 23054 23056 22552 0 -1 4202560 3042 0 1 0 381 9 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693948552344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 96 0 0 0 388 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2966184 CPUtime=4.03 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 70 0 0 0 395 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 95 0 0 0 408 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 94 0 0 0 390 11 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 174 0 0 0 393 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2966184 CPUtime=3.92 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 71 0 0 0 384 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 101 0 0 0 381 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 86 0 0 0 381 8 0 0 20 0 22 0 341007449 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2966184 CPUtime=1.42 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 58 0 0 0 43 99 0 0 20 0 22 0 341007450 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4936 0 0 0 91 0 0 0 20 0 22 0 341007453 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6122 0 0 0 87 2 0 0 20 0 22 0 341007453 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 44 0 0 0 11 19 0 0 20 0 22 0 341007453 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23075] ppid=23054 vsize=2966184 CPUtime=804.49 cores=1,3,5,7
/proc/23056/task/23075/stat : 23075 (java) R 23054 23056 22552 0 -1 4202560 708 0 0 0 80432 17 0 0 20 0 22 0 341007868 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693585107760 139693821097382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23076] ppid=23054 vsize=2966184 CPUtime=805.18 cores=1,3,5,7
/proc/23056/task/23076/stat : 23076 (java) R 23054 23056 22552 0 -1 4202560 803 0 0 0 80501 17 0 0 20 0 22 0 341007868 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693584055792 139693821101677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23077] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23077/stat : 23077 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007878 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693583005096 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23078] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23078/stat : 23078 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341007879 3037372416 173456 33554432000 1073741824 1073778376 140736142251568 139693581952296 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1652.72
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.83 3.16 3/196 23087
/proc/meminfo: memFree=29695724/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2966184 CPUtime=1773.39 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 17794 0 1 0 177121 218 0 0 20 0 22 0 341007448 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 741546 173969 2281 9 0 732240 0
[pid=23056/tid=23058] ppid=23054 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) S 23054 23056 22552 0 -1 4202560 3042 0 1 0 381 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693948552344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2966184 CPUtime=4.2 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 96 0 0 0 412 8 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2966184 CPUtime=4.27 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 71 0 0 0 418 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2966184 CPUtime=4.41 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 95 0 0 0 432 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 95 0 0 0 412 11 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2966184 CPUtime=4.25 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 174 0 0 0 416 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 71 0 0 0 410 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 101 0 0 0 403 8 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 86 0 0 0 405 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 62 0 0 0 46 105 0 0 20 0 22 0 341007450 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4936 0 0 0 91 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6122 0 0 0 87 2 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 48 0 0 0 11 21 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23075] ppid=23054 vsize=2966184 CPUtime=863.65 cores=1,3,5,7
/proc/23056/task/23075/stat : 23075 (java) R 23054 23056 22552 0 -1 4202560 740 0 0 0 86347 18 0 0 20 0 22 0 341007868 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693585107760 139693820912880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23076] ppid=23054 vsize=2966184 CPUtime=864.35 cores=1,3,5,7
/proc/23056/task/23076/stat : 23076 (java) R 23054 23056 22552 0 -1 4202560 865 0 0 0 86416 19 0 0 20 0 22 0 341007868 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693584055712 139693821493484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23077] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23077/stat : 23077 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007878 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693583005096 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23078] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23078/stat : 23078 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341007879 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693581952296 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.39
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.05 3.85 3.17 5/219 23158
/proc/meminfo: memFree=29200432/32873648 swapFree=6860/6860
[pid=23056] ppid=23054 vsize=2966184 CPUtime=1800.2 cores=1,3,5,7
/proc/23056/stat : 23056 (java) S 23054 23056 22552 0 -1 4202496 17817 0 1 0 179801 219 0 0 20 0 22 0 341007448 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 140736142242704 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23056/statm: 741546 173969 2281 9 0 732240 0
[pid=23056/tid=23058] ppid=23054 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/23056/task/23058/stat : 23058 (java) S 23054 23056 22552 0 -1 4202560 3042 0 1 0 381 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693948552344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23059] ppid=23054 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/23056/task/23059/stat : 23059 (java) S 23054 23056 22552 0 -1 4202560 96 0 0 0 418 8 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693815368744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23060] ppid=23054 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/23056/task/23060/stat : 23060 (java) S 23054 23056 22552 0 -1 4202560 71 0 0 0 423 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693814315944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23061] ppid=23054 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/23056/task/23061/stat : 23061 (java) S 23054 23056 22552 0 -1 4202560 95 0 0 0 440 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693813263144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23062] ppid=23054 vsize=2966184 CPUtime=4.31 cores=1,3,5,7
/proc/23056/task/23062/stat : 23062 (java) S 23054 23056 22552 0 -1 4202560 95 0 0 0 420 11 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693609970344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23063] ppid=23054 vsize=2966184 CPUtime=4.32 cores=1,3,5,7
/proc/23056/task/23063/stat : 23063 (java) S 23054 23056 22552 0 -1 4202560 174 0 0 0 423 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693608917544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23064] ppid=23054 vsize=2966184 CPUtime=4.26 cores=1,3,5,7
/proc/23056/task/23064/stat : 23064 (java) S 23054 23056 22552 0 -1 4202560 71 0 0 0 417 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693607864744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23065] ppid=23054 vsize=2966184 CPUtime=4.15 cores=1,3,5,7
/proc/23056/task/23065/stat : 23065 (java) S 23054 23056 22552 0 -1 4202560 101 0 0 0 407 8 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693606811944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23066] ppid=23054 vsize=2966184 CPUtime=4.19 cores=1,3,5,7
/proc/23056/task/23066/stat : 23066 (java) S 23054 23056 22552 0 -1 4202560 86 0 0 0 410 9 0 0 20 0 22 0 341007449 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693605759144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23067] ppid=23054 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/23056/task/23067/stat : 23067 (java) S 23054 23056 22552 0 -1 4202560 64 0 0 0 46 105 0 0 20 0 22 0 341007450 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693593562088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23068] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23068/stat : 23068 (java) S 23054 23056 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693592508152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23069] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23069/stat : 23069 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007451 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693591455240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23070] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23070/stat : 23070 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693590403728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23071] ppid=23054 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/23056/task/23071/stat : 23071 (java) S 23054 23056 22552 0 -1 4202560 4936 0 0 0 91 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693589350840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23056/tid=23072] ppid=23054 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/23056/task/23072/stat : 23072 (java) S 23054 23056 22552 0 -1 4202560 6122 0 0 0 87 2 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693588298040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23073] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23073/stat : 23073 (java) S 23054 23056 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693587245432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23074] ppid=23054 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/23056/task/23074/stat : 23074 (java) S 23054 23056 22552 0 -1 4202560 50 0 0 0 11 22 0 0 20 0 22 0 341007453 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693586192840 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23075] ppid=23054 vsize=2966184 CPUtime=876.77 cores=1,3,5,7
/proc/23056/task/23075/stat : 23075 (java) R 23054 23056 22552 0 -1 4202560 742 0 0 0 87659 18 0 0 20 0 22 0 341007868 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693585107760 139693820912880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23056/tid=23076] ppid=23054 vsize=2966184 CPUtime=877.47 cores=1,3,5,7
/proc/23056/task/23076/stat : 23076 (java) R 23054 23056 22552 0 -1 4202560 882 0 0 0 87728 19 0 0 20 0 22 0 341007868 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693584055792 139693821101238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23056/tid=23077] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23077/stat : 23077 (java) S 23054 23056 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341007878 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693583005096 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23056/tid=23078] ppid=23054 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23056/task/23078/stat : 23078 (java) S 23054 23056 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341007879 3037372416 173969 33554432000 1073741824 1073778376 140736142251568 139693581952296 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

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 23056 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=768305
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=621601
# CPU time returned by wait4() is 1796.39
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.622
CPU time (s): 1800.2
CPU user time (s): 1798.01
CPU system time (s): 2.19
CPU usage (%): 201
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.77
system time used= 2.6216
maximum resident set size= 696000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62929
involuntary context switches= 117607

runsolver used 3.19251 second user time and 8.30274 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 20:40:16
IDJOB=3735464
IDBENCH=3052
IDSOLVER=2324
FILE ID=node124/3735464-1338748815
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70684 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735464-1338748815/watcher-3735464-1338748815 -o /tmp/evaluation-result-3735464-1338748815/solver-3735464-1338748815 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735464-1338748815.opb

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

MD5SUM BENCH= 50ef915b8394905691666d94e6255b02
RANDOM SEED=795531081

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29835024 kB
Buffers:          212992 kB
Cached:          1489776 kB
SwapCached:         8268 kB
Active:           985260 kB
Inactive:        1268532 kB
Active(anon):     545260 kB
Inactive(anon):     8240 kB
Active(file):     440000 kB
Inactive(file):  1260292 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:        552376 kB
Mapped:            17128 kB
Shmem:                 0 kB
Slab:             634464 kB
SReclaimable:      77884 kB
SUnreclaim:       556580 kB
KernelStack:        1712 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 70684 MiB
End job on node124 at 2012-06-03 20:55:13