Trace number 3743752

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.13 900.129

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMd2107be783663a4b74fe1129fd5afba5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-115005
Best CPU time to get the best result obtained on this benchmark1804.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 279837538
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 279837538
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/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-3743752-1338796362.opb
0.09/0.11	c reading problem ... 
13.68/8.73	c ... done. Wall clock time 8.62s.
13.68/8.73	c #vars     399113
13.68/8.73	c #constraints  400980
13.68/8.73	c constraints type 
13.68/8.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.68/8.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.68/8.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.68/8.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.68/8.73	c constraints type 
13.68/8.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.68/8.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.68/8.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.68/8.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
564.44/283.19	c cleaning 2492 clauses out of 4996 with flag 5000/5000
1395.66/699.00	c cleaning 4249 clauses out of 8505 with flag 11001/11001
1800.13/900.11	c starts		: 41
1800.13/900.11	c conflicts		: 14301
1800.13/900.11	c decisions		: 181391
1800.13/900.11	c propagations		: 262432920
1800.13/900.11	c inspects		: 78923651
1800.13/900.11	c learnt literals	: 4
1800.13/900.11	c learnt binary clauses	: 195
1800.13/900.11	c learnt ternary clauses	: 106
1800.13/900.11	c learnt clauses	: 14297
1800.13/900.11	c ignored clauses	: 0
1800.13/900.11	c root simplifications	: 0
1800.13/900.11	c removed literals (reason simplification)	: 1156130
1800.13/900.11	c reason swapping (by a shorter reason)	: 0
1800.13/900.11	c Calls to reduceDB	: 2
1800.13/900.11	c number of reductions to clauses (during analyze)	: 0
1800.13/900.11	c number of learned constraints concerned by reduction	: 0
1800.13/900.11	c number of learning phase by resolution	: 0
1800.13/900.11	c number of learning phase by cutting planes	: 0
1800.13/900.11	c speed (assignments/second)	: 294413.5969709718
1800.13/900.11	c non guided choices	2010
1800.13/900.12	c learnt constraints type 
1800.13/900.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7361
1800.13/900.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 195
1800.13/900.12	c constraints type 
1800.13/900.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.13/900.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.13/900.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.13/900.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.13/900.12	c constraints type 
1800.13/900.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.13/900.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.13/900.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.13/900.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.13/900.12	s UNKNOWN
1800.13/900.12	c Total wall clock time (in seconds): 900.004

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

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

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


[startup+0 s]
/proc/loadavg: 3.80 3.87 3.83 4/197 11194
/proc/meminfo: memFree=26091440/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11194/stat : 11194 (java6) D 11192 11194 9217 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345761787 9515008 183 33554432000 1073741824 1073778376 140735206692224 140735206683256 239873113781 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/11194/statm: 2323 183 140 9 0 71 0

[startup+0.013661 s]
/proc/loadavg: 3.80 3.87 3.83 4/197 11194
/proc/meminfo: memFree=26091440/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 2 0 345761787 98570240 975 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 24065 975 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100212 s]
/proc/loadavg: 3.80 3.87 3.83 4/197 11194
/proc/meminfo: memFree=26091440/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 4692 0 1 0 8 1 0 0 20 0 18 0 345761787 2764726272 6389 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 6389 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300268 s]
/proc/loadavg: 3.80 3.87 3.83 4/197 11194
/proc/meminfo: memFree=26091440/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 6197 0 1 0 45 2 0 0 20 0 18 0 345761787 2764726272 17409 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 17409 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700281 s]
/proc/loadavg: 3.80 3.87 3.83 4/197 11194
/proc/meminfo: memFree=26091440/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 6275 0 1 0 83 6 0 0 20 0 18 0 345761787 2764726272 55301 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 55301 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 2699928

[startup+1.50085 s]
/proc/loadavg: 3.80 3.87 3.83 4/215 11212
/proc/meminfo: memFree=25785592/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=2.38 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 11415 0 1 0 218 20 0 0 20 0 18 0 345761787 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 112811 2248 9 0 665676 0
[pid=11194/tid=11196] ppid=11192 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) R 11192 11194 9217 0 -1 4202560 2955 0 1 0 127 9 0 0 20 0 18 0 345761788 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339567533320 140339415758870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) S 11192 11194 9217 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) S 11192 11194 9217 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339547605288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) S 11192 11194 9217 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339546552488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 345761790 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339414293224 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 2848 0 0 0 25 0 0 0 20 0 18 0 345761794 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4284 0 0 0 33 0 0 0 20 0 18 0 345761794 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 112811 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 2699928

