Trace number 4099933

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.61 1786.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3707.opb
MD5SUMd04a5226e9b4ce46849c897b37a2f22b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 656007
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 656007
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4099933-1466208503.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
1.92/1.37	c ... done. Wall clock time 1.257s.
1.92/1.37	c declared #vars     155000
1.92/1.37	c #constraints  5300
1.92/1.37	c constraints type 
1.92/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
1.92/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5270
1.92/1.37	c 5300 constraints processed.
1.92/1.37	c objective function length is 155000 literals
5.17/3.99	c cleaning 2499 clauses out of 5000 with flag 10028/5000
8.63/7.11	c cleaning 4251 clauses out of 8502 with flag 22129/11001
11.83/10.40	c cleaning 5626 clauses out of 11253 with flag 36180/18003
15.94/14.47	c cleaning 6811 clauses out of 13625 with flag 52246/26001
21.03/19.23	c cleaning 7906 clauses out of 15813 with flag 70339/35000
25.93/24.19	c cleaning 8952 clauses out of 17907 with flag 90436/45000
32.71/30.70	c cleaning 9977 clauses out of 19956 with flag 112560/56001
39.21/37.23	c cleaning 10990 clauses out of 21979 with flag 136693/68001
46.61/44.67	c cleaning 11994 clauses out of 23988 with flag 162771/81000
55.52/53.19	c cleaning 12998 clauses out of 25995 with flag 190927/95001
63.92/61.51	c cleaning 13998 clauses out of 27996 with flag 221009/110000
74.42/71.69	c cleaning 14996 clauses out of 30001 with flag 253149/126003
84.71/81.95	c cleaning 16003 clauses out of 32005 with flag 287237/143003
95.61/92.87	c cleaning 16999 clauses out of 34001 with flag 323340/161002
108.02/105.28	c cleaning 17997 clauses out of 36001 with flag 361551/180001
121.60/118.04	c cleaning 19001 clauses out of 38003 with flag 401642/200000
135.10/131.57	c cleaning 20000 clauses out of 40002 with flag 443838/221000
149.10/145.56	c cleaning 20991 clauses out of 42002 with flag 487936/243000
167.25/163.23	c cleaning 22007 clauses out of 44014 with flag 534108/266003
186.66/182.69	c cleaning 22988 clauses out of 46004 with flag 582202/290000
205.47/201.41	c cleaning 24007 clauses out of 48016 with flag 632372/315000
225.94/221.29	c cleaning 25005 clauses out of 50009 with flag 684524/341000
238.73/234.05	c cleaning 26001 clauses out of 52004 with flag 738568/368000
260.73/256.04	c cleaning 27000 clauses out of 54003 with flag 794568/396000
278.93/274.28	c cleaning 28000 clauses out of 56004 with flag 852570/425001
298.13/293.44	c cleaning 29000 clauses out of 58003 with flag 912653/455000
329.97/325.01	c cleaning 29997 clauses out of 60003 with flag 974800/486000
362.35/357.45	c cleaning 30999 clauses out of 62008 with flag 1039060/518002
390.35/385.44	c cleaning 31999 clauses out of 64008 with flag 1105238/551001
425.40/420.23	c cleaning 33001 clauses out of 66008 with flag 1173422/585000
464.59/459.48	c cleaning 34001 clauses out of 68007 with flag 1243432/620000
506.19/501.03	c cleaning 35004 clauses out of 70012 with flag 1315444/656006
543.30/537.41	c cleaning 35995 clauses out of 72004 with flag 1389565/693002
571.50/565.61	c cleaning 37002 clauses out of 74008 with flag 1465615/731001
628.62/622.77	c cleaning 37997 clauses out of 76007 with flag 1543702/770002
692.58/686.41	c cleaning 39002 clauses out of 78010 with flag 1623764/810002
741.96/735.88	c cleaning 39997 clauses out of 80008 with flag 1705799/851002
789.12/782.12	c cleaning 41004 clauses out of 82012 with flag 1789869/893003
828.91/821.98	c cleaning 42001 clauses out of 84006 with flag 1875921/936001
887.50/880.37	c cleaning 43000 clauses out of 86005 with flag 1963934/980001
942.68/935.09	c cleaning 44000 clauses out of 88004 with flag 2053976/1025000
997.38/989.80	c cleaning 44995 clauses out of 90004 with flag 2146167/1071000
1047.26/1039.06	c cleaning 46003 clauses out of 92011 with flag 2240399/1118002
1099.78/1091.47	c cleaning 46999 clauses out of 94006 with flag 2336846/1166000
1158.22/1149.65	c cleaning 47998 clauses out of 96008 with flag 2435195/1215001
1227.34/1217.86	c cleaning 49002 clauses out of 98009 with flag 2535451/1265000
1298.08/1288.02	c cleaning 49995 clauses out of 100007 with flag 2637589/1316000
1424.69/1413.94	c cleaning 50996 clauses out of 102012 with flag 2741646/1368000
1514.98/1504.07	c cleaning 52007 clauses out of 104017 with flag 2847648/1421001
1587.65/1576.32	c cleaning 53003 clauses out of 106010 with flag 2955648/1475001
1653.99/1642.44	c cleaning 54000 clauses out of 108006 with flag 3065822/1530000
1701.09/1689.13	c cleaning 55000 clauses out of 110006 with flag 3178204/1586000
1744.32/1731.88	c cleaning 56001 clauses out of 112010 with flag 3292514/1643004
1783.99/1771.03	c cleaning 56999 clauses out of 114006 with flag 3408830/1701001
1800.03/1786.70	c starts		: 1
1800.03/1786.70	c conflicts		: 1731783
1800.03/1786.70	c decisions		: 1761895
1800.03/1786.70	c propagations		: 311382443
1800.03/1786.70	c inspects		: 17077067811
1800.03/1786.70	c shortcuts		: 0
1800.03/1786.70	c learnt literals	: 0
1800.03/1786.70	c learnt binary clauses	: 0
1800.03/1786.70	c learnt ternary clauses	: 0
1800.03/1786.70	c learnt constraints	: 1731783
1800.03/1786.70	c ignored constraints	: 0
1800.03/1786.70	c root simplifications	: 0
1800.03/1786.70	c removed literals (reason simplification)	: 0
1800.03/1786.70	c reason swapping (by a shorter reason)	: 0
1800.03/1786.70	c Calls to reduceDB	: 54
1800.03/1786.70	c Number of update (reduction) of LBD	: 584
1800.03/1786.70	c Imported unit clauses	: 0
1800.03/1786.70	c number of reductions to clauses (during analyze)	: 0
1800.03/1786.70	c number of learned constraints concerned by reduction	: 0
1800.03/1786.70	c number of learning phase by resolution	: 0
1800.03/1786.70	c number of learning phase by cutting planes	: 0
1800.03/1786.70	c speed (assignments/second)	: 174424.59827985466
1800.03/1786.70	c non guided choices	23808
1800.03/1786.72	c timeout
1800.03/1786.73	c learnt constraints type 
1800.03/1786.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87790
1800.03/1786.73	s UNKNOWN
1800.03/1786.73	c Total wall clock time (in seconds): 1786.618

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099933-1466208503/watcher-4099933-1466208503 -o /tmp/evaluation-result-4099933-1466208503/solver-4099933-1466208503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099933-1466208503.opb 

