Trace number 3688306

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.16 899.736

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688306-1337876765.opb
0.08/0.13	c reading problem ... 
5.18/3.68	c ... done. Wall clock time 3.547s.
5.18/3.68	c declared #vars     106951
5.18/3.68	c #constraints  318782
5.18/3.68	c constraints type 
5.18/3.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
5.18/3.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
5.18/3.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.18/3.68	c 318782 constraints processed.
5.18/3.68	c constraints type 
5.18/3.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
5.18/3.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
5.18/3.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.18/3.68	c 318782 constraints processed.
5.18/3.68	c objective function length is 231 literals
1800.16/899.72	c starts		: 4
1800.16/899.72	c conflicts		: 386
1800.16/899.72	c decisions		: 3295
1800.16/899.72	c propagations		: 928833
1800.16/899.72	c inspects		: 3323444
1800.16/899.72	c shortcuts		: 0
1800.16/899.72	c learnt literals	: 0
1800.16/899.72	c learnt binary clauses	: 0
1800.16/899.72	c learnt ternary clauses	: 0
1800.16/899.72	c learnt constraints	: 386
1800.16/899.72	c ignored constraints	: 0
1800.16/899.72	c root simplifications	: 0
1800.16/899.72	c removed literals (reason simplification)	: 7995738
1800.16/899.72	c reason swapping (by a shorter reason)	: 0
1800.16/899.72	c Calls to reduceDB	: 0
1800.16/899.72	c number of reductions to clauses (during analyze)	: 0
1800.16/899.72	c number of learned constraints concerned by reduction	: 0
1800.16/899.72	c number of learning phase by resolution	: 0
1800.16/899.72	c number of learning phase by cutting planes	: 0
1800.16/899.72	c speed (assignments/second)	: 1036.6705841779421
1800.16/899.72	c non guided choices	221
1800.16/899.72	c learnt constraints type 
1800.16/899.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 386
1800.16/899.72	c constraints type 
1800.16/899.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.16/899.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.16/899.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/899.72	c 318782 constraints processed.
1800.16/899.72	c constraints type 
1800.16/899.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.16/899.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.16/899.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/899.72	c 318782 constraints processed.
1800.16/899.72	s UNKNOWN
1800.16/899.72	c Total wall clock time (in seconds): 899.59

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-3688306-1337876765/watcher-3688306-1337876765 -o /tmp/evaluation-result-3688306-1337876765/solver-3688306-1337876765 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688306-1337876765.opb 

running on 4 cores: 0,2,4,6

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.91 3.89 3.78 4/197 27156
/proc/meminfo: memFree=28059076/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27156/stat : 27156 (java) R 27154 27156 25404 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253800950 9515008 182 33554432000 1073741824 1073778376 140737168018848 140737168009880 251044642485 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27156/statm: 2323 182 140 9 0 71 0

