Trace number 3689626

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1801.69 925.816

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K98.opb
MD5SUM0d56c20200c8726f988a44319a68d2e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark165.396
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6664
Total number of constraints6862
Number of constraints which are clauses6764
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
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@63415de6
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 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@4e3eca90
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 c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689626-1337883670.opb
0.09/0.12	c reading problem ... 
0.77/0.49	c ... done. Wall clock time 0.369s.
0.77/0.49	c declared #vars     6664
0.77/0.49	c #constraints  6862
0.77/0.49	c constraints type 
0.77/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5501
0.77/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
0.77/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1261
0.77/0.49	c 6862 constraints processed.
0.77/0.49	c constraints type 
0.77/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1261
0.77/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5501
0.77/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.77/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.49	c 6862 constraints processed.
4.89/1.73	c cleaning 2488 clauses out of 4995 with flag 5002/5002
7.37/2.80	c cleaning 4243 clauses out of 8501 with flag 11000/11000
10.03/4.15	c cleaning 5574 clauses out of 11252 with flag 18001/18001
13.14/5.67	c cleaning 6773 clauses out of 13674 with flag 26000/26000
16.59/7.38	c cleaning 7871 clauses out of 15899 with flag 35000/35000
20.93/9.52	c cleaning 8860 clauses out of 18026 with flag 45000/45000
25.65/11.95	c cleaning 9981 clauses out of 20164 with flag 56000/56000
31.56/14.93	c cleaning 10988 clauses out of 22185 with flag 68004/68004
36.61/17.56	c cleaning 12001 clauses out of 24193 with flag 81000/81000
42.45/20.50	c cleaning 12939 clauses out of 26191 with flag 95000/95000
48.29/23.59	c cleaning 14030 clauses out of 28251 with flag 110000/110000
55.77/27.37	c cleaning 14990 clauses out of 30221 with flag 126000/126000
63.12/31.15	c cleaning 15997 clauses out of 32232 with flag 143001/143001
73.55/36.48	c cleaning 17055 clauses out of 34235 with flag 161002/161002
82.14/40.84	c cleaning 18038 clauses out of 36179 with flag 180001/180001
95.96/47.80	c cleaning 18776 clauses out of 38140 with flag 200000/200000
105.74/52.99	c cleaning 20102 clauses out of 40364 with flag 221000/221000
115.47/57.95	c cleaning 21068 clauses out of 42262 with flag 243000/243000
130.37/65.50	c cleaning 22017 clauses out of 44192 with flag 266001/266001
146.65/73.81	c cleaning 22743 clauses out of 46177 with flag 290003/290003
161.47/81.50	c cleaning 24022 clauses out of 48431 with flag 315000/315000
173.87/87.98	c cleaning 24993 clauses out of 50409 with flag 341000/341000
190.43/96.44	c cleaning 26086 clauses out of 52416 with flag 368000/368000
208.78/105.82	c cleaning 27064 clauses out of 54332 with flag 396002/396002
225.92/114.89	c cleaning 0 clauses out of 5000 with flag 0/5000
233.46/118.71	c cleaning 27844 clauses out of 56268 with flag 425002/425002
251.00/128.62	c cleaning 29102 clauses out of 58422 with flag 455000/455000
270.37/138.71	c cleaning 29687 clauses out of 60322 with flag 486002/486002
289.63/148.64	c cleaning 31120 clauses out of 62634 with flag 518001/518001
309.65/158.98	c cleaning 32013 clauses out of 64513 with flag 551001/551001
333.07/170.93	c cleaning 33028 clauses out of 66500 with flag 585001/585001
353.00/181.47	c cleaning 33998 clauses out of 68471 with flag 620000/620000
374.75/192.62	c cleaning 34644 clauses out of 70471 with flag 656000/656000
399.09/205.11	c cleaning 35565 clauses out of 72827 with flag 693000/693000
422.80/217.36	c cleaning 36266 clauses out of 75262 with flag 731000/731000
453.44/233.26	c cleaning 37256 clauses out of 77996 with flag 770000/770000
482.10/247.93	c cleaning 38236 clauses out of 80746 with flag 810006/810006
520.17/267.35	c cleaning 39170 clauses out of 83504 with flag 851000/851000
558.44/286.82	c cleaning 40843 clauses out of 86336 with flag 893002/893002
593.86/305.25	c cleaning 41298 clauses out of 88492 with flag 936001/936001
636.26/326.89	c cleaning 41947 clauses out of 91193 with flag 980000/980000
680.51/349.42	c cleaning 43719 clauses out of 94246 with flag 1025000/1025000
708.88/364.19	c cleaning 44209 clauses out of 96530 with flag 1071003/1071003
742.59/381.88	c cleaning 45121 clauses out of 99317 with flag 1118000/1118000
783.98/403.91	c cleaning 46349 clauses out of 102199 with flag 1166003/1166003
845.02/434.79	c cleaning 47870 clauses out of 104848 with flag 1215001/1215001
888.11/457.13	c cleaning 48604 clauses out of 106977 with flag 1265000/1265000
928.46/477.85	c cleaning 50111 clauses out of 109373 with flag 1316000/1316000
985.15/506.67	c cleaning 50141 clauses out of 111263 with flag 1368001/1368001
1033.33/531.25	c cleaning 51245 clauses out of 114120 with flag 1421000/1421000
1091.98/561.43	c cleaning 52645 clauses out of 116875 with flag 1475000/1475000
1134.69/583.30	c cleaning 53535 clauses out of 119233 with flag 1530003/1530003
1175.57/604.31	c cleaning 53486 clauses out of 121697 with flag 1586002/1586002
1242.87/638.56	c cleaning 55318 clauses out of 125210 with flag 1643001/1643001
1296.45/666.36	c cleaning 56584 clauses out of 127894 with flag 1701004/1701004
1359.61/698.57	c cleaning 57973 clauses out of 130309 with flag 1760003/1760003
1418.40/728.50	c cleaning 58735 clauses out of 132333 with flag 1820000/1820000
1479.62/759.70	c cleaning 0 clauses out of 11000 with flag 0/11000
1522.73/782.58	c cleaning 59246 clauses out of 134599 with flag 1881001/1881001
1570.03/807.00	c cleaning 60550 clauses out of 137351 with flag 1943000/1943000
1635.67/840.43	c cleaning 61870 clauses out of 139804 with flag 2006003/2006003
1690.46/868.54	c cleaning 62298 clauses out of 141932 with flag 2070001/2070001
1798.76/923.74	c cleaning 64122 clauses out of 144634 with flag 2135001/2135001
1801.04/925.77	c starts		: 210
1801.04/925.77	c conflicts		: 2135007
1801.04/925.77	c decisions		: 18225856
1801.04/925.77	c propagations		: 703312537
1801.04/925.77	c inspects		: 2873133311
1801.04/925.77	c shortcuts		: 0
1801.04/925.77	c learnt literals	: 42
1801.04/925.77	c learnt binary clauses	: 69277
1801.04/925.77	c learnt ternary clauses	: 83913
1801.04/925.77	c learnt constraints	: 2134965
1801.04/925.77	c ignored constraints	: 0
1801.04/925.77	c root simplifications	: 0
1801.04/925.77	c removed literals (reason simplification)	: 58815157
1801.04/925.77	c reason swapping (by a shorter reason)	: 0
1801.04/925.77	c Calls to reduceDB	: 61
1801.04/925.77	c number of reductions to clauses (during analyze)	: 0
1801.04/925.77	c number of learned constraints concerned by reduction	: 0
1801.04/925.77	c number of learning phase by resolution	: 0
1801.04/925.77	c number of learning phase by cutting planes	: 0
1801.04/925.77	c speed (assignments/second)	: 760123.4321991309
1801.04/925.77	c non guided choices	6326
1801.04/925.79	c learnt constraints type 
1801.04/925.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69277
1801.04/925.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11327
1801.04/925.80	c constraints type 
1801.04/925.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5501
1801.04/925.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
1801.04/925.80	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1801.04/925.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1261
1801.04/925.80	c 6862 constraints processed.
1801.04/925.80	c constraints type 
1801.04/925.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1261
1801.04/925.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5501
1801.04/925.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
1801.04/925.80	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1801.04/925.80	c 6862 constraints processed.
1801.04/925.80	s UNKNOWN
1801.04/925.80	c Total wall clock time (in seconds): 925.679

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-3689626-1337883670/watcher-3689626-1337883670 -o /tmp/evaluation-result-3689626-1337883670/solver-3689626-1337883670 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689626-1337883670.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.84 3.99 3.90 4/197 2143
/proc/meminfo: memFree=27052740/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2143/stat : 2143 (java) D 2141 2143 30487 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254492475 9515008 182 33554432000 1073741824 1073778376 140737044831136 140737044822168 214537420469 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2323 182 140 9 0 71 0