pid=17057
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.30 2.24 2.06 3/194 17060
/proc/meminfo: memFree=27125628/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17060/stat : 17060 (java) D 17057 17060 15548 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 22896788 2560000 47 33554432000 1073741824 1073778376 140736271990256 140736271987384 229346733351 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.30 2.24 2.06 3/194 17060
/proc/meminfo: memFree=27125628/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 4446 0 1 0 7 1 0 0 20 0 18 0 22896788 9787879424 6071 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2389619 6071 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.30 2.24 2.06 3/194 17060
/proc/meminfo: memFree=27125628/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 5023 0 1 0 25 2 0 0 20 0 18 0 22896788 9787879424 7907 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2389619 7907 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.30 2.24 2.06 3/194 17060
/proc/meminfo: memFree=27125628/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 5572 0 1 0 42 2 0 0 20 0 18 0 22896788 9787879424 14284 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2389619 14284 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 2.30 2.24 2.06 3/194 17060
/proc/meminfo: memFree=27125628/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 6178 0 1 0 105 5 0 0 20 0 18 0 22896788 9787879424 45923 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2389619 45923 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.30 2.24 2.06 3/212 17078
/proc/meminfo: memFree=26894172/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9558476 CPUtime=2.26 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 7384 0 1 0 212 14 0 0 20 0 18 0 22896788 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2389619 74979 2271 9 0 2380296 0
[pid=17060/tid=17062] ppid=17057 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 2534 0 1 0 133 4 0 0 20 0 18 0 22896789 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035935727016 140035808341680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 78 0 0 0 4 2 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 70 0 0 0 2 2 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 175 0 0 0 2 0 0 0 20 0 18 0 22896790 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22896791 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22896792 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22896792 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22896794 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) R 17057 17060 15548 0 -1 4202560 1001 0 0 0 22 0 0 0 20 0 18 0 22896794 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035755748280 140035939815648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) R 17057 17060 15548 0 -1 4202560 1982 0 0 0 26 0 0 0 20 0 18 0 22896794 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22896794 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22896794 9787879424 74979 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558476