[startup+0.078974 s]
/proc/loadavg: 3.91 3.89 3.78 4/197 27156
/proc/meminfo: memFree=28059076/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 3217 0 1 0 4 1 0 0 20 0 18 0 253800950 9787813888 4426 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 4426 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100232 s]
/proc/loadavg: 3.91 3.89 3.78 4/197 27156
/proc/meminfo: memFree=28059076/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 4150 0 1 0 7 1 0 0 20 0 18 0 253800950 9787813888 5346 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 5346 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300171 s]
/proc/loadavg: 3.91 3.89 3.78 4/197 27156
/proc/meminfo: memFree=28059076/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 5434 0 1 0 44 2 0 0 20 0 18 0 253800950 9787813888 9348 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 9348 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700217 s]
/proc/loadavg: 3.91 3.89 3.78 4/197 27156
/proc/meminfo: memFree=28059076/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=1.49 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 14068 0 1 0 142 7 0 0 20 0 18 0 253800950 9787813888 47466 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 47466 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 3.91 3.89 3.78 4/215 27174
/proc/meminfo: memFree=27843148/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=2.62 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 14776 0 1 0 244 18 0 0 20 0 18 0 253800950 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 96093 2246 9 0 2380296 0
[pid=27156/tid=27158] ppid=27154 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 25404 0 -1 4202560 2577 0 1 0 128 5 0 0 20 0 18 0 253800951 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140039051939080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) R 27154 27156 25404 0 -1 4202560 102 0 0 0 5 2 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140039024392744 140039054411507 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) R 27154 27156 25404 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140039023340120 140039054411507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) R 27154 27156 25404 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140039022287320 140039054411507 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) R 27154 27156 25404 0 -1 4202560 110 0 0 0 5 1 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140039021234224 140039054411449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) R 27154 27156 25404 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038890892456 251044596871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) R 27154 27156 25404 0 -1 4202560 125 0 0 0 5 1 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038889839704 140039056115887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) R 27154 27156 25404 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038888786904 140039054411449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) R 27154 27156 25404 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 18 0 253800952 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038887733952 140039056115887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253800953 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038405219720 251048014908 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253800954 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253800954 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) S 27154 27156 25404 0 -1 4202560 5140 0 0 0 36 1 0 0 20 0 18 0 253800956 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038401010616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5186 0 0 0 36 1 0 0 20 0 18 0 253800956 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 96093 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 3.91 3.89 3.78 4/215 27174
/proc/meminfo: memFree=27678128/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9558412 CPUtime=4.54 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 15182 0 1 0 429 25 0 0 20 0 18 0 253800950 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2389603 108691 2257 9 0 2380296 0
[pid=27156/tid=27158] ppid=27154 vsize=9558412 CPUtime=2.84 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) R 27154 27156 25404 0 -1 4202560 2596 0 1 0 279 5 0 0 20 0 18 0 253800951 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140039051939208 140038901970144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 25404 0 -1 4202560 106 0 0 0 7 3 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140039024392744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 25404 0 -1 4202560 233 0 0 0 9 3 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140039023339944 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 25404 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140039022287144 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 25404 0 -1 4202560 134 0 0 0 6 1 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140039021234344 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 25404 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038890892328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 25404 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038889839528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 25404 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038888786728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 25404 0 -1 4202560 143 0 0 0 8 2 0 0 20 0 18 0 253800952 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038887733928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253800953 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038405220840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253800954 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253800954 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) R 27154 27156 25404 0 -1 4202560 5142 0 0 0 41 1 0 0 20 0 18 0 253800956 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038401010616 140039055797814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5187 0 0 0 37 2 0 0 20 0 18 0 253800956 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253800956 9787813888 108691 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 3.84 3.88 3.78 5/219 27178
/proc/meminfo: memFree=27547776/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9824668 CPUtime=10.96 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 15531 0 1 0 1069 27 0 0 20 0 22 0 253800950 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2456167 129746 2267 9 0 2446860 0
[pid=27156/tid=27158] ppid=27154 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 25404 0 -1 4202560 2601 0 1 0 337 5 0 0 20 0 22 0 253800951 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140039051940856 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 25404 0 -1 4202560 106 0 0 0 7 3 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140039024392744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 25404 0 -1 4202560 233 0 0 0 9 3 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140039023339944 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 25404 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140039022287144 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 25404 0 -1 4202560 134 0 0 0 6 1 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140039021234344 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 25404 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038890892328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 25404 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038889839528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 25404 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038888786728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 25404 0 -1 4202560 143 0 0 0 8 2 0 0 20 0 22 0 253800952 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038887733928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253800953 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038405220840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) S 27154 27156 25404 0 -1 4202560 5151 0 0 0 70 1 0 0 20 0 22 0 253800956 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038401010616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5187 0 0 0 69 2 0 0 20 0 22 0 253800956 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27175] ppid=27154 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/27156/task/27175/stat : 27175 (java) R 27154 27156 25404 0 -1 4202560 35 0 0 0 259 0 0 0 20 0 22 0 253801318 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038396797752 140038902846170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27176] ppid=27154 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/27156/task/27176/stat : 27176 (java) R 27154 27156 25404 0 -1 4202560 284 0 0 0 257 1 0 0 20 0 22 0 253801318 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038395744552 140038902846083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27177] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27177/stat : 27177 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801324 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038394692520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27178] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27178/stat : 27178 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801325 10060460032 129746 33554432000 1073741824 1073778376 140734421769696 140038393639720 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 9824668

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

