Trace number 3733460

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.18 899.539

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3733460-1338689717.opb
0.09/0.12	c reading problem ... 
1.72/0.97	c ... done. Wall clock time 0.857s.
1.72/0.97	c #vars     51018
1.72/0.97	c #constraints  19000
1.72/0.97	c constraints type 
1.72/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1.72/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1.72/0.97	c constraints type 
1.72/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
55.56/27.05	c cleaning 2491 clauses out of 4988 with flag 5002/5002
107.24/52.86	c cleaning 4247 clauses out of 8497 with flag 11002/11002
159.32/78.98	c cleaning 5624 clauses out of 11247 with flag 18000/18000
386.55/192.57	c cleaning 6805 clauses out of 13618 with flag 26001/26001
643.15/320.84	c cleaning 7900 clauses out of 15813 with flag 35001/35001
962.56/480.47	c cleaning 8938 clauses out of 17910 with flag 45002/45002
1568.01/782.91	c cleaning 9446 clauses out of 18965 with flag 55001/55001
1663.39/830.75	c cleaning 9755 clauses out of 19520 with flag 65002/65002
1773.32/885.92	c cleaning 9877 clauses out of 19768 with flag 75005/75005
1800.18/899.51	c starts		: 78
1800.18/899.51	c conflicts		: 76609
1800.18/899.51	c decisions		: 190190
1800.18/899.51	c propagations		: 7796982
1800.18/899.51	c inspects		: 36977620
1800.18/899.51	c shortcuts		: 0
1800.18/899.51	c learnt literals	: 31
1800.18/899.51	c learnt binary clauses	: 109
1800.18/899.51	c learnt ternary clauses	: 76
1800.18/899.51	c learnt constraints	: 76577
1800.18/899.51	c ignored constraints	: 0
1800.18/899.51	c root simplifications	: 0
1800.18/899.51	c removed literals (reason simplification)	: 13534964
1800.18/899.51	c reason swapping (by a shorter reason)	: 0
1800.18/899.51	c Calls to reduceDB	: 9
1800.18/899.51	c number of reductions to clauses (during analyze)	: 0
1800.18/899.51	c number of learned constraints concerned by reduction	: 0
1800.18/899.51	c number of learning phase by resolution	: 0
1800.18/899.51	c number of learning phase by cutting planes	: 0
1800.18/899.51	c speed (assignments/second)	: 8677.438274524644
1800.18/899.51	c non guided choices	30997
1800.18/899.52	c learnt constraints type 
1800.18/899.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 109
1800.18/899.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11386
1800.18/899.52	c constraints type 
1800.18/899.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1800.18/899.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.18/899.52	c constraints type 
1800.18/899.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.18/899.52	s UNKNOWN
1800.18/899.52	c Total wall clock time (in seconds): 899.403

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-3733460-1338689717/watcher-3733460-1338689717 -o /tmp/evaluation-result-3733460-1338689717/solver-3733460-1338689717 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733460-1338689717.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.78 3.85 3.78 5/197 4826
/proc/meminfo: memFree=26951496/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (java) D 4824 4826 621 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 335097134 9515008 182 33554432000 1073741824 1073778376 140733896087952 140733896078984 260190322357 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/4826/statm: 2323 182 140 9 0 71 0

[startup+0.0142041 s]
/proc/loadavg: 3.78 3.85 3.78 5/197 4826
/proc/meminfo: memFree=26951496/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 1288 0 0 0 0 0 0 0 20 0 2 0 335097134 98578432 989 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 24067 989 756 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100174 s]
/proc/loadavg: 3.78 3.85 3.78 5/197 4826
/proc/meminfo: memFree=26951496/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 5229 0 1 0 8 1 0 0 20 0 18 0 335097134 11864465408 13585 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2896598 13585 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300186 s]
/proc/loadavg: 3.78 3.85 3.78 5/197 4826
/proc/meminfo: memFree=26951496/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11586392 CPUtime=0.58 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 15540 0 1 0 55 3 0 0 20 0 18 0 335097134 11864465408 22627 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2896598 22627 2216 9 0 2887285 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11586392