[startup+3.10091 s]
/proc/loadavg: 2.30 2.24 2.06 3/213 17079
/proc/meminfo: memFree=26803748/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 10917 0 1 0 410 21 0 0 20 0 19 0 22896788 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2406260 103131 2273 9 0 2396937 0
[pid=17060/tid=17062] ppid=17057 vsize=9625040 CPUtime=2.92 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 2563 0 1 0 287 5 0 0 20 0 19 0 22896789 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035935727184 140035809035888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 90 0 0 0 5 3 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 95 0 0 0 6 3 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 189 0 0 0 4 2 0 0 20 0 19 0 22896790 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22896791 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3203 0 0 0 40 0 0 0 20 0 19 0 22896794 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3050 0 0 0 38 0 0 0 20 0 19 0 22896794 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 103131 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.28 2.24 2.06 3/213 17079
/proc/meminfo: memFree=26721100/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 10935 0 1 0 741 21 0 0 20 0 19 0 22896788 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2406260 102951 2278 9 0 2396937 0
[pid=17060/tid=17062] ppid=17057 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 2566 0 1 0 607 5 0 0 20 0 19 0 22896789 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035935725984 140035809015619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 69 0 0 0 2 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 90 0 0 0 5 3 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 95 0 0 0 6 3 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 189 0 0 0 4 2 0 0 20 0 19 0 22896790 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22896791 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3214 0 0 0 49 0 0 0 20 0 19 0 22896794 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3054 0 0 0 40 0 0 0 20 0 19 0 22896794 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 102951 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.26 2.23 2.06 3/213 17079

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

