Trace number 3733973

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.08 882.536

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733973-1338744115.opb
0.09/0.11	c reading problem ... 
3.93/2.15	c ... done. Wall clock time 2.039s.
3.93/2.15	c #vars     13480
3.93/2.15	c #constraints  26619
3.93/2.15	c constraints type 
3.93/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
3.93/2.15	c constraints type 
3.93/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
222.45/108.30	c cleaning 2492 clauses out of 5000 with flag 5000/5000
272.38/132.96	c cleaning 0 clauses out of 5000 with flag 0/5000
469.97/229.95	c cleaning 4247 clauses out of 8508 with flag 11000/11000
669.47/327.86	c cleaning 0 clauses out of 11001 with flag 0/11001
763.96/374.47	c cleaning 5628 clauses out of 11261 with flag 18000/18000
1102.36/540.29	c cleaning 6793 clauses out of 13633 with flag 26000/26000
1208.05/592.21	c cleaning 0 clauses out of 18001 with flag 0/18001
1491.97/731.47	c cleaning 7910 clauses out of 15841 with flag 35001/35001
1800.08/882.51	c starts		: 65
1800.08/882.51	c conflicts		: 41966
1800.08/882.51	c decisions		: 55161
1800.08/882.51	c propagations		: 16545848
1800.08/882.51	c inspects		: 687672226
1800.08/882.51	c learnt literals	: 0
1800.08/882.51	c learnt binary clauses	: 0
1800.08/882.51	c learnt ternary clauses	: 3
1800.08/882.51	c learnt clauses	: 41966
1800.08/882.51	c ignored clauses	: 0
1800.08/882.51	c root simplifications	: 0
1800.08/882.51	c removed literals (reason simplification)	: 799540
1800.08/882.51	c reason swapping (by a shorter reason)	: 0
1800.08/882.51	c Calls to reduceDB	: 5
1800.08/882.51	c number of reductions to clauses (during analyze)	: 0
1800.08/882.51	c number of learned constraints concerned by reduction	: 0
1800.08/882.51	c number of learning phase by resolution	: 0
1800.08/882.51	c number of learning phase by cutting planes	: 0
1800.08/882.51	c speed (assignments/second)	: 18794.454074365203
1800.08/882.51	c non guided choices	52
1800.08/882.52	c learnt constraints type 
1800.08/882.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14896
1800.08/882.52	c constraints type 
1800.08/882.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.08/882.52	c constraints type 
1800.08/882.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.08/882.52	s UNKNOWN
1800.08/882.52	c Total wall clock time (in seconds): 882.41

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-3733973-1338744115/watcher-3733973-1338744115 -o /tmp/evaluation-result-3733973-1338744115/solver-3733973-1338744115 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733973-1338744115.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: 1.94 1.96 2.41 3/197 15355
/proc/meminfo: memFree=28121300/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15355/stat : 15355 (java) R 15353 15355 13986 0 -1 4202496 714 0 0 0 0 0 0 0 20 0 1 0 340535870 23793664 440 33554432000 1073741824 1073778376 140733324274992 140733324264056 239228467763 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 5809 451 343 9 0 128 0

[startup+0.0796481 s]
/proc/loadavg: 1.94 1.96 2.41 3/197 15355
/proc/meminfo: memFree=28121300/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 3899 0 1 0 5 1 0 0 20 0 18 0 340535870 2764726272 5617 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 674982 5617 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100224 s]
/proc/loadavg: 1.94 1.96 2.41 3/197 15355
/proc/meminfo: memFree=28121300/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 4717 0 1 0 8 1 0 0 20 0 18 0 340535870 2764726272 6413 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 674982 6413 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300207 s]
/proc/loadavg: 1.94 1.96 2.41 3/197 15355
/proc/meminfo: memFree=28121300/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2699928 CPUtime=0.59 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 10700 0 1 0 57 2 0 0 20 0 18 0 340535870 2764726272 12470 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 674982 12470 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 2699928

[startup+0.700237 s]
/proc/loadavg: 1.94 1.96 2.41 3/197 15355
/proc/meminfo: memFree=28121300/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2699928 CPUtime=1.33 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 18476 0 1 0 127 6 0 0 20 0 18 0 340535870 2764726272 49126 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 674982 49126 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2699928