[startup+0.700185 s]
/proc/loadavg: 3.78 3.85 3.78 5/197 4826
/proc/meminfo: memFree=26951496/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11586392 CPUtime=1.52 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 18314 0 1 0 147 5 0 0 20 0 18 0 335097134 11864465408 50267 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2896598 50267 2227 9 0 2887285 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 11586392

[startup+1.50067 s]
/proc/loadavg: 3.78 3.85 3.78 7/217 4846
/proc/meminfo: memFree=26228884/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11852648 CPUtime=3.27 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 19714 0 1 0 319 8 0 0 20 0 22 0 335097134 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2963162 77671 2248 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3475 0 1 0 89 5 0 0 20 0 22 0 335097135 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 6974 0 0 0 66 1 0 0 20 0 22 0 335097141 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 7961 0 0 0 60 0 0 0 20 0 22 0 335097141 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369967942344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4845] ppid=4824 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/4826/task/4845/stat : 4845 (java) R 4824 4826 621 0 -1 4202560 32 0 0 0 48 0 0 0 20 0 22 0 335097232 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369966887896 140370017788250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4846] ppid=4824 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/4826/task/4846/stat : 4846 (java) R 4824 4826 621 0 -1 4202560 75 0 0 0 49 0 0 0 20 0 22 0 335097232 12137111552 77671 33554432000 1073741824 1073778376 140733207163504 140369965834392 140370017932304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 3.78 3.85 3.78 5/219 4848
/proc/meminfo: memFree=26172068/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11852648 CPUtime=6.88 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 20131 0 1 0 676 12 0 0 20 0 22 0 335097134 12137111552 152468 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2963162 152468 2249 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3475 0 1 0 89 5 0 0 20 0 22 0 335097135 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 7198 0 0 0 84 2 0 0 20 0 22 0 335097141 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 8004 0 0 0 84 0 0 0 20 0 22 0 335097141 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369967942344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4845] ppid=4824 vsize=11852648 CPUtime=2.07 cores=1,3,5,7
/proc/4826/task/4845/stat : 4845 (java) R 4824 4826 621 0 -1 4202560 35 0 0 0 207 0 0 0 20 0 22 0 335097232 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369966885864 140370017788348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4846] ppid=4824 vsize=11852648 CPUtime=2.08 cores=1,3,5,7
/proc/4826/task/4846/stat : 4846 (java) R 4824 4826 621 0 -1 4202560 221 0 0 0 204 4 0 0 20 0 22 0 335097232 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369965832472 140370017957882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4847] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4847/stat : 4847 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097241 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369964783272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4848] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4848/stat : 4848 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097243 12137111552 152980 33554432000 1073741824 1073778376 140733207163504 140369963730472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.79 3.86 3.78 5/219 4848
/proc/meminfo: memFree=24429488/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11852648 CPUtime=13.39 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 21145 0 1 0 1301 38 0 0 20 0 22 0 335097134 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2963162 602002 2254 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3475 0 1 0 89 5 0 0 20 0 22 0 335097135 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097137 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335097138 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 7320 0 0 0 91 2 0 0 20 0 22 0 335097141 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 8014 0 0 0 89 0 0 0 20 0 22 0 335097141 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 602002 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/4826/statm: 2963162 964884 2279 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3485 0 1 0 91 7 0 0 20 0 22 0 335097135 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 113 0 0 0 60 6 0 0 20 0 22 0 335097137 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 180 0 0 0 72 8 0 0 20 0 22 0 335097137 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 169 0 0 0 64 7 0 0 20 0 22 0 335097137 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 146 0 0 0 71 7 0 0 20 0 22 0 335097137 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 164 0 0 0 70 8 0 0 20 0 22 0 335097137 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 181 0 0 0 82 8 0 0 20 0 22 0 335097138 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 131 0 0 0 64 6 0 0 20 0 22 0 335097138 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 145 0 0 0 64 7 0 0 20 0 22 0 335097138 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=2.13 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 1340 0 0 0 205 8 0 0 20 0 22 0 335097139 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 7331 0 0 0 108 2 0 0 20 0 22 0 335097141 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 8027 0 0 0 109 0 0 0 20 0 22 0 335097141 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 621 0 -1 4202560 52 0 0 0 13 18 0 0 20 0 22 0 335097141 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369967942344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4845] ppid=4824 vsize=11852648 CPUtime=874.94 cores=1,3,5,7
/proc/4826/task/4845/stat : 4845 (java) R 4824 4826 621 0 -1 4202560 79 0 0 0 87479 15 0 0 20 0 22 0 335097232 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369966885776 140370017562264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4846] ppid=4824 vsize=11852648 CPUtime=874.99 cores=1,3,5,7
/proc/4826/task/4846/stat : 4846 (java) R 4824 4826 621 0 -1 4202560 1644 0 0 0 87442 57 0 0 20 0 22 0 335097232 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369965833456 140370017788577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4847] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4847/stat : 4847 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097241 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369964783272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4848] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4848/stat : 4848 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097243 12137111552 964884 33554432000 1073741824 1073778376 140733207163504 140369963730472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.07
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 3.97 3.94 3.86 5/220 5040
/proc/meminfo: memFree=24826140/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 24385 0 1 0 179879 139 0 0 20 0 22 0 335097134 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2963162 964886 2279 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3485 0 1 0 91 7 0 0 20 0 22 0 335097135 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 114 0 0 0 63 6 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 180 0 0 0 75 8 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 174 0 0 0 67 7 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 146 0 0 0 73 7 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 164 0 0 0 73 8 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 181 0 0 0 84 8 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 131 0 0 0 67 6 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 145 0 0 0 65 7 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=2.52 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 1342 0 0 0 244 8 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 7331 0 0 0 108 2 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 8027 0 0 0 109 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 621 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369967942344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4845] ppid=4824 vsize=11852648 CPUtime=891.66 cores=1,3,5,7
/proc/4826/task/4845/stat : 4845 (java) R 4824 4826 621 0 -1 4202560 81 0 0 0 89151 15 0 0 20 0 22 0 335097232 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369966886544 140370018165202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4846] ppid=4824 vsize=11852648 CPUtime=891.72 cores=1,3,5,7
/proc/4826/task/4846/stat : 4846 (java) R 4824 4826 621 0 -1 4202560 1645 0 0 0 89115 57 0 0 20 0 22 0 335097232 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369965832960 140370017788348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4847] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4847/stat : 4847 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097241 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369964783272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4848] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4848/stat : 4848 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097243 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369963730472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

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

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