[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3215 0 0 0 51 0 0 0 20 0 19 0 22896794 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3054 0 0 0 44 0 0 0 20 0 19 0 22896794 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 99 0 0 0 27 29 0 0 20 0 19 0 22896794 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 902384 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 17189
/proc/meminfo: memFree=23471904/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9625040 CPUtime=1795.29 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 22399 0 1 0 179167 362 0 0 20 0 19 0 22896788 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2406260 859942 2286 9 0 2396937 0
[pid=17060/tid=17062] ppid=17057 vsize=9625040 CPUtime=1774.38 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 3976 0 1 0 177392 46 0 0 20 0 19 0 22896789 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035935719136 140035809138864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 1219 0 0 0 152 43 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 853 0 0 0 161 41 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 923 0 0 0 170 40 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 1029 0 0 0 168 35 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 852 0 0 0 156 36 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 1178 0 0 0 168 39 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 794 0 0 0 152 40 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 1144 0 0 0 162 43 0 0 20 0 19 0 22896790 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 2800 0 0 0 350 4 0 0 20 0 19 0 22896791 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3215 0 0 0 51 0 0 0 20 0 19 0 22896794 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3054 0 0 0 44 0 0 0 20 0 19 0 22896794 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 22896794 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 859942 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 2.34 2.24 2.19 4/213 17189
/proc/meminfo: memFree=23576908/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 22402 0 1 0 179640 363 0 0 20 0 19 0 22896788 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2406260 833779 2286 9 0 2396937 0
[pid=17060/tid=17062] ppid=17057 vsize=9625040 CPUtime=1778.66 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 3977 0 1 0 177819 47 0 0 20 0 19 0 22896789 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035935726832 140035809116845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 1219 0 0 0 158 43 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 853 0 0 0 165 41 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 923 0 0 0 176 40 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 1029 0 0 0 174 35 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 852 0 0 0 159 36 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 1178 0 0 0 179 39 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 794 0 0 0 156 40 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 1144 0 0 0 168 43 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 2802 0 0 0 350 4 0 0 20 0 19 0 22896791 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3215 0 0 0 51 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3054 0 0 0 44 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17060 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.7 s]
/proc/loadavg: 2.34 2.24 2.19 4/213 17189
/proc/meminfo: memFree=23576908/32872528 swapFree=1370848/1518016
[pid=17060] ppid=17057 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/17060/stat : 17060 (java) S 17057 17060 15548 0 -1 4202496 22402 0 1 0 179640 363 0 0 20 0 19 0 22896788 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140736271981392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17060/statm: 2406260 833779 2286 9 0 2396937 0
[pid=17060/tid=17062] ppid=17057 vsize=9625040 CPUtime=1778.66 cores=0,2,4,6
/proc/17060/task/17062/stat : 17062 (java) R 17057 17060 15548 0 -1 4202560 3977 0 1 0 177819 47 0 0 20 0 19 0 22896789 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035935726832 140035809116845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17063] ppid=17057 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/17060/task/17063/stat : 17063 (java) S 17057 17060 15548 0 -1 4202560 1219 0 0 0 158 43 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035779738152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17064] ppid=17057 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/17060/task/17064/stat : 17064 (java) S 17057 17060 15548 0 -1 4202560 853 0 0 0 165 41 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035778685352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17065] ppid=17057 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/17060/task/17065/stat : 17065 (java) S 17057 17060 15548 0 -1 4202560 923 0 0 0 176 40 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035777632552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17066] ppid=17057 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/17060/task/17066/stat : 17066 (java) S 17057 17060 15548 0 -1 4202560 1029 0 0 0 174 35 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035776579752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17067] ppid=17057 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/17060/task/17067/stat : 17067 (java) S 17057 17060 15548 0 -1 4202560 852 0 0 0 159 36 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035775527976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17068] ppid=17057 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/17060/task/17068/stat : 17068 (java) S 17057 17060 15548 0 -1 4202560 1178 0 0 0 179 39 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035774475176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17069] ppid=17057 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/17060/task/17069/stat : 17069 (java) S 17057 17060 15548 0 -1 4202560 794 0 0 0 156 40 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035773422376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17060/tid=17070] ppid=17057 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/17060/task/17070/stat : 17070 (java) S 17057 17060 15548 0 -1 4202560 1144 0 0 0 168 43 0 0 20 0 19 0 22896790 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035772369576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17071] ppid=17057 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/17060/task/17071/stat : 17071 (java) S 17057 17060 15548 0 -1 4202560 2802 0 0 0 350 4 0 0 20 0 19 0 22896791 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035759958504 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17072] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17072/stat : 17072 (java) S 17057 17060 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035758904568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17073] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17073/stat : 17073 (java) S 17057 17060 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22896792 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035757851656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17074] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17074/stat : 17074 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035756800144 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17060/tid=17075] ppid=17057 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17060/task/17075/stat : 17075 (java) S 17057 17060 15548 0 -1 4202560 3215 0 0 0 51 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035755748280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17076] ppid=17057 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/17060/task/17076/stat : 17076 (java) S 17057 17060 15548 0 -1 4202560 3054 0 0 0 44 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035754695480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17077] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17077/stat : 17077 (java) S 17057 17060 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035753642872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17060/tid=17078] ppid=17057 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/17060/task/17078/stat : 17078 (java) S 17057 17060 15548 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 22896794 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035752590280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17060/tid=17079] ppid=17057 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17060/task/17079/stat : 17079 (java) S 17057 17060 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22896939 9856040960 833779 33554432000 1073741824 1073778376 140736271990256 140035751486632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1786.75
CPU time (s): 1800.61
CPU user time (s): 1796.49
CPU system time (s): 4.11937
CPU usage (%): 100.776
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.49
system time used= 4.11937
maximum resident set size= 3783916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22566
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38852
involuntary context switches= 21504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5899 second user time and 10.2454 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 02:08:23
IDJOB=4099933
IDBENCH=1552
IDSOLVER=2546
FILE ID=node129/4099933-1466208503
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3707.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099933-1466208503/watcher-4099933-1466208503 -o /tmp/evaluation-result-4099933-1466208503/solver-4099933-1466208503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099933-1466208503.opb

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

MD5SUM BENCH= d04a5226e9b4ce46849c897b37a2f22b
RANDOM SEED=908784931

node129.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.143
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.28
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.55
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.143
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	: 5332.54
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.143
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	: 5332.55
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.143
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27126536 kB
Buffers:           38232 kB
Cached:            96440 kB
SwapCached:         1980 kB
Active:          3439332 kB
Inactive:          78760 kB
Active(anon):    3384920 kB
Inactive(anon):     1040 kB
Active(file):      54412 kB
Inactive(file):    77720 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:              7228 kB
Writeback:             0 kB
AnonPages:       4900768 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             568892 kB
SReclaimable:      12812 kB
SUnreclaim:       556080 kB
KernelStack:        1584 kB
PageTables:        13972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5086368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3440640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node129 at 2016-06-18 02:38:10