/proc/27156/statm: 2456167 638402 2269 9 0 2446860 0
[pid=27156/tid=27158] ppid=27154 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 25404 0 -1 4202560 2609 0 1 0 339 6 0 0 20 0 22 0 253800951 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140039051940856 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 25404 0 -1 4202560 212 0 0 0 41 9 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140039024392744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 25404 0 -1 4202560 299 0 0 0 37 7 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140039023339944 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 25404 0 -1 4202560 198 0 0 0 38 7 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140039022287144 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 25404 0 -1 4202560 306 0 0 0 45 9 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140039021234344 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 25404 0 -1 4202560 244 0 0 0 43 10 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038890892328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 25404 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038889839528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 25404 0 -1 4202560 143 0 0 0 27 6 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038888786728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 25404 0 -1 4202560 264 0 0 0 38 8 0 0 20 0 22 0 253800952 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038887733928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 1279 0 0 0 0 2 0 0 20 0 22 0 253800953 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038405220840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) S 27154 27156 25404 0 -1 4202560 5179 0 0 0 123 1 0 0 20 0 22 0 253800956 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038401010616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5188 0 0 0 102 2 0 0 20 0 22 0 253800956 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 51 0 0 0 17 19 0 0 20 0 22 0 253800956 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27175] ppid=27154 vsize=9824668 CPUtime=875.43 cores=0,2,4,6
/proc/27156/task/27175/stat : 27175 (java) R 27154 27156 25404 0 -1 4202560 558 0 0 0 87513 30 0 0 20 0 22 0 253801318 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038396796224 140038902689478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27176] ppid=27154 vsize=9824668 CPUtime=875.46 cores=0,2,4,6
/proc/27156/task/27176/stat : 27176 (java) R 27154 27156 25404 0 -1 4202560 966 0 0 0 87525 21 0 0 20 0 22 0 253801318 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038395744128 140038903205806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27177] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27177/stat : 27177 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801324 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038394692520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27178] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27178/stat : 27178 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801325 10060460032 638402 33554432000 1073741824 1073778376 140734421769696 140038393639720 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 3.84 3.87 3.82 4/219 27272
/proc/meminfo: memFree=25823780/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 18963 0 1 0 179886 130 0 0 20 0 22 0 253800950 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2456167 638914 2269 9 0 2446860 0
[pid=27156/tid=27158] ppid=27154 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 25404 0 -1 4202560 2609 0 1 0 339 6 0 0 20 0 22 0 253800951 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039051940856 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 25404 0 -1 4202560 212 0 0 0 41 9 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039024392744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 25404 0 -1 4202560 299 0 0 0 37 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039023339944 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 25404 0 -1 4202560 198 0 0 0 38 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039022287144 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 25404 0 -1 4202560 306 0 0 0 45 9 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039021234344 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 25404 0 -1 4202560 244 0 0 0 43 10 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038890892328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 25404 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038889839528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 25404 0 -1 4202560 143 0 0 0 27 6 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038888786728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 25404 0 -1 4202560 264 0 0 0 38 8 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038887733928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 1279 0 0 0 0 2 0 0 20 0 22 0 253800953 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038405220840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) S 27154 27156 25404 0 -1 4202560 5179 0 0 0 123 1 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038401010616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5188 0 0 0 102 2 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 53 0 0 0 18 19 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27175] ppid=27154 vsize=9824668 CPUtime=892.8 cores=0,2,4,6
/proc/27156/task/27175/stat : 27175 (java) R 27154 27156 25404 0 -1 4202560 559 0 0 0 89250 30 0 0 20 0 22 0 253801318 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038396796224 140038902847849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27176] ppid=27154 vsize=9824668 CPUtime=892.83 cores=0,2,4,6
/proc/27156/task/27176/stat : 27176 (java) R 27154 27156 25404 0 -1 4202560 966 0 0 0 89262 21 0 0 20 0 22 0 253801318 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038395744128 140038903205806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27177] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27177/stat : 27177 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801324 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038394692520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27178] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27178/stat : 27178 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801325 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038393639720 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