[startup+0.051235 s]
/proc/loadavg: 3.84 3.99 3.90 4/197 2143
/proc/meminfo: memFree=27052740/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 3083 0 1 0 2 0 0 0 20 0 13 0 254492475 9446973440 3782 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2306390 3782 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10024 s]
/proc/loadavg: 3.84 3.99 3.90 4/197 2143
/proc/meminfo: memFree=27052740/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 4301 0 1 0 8 1 0 0 20 0 18 0 254492475 9787813888 5502 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2389603 5502 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300171 s]
/proc/loadavg: 3.84 3.99 3.90 4/197 2143
/proc/meminfo: memFree=27052740/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 7166 0 1 0 53 1 0 0 20 0 18 0 254492475 9787813888 9871 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2389603 9871 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700174 s]
/proc/loadavg: 3.84 3.99 3.90 4/197 2143
/proc/meminfo: memFree=27052740/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 14776 0 1 0 183 4 0 0 20 0 22 0 254492475 10060460032 24577 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 24577 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 3.84 3.99 3.90 7/219 2165
/proc/meminfo: memFree=26938032/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=4.37 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 22263 0 1 0 431 6 0 0 20 0 22 0 254492475 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 41129 2259 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2505 0 1 0 44 1 0 0 20 0 22 0 254492476 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139880033547256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) S 2141 2143 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879857039464 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879853881872 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) R 2141 2143 30487 0 -1 4202560 8111 0 0 0 89 1 0 0 20 0 22 0 254492481 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879852829240 139880040530691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2159] ppid=2141 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) R 2141 2143 30487 0 -1 4202560 10316 0 0 0 95 2 0 0 20 0 22 0 254492481 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879851776696 139880040533560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2160] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2160/stat : 2160 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879850724344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2161] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2161/stat : 2161 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879849672008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2162] ppid=2141 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/2143/task/2162/stat : 2162 (java) R 2141 2143 30487 0 -1 4202560 25 0 0 0 98 0 0 0 20 0 22 0 254492524 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879848616376 139879974072828 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2163] ppid=2141 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/2143/task/2163/stat : 2163 (java) R 2141 2143 30487 0 -1 4202560 106 0 0 0 99 0 0 0 20 0 22 0 254492524 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879847563208 139879974185137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2164] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2164/stat : 2164 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879846511656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2165] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2165/stat : 2165 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 41129 33554432000 1073741824 1073778376 140736792647264 139879845459112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.84 3.99 3.90 5/219 2165
/proc/meminfo: memFree=26858968/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=7.96 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 24227 0 1 0 787 9 0 0 20 0 22 0 254492475 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 54472 2286 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2505 0 1 0 44 1 0 0 20 0 22 0 254492476 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139880033547256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492477 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) S 2141 2143 30487 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 254492478 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879857039464 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879853881872 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) S 2141 2143 30487 0 -1 4202560 9963 0 0 0 114 2 0 0 20 0 22 0 254492481 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879852829240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2159] ppid=2141 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) S 2141 2143 30487 0 -1 4202560 10320 0 0 0 112 2 0 0 20 0 22 0 254492481 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879851776696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2160] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2160/stat : 2160 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879850724344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2161] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2161/stat : 2161 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879849672008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2162] ppid=2141 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/2143/task/2162/stat : 2162 (java) R 2141 2143 30487 0 -1 4202560 28 0 0 0 247 0 0 0 20 0 22 0 254492524 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879848616216 139879973962472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2163] ppid=2141 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/2143/task/2163/stat : 2163 (java) R 2141 2143 30487 0 -1 4202560 118 0 0 0 248 2 0 0 20 0 22 0 254492524 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879847563800 139879974185123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2164] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2164/stat : 2164 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879846511656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2165] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2165/stat : 2165 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 54472 33554432000 1073741824 1073778376 140736792647264 139879845459112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.85 3.99 3.90 5/219 2165
/proc/meminfo: memFree=26692832/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=14.51 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 25389 0 1 0 1433 18 0 0 20 0 22 0 254492475 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 99452 2286 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2505 0 1 0 44 1 0 0 20 0 22 0 254492476 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139880033547256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 254492477 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) S 2141 2143 30487 0 -1 4202560 264 0 0 0 24 2 0 0 20 0 22 0 254492478 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879857039464 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879853881872 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) S 2141 2143 30487 0 -1 4202560 10734 0 0 0 119 2 0 0 20 0 22 0 254492481 10060460032 99452 33554432000 1073741824 1073778376 140736792647264 139879852829240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/meminfo: memFree=23463376/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=1715.37 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 34829 0 1 0 171408 129 0 0 20 0 22 0 254492475 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 941973 2287 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2550 0 1 0 46 3 0 0 20 0 22 0 254492476 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139880033547256 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 752 0 0 0 266 7 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 549 0 0 0 268 9 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 476 0 0 0 244 6 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 452 0 0 0 259 6 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 567 0 0 0 257 8 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 428 0 0 0 252 7 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 451 0 0 0 259 8 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 614 0 0 0 250 7 0 0 20 0 22 0 254492477 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=61.61 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) S 2141 2143 30487 0 -1 4202560 3866 0 0 0 6141 20 0 0 20 0 22 0 254492478 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879857039464 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879853881872 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) S 2141 2143 30487 0 -1 4202560 10737 0 0 0 128 2 0 0 20 0 22 0 254492481 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879852829240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2159] ppid=2141 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) S 2141 2143 30487 0 -1 4202560 10391 0 0 0 167 2 0 0 20 0 22 0 254492481 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879851776696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2160] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2160/stat : 2160 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879850724344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2161] ppid=2141 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/2143/task/2161/stat : 2161 (java) S 2141 2143 30487 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 254492481 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879849672008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2162] ppid=2141 vsize=9824668 CPUtime=814.5 cores=0,2,4,6
/proc/2143/task/2162/stat : 2162 (java) R 2141 2143 30487 0 -1 4202560 138 0 0 0 81435 15 0 0 20 0 22 0 254492524 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879848615056 139879973962528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2163] ppid=2141 vsize=9824668 CPUtime=814.51 cores=0,2,4,6
/proc/2143/task/2163/stat : 2163 (java) R 2141 2143 30487 0 -1 4202560 1620 0 0 0 81405 46 0 0 20 0 22 0 254492524 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879847561280 139879974167542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2164] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2164/stat : 2164 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879846511656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2165] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2165/stat : 2165 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 941973 33554432000 1073741824 1073778376 140736792647264 139879845459112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1715.37
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.701 s]
/proc/loadavg: 3.71 3.88 3.89 5/219 2232
/proc/meminfo: memFree=23512892/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=1800.05 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 35026 0 1 0 179869 136 0 0 20 0 22 0 254492475 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 952326 2287 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2551 0 1 0 46 3 0 0 20 0 22 0 254492476 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139880033546968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 770 0 0 0 279 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 560 0 0 0 290 9 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 484 0 0 0 264 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 476 0 0 0 282 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 597 0 0 0 275 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 460 0 0 0 278 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 473 0 0 0 271 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 634 0 0 0 264 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=62.5 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) R 2141 2143 30487 0 -1 4202560 3891 0 0 0 6229 21 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879857038120 139880039672975 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879853881872 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) S 2141 2143 30487 0 -1 4202560 10737 0 0 0 128 2 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879852829240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2159] ppid=2141 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) S 2141 2143 30487 0 -1 4202560 10391 0 0 0 167 2 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879851776696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2160] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2160/stat : 2160 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879850724344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2161] ppid=2141 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2143/task/2161/stat : 2161 (java) S 2141 2143 30487 0 -1 4202560 53 0 0 0 16 16 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879849672008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2162] ppid=2141 vsize=9824668 CPUtime=855.63 cores=0,2,4,6
/proc/2143/task/2162/stat : 2162 (java) S 2141 2143 30487 0 -1 4202560 140 0 0 0 85547 16 0 0 20 0 22 0 254492524 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879848615816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2163] ppid=2141 vsize=9824668 CPUtime=855.64 cores=0,2,4,6
/proc/2143/task/2163/stat : 2163 (java) S 2141 2143 30487 0 -1 4202560 1622 0 0 0 85517 47 0 0 20 0 22 0 254492524 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879847561688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2164] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2164/stat : 2164 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879846511656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2165] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2165/stat : 2165 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879845459112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+925.401 s]
/proc/loadavg: 3.71 3.88 3.89 4/220 2233
/proc/meminfo: memFree=23512884/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9824668 CPUtime=1800.74 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 35028 0 1 0 179938 136 0 0 20 0 22 0 254492475 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2456167 952326 2287 9 0 2446860 0
[pid=2143/tid=2145] ppid=2141 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/2143/task/2145/stat : 2145 (java) S 2141 2143 30487 0 -1 4202560 2551 0 1 0 46 3 0 0 20 0 22 0 254492476 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139880033546968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2146] ppid=2141 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/2143/task/2146/stat : 2146 (java) S 2141 2143 30487 0 -1 4202560 770 0 0 0 279 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879876606120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2147] ppid=2141 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/2143/task/2147/stat : 2147 (java) S 2141 2143 30487 0 -1 4202560 560 0 0 0 290 9 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879875553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2148] ppid=2141 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/2143/task/2148/stat : 2148 (java) S 2141 2143 30487 0 -1 4202560 484 0 0 0 264 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879874501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2149] ppid=2141 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/2143/task/2149/stat : 2149 (java) S 2141 2143 30487 0 -1 4202560 476 0 0 0 282 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879873448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2150] ppid=2141 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/2143/task/2150/stat : 2150 (java) S 2141 2143 30487 0 -1 4202560 597 0 0 0 275 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879872395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2151] ppid=2141 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/2143/task/2151/stat : 2151 (java) S 2141 2143 30487 0 -1 4202560 460 0 0 0 278 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879871343400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2152] ppid=2141 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/2143/task/2152/stat : 2152 (java) S 2141 2143 30487 0 -1 4202560 473 0 0 0 271 8 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879870290856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2153] ppid=2141 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/2143/task/2153/stat : 2153 (java) S 2141 2143 30487 0 -1 4202560 634 0 0 0 264 7 0 0 20 0 22 0 254492477 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879869238312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2154] ppid=2141 vsize=9824668 CPUtime=63.19 cores=0,2,4,6
/proc/2143/task/2154/stat : 2154 (java) R 2141 2143 30487 0 -1 4202560 3891 0 0 0 6298 21 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879857038120 139880037708092 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2143/tid=2155] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2155/stat : 2155 (java) S 2141 2143 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879855985784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2156] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2156/stat : 2156 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492478 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879854933128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2157] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2157/stat : 2157 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879853881416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2158] ppid=2141 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/2143/task/2158/stat : 2158 (java) S 2141 2143 30487 0 -1 4202560 10737 0 0 0 128 2 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879852829240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2159] ppid=2141 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) S 2141 2143 30487 0 -1 4202560 10391 0 0 0 167 2 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879851776696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2160] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2160/stat : 2160 (java) S 2141 2143 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879850724344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2161] ppid=2141 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2143/task/2161/stat : 2161 (java) S 2141 2143 30487 0 -1 4202560 55 0 0 0 16 16 0 0 20 0 22 0 254492481 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879849672008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2162] ppid=2141 vsize=9824668 CPUtime=855.63 cores=0,2,4,6
/proc/2143/task/2162/stat : 2162 (java) S 2141 2143 30487 0 -1 4202560 140 0 0 0 85547 16 0 0 20 0 22 0 254492524 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879848615816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2143/tid=2163] ppid=2141 vsize=9824668 CPUtime=855.64 cores=0,2,4,6
/proc/2143/task/2163/stat : 2163 (java) S 2141 2143 30487 0 -1 4202560 1622 0 0 0 85517 47 0 0 20 0 22 0 254492524 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879847561688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2143/tid=2164] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2164/stat : 2164 (java) S 2141 2143 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879846511656 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2143/tid=2165] ppid=2141 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2143/task/2165/stat : 2165 (java) S 2141 2143 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254492526 10060460032 952326 33554432000 1073741824 1073778376 140736792647264 139879845459112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 9824668