[startup+899.501 s]
/proc/loadavg: 3.97 3.94 3.86 5/220 5040
/proc/meminfo: memFree=24826140/32873648 swapFree=7116/7116
[pid=4826] ppid=4824 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/4826/stat : 4826 (java) S 4824 4826 621 0 -1 4202496 24385 0 1 0 179879 139 0 0 20 0 22 0 335097134 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140733207154640 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4826/statm: 2963162 964886 2279 9 0 2953849 0
[pid=4826/tid=4828] ppid=4824 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/4826/task/4828/stat : 4828 (java) S 4824 4826 621 0 -1 4202560 3485 0 1 0 91 7 0 0 20 0 22 0 335097135 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370157929624 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4829] ppid=4824 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/4826/task/4829/stat : 4829 (java) S 4824 4826 621 0 -1 4202560 114 0 0 0 63 6 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370146990888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4830] ppid=4824 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/4826/task/4830/stat : 4830 (java) S 4824 4826 621 0 -1 4202560 180 0 0 0 75 8 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370145938088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4831] ppid=4824 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/4826/task/4831/stat : 4831 (java) S 4824 4826 621 0 -1 4202560 174 0 0 0 67 7 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370144885800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4832] ppid=4824 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/4826/task/4832/stat : 4832 (java) S 4824 4826 621 0 -1 4202560 146 0 0 0 73 7 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370143833000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4833] ppid=4824 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/4826/task/4833/stat : 4833 (java) S 4824 4826 621 0 -1 4202560 164 0 0 0 73 8 0 0 20 0 22 0 335097137 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370142779688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4834] ppid=4824 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/4826/task/4834/stat : 4834 (java) S 4824 4826 621 0 -1 4202560 181 0 0 0 84 8 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370141726888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4835] ppid=4824 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/4826/task/4835/stat : 4835 (java) S 4824 4826 621 0 -1 4202560 131 0 0 0 67 6 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370140674600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4836] ppid=4824 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/4826/task/4836/stat : 4836 (java) S 4824 4826 621 0 -1 4202560 145 0 0 0 65 7 0 0 20 0 22 0 335097138 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140370139621800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4837] ppid=4824 vsize=11852648 CPUtime=2.52 cores=1,3,5,7
/proc/4826/task/4837/stat : 4837 (java) S 4824 4826 621 0 -1 4202560 1342 0 0 0 244 8 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369975311080 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4838] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4838/stat : 4838 (java) S 4824 4826 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369974257144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4839] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4839/stat : 4839 (java) S 4824 4826 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335097139 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369973204744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4840] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4840/stat : 4840 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369972153232 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4841] ppid=4824 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/4826/task/4841/stat : 4841 (java) S 4824 4826 621 0 -1 4202560 7331 0 0 0 108 2 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369971099832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4842] ppid=4824 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/4826/task/4842/stat : 4842 (java) S 4824 4826 621 0 -1 4202560 8027 0 0 0 109 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369970047032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4826/tid=4843] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4843/stat : 4843 (java) S 4824 4826 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369968994936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4844] ppid=4824 vsize=11852648 CPUtime=0.32 cores=1,3,5,7
/proc/4826/task/4844/stat : 4844 (java) S 4824 4826 621 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 335097141 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369967942344 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4845] ppid=4824 vsize=11852648 CPUtime=891.66 cores=1,3,5,7
/proc/4826/task/4845/stat : 4845 (java) R 4824 4826 621 0 -1 4202560 81 0 0 0 89151 15 0 0 20 0 22 0 335097232 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369966886544 140370018165202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4826/tid=4846] ppid=4824 vsize=11852648 CPUtime=891.72 cores=1,3,5,7
/proc/4826/task/4846/stat : 4846 (java) R 4824 4826 621 0 -1 4202560 1645 0 0 0 89115 57 0 0 20 0 22 0 335097232 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369965832960 140370017788348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4826/tid=4847] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4847/stat : 4847 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097241 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369964783272 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4826/tid=4848] ppid=4824 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4826/task/4848/stat : 4848 (java) S 4824 4826 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335097243 12137111552 964886 33554432000 1073741824 1073778376 140733207163504 140369963730472 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 899.539
CPU time (s): 1800.18
CPU user time (s): 1798.79
CPU system time (s): 1.39
CPU usage (%): 200.122
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 1.81172
maximum resident set size= 3859676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24420
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26088
involuntary context switches= 26731

runsolver used 3.3095 second user time and 8.08477 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 04:15:17
IDJOB=3733460
IDBENCH=2466
IDSOLVER=2328
FILE ID=node123/3733460-1338689717
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71300 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733460-1338689717/watcher-3733460-1338689717 -o /tmp/evaluation-result-3733460-1338689717/solver-3733460-1338689717 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733460-1338689717.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1362343634

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.217
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:       32873648 kB
MemFree:        26966500 kB
Buffers:          492576 kB
Cached:          2209540 kB
SwapCached:         2268 kB
Active:          3117160 kB
Inactive:        1875500 kB
Active(anon):    2285336 kB
Inactive(anon):     5504 kB
Active(file):     831824 kB
Inactive(file):  1869996 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              3180 kB
Writeback:             0 kB
AnonPages:       2335304 kB
Mapped:            18384 kB
Shmem:                 0 kB
Slab:             748724 kB
SReclaimable:     192816 kB
SUnreclaim:       555908 kB
KernelStack:        1632 kB
PageTables:         8720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2289664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 04:30:18