[startup+899.701 s]
/proc/loadavg: 3.84 3.87 3.82 4/219 27272
/proc/meminfo: memFree=25823780/32873844 swapFree=7612/7612
[pid=27156] ppid=27154 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/27156/stat : 27156 (java) S 27154 27156 25404 0 -1 4202496 18963 0 1 0 179886 130 0 0 20 0 22 0 253800950 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140734421760832 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27156/statm: 2456167 638914 2269 9 0 2446860 0
[pid=27156/tid=27158] ppid=27154 vsize=9824668 CPUtime=3.45 cores=0,2,4,6
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 25404 0 -1 4202560 2609 0 1 0 339 6 0 0 20 0 22 0 253800951 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039051940856 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 25404 0 -1 4202560 212 0 0 0 41 9 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039024392744 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 25404 0 -1 4202560 299 0 0 0 37 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039023339944 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 25404 0 -1 4202560 198 0 0 0 38 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039022287144 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 25404 0 -1 4202560 306 0 0 0 45 9 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140039021234344 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 25404 0 -1 4202560 244 0 0 0 43 10 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038890892328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27164] ppid=27154 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 25404 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038889839528 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 25404 0 -1 4202560 143 0 0 0 27 6 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038888786728 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27166] ppid=27154 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 25404 0 -1 4202560 264 0 0 0 38 8 0 0 20 0 22 0 253800952 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038887733928 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 25404 0 -1 4202560 1279 0 0 0 0 2 0 0 20 0 22 0 253800953 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038405220840 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038404166904 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27169] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27169/stat : 27169 (java) S 27154 27156 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253800954 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038403113992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27170] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27170/stat : 27170 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038402062480 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27171] ppid=27154 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/27156/task/27171/stat : 27171 (java) S 27154 27156 25404 0 -1 4202560 5179 0 0 0 123 1 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038401010616 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27172] ppid=27154 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/27156/task/27172/stat : 27172 (java) S 27154 27156 25404 0 -1 4202560 5188 0 0 0 102 2 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038399957816 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27173] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27173/stat : 27173 (java) S 27154 27156 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038398905208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27156/tid=27174] ppid=27154 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/27156/task/27174/stat : 27174 (java) S 27154 27156 25404 0 -1 4202560 53 0 0 0 18 19 0 0 20 0 22 0 253800956 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038397852616 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27156/tid=27175] ppid=27154 vsize=9824668 CPUtime=892.8 cores=0,2,4,6
/proc/27156/task/27175/stat : 27175 (java) R 27154 27156 25404 0 -1 4202560 559 0 0 0 89250 30 0 0 20 0 22 0 253801318 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038396796224 140038902847849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27176] ppid=27154 vsize=9824668 CPUtime=892.83 cores=0,2,4,6
/proc/27156/task/27176/stat : 27176 (java) R 27154 27156 25404 0 -1 4202560 966 0 0 0 89262 21 0 0 20 0 22 0 253801318 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038395744128 140038903205806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27156/tid=27177] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27177/stat : 27177 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801324 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038394692520 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27156/tid=27178] ppid=27154 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27156/task/27178/stat : 27178 (java) S 27154 27156 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253801325 10060460032 638914 33554432000 1073741824 1073778376 140734421769696 140038393639720 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 899.736
CPU time (s): 1800.16
CPU user time (s): 1798.86
CPU system time (s): 1.3
CPU usage (%): 200.076
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.14
system time used= 1.61575
maximum resident set size= 2555776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18994
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21473
involuntary context switches= 12413

runsolver used 3.3005 second user time and 8.01678 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 18:26:06
IDJOB=3688306
IDBENCH=2960
IDSOLVER=2268
FILE ID=node143/3688306-1337876765
RUNJOBID= node143-1337871881-25421
PBS_JOBID= 14620061
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688306-1337876765/watcher-3688306-1337876765 -o /tmp/evaluation-result-3688306-1337876765/solver-3688306-1337876765 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688306-1337876765.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1452361849

node143.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.787
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.57
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.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        28059076 kB
Buffers:          221680 kB
Cached:          2576340 kB
SwapCached:            0 kB
Active:          1836688 kB
Inactive:        2187764 kB
Active(anon):    1228572 kB
Inactive(anon):      572 kB
Active(file):     608116 kB
Inactive(file):  2187192 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20604 kB
Writeback:             0 kB
AnonPages:       1242264 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             639988 kB
SReclaimable:      82420 kB
SUnreclaim:       557568 kB
KernelStack:        1616 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1429036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1155072 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= 71496 MiB
End job on node143 at 2012-05-24 18:41:08