Trace number 3735029

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.06 884.534

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.2.0.v20100531
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		1349517296
0.02/0.09	c Max memory 		1356595200
0.02/0.09	c Total memory 		1356595200
0.02/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3735029-1338747255.opb
0.08/0.12	c reading problem ... 
3.13/1.75	c ... done. Wall clock time 1.622s.
3.13/1.75	c #vars     10998
3.13/1.75	c #constraints  21679
3.13/1.75	c constraints type 
3.13/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
3.13/1.75	c constraints type 
3.13/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
194.27/94.67	c cleaning 2495 clauses out of 5000 with flag 5000/5000
215.76/105.30	c cleaning 0 clauses out of 5001 with flag 0/5001
412.55/202.10	c cleaning 4247 clauses out of 8505 with flag 11000/11000
585.20/287.12	c cleaning 0 clauses out of 11001 with flag 0/11001
682.70/335.27	c cleaning 5618 clauses out of 11259 with flag 18001/18001
951.01/467.16	c cleaning 6814 clauses out of 13641 with flag 26001/26001
1049.49/515.69	c cleaning 0 clauses out of 18000 with flag 0/18000
1299.16/638.44	c cleaning 7906 clauses out of 15826 with flag 35000/35000
1670.08/820.59	c cleaning 8948 clauses out of 17922 with flag 45002/45002
1800.06/884.51	c starts		: 66
1800.06/884.51	c conflicts		: 48197
1800.06/884.51	c decisions		: 73287
1800.06/884.51	c propagations		: 20102127
1800.06/884.51	c inspects		: 677395165
1800.06/884.51	c learnt literals	: 0
1800.06/884.51	c learnt binary clauses	: 1
1800.06/884.51	c learnt ternary clauses	: 1
1800.06/884.51	c learnt clauses	: 48196
1800.06/884.51	c ignored clauses	: 0
1800.06/884.51	c root simplifications	: 0
1800.06/884.51	c removed literals (reason simplification)	: 841030
1800.06/884.51	c reason swapping (by a shorter reason)	: 0
1800.06/884.51	c Calls to reduceDB	: 6
1800.06/884.51	c number of reductions to clauses (during analyze)	: 0
1800.06/884.51	c number of learned constraints concerned by reduction	: 0
1800.06/884.51	c number of learning phase by resolution	: 0
1800.06/884.51	c number of learning phase by cutting planes	: 0
1800.06/884.51	c speed (assignments/second)	: 22771.75038458663
1800.06/884.51	c non guided choices	10810
1800.06/884.52	c learnt constraints type 
1800.06/884.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12168
1800.06/884.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/884.52	c constraints type 
1800.06/884.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.06/884.52	c constraints type 
1800.06/884.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.06/884.52	s UNKNOWN
1800.06/884.52	c Total wall clock time (in seconds): 884.4

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-3735029-1338747255/watcher-3735029-1338747255 -o /tmp/evaluation-result-3735029-1338747255/solver-3735029-1338747255 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735029-1338747255.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.05 1.61 1.85 3/195 19872
/proc/meminfo: memFree=29103976/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/19872/stat : 19872 (runsolver) D 19870 19872 19811 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 340850333 12095488 51 33554432000 4194304 5436572 140736035480688 140736035476984 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/19872/statm: 2953 51 31 304 0 2645 0

[startup+0.0527509 s]
/proc/loadavg: 1.05 1.61 1.85 3/195 19872
/proc/meminfo: memFree=29103976/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 3750 0 1 0 1 1 0 0 20 0 13 0 340850333 2423889920 4448 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 591770 4454 1690 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100318 s]
/proc/loadavg: 1.05 1.61 1.85 3/195 19872
/proc/meminfo: memFree=29103976/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 4158 0 1 0 6 2 0 0 20 0 18 0 340850333 2764726272 5366 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 674982 5366 1931 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300287 s]
/proc/loadavg: 1.05 1.61 1.85 3/195 19872
/proc/meminfo: memFree=29103976/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 11139 0 1 0 53 3 0 0 20 0 18 0 340850333 2764726272 11538 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 674982 11541 2214 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700303 s]
/proc/loadavg: 1.05 1.61 1.85 3/195 19872
/proc/meminfo: memFree=29103976/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2699928 CPUtime=1.38 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 15428 0 1 0 132 6 0 0 20 0 18 0 340850333 2764726272 39771 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 674982 39771 2229 9 0 665676 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 2699928