[startup+3.10087 s]
/proc/loadavg: 3.80 3.87 3.83 4/215 11212
/proc/meminfo: memFree=25576076/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=5.47 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 13468 0 1 0 501 46 0 0 20 0 18 0 345761787 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 154520 2248 9 0 665676 0
[pid=11194/tid=11196] ppid=11192 vsize=2699928 CPUtime=2.44 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) R 11192 11194 9217 0 -1 4202560 2964 0 1 0 235 9 0 0 20 0 18 0 345761788 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339567533096 140339575299162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 260 0 0 0 26 4 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 314 0 0 0 30 4 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) S 11192 11194 9217 0 -1 4202560 271 0 0 0 21 4 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 352 0 0 0 24 6 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) S 11192 11194 9217 0 -1 4202560 192 0 0 0 24 5 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339547605288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) S 11192 11194 9217 0 -1 4202560 325 0 0 0 24 5 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339546552488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 156 0 0 0 19 5 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 320 0 0 0 24 4 0 0 20 0 18 0 345761790 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339414293224 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 2848 0 0 0 25 0 0 0 20 0 18 0 345761794 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4284 0 0 0 33 0 0 0 20 0 18 0 345761794 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 154520 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 2699928

[startup+6.30077 s]
/proc/loadavg: 3.90 3.89 3.83 10/215 11212
/proc/meminfo: memFree=25386612/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2699928 CPUtime=10.36 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 13934 0 1 0 971 65 0 0 20 0 18 0 345761787 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 674982 182154 2248 9 0 665676 0
[pid=11194/tid=11196] ppid=11192 vsize=2699928 CPUtime=5.02 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) R 11192 11194 9217 0 -1 4202560 2980 0 1 0 492 10 0 0 20 0 18 0 345761788 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339567533592 239876498701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 324 0 0 0 48 6 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2699928 CPUtime=0.64 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 333 0 0 0 58 6 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) S 11192 11194 9217 0 -1 4202560 319 0 0 0 45 6 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2699928 CPUtime=0.56 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 371 0 0 0 48 8 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) S 11192 11194 9217 0 -1 4202560 329 0 0 0 53 7 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339547605288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) S 11192 11194 9217 0 -1 4202560 351 0 0 0 53 7 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339546552488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 264 0 0 0 39 7 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2699928 CPUtime=0.66 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 349 0 0 0 59 7 0 0 20 0 18 0 345761790 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339414293224 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345761791 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 2848 0 0 0 25 0 0 0 20 0 18 0 345761794 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4284 0 0 0 33 0 0 0 20 0 18 0 345761794 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345761794 2764726272 182154 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 2699928

[startup+12.701 s]
/proc/loadavg: 3.82 3.87 3.83 5/219 11216
/proc/meminfo: memFree=25219184/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2966184 CPUtime=23.08 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 15708 0 1 0 2224 84 0 0 20 0 22 0 345761787 3037372416 219246 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 741546 219246 2273 9 0 732240 0
[pid=11194/tid=11196] ppid=11192 vsize=2966184 CPUtime=7.17 cores=1,3,5,7

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