[startup+1.50076 s]
/proc/loadavg: 1.94 1.96 2.41 3/215 15373
/proc/meminfo: memFree=27794988/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2699928 CPUtime=2.9 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 19943 0 1 0 270 20 0 0 20 0 18 0 340535870 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 674982 115247 2249 9 0 665676 0
[pid=15355/tid=15357] ppid=15353 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) R 15353 15355 13986 0 -1 4202560 2955 0 1 0 128 9 0 0 20 0 18 0 340535871 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794758020536 139794626003106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 35 0 0 0 7 1 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 340535872 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340535874 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340535874 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340535874 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340535877 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 5564 0 0 0 48 0 0 0 20 0 18 0 340535877 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2699928 CPUtime=0.61 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10113 0 0 0 59 2 0 0 20 0 18 0 340535877 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340535877 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340535877 2764726272 115247 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 2699928

[startup+3.10078 s]
/proc/loadavg: 1.94 1.96 2.41 4/215 15373
/proc/meminfo: memFree=27553012/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2966184 CPUtime=6.14 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 20279 0 1 0 580 34 0 0 20 0 22 0 340535870 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 741546 143532 2265 9 0 732240 0
[pid=15355/tid=15357] ppid=15353 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) S 15353 15355 13986 0 -1 4202560 2968 0 1 0 177 9 0 0 20 0 22 0 340535871 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794758022296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 45 0 0 0 9 3 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 53 0 0 0 11 3 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 35 0 0 0 6 3 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 48 0 0 0 10 4 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 340535872 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 5567 0 0 0 57 0 0 0 20 0 22 0 340535877 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10119 0 0 0 77 2 0 0 20 0 22 0 340535877 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 143532 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 1.95 1.96 2.41 6/219 15377
/proc/meminfo: memFree=27542180/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2966184 CPUtime=13.21 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 20370 0 1 0 1285 36 0 0 20 0 22 0 340535870 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 741546 146334 2265 9 0 732240 0
[pid=15355/tid=15357] ppid=15353 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) S 15353 15355 13986 0 -1 4202560 2969 0 1 0 177 9 0 0 20 0 22 0 340535871 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794758022296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 47 0 0 0 22 2 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 53 0 0 0 17 3 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 42 0 0 0 20 2 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 66 0 0 0 20 4 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 46 0 0 0 23 3 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 56 0 0 0 18 4 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 22 0 340535872 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2966184 CPUtime=0.71 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 5567 0 0 0 71 0 0 0 20 0 22 0 340535877 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10119 0 0 0 89 2 0 0 20 0 22 0 340535877 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15374] ppid=15353 vsize=2966184 CPUtime=3.88 cores=1,3,5,7
/proc/15355/task/15374/stat : 15374 (java) R 15353 15355 13986 0 -1 4202560 33 0 0 0 388 0 0 0 20 0 22 0 340536086 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794126413424 139794626254256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15375] ppid=15353 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/15355/task/15375/stat : 15375 (java) R 15353 15355 13986 0 -1 4202560 64 0 0 0 387 0 0 0 20 0 22 0 340536086 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794125361832 139794626466466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15376] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15376/stat : 15376 (java) S 15353 15355 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794124310056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15377] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15377/stat : 15377 (java) S 15353 15355 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 146334 33554432000 1073741824 1073778376 140733324274992 139794123257512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 2966184

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