[startup+925.801 s]
/proc/loadavg: 3.71 3.88 3.89 4/220 2233
/proc/meminfo: memFree=23512884/32873648 swapFree=7104/7104
[pid=2143] ppid=2141 vsize=9957796 CPUtime=1801.3 cores=0,2,4,6
/proc/2143/stat : 2143 (java) S 2141 2143 30487 0 -1 4202496 35084 0 1 0 179987 143 0 0 20 0 21 0 254492475 10196783104 963580 33554432000 1073741824 1073778376 140736792647264 140736792638400 214540779581 256 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2143/statm: 2489449 963580 2288 9 0 2480142 0
[pid=2143/tid=2159] ppid=2141 vsize=9957796 CPUtime=1.71 cores=0,2,4,6
/proc/2143/task/2159/stat : 2159 (java) R 2141 2143 30487 0 -1 4202560 10392 0 0 0 169 2 0 0 20 0 3 0 254492481 10196783104 963580 33554432000 1073741824 1073778376 140736792647264 139879851752680 214540792892 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 9957796

Child status: 143
Real time (s): 925.816
CPU time (s): 1801.69
CPU user time (s): 1799.82
CPU system time (s): 1.87271
CPU usage (%): 194.606
Max. virtual memory (cumulated for all children) (KiB): 9957796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 1.87271
maximum resident set size= 3854404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35084
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25679
involuntary context switches= 37457

runsolver used 3.13452 second user time and 8.39172 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 20:21:10
IDJOB=3689626
IDBENCH=90129
IDSOLVER=2268
FILE ID=node127/3689626-1337883670
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K98.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689626-1337883670/watcher-3689626-1337883670 -o /tmp/evaluation-result-3689626-1337883670/solver-3689626-1337883670 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689626-1337883670.opb

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

MD5SUM BENCH= 0d56c20200c8726f988a44319a68d2e3
RANDOM SEED=492892655

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        27053384 kB
Buffers:          242876 kB
Cached:          2399436 kB
SwapCached:            0 kB
Active:          2785400 kB
Inactive:        2241484 kB
Active(anon):    2386916 kB
Inactive(anon):        0 kB
Active(file):     398484 kB
Inactive(file):  2241484 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2405736 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             638612 kB
SReclaimable:      82788 kB
SUnreclaim:       555824 kB
KernelStack:        1608 kB
PageTables:         8880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2612040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2349056 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= 71672 MiB
End job on node127 at 2012-05-24 20:36:37