/proc/11194/statm: 741546 278664 2285 9 0 732240 0
[pid=11194/tid=11196] ppid=11192 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) S 11192 11194 9217 0 -1 4202560 3001 0 1 0 709 11 0 0 20 0 22 0 345761788 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339567535256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2966184 CPUtime=2.51 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 387 0 0 0 239 12 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 400 0 0 0 239 13 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) R 11192 11194 9217 0 -1 4202560 611 0 0 0 218 13 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2966184 CPUtime=2.51 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 439 0 0 0 235 16 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2966184 CPUtime=2.55 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) R 11192 11194 9217 0 -1 4202560 410 0 0 0 240 15 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339547605288 140339570093360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) R 11192 11194 9217 0 -1 4202560 417 0 0 0 226 14 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339546552664 140339574055491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2966184 CPUtime=2.27 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 324 0 0 0 214 13 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2966184 CPUtime=2.53 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 812 0 0 0 240 13 0 0 20 0 22 0 345761790 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2966184 CPUtime=3.06 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 61 0 0 0 281 25 0 0 20 0 22 0 345761791 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339414292104 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 3637 0 0 0 93 0 0 0 20 0 22 0 345761794 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4328 0 0 0 111 0 0 0 20 0 22 0 345761794 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 51 0 0 0 21 30 0 0 20 0 22 0 345761794 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11213] ppid=11192 vsize=2966184 CPUtime=863.84 cores=1,3,5,7
/proc/11194/task/11213/stat : 11213 (java) S 11192 11194 9217 0 -1 4202560 68 0 0 0 86370 14 0 0 20 0 22 0 345762661 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339405867928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11214] ppid=11192 vsize=2966184 CPUtime=863.67 cores=1,3,5,7
/proc/11194/task/11214/stat : 11214 (java) S 11192 11194 9217 0 -1 4202560 344 0 0 0 86352 15 0 0 20 0 22 0 345762661 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339404815224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11215] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11215/stat : 11215 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345762716 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339403765416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11216] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11216/stat : 11216 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345762719 3037372416 278664 33554432000 1073741824 1073778376 140734941712112 140339402712616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1764.17
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.101 s]
/proc/loadavg: 3.98 3.97 3.90 5/219 11307
/proc/meminfo: memFree=24903556/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2966184 CPUtime=1800.13 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 16516 0 1 0 179836 177 0 0 20 0 22 0 345761787 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 741546 279176 2285 9 0 732240 0
[pid=11194/tid=11196] ppid=11192 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) S 11192 11194 9217 0 -1 4202560 3001 0 1 0 709 11 0 0 20 0 22 0 345761788 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339567535256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 387 0 0 0 251 12 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 401 0 0 0 254 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) S 11192 11194 9217 0 -1 4202560 611 0 0 0 230 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 439 0 0 0 247 17 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2966184 CPUtime=2.72 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) S 11192 11194 9217 0 -1 4202560 410 0 0 0 257 15 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339547605288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) S 11192 11194 9217 0 -1 4202560 417 0 0 0 238 14 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339546552488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 324 0 0 0 230 14 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2966184 CPUtime=2.66 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 812 0 0 0 253 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2966184 CPUtime=3.09 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 63 0 0 0 282 27 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339414293224 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 3637 0 0 0 93 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4328 0 0 0 111 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 53 0 0 0 22 30 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11213] ppid=11192 vsize=2966184 CPUtime=881.21 cores=1,3,5,7
/proc/11194/task/11213/stat : 11213 (java) R 11192 11194 9217 0 -1 4202560 73 0 0 0 88107 14 0 0 20 0 22 0 345762661 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339405867808 140339416047653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11214] ppid=11192 vsize=2966184 CPUtime=881.05 cores=1,3,5,7
/proc/11194/task/11214/stat : 11214 (java) R 11192 11194 9217 0 -1 4202560 371 0 0 0 88090 15 0 0 20 0 22 0 345762661 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339404815424 140339416564818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11215] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11215/stat : 11215 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345762716 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339403765416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11216] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11216/stat : 11216 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345762719 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339402712616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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+900.101 s]
/proc/loadavg: 3.98 3.97 3.90 5/219 11307
/proc/meminfo: memFree=24903556/32873844 swapFree=7384/7384
[pid=11194] ppid=11192 vsize=2966184 CPUtime=1800.13 cores=1,3,5,7
/proc/11194/stat : 11194 (java) S 11192 11194 9217 0 -1 4202496 16516 0 1 0 179836 177 0 0 20 0 22 0 345761787 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140734941703248 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11194/statm: 741546 279176 2285 9 0 732240 0
[pid=11194/tid=11196] ppid=11192 vsize=2966184 CPUtime=7.2 cores=1,3,5,7
/proc/11194/task/11196/stat : 11196 (java) S 11192 11194 9217 0 -1 4202560 3001 0 1 0 709 11 0 0 20 0 22 0 345761788 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339567535256 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11197] ppid=11192 vsize=2966184 CPUtime=2.63 cores=1,3,5,7
/proc/11194/task/11197/stat : 11197 (java) S 11192 11194 9217 0 -1 4202560 387 0 0 0 251 12 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339551816488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11198] ppid=11192 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/11194/task/11198/stat : 11198 (java) S 11192 11194 9217 0 -1 4202560 401 0 0 0 254 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339550763688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11199] ppid=11192 vsize=2966184 CPUtime=2.43 cores=1,3,5,7
/proc/11194/task/11199/stat : 11199 (java) S 11192 11194 9217 0 -1 4202560 611 0 0 0 230 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339549711400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11200] ppid=11192 vsize=2966184 CPUtime=2.64 cores=1,3,5,7
/proc/11194/task/11200/stat : 11200 (java) S 11192 11194 9217 0 -1 4202560 439 0 0 0 247 17 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339548658600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11201] ppid=11192 vsize=2966184 CPUtime=2.72 cores=1,3,5,7
/proc/11194/task/11201/stat : 11201 (java) S 11192 11194 9217 0 -1 4202560 410 0 0 0 257 15 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339547605288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11202] ppid=11192 vsize=2966184 CPUtime=2.52 cores=1,3,5,7
/proc/11194/task/11202/stat : 11202 (java) S 11192 11194 9217 0 -1 4202560 417 0 0 0 238 14 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339546552488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11194/tid=11203] ppid=11192 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/11194/task/11203/stat : 11203 (java) S 11192 11194 9217 0 -1 4202560 324 0 0 0 230 14 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339545500200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11204] ppid=11192 vsize=2966184 CPUtime=2.66 cores=1,3,5,7
/proc/11194/task/11204/stat : 11204 (java) S 11192 11194 9217 0 -1 4202560 812 0 0 0 253 13 0 0 20 0 22 0 345761790 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339544447400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11205] ppid=11192 vsize=2966184 CPUtime=3.09 cores=1,3,5,7
/proc/11194/task/11205/stat : 11205 (java) S 11192 11194 9217 0 -1 4202560 63 0 0 0 282 27 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339414293224 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11206] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11206/stat : 11206 (java) S 11192 11194 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339413239288 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11207] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11207/stat : 11207 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345761791 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339412186888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11208] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11208/stat : 11208 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339411135376 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11209] ppid=11192 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/11194/task/11209/stat : 11209 (java) S 11192 11194 9217 0 -1 4202560 3637 0 0 0 93 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339410081976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11210] ppid=11192 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/11194/task/11210/stat : 11210 (java) S 11192 11194 9217 0 -1 4202560 4328 0 0 0 111 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339409029176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11211] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11211/stat : 11211 (java) S 11192 11194 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339407977080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11212] ppid=11192 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/11194/task/11212/stat : 11212 (java) S 11192 11194 9217 0 -1 4202560 53 0 0 0 22 30 0 0 20 0 22 0 345761794 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339406924488 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11194/tid=11213] ppid=11192 vsize=2966184 CPUtime=881.21 cores=1,3,5,7
/proc/11194/task/11213/stat : 11213 (java) R 11192 11194 9217 0 -1 4202560 73 0 0 0 88107 14 0 0 20 0 22 0 345762661 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339405867808 140339416047653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11214] ppid=11192 vsize=2966184 CPUtime=881.05 cores=1,3,5,7
/proc/11194/task/11214/stat : 11214 (java) R 11192 11194 9217 0 -1 4202560 371 0 0 0 88090 15 0 0 20 0 22 0 345762661 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339404815424 140339416564818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11194/tid=11215] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11215/stat : 11215 (java) S 11192 11194 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345762716 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339403765416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11194/tid=11216] ppid=11192 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11194/task/11216/stat : 11216 (java) S 11192 11194 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345762719 3037372416 279176 33554432000 1073741824 1073778376 140734941712112 140339402712616 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11194 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=908284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=233660
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.129
CPU time (s): 1800.13
CPU user time (s): 1798.36
CPU system time (s): 1.77
CPU usage (%): 199.986
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 2.23366
maximum resident set size= 1116828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32387
involuntary context switches= 41086

runsolver used 3.55246 second user time and 9.45256 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 09:52:43
IDJOB=3743752
IDBENCH=92309
IDSOLVER=2324
FILE ID=node136/3743752-1338796362
RUNJOBID= node136-1338784910-9234
PBS_JOBID= 14636853
Free space on /tmp= 69760 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743752-1338796362/watcher-3743752-1338796362 -o /tmp/evaluation-result-3743752-1338796362/solver-3743752-1338796362 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743752-1338796362.opb

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

MD5SUM BENCH= d2107be783663a4b74fe1129fd5afba5
RANDOM SEED=140487748

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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:        26091572 kB
Buffers:         1278944 kB
Cached:          3689080 kB
SwapCached:        20316 kB
Active:          3675608 kB
Inactive:        2190080 kB
Active(anon):     870188 kB
Inactive(anon):    22308 kB
Active(file):    2805420 kB
Inactive(file):  2167772 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             31404 kB
Writeback:            64 kB
AnonPages:        890408 kB
Mapped:            17896 kB
Shmem:                 0 kB
Slab:             765160 kB
SReclaimable:     205960 kB
SUnreclaim:       559200 kB
KernelStack:        1616 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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= 69756 MiB
End job on node136 at 2012-06-04 10:07:46