[startup+1.50077 s]
/proc/loadavg: 1.05 1.61 1.85 2/215 19894
/proc/meminfo: memFree=28803328/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2699928 CPUtime=2.93 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 21028 0 1 0 273 20 0 0 20 0 18 0 340850333 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 674982 114611 2249 9 0 665676 0
[pid=19872/tid=19878] ppid=19870 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) R 19870 19872 19811 0 -1 4202560 3007 0 1 0 127 9 0 0 20 0 18 0 340850335 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446974779312 140446914887344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 340850336 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340850337 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340850338 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340850338 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340850340 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2699928 CPUtime=0.65 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9686 0 0 0 63 2 0 0 20 0 18 0 340850340 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7022 0 0 0 49 2 0 0 20 0 18 0 340850340 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340850340 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340850340 2764726272 114611 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 2699928

[startup+3.10081 s]
/proc/loadavg: 1.05 1.61 1.85 6/217 19954
/proc/meminfo: memFree=28421060/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2966184 CPUtime=6.46 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 21394 0 1 0 610 36 0 0 20 0 22 0 340850333 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 741546 139358 2265 9 0 732240 0
[pid=19872/tid=19878] ppid=19870 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) S 19870 19872 19811 0 -1 4202560 3019 0 1 0 152 9 0 0 20 0 22 0 340850335 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446974788760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 43 0 0 0 8 3 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 47 0 0 0 9 4 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 42 0 0 0 6 3 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 50 0 0 0 10 5 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 33 0 0 0 6 3 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 37 0 0 0 6 3 0 0 20 0 22 0 340850336 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850337 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9703 0 0 0 76 2 0 0 20 0 22 0 340850340 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7056 0 0 0 68 2 0 0 20 0 22 0 340850340 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19951] ppid=19870 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/19872/task/19951/stat : 19951 (java) R 19870 19872 19811 0 -1 4202560 38 0 0 0 118 0 0 0 20 0 22 0 340850508 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446812894440 140446915366418 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19952] ppid=19870 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/19872/task/19952/stat : 19952 (java) R 19870 19872 19811 0 -1 4202560 63 0 0 0 116 0 0 0 20 0 22 0 340850508 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446811840872 140446915433818 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19953] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19953/stat : 19953 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446810789288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19954] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19954/stat : 19954 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 139358 33554432000 1073741824 1073778376 140734359893424 140446809736488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 2966184

[startup+6.30092 s]
/proc/loadavg: 1.37 1.66 1.87 5/221 19958
/proc/meminfo: memFree=28092504/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2966184 CPUtime=13.56 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 21505 0 1 0 1318 38 0 0 20 0 22 0 340850333 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 741546 140218 2267 9 0 732240 0
[pid=19872/tid=19878] ppid=19870 vsize=2966184 CPUtime=1.61 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) S 19870 19872 19811 0 -1 4202560 3019 0 1 0 152 9 0 0 20 0 22 0 340850335 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446974788760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 44 0 0 0 19 3 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 33 0 0 0 11 2 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 49 0 0 0 17 3 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 53 0 0 0 21 4 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 49 0 0 0 22 3 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2966184 CPUtime=0.24 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 56 0 0 0 19 5 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 39 0 0 0 18 3 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 41 0 0 0 13 3 0 0 20 0 22 0 340850336 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850337 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9739 0 0 0 96 2 0 0 20 0 22 0 340850340 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7080 0 0 0 81 2 0 0 20 0 22 0 340850340 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19951] ppid=19870 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/19872/task/19951/stat : 19951 (java) R 19870 19872 19811 0 -1 4202560 39 0 0 0 416 0 0 0 20 0 22 0 340850508 3037372416 140218 33554432000 1073741824 1073778376 140734359893424 140446812893024 140446915135625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

