Trace number 3690137

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 Resolution 2.3.2 Snapshot? (TO) 1800.85 1795.94

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_9_mh.opb
MD5SUM361e90d7cecbe172d79499041722735d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5617829
Best CPU time to get the best result obtained on this benchmark1801.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3690137-1337896186.opb
0.10/0.10	c reading problem ... 
5.46/4.01	c ... done. Wall clock time 3.908s.
5.46/4.01	c declared #vars     250200
5.46/4.01	c #constraints  610311
5.46/4.01	c constraints type 
5.46/4.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
5.46/4.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
5.46/4.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.46/4.01	c ignored satisfied constraints => 3
5.46/4.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.46/4.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
5.46/4.01	c 610314 constraints processed.
5.46/4.01	c objective function length is 129800 literals
73.04/71.14	c cleaning 2500 clauses out of 5002 with flag 5002/5002
96.80/94.40	c cleaning 4252 clauses out of 8506 with flag 11006/11006
140.80/138.32	c cleaning 5621 clauses out of 11248 with flag 18000/18000
169.75/167.30	c cleaning 6813 clauses out of 13636 with flag 26009/26009
206.73/204.10	c cleaning 7898 clauses out of 15814 with flag 35000/35000
236.37/233.71	c cleaning 8954 clauses out of 17918 with flag 45002/45002
273.12/270.45	c cleaning 9981 clauses out of 19964 with flag 56002/56002
339.90/337.19	c cleaning 10985 clauses out of 21981 with flag 68000/68000
385.62/382.84	c cleaning 11980 clauses out of 23996 with flag 81000/81000
422.85/420.06	c cleaning 12999 clauses out of 26016 with flag 95000/95000
495.62/492.70	c cleaning 13979 clauses out of 28017 with flag 110000/110000
562.20/559.20	c cleaning 15011 clauses out of 30041 with flag 126003/126003
653.15/650.18	c cleaning 16007 clauses out of 32029 with flag 143002/143002
700.53/697.45	c cleaning 16996 clauses out of 34022 with flag 161002/161002
766.18/763.00	c cleaning 17983 clauses out of 36026 with flag 180002/180002
841.24/838.08	c cleaning 19010 clauses out of 38041 with flag 200000/200000
906.47/903.25	c cleaning 20007 clauses out of 40033 with flag 221002/221002
966.73/963.47	c cleaning 21007 clauses out of 42024 with flag 243000/243000
1031.01/1027.66	c cleaning 22007 clauses out of 44018 with flag 266001/266001
1130.13/1126.74	c cleaning 22991 clauses out of 46016 with flag 290006/290006
1197.08/1193.61	c cleaning 24009 clauses out of 48019 with flag 315000/315000
1265.27/1261.78	c cleaning 25005 clauses out of 50010 with flag 341000/341000
1347.98/1344.39	c cleaning 25999 clauses out of 52005 with flag 368000/368000
1428.46/1424.79	c cleaning 26999 clauses out of 54007 with flag 396001/396001
1515.15/1511.38	c cleaning 27993 clauses out of 56008 with flag 425001/425001
1607.07/1603.14	c cleaning 29004 clauses out of 58015 with flag 455001/455001
1739.04/1735.07	c cleaning 29986 clauses out of 60012 with flag 486002/486002
1800.03/1795.91	c starts		: 152
1800.03/1795.91	c conflicts		: 505708
1800.03/1795.91	c decisions		: 2194283
1800.03/1795.91	c propagations		: 626393729
1800.03/1795.91	c inspects		: 10454988191
1800.03/1795.91	c shortcuts		: 0
1800.03/1795.91	c learnt literals	: 0
1800.03/1795.91	c learnt binary clauses	: 17
1800.03/1795.91	c learnt ternary clauses	: 8
1800.03/1795.91	c learnt constraints	: 505708
1800.03/1795.91	c ignored constraints	: 0
1800.03/1795.91	c root simplifications	: 0
1800.03/1795.91	c removed literals (reason simplification)	: 0
1800.03/1795.91	c reason swapping (by a shorter reason)	: 0
1800.03/1795.91	c Calls to reduceDB	: 27
1800.03/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.91	c number of learned constraints concerned by reduction	: 0
1800.03/1795.91	c number of learning phase by resolution	: 0
1800.03/1795.91	c number of learning phase by cutting planes	: 0
1800.03/1795.91	c speed (assignments/second)	: 349590.474457708
1800.03/1795.91	c non guided choices	2395
1800.03/1795.93	c learnt constraints type 
1800.03/1795.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.03/1795.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49725
1800.03/1795.93	c constraints type 
1800.03/1795.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
1800.03/1795.93	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.03/1795.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.03/1795.93	c ignored satisfied constraints => 3
1800.03/1795.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.03/1795.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
1800.03/1795.93	c 610314 constraints processed.
1800.03/1795.93	s UNKNOWN
1800.03/1795.93	c Total wall clock time (in seconds): 1795.827

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-3690137-1337896186/watcher-3690137-1337896186 -o /tmp/evaluation-result-3690137-1337896186/solver-3690137-1337896186 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690137-1337896186.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: 2.00 2.00 2.01 3/194 5047
/proc/meminfo: memFree=26715616/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5047/stat : 5047 (runsolver) D 5045 5047 2422 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 255743623 12095488 51 33554432000 4194304 5436572 140736228045120 140736228041416 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5047/statm: 2953 51 31 304 0 2645 0