/proc/15355/statm: 741546 192783 2283 9 0 732240 0
[pid=15355/tid=15357] ppid=15353 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) S 15353 15355 13986 0 -1 4202560 2978 0 1 0 179 10 0 0 20 0 22 0 340535871 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794758022296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2966184 CPUtime=9.79 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 316 0 0 0 971 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2966184 CPUtime=10.04 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 326 0 0 0 995 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2966184 CPUtime=10.19 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 318 0 0 0 1011 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 346 0 0 0 1040 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2966184 CPUtime=10.54 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 323 0 0 0 1046 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 340 0 0 0 1039 10 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2966184 CPUtime=10.48 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 332 0 0 0 1040 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2966184 CPUtime=9.97 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 325 0 0 0 989 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2966184 CPUtime=4.77 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 40069 0 0 0 431 46 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 11699 0 0 0 197 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10127 0 0 0 112 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 50 0 0 0 22 25 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15374] ppid=15353 vsize=2966184 CPUtime=851.42 cores=1,3,5,7
/proc/15355/task/15374/stat : 15374 (java) R 15353 15355 13986 0 -1 4202560 345 0 0 0 85128 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794126412744 139794626254217 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15375] ppid=15353 vsize=2966184 CPUtime=851.44 cores=1,3,5,7
/proc/15355/task/15375/stat : 15375 (java) R 15353 15355 13986 0 -1 4202560 358 0 0 0 85130 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794125361032 139794626489696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15376] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15376/stat : 15376 (java) S 15353 15355 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794124310056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15377] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15377/stat : 15377 (java) S 15353 15355 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794123257512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+882.501 s]
/proc/loadavg: 4.28 3.84 3.29 5/219 15738
/proc/meminfo: memFree=27518016/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 69447 0 1 0 179853 155 0 0 20 0 22 0 340535870 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 741546 192783 2283 9 0 732240 0
[pid=15355/tid=15357] ppid=15353 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) S 15353 15355 13986 0 -1 4202560 2978 0 1 0 179 10 0 0 20 0 22 0 340535871 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794758022296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2966184 CPUtime=9.79 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 316 0 0 0 971 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2966184 CPUtime=10.04 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 326 0 0 0 995 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2966184 CPUtime=10.19 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 318 0 0 0 1011 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 346 0 0 0 1040 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2966184 CPUtime=10.54 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 323 0 0 0 1046 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 340 0 0 0 1039 10 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2966184 CPUtime=10.48 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 332 0 0 0 1040 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2966184 CPUtime=9.97 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 325 0 0 0 989 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2966184 CPUtime=4.77 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 40069 0 0 0 431 46 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 11699 0 0 0 197 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10127 0 0 0 112 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 50 0 0 0 22 25 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15374] ppid=15353 vsize=2966184 CPUtime=851.63 cores=1,3,5,7
/proc/15355/task/15374/stat : 15374 (java) R 15353 15355 13986 0 -1 4202560 345 0 0 0 85149 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794126412744 139794626074240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15375] ppid=15353 vsize=2966184 CPUtime=851.65 cores=1,3,5,7
/proc/15355/task/15375/stat : 15375 (java) R 15353 15355 13986 0 -1 4202560 358 0 0 0 85151 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794125360912 139794626467560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15376] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15376/stat : 15376 (java) S 15353 15355 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794124310056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15377] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15377/stat : 15377 (java) S 15353 15355 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794123257512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+882.501 s]
/proc/loadavg: 4.28 3.84 3.29 5/219 15738
/proc/meminfo: memFree=27518016/32873844 swapFree=7644/7644
[pid=15355] ppid=15353 vsize=2966184 CPUtime=1800.08 cores=1,3,5,7
/proc/15355/stat : 15355 (java) S 15353 15355 13986 0 -1 4202496 69447 0 1 0 179853 155 0 0 20 0 22 0 340535870 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 140733324266128 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15355/statm: 741546 192783 2283 9 0 732240 0
[pid=15355/tid=15357] ppid=15353 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/15355/task/15357/stat : 15357 (java) S 15353 15355 13986 0 -1 4202560 2978 0 1 0 179 10 0 0 20 0 22 0 340535871 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794758022296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15358] ppid=15353 vsize=2966184 CPUtime=9.79 cores=1,3,5,7
/proc/15355/task/15358/stat : 15358 (java) S 15353 15355 13986 0 -1 4202560 316 0 0 0 971 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794744146600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15359] ppid=15353 vsize=2966184 CPUtime=10.04 cores=1,3,5,7
/proc/15355/task/15359/stat : 15359 (java) S 15353 15355 13986 0 -1 4202560 326 0 0 0 995 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794623744808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15360] ppid=15353 vsize=2966184 CPUtime=10.19 cores=1,3,5,7
/proc/15355/task/15360/stat : 15360 (java) S 15353 15355 13986 0 -1 4202560 318 0 0 0 1011 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794622692264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15361] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15361/stat : 15361 (java) S 15353 15355 13986 0 -1 4202560 346 0 0 0 1040 9 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794621639720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15362] ppid=15353 vsize=2966184 CPUtime=10.54 cores=1,3,5,7
/proc/15355/task/15362/stat : 15362 (java) S 15353 15355 13986 0 -1 4202560 323 0 0 0 1046 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794620586152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15363] ppid=15353 vsize=2966184 CPUtime=10.49 cores=1,3,5,7
/proc/15355/task/15363/stat : 15363 (java) S 15353 15355 13986 0 -1 4202560 340 0 0 0 1039 10 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794619533608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15364] ppid=15353 vsize=2966184 CPUtime=10.48 cores=1,3,5,7
/proc/15355/task/15364/stat : 15364 (java) S 15353 15355 13986 0 -1 4202560 332 0 0 0 1040 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794618481064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15365] ppid=15353 vsize=2966184 CPUtime=9.97 cores=1,3,5,7
/proc/15355/task/15365/stat : 15365 (java) S 15353 15355 13986 0 -1 4202560 325 0 0 0 989 8 0 0 20 0 22 0 340535872 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794617428520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15366] ppid=15353 vsize=2966184 CPUtime=4.77 cores=1,3,5,7
/proc/15355/task/15366/stat : 15366 (java) S 15353 15355 13986 0 -1 4202560 40069 0 0 0 431 46 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794134837864 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15367] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15367/stat : 15367 (java) S 15353 15355 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794133784184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15368] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15368/stat : 15368 (java) S 15353 15355 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340535874 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794132731528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15369] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15369/stat : 15369 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794131680272 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15370] ppid=15353 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/15355/task/15370/stat : 15370 (java) S 15353 15355 13986 0 -1 4202560 11699 0 0 0 197 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794130626616 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15371] ppid=15353 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/15355/task/15371/stat : 15371 (java) S 15353 15355 13986 0 -1 4202560 10127 0 0 0 112 2 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794129574072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15372] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15372/stat : 15372 (java) S 15353 15355 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794128521720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15355/tid=15373] ppid=15353 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/15355/task/15373/stat : 15373 (java) S 15353 15355 13986 0 -1 4202560 50 0 0 0 22 25 0 0 20 0 22 0 340535877 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794127469384 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15355/tid=15374] ppid=15353 vsize=2966184 CPUtime=851.63 cores=1,3,5,7
/proc/15355/task/15374/stat : 15374 (java) R 15353 15355 13986 0 -1 4202560 345 0 0 0 85149 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794126412744 139794626074240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15355/tid=15375] ppid=15353 vsize=2966184 CPUtime=851.65 cores=1,3,5,7
/proc/15355/task/15375/stat : 15375 (java) R 15353 15355 13986 0 -1 4202560 358 0 0 0 85151 14 0 0 20 0 22 0 340536086 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794125360912 139794626467560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15376] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15376/stat : 15376 (java) S 15353 15355 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794124310056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15355/tid=15377] ppid=15353 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15355/task/15377/stat : 15377 (java) S 15353 15355 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340536088 3037372416 192783 33554432000 1073741824 1073778376 140733324274992 139794123257512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 882.536
CPU time (s): 1800.08
CPU user time (s): 1798.53
CPU system time (s): 1.55
CPU usage (%): 203.967
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 1.9727
maximum resident set size= 790584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37501
involuntary context switches= 110852

runsolver used 3.77243 second user time and 8.69268 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 19:21:55
IDJOB=3733973
IDBENCH=2639
IDSOLVER=2324
FILE ID=node147/3733973-1338744115
RUNJOBID= node147-1338737348-14003
PBS_JOBID= 14636764
Free space on /tmp= 70776 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733973-1338744115/watcher-3733973-1338744115 -o /tmp/evaluation-result-3733973-1338744115/solver-3733973-1338744115 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733973-1338744115.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=561282704

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:        28122752 kB
Buffers:          456400 kB
Cached:          2573056 kB
SwapCached:         3380 kB
Active:          2328372 kB
Inactive:        1552432 kB
Active(anon):     847160 kB
Inactive(anon):     5908 kB
Active(file):    1481212 kB
Inactive(file):  1546524 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              8212 kB
Writeback:             0 kB
AnonPages:        859444 kB
Mapped:            17588 kB
Shmem:                 0 kB
Slab:             722608 kB
SReclaimable:     163356 kB
SUnreclaim:       559252 kB
KernelStack:        1768 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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= 70776 MiB
End job on node147 at 2012-06-03 19:36:39