/proc/19872/statm: 741546 183423 2283 9 0 732240 0
[pid=19872/tid=19878] ppid=19870 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) S 19870 19872 19811 0 -1 4202560 3035 0 1 0 154 10 0 0 20 0 22 0 340850335 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446974788760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2966184 CPUtime=9.41 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 319 0 0 0 934 7 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2966184 CPUtime=9.09 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 302 0 0 0 901 8 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2966184 CPUtime=9.56 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 947 9 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2966184 CPUtime=9.38 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 929 9 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2966184 CPUtime=9.05 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 897 8 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2966184 CPUtime=9.39 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 330 0 0 0 928 11 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2966184 CPUtime=9.26 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 917 9 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2966184 CPUtime=9.37 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 318 0 0 0 929 8 0 0 20 0 22 0 340850336 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2966184 CPUtime=4.66 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 34921 0 0 0 427 39 0 0 20 0 22 0 340850337 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9970 0 0 0 182 2 0 0 20 0 22 0 340850340 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7099 0 0 0 120 2 0 0 20 0 22 0 340850340 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 51 0 0 0 27 25 0 0 20 0 22 0 340850340 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19951] ppid=19870 vsize=2966184 CPUtime=853.59 cores=1,3,5,7
/proc/19872/task/19951/stat : 19951 (java) R 19870 19872 19811 0 -1 4202560 350 0 0 0 85344 15 0 0 20 0 22 0 340850508 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446812892584 140446915433720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19952] ppid=19870 vsize=2966184 CPUtime=853.54 cores=1,3,5,7
/proc/19872/task/19952/stat : 19952 (java) R 19870 19872 19811 0 -1 4202560 363 0 0 0 85339 15 0 0 20 0 22 0 340850508 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446811840368 140446915465913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19953] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19953/stat : 19953 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446810789288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19954] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19954/stat : 19954 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183423 33554432000 1073741824 1073778376 140734359893424 140446809736488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+884.501 s]
/proc/loadavg: 3.91 3.85 3.16 4/221 19971
/proc/meminfo: memFree=27712760/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2966184 CPUtime=1800.06 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 59555 0 1 0 179847 159 0 0 20 0 22 0 340850333 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 741546 183764 2283 9 0 732240 0
[pid=19872/tid=19878] ppid=19870 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) S 19870 19872 19811 0 -1 4202560 3035 0 1 0 154 10 0 0 20 0 22 0 340850335 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446974788760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2966184 CPUtime=9.43 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 319 0 0 0 936 7 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2966184 CPUtime=9.1 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 302 0 0 0 902 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2966184 CPUtime=9.57 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 948 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2966184 CPUtime=9.39 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 930 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2966184 CPUtime=9.07 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 899 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2966184 CPUtime=9.4 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 330 0 0 0 929 11 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2966184 CPUtime=9.28 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 919 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2966184 CPUtime=9.39 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 318 0 0 0 931 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2966184 CPUtime=4.66 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 34921 0 0 0 427 39 0 0 20 0 22 0 340850337 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9970 0 0 0 182 2 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7099 0 0 0 120 2 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 51 0 0 0 27 25 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19951] ppid=19870 vsize=2966184 CPUtime=855.76 cores=1,3,5,7
/proc/19872/task/19951/stat : 19951 (java) R 19870 19872 19811 0 -1 4202560 350 0 0 0 85560 16 0 0 20 0 22 0 340850508 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446812892464 140446915366086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19952] ppid=19870 vsize=2966184 CPUtime=855.72 cores=1,3,5,7
/proc/19872/task/19952/stat : 19952 (java) R 19870 19872 19811 0 -1 4202560 364 0 0 0 85556 16 0 0 20 0 22 0 340850508 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446811840368 140446915135625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19953] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19953/stat : 19953 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446810789288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19954] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19954/stat : 19954 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446809736488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+884.501 s]
/proc/loadavg: 3.91 3.85 3.16 4/221 19971
/proc/meminfo: memFree=27712760/32873844 swapFree=7620/7620
[pid=19872] ppid=19870 vsize=2966184 CPUtime=1800.06 cores=1,3,5,7
/proc/19872/stat : 19872 (java) S 19870 19872 19811 0 -1 4202496 59555 0 1 0 179847 159 0 0 20 0 22 0 340850333 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140734359884560 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0
/proc/19872/statm: 741546 183764 2283 9 0 732240 0
[pid=19872/tid=19878] ppid=19870 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/19872/task/19878/stat : 19878 (java) S 19870 19872 19811 0 -1 4202560 3035 0 1 0 154 10 0 0 20 0 22 0 340850335 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446974788760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19879] ppid=19870 vsize=2966184 CPUtime=9.43 cores=1,3,5,7
/proc/19872/task/19879/stat : 19879 (java) S 19870 19872 19811 0 -1 4202560 319 0 0 0 936 7 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446908738600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19880] ppid=19870 vsize=2966184 CPUtime=9.1 cores=1,3,5,7
/proc/19872/task/19880/stat : 19880 (java) S 19870 19872 19811 0 -1 4202560 302 0 0 0 902 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446839860136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19881] ppid=19870 vsize=2966184 CPUtime=9.57 cores=1,3,5,7
/proc/19872/task/19881/stat : 19881 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 948 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446838807336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19882] ppid=19870 vsize=2966184 CPUtime=9.39 cores=1,3,5,7
/proc/19872/task/19882/stat : 19882 (java) S 19870 19872 19811 0 -1 4202560 333 0 0 0 930 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446837754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19883] ppid=19870 vsize=2966184 CPUtime=9.07 cores=1,3,5,7
/proc/19872/task/19883/stat : 19883 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 899 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446836701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19884] ppid=19870 vsize=2966184 CPUtime=9.4 cores=1,3,5,7
/proc/19872/task/19884/stat : 19884 (java) S 19870 19872 19811 0 -1 4202560 330 0 0 0 929 11 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446835648936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19885] ppid=19870 vsize=2966184 CPUtime=9.28 cores=1,3,5,7
/proc/19872/task/19885/stat : 19885 (java) S 19870 19872 19811 0 -1 4202560 321 0 0 0 919 9 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446834596136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19886] ppid=19870 vsize=2966184 CPUtime=9.39 cores=1,3,5,7
/proc/19872/task/19886/stat : 19886 (java) S 19870 19872 19811 0 -1 4202560 318 0 0 0 931 8 0 0 20 0 22 0 340850336 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446833543336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19887] ppid=19870 vsize=2966184 CPUtime=4.66 cores=1,3,5,7
/proc/19872/task/19887/stat : 19887 (java) S 19870 19872 19811 0 -1 4202560 34921 0 0 0 427 39 0 0 20 0 22 0 340850337 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446821346280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19888] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19888/stat : 19888 (java) S 19870 19872 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446820292344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19889] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19889/stat : 19889 (java) S 19870 19872 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340850338 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446819239432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19890] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19890/stat : 19890 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446818187920 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19891] ppid=19870 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/19872/task/19891/stat : 19891 (java) S 19870 19872 19811 0 -1 4202560 9970 0 0 0 182 2 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446817135032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19892] ppid=19870 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/19872/task/19892/stat : 19892 (java) S 19870 19872 19811 0 -1 4202560 7099 0 0 0 120 2 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446816082232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19872/tid=19893] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19893/stat : 19893 (java) S 19870 19872 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446815029624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19894] ppid=19870 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/19872/task/19894/stat : 19894 (java) S 19870 19872 19811 0 -1 4202560 51 0 0 0 27 25 0 0 20 0 22 0 340850340 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446813977032 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19872/tid=19951] ppid=19870 vsize=2966184 CPUtime=855.76 cores=1,3,5,7
/proc/19872/task/19951/stat : 19951 (java) R 19870 19872 19811 0 -1 4202560 350 0 0 0 85560 16 0 0 20 0 22 0 340850508 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446812892464 140446915366086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19952] ppid=19870 vsize=2966184 CPUtime=855.72 cores=1,3,5,7
/proc/19872/task/19952/stat : 19952 (java) R 19870 19872 19811 0 -1 4202560 364 0 0 0 85556 16 0 0 20 0 22 0 340850508 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446811840368 140446915135625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19872/tid=19953] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19953/stat : 19953 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446810789288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19872/tid=19954] ppid=19870 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/19872/task/19954/stat : 19954 (java) S 19870 19872 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340850510 3037372416 183764 33554432000 1073741824 1073778376 140734359893424 140446809736488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 884.534
CPU time (s): 1800.06
CPU user time (s): 1798.47
CPU system time (s): 1.59
CPU usage (%): 203.504
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.9557
maximum resident set size= 747072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37520
involuntary context switches= 102356

runsolver used 4.53231 second user time and 8.21275 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 20:14:16
IDJOB=3735029
IDBENCH=2934
IDSOLVER=2324
FILE ID=node135/3735029-1338747255
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70976 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/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735029-1338747255/watcher-3735029-1338747255 -o /tmp/evaluation-result-3735029-1338747255/solver-3735029-1338747255 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735029-1338747255.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=168057625

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29104620 kB
Buffers:          376452 kB
Cached:          2513640 kB
SwapCached:         1672 kB
Active:          1202328 kB
Inactive:        1717268 kB
Active(anon):      19636 kB
Inactive(anon):    12036 kB
Active(file):    1182692 kB
Inactive(file):  1705232 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              6632 kB
Writeback:             0 kB
AnonPages:         28208 kB
Mapped:            17888 kB
Shmem:               132 kB
Slab:             708752 kB
SReclaimable:     150460 kB
SUnreclaim:       558292 kB
KernelStack:        1392 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1565848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70972 MiB
End job on node135 at 2012-06-03 20:29:02