[startup+0.034537 s]
/proc/loadavg: 2.00 2.00 2.01 3/194 5047
/proc/meminfo: memFree=26715616/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 2965 0 1 0 1 0 0 0 20 0 13 0 255743623 9446973440 3664 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2306390 3664 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100299 s]
/proc/loadavg: 2.00 2.00 2.01 3/194 5047
/proc/meminfo: memFree=26715616/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 4398 0 1 0 9 1 0 0 20 0 18 0 255743623 9787813888 6100 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2389603 6100 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300264 s]
/proc/loadavg: 2.00 2.00 2.01 3/194 5047
/proc/meminfo: memFree=26715616/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 5509 0 1 0 43 2 0 0 20 0 18 0 255743623 9787813888 14802 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2389603 14802 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.01 3/194 5047
/proc/meminfo: memFree=26715616/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9558412 CPUtime=1.16 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 6210 0 1 0 108 8 0 0 20 0 18 0 255743623 9787813888 53685 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2389603 53685 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 2.01 3/212 5065
/proc/meminfo: memFree=26495708/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9558412 CPUtime=2.53 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 12975 0 1 0 237 16 0 0 20 0 18 0 255743623 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2389603 96625 2254 9 0 2380296 0
[pid=5047/tid=5049] ppid=5045 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2563 0 1 0 128 5 0 0 20 0 18 0 255743624 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324358484016 140324182098592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 122 0 0 0 4 2 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 154 0 0 0 7 1 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 255743625 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5358 0 0 0 30 2 0 0 20 0 18 0 255743628 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 3055 0 0 0 30 0 0 0 20 0 18 0 255743628 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 96625 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.01 3/212 5065
/proc/meminfo: memFree=26305432/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9558412 CPUtime=4.35 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 13400 0 1 0 414 21 0 0 20 0 18 0 255743623 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2389603 143005 2255 9 0 2380296 0
[pid=5047/tid=5049] ppid=5045 vsize=9558412 CPUtime=2.88 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2819 0 1 0 281 7 0 0 20 0 18 0 255743624 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324358483888 140324182281762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 136 0 0 0 7 3 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 175 0 0 0 11 2 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 59 0 0 0 9 0 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 61 0 0 0 3 2 0 0 20 0 18 0 255743625 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255743626 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5416 0 0 0 34 2 0 0 20 0 18 0 255743628 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 3056 0 0 0 35 0 0 0 20 0 18 0 255743628 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255743628 9787813888 143005 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 5066
/proc/meminfo: memFree=26047936/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9624976 CPUtime=8.18 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 14367 0 1 0 791 27 0 0 20 0 19 0 255743623 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2406244 168512 2266 9 0 2396937 0
[pid=5047/tid=5049] ppid=5045 vsize=9624976 CPUtime=6.02 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2857 0 1 0 593 9 0 0 20 0 19 0 255743624 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324358490560 140324182606042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 135 0 0 0 6 2 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 148 0 0 0 11 2 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 191 0 0 0 13 3 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 66 0 0 0 9 2 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 82 0 0 0 8 3 0 0 20 0 19 0 255743625 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5439 0 0 0 57 2 0 0 20 0 19 0 255743628 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 3563 0 0 0 59 0 0 0 20 0 19 0 255743628 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5066] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5066/stat : 5066 (java) S 5045 5047 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255744035 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140324174263080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 5066
/proc/meminfo: memFree=26047604/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9624976 CPUtime=14.58 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 14367 0 1 0 1431 27 0 0 20 0 19 0 255743623 9855975424 168512 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=5047/tid=5055] ppid=5045 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 134 0 0 0 28 3 0 0 20 0 19 0 255743625 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 133 0 0 0 28 5 0 0 20 0 19 0 255743625 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 136 0 0 0 33 6 0 0 20 0 19 0 255743625 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9624976 CPUtime=8.73 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 701 0 0 0 868 5 0 0 20 0 19 0 255743626 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5462 0 0 0 74 2 0 0 20 0 19 0 255743628 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 5100 0 0 0 78 1 0 0 20 0 19 0 255743628 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 99 0 0 0 33 37 0 0 20 0 19 0 255743628 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5066] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5066/stat : 5066 (java) S 5045 5047 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255744035 9855975424 249116 33554432000 1073741824 1073778376 140734424786656 140324174263080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.34
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 5174
/proc/meminfo: memFree=28628788/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9624976 CPUtime=1786.42 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 17394 0 1 0 178561 81 0 0 20 0 19 0 255743623 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2406244 255794 2281 9 0 2396937 0
[pid=5047/tid=5049] ppid=5045 vsize=9624976 CPUtime=1772.29 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2886 0 1 0 177193 36 0 0 20 0 19 0 255743624 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324358492448 140324182471729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 299 0 0 0 26 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 369 0 0 0 38 7 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 344 0 0 0 43 8 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 360 0 0 0 42 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 40 4 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 142 0 0 0 30 3 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 30 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 150 0 0 0 35 6 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9624976 CPUtime=9.06 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 719 0 0 0 901 5 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5462 0 0 0 74 2 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 5100 0 0 0 78 1 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 103 0 0 0 36 38 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5066] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5066/stat : 5066 (java) S 5045 5047 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255744035 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324174263080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.42
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 5174
/proc/meminfo: memFree=28628788/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 17394 0 1 0 179922 81 0 0 20 0 19 0 255743623 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2406244 255794 2281 9 0 2396937 0
[pid=5047/tid=5049] ppid=5045 vsize=9624976 CPUtime=1785.9 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2886 0 1 0 178553 37 0 0 20 0 19 0 255743624 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324358492448 140324182606042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 299 0 0 0 26 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 369 0 0 0 38 7 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 344 0 0 0 43 8 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 360 0 0 0 42 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 40 4 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 142 0 0 0 30 3 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 30 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 150 0 0 0 35 6 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9624976 CPUtime=9.06 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 719 0 0 0 901 5 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5462 0 0 0 74 2 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 5100 0 0 0 78 1 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 103 0 0 0 36 38 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5066] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5066/stat : 5066 (java) S 5045 5047 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255744035 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324174263080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 5174
/proc/meminfo: memFree=28628788/32873844 swapFree=6848/6848
[pid=5047] ppid=5045 vsize=9624976 CPUtime=1800.03 cores=0,2,4,6
/proc/5047/stat : 5047 (java) S 5045 5047 2422 0 -1 4202496 17394 0 1 0 179922 81 0 0 20 0 19 0 255743623 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140734424777792 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5047/statm: 2406244 255794 2281 9 0 2396937 0
[pid=5047/tid=5049] ppid=5045 vsize=9624976 CPUtime=1785.9 cores=0,2,4,6
/proc/5047/task/5049/stat : 5049 (java) R 5045 5047 2422 0 -1 4202560 2886 0 1 0 178553 37 0 0 20 0 19 0 255743624 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324358492448 140324182606042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5050] ppid=5045 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/5047/task/5050/stat : 5050 (java) S 5045 5047 2422 0 -1 4202560 299 0 0 0 26 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324319983784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5051] ppid=5045 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/5047/task/5051/stat : 5051 (java) S 5045 5047 2422 0 -1 4202560 369 0 0 0 38 7 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324318931240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5052] ppid=5045 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/5047/task/5052/stat : 5052 (java) S 5045 5047 2422 0 -1 4202560 344 0 0 0 43 8 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324317878696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5053] ppid=5045 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/5047/task/5053/stat : 5053 (java) S 5045 5047 2422 0 -1 4202560 360 0 0 0 42 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324316826152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5054] ppid=5045 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/5047/task/5054/stat : 5054 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 40 4 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324315773608 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5055] ppid=5045 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/5047/task/5055/stat : 5055 (java) S 5045 5047 2422 0 -1 4202560 142 0 0 0 30 3 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324314721064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5056] ppid=5045 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/5047/task/5056/stat : 5056 (java) S 5045 5047 2422 0 -1 4202560 139 0 0 0 30 5 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324313668520 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5057] ppid=5045 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/5047/task/5057/stat : 5057 (java) S 5045 5047 2422 0 -1 4202560 150 0 0 0 35 6 0 0 20 0 19 0 255743625 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324312615976 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5058] ppid=5045 vsize=9624976 CPUtime=9.06 cores=0,2,4,6
/proc/5047/task/5058/stat : 5058 (java) S 5045 5047 2422 0 -1 4202560 719 0 0 0 901 5 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324300204136 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5059] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5059/stat : 5059 (java) S 5045 5047 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324181632120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5060] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5060/stat : 5060 (java) S 5045 5047 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255743626 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324180579464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5061] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5061/stat : 5061 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324179528208 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5062] ppid=5045 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/5047/task/5062/stat : 5062 (java) S 5045 5047 2422 0 -1 4202560 5462 0 0 0 74 2 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324178475576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5047/tid=5063] ppid=5045 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/5047/task/5063/stat : 5063 (java) S 5045 5047 2422 0 -1 4202560 5100 0 0 0 78 1 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324177423032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5047/tid=5064] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5064/stat : 5064 (java) S 5045 5047 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324176370680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5047/tid=5065] ppid=5045 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/5047/task/5065/stat : 5065 (java) S 5045 5047 2422 0 -1 4202560 103 0 0 0 36 38 0 0 20 0 19 0 255743628 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324175318344 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5047/tid=5066] ppid=5045 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/5047/task/5066/stat : 5066 (java) S 5045 5047 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255744035 9855975424 255794 33554432000 1073741824 1073778376 140734424786656 140324174263080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.94
CPU time (s): 1800.85
CPU user time (s): 1799.45
CPU system time (s): 1.40179
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.40179
maximum resident set size= 1023316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17433
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38908
involuntary context switches= 9415

runsolver used 5.87211 second user time and 14.8527 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 23:49:47
IDJOB=3690137
IDBENCH=92720
IDSOLVER=2269
FILE ID=node144/3690137-1337896186
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690137-1337896186/watcher-3690137-1337896186 -o /tmp/evaluation-result-3690137-1337896186/solver-3690137-1337896186 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690137-1337896186.opb

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

MD5SUM BENCH= 361e90d7cecbe172d79499041722735d
RANDOM SEED=75102274

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26715244 kB
Buffers:          236480 kB
Cached:          1925432 kB
SwapCached:            0 kB
Active:          3699724 kB
Inactive:        1688208 kB
Active(anon):    3227640 kB
Inactive(anon):        0 kB
Active(file):     472084 kB
Inactive(file):  1688208 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25848 kB
Writeback:             0 kB
AnonPages:       3233936 kB
Mapped:            22452 kB
Shmem:               200 kB
Slab:             628172 kB
SReclaimable:      70308 kB
SUnreclaim:       557864 kB
KernelStack:        1608 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3567960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node144 at 2012-05-25 00:19:45