Trace number 4085742

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.07 1797.14

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-256
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085742-1465291896.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.33/0.85	c ... done. Wall clock time 0.733s.
1.33/0.85	c declared #vars     40451
1.33/0.85	c #constraints  40950
1.33/0.85	c constraints type 
1.33/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.33/0.85	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.33/0.85	c org.sat4j.specs.Constr$1 => 1
1.33/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.33/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.33/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.33/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.33/0.85	c 40950 constraints processed.
1.33/0.85	c objective function length is 28908 literals
8.36/7.37	c cleaning 2494 clauses out of 4990 with flag 13493/5001
16.63/15.11	c cleaning 4247 clauses out of 8496 with flag 29884/11001
25.93/24.44	c cleaning 5617 clauses out of 11248 with flag 53987/18000
36.84/35.36	c cleaning 6811 clauses out of 13630 with flag 85311/26001
47.76/46.28	c cleaning 7902 clauses out of 15819 with flag 123150/35001
60.88/59.34	c cleaning 8947 clauses out of 17900 with flag 165694/45000
74.68/73.14	c cleaning 9968 clauses out of 19953 with flag 210942/56000
86.38/84.88	c cleaning 10989 clauses out of 21985 with flag 265438/68000
97.88/96.33	c cleaning 11995 clauses out of 23997 with flag 322428/81001
110.27/108.74	c cleaning 13001 clauses out of 26002 with flag 389612/95001
123.98/122.49	c cleaning 13995 clauses out of 28001 with flag 463031/110001
138.57/137.08	c cleaning 14997 clauses out of 30007 with flag 540697/126002
154.11/152.41	c cleaning 15997 clauses out of 32008 with flag 618689/143000
170.41/168.77	c cleaning 16997 clauses out of 34011 with flag 696322/161000
187.21/185.58	c cleaning 18000 clauses out of 36014 with flag 782520/180000
203.71/202.04	c cleaning 19005 clauses out of 38015 with flag 864428/200001
222.42/220.76	c cleaning 20004 clauses out of 40009 with flag 943371/221000
241.82/240.19	c cleaning 21000 clauses out of 42008 with flag 1024228/243003
263.32/261.64	c cleaning 22001 clauses out of 44006 with flag 1109449/266001
285.23/283.59	c cleaning 23002 clauses out of 46004 with flag 1204023/290000
307.83/306.18	c cleaning 23998 clauses out of 48003 with flag 1298555/315001
330.52/328.88	c cleaning 24995 clauses out of 50005 with flag 1395595/341001
354.22/352.54	c cleaning 25994 clauses out of 51998 with flag 1495318/368000
381.75/379.81	c cleaning 26999 clauses out of 54004 with flag 1616979/396000
403.64/401.78	c cleaning 27994 clauses out of 56006 with flag 1740984/425001
426.54/424.64	c cleaning 28999 clauses out of 58002 with flag 1865126/455002
454.64/452.77	c cleaning 30001 clauses out of 60002 with flag 1991701/486001
484.73/482.84	c cleaning 30999 clauses out of 62001 with flag 2125862/518001
513.83/511.92	c cleaning 31995 clauses out of 64003 with flag 2280129/551002
540.72/538.88	c cleaning 32996 clauses out of 66007 with flag 2435918/585001
568.52/566.69	c cleaning 33998 clauses out of 68012 with flag 2591877/620002
596.62/594.72	c cleaning 35002 clauses out of 70013 with flag 2752930/656001
623.42/621.58	c cleaning 36001 clauses out of 72010 with flag 2918966/693000
651.10/649.26	c cleaning 37000 clauses out of 74010 with flag 3096865/731001
679.60/677.73	c cleaning 38001 clauses out of 76009 with flag 3282506/770000
708.20/706.32	c cleaning 39003 clauses out of 78009 with flag 3480318/810001
737.39/735.58	c cleaning 40000 clauses out of 80005 with flag 3698567/851000
774.20/772.10	c cleaning 40997 clauses out of 82006 with flag 3879476/893001
814.69/812.64	c cleaning 41998 clauses out of 84008 with flag 4059300/936000
850.78/848.77	c cleaning 43000 clauses out of 86011 with flag 4242581/980001
884.98/882.94	c cleaning 43996 clauses out of 87993 with flag 4436724/1025000
918.78/916.75	c cleaning 44995 clauses out of 89998 with flag 4676654/1071001
953.37/951.34	c cleaning 45996 clauses out of 92003 with flag 4936654/1118001
989.98/987.90	c cleaning 47000 clauses out of 94006 with flag 5214342/1166000
1028.07/1026.04	c cleaning 48001 clauses out of 96007 with flag 5497420/1215001
1068.67/1066.67	c cleaning 48985 clauses out of 98006 with flag 5752238/1265001
1107.43/1105.11	c cleaning 50008 clauses out of 100021 with flag 5990684/1316001
1145.84/1143.56	c cleaning 51006 clauses out of 102012 with flag 6231612/1368000
1185.94/1183.65	c cleaning 51997 clauses out of 104006 with flag 6476428/1421000
1227.54/1225.20	c cleaning 52998 clauses out of 106010 with flag 6727669/1475001
1267.53/1265.27	c cleaning 54002 clauses out of 108011 with flag 6978755/1530000
1309.64/1307.31	c cleaning 55000 clauses out of 110010 with flag 7241394/1586001
1353.75/1351.49	c cleaning 56001 clauses out of 112010 with flag 7509000/1643001
1398.64/1396.37	c cleaning 56997 clauses out of 114008 with flag 7778489/1701000
1444.76/1442.49	c cleaning 58003 clauses out of 116012 with flag 8048042/1760001
1491.46/1489.15	c cleaning 59001 clauses out of 118009 with flag 8328403/1820001
1543.16/1540.87	c cleaning 60001 clauses out of 120007 with flag 8628153/1881000
1592.57/1590.25	c cleaning 60998 clauses out of 122006 with flag 8920650/1943000
1643.46/1641.12	c cleaning 62000 clauses out of 124009 with flag 9214626/2006001
1695.65/1692.75	c cleaning 63001 clauses out of 126009 with flag 9515584/2070001
1746.35/1743.49	c cleaning 63998 clauses out of 128008 with flag 9823689/2135001
1798.77/1795.80	c cleaning 64997 clauses out of 130009 with flag 10128603/2201000
1800.07/1797.10	c starts		: 786
1800.07/1797.10	c conflicts		: 2202921
1800.07/1797.10	c decisions		: 2816039
1800.07/1797.10	c propagations		: 2631938979
1800.07/1797.10	c inspects		: 5217604075
1800.07/1797.10	c shortcuts		: 0
1800.07/1797.10	c learnt literals	: 68
1800.07/1797.10	c learnt binary clauses	: 904
1800.07/1797.10	c learnt ternary clauses	: 594
1800.07/1797.10	c learnt constraints	: 2202852
1800.07/1797.10	c ignored constraints	: 0
1800.07/1797.10	c root simplifications	: 0
1800.07/1797.10	c removed literals (reason simplification)	: 0
1800.07/1797.10	c reason swapping (by a shorter reason)	: 0
1800.07/1797.10	c Calls to reduceDB	: 62
1800.07/1797.10	c Number of update (reduction) of LBD	: 114203
1800.07/1797.10	c Imported unit clauses	: 0
1800.07/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.10	c number of learned constraints concerned by reduction	: 0
1800.07/1797.10	c number of learning phase by resolution	: 0
1800.07/1797.10	c number of learning phase by cutting planes	: 0
1800.07/1797.10	c speed (assignments/second)	: 1465284.9572095696
1800.07/1797.10	c non guided choices	506
1800.07/1797.10	c timeout
1800.07/1797.13	c learnt constraints type 
1800.07/1797.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 904
1800.07/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66029
1800.07/1797.13	s UNKNOWN
1800.07/1797.13	c Total wall clock time (in seconds): 1797.013

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-4085742-1465291896/watcher-4085742-1465291896 -o /tmp/evaluation-result-4085742-1465291896/solver-4085742-1465291896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085742-1465291896.opb 

pid=19827
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 2.20 2.18 3/196 19830
/proc/meminfo: memFree=27599684/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19830/stat : 19830 (java) D 19827 19830 15085 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 111121692 9515008 186 33554432000 1073741824 1073778376 140734969009360 140734968998424 215115459879 0 0 4096 0 18446744072100756772 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.25 2.20 2.18 3/196 19830
/proc/meminfo: memFree=27599684/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 111121692 9787879424 6039 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.25 2.20 2.18 3/196 19830
/proc/meminfo: memFree=27599684/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 4957 0 1 0 26 1 0 0 20 0 18 0 111121692 9787879424 6957 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2389619 6957 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.25 2.20 2.18 3/196 19830
/proc/meminfo: memFree=27599684/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 5886 0 1 0 47 1 0 0 20 0 18 0 111121692 9787879424 10938 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2389619 10938 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.25 2.20 2.18 3/196 19830
/proc/meminfo: memFree=27599684/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 7908 0 1 0 118 5 0 0 20 0 18 0 111121692 9787879424 44434 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2389619 44434 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.23 2.20 2.18 4/215 19849
/proc/meminfo: memFree=27426636/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 11061 0 1 0 246 6 0 0 20 0 19 0 111121692 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 44982 2278 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2476 0 1 0 140 3 0 0 20 0 19 0 111121693 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435729350952 140435583115376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 111121695 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3399 0 0 0 46 0 0 0 20 0 19 0 111121698 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 3788 0 0 0 47 0 0 0 20 0 19 0 111121698 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 44982 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.23 2.20 2.18 4/215 19849
/proc/meminfo: memFree=27426504/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 11063 0 1 0 409 6 0 0 20 0 19 0 111121692 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 44983 2278 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2477 0 1 0 299 3 0 0 20 0 19 0 111121693 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435729348880 140435583185802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111121695 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3399 0 0 0 50 0 0 0 20 0 19 0 111121698 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 3788 0 0 0 47 0 0 0 20 0 19 0 111121698 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 44983 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.21 2.19 2.18 3/215 19849
/proc/meminfo: memFree=27426284/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 11064 0 1 0 730 6 0 0 20 0 19 0 111121692 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 44799 2278 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2478 0 1 0 618 3 0 0 20 0 19 0 111121693 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435729351144 140435583185823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111121694 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111121695 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3399 0 0 0 51 0 0 0 20 0 19 0 111121698 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 3788 0 0 0 47 0 0 0 20 0 19 0 111121698 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 44799 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.22 2.18 3/216 19982
/proc/meminfo: memFree=25699372/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=1785.26 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 22002 0 1 0 178399 127 0 0 20 0 19 0 111121692 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 426627 2293 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=1776.68 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2866 0 1 0 177624 44 0 0 20 0 19 0 111121693 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435729342144 140435583236260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 181 0 0 0 10 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 198 0 0 0 13 9 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 265 0 0 0 16 13 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 217 0 0 0 13 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 210 0 0 0 14 12 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 275 0 0 0 14 14 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 146 0 0 0 9 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 219 0 0 0 12 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 1420 0 0 0 30 2 0 0 20 0 19 0 111121695 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3407 0 0 0 58 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 11236 0 0 0 93 3 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 103 0 0 0 16 21 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.10 2.21 2.18 4/216 19982
/proc/meminfo: memFree=25699428/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 22002 0 1 0 179879 128 0 0 20 0 19 0 111121692 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 426627 2293 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=1791.44 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2866 0 1 0 179100 44 0 0 20 0 19 0 111121693 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435729342144 140435583193865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 181 0 0 0 10 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 198 0 0 0 13 9 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 265 0 0 0 16 13 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 217 0 0 0 13 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 210 0 0 0 14 12 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 275 0 0 0 14 14 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 146 0 0 0 9 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 219 0 0 0 12 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 1420 0 0 0 30 2 0 0 20 0 19 0 111121695 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3407 0 0 0 58 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 11236 0 0 0 93 3 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 103 0 0 0 16 21 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19830 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.10 2.21 2.18 4/216 19982
/proc/meminfo: memFree=25699428/32872528 swapFree=20720/1686580
[pid=19830] ppid=19827 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/19830/stat : 19830 (java) S 19827 19830 15085 0 -1 4202496 22002 0 1 0 179879 128 0 0 20 0 19 0 111121692 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140734969000496 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19830/statm: 2406260 426627 2293 9 0 2396937 0
[pid=19830/tid=19832] ppid=19827 vsize=9625040 CPUtime=1791.44 cores=1,3,5,7
/proc/19830/task/19832/stat : 19832 (java) R 19827 19830 15085 0 -1 4202560 2866 0 1 0 179100 44 0 0 20 0 19 0 111121693 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435729342144 140435583193865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19833] ppid=19827 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19830/task/19833/stat : 19833 (java) S 19827 19830 15085 0 -1 4202560 181 0 0 0 10 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435701803304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19834] ppid=19827 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/19830/task/19834/stat : 19834 (java) S 19827 19830 15085 0 -1 4202560 198 0 0 0 13 9 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435571386536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19835] ppid=19827 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19830/task/19835/stat : 19835 (java) S 19827 19830 15085 0 -1 4202560 265 0 0 0 16 13 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435570334248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19836] ppid=19827 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19830/task/19836/stat : 19836 (java) S 19827 19830 15085 0 -1 4202560 217 0 0 0 13 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435569281448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19837] ppid=19827 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/19830/task/19837/stat : 19837 (java) S 19827 19830 15085 0 -1 4202560 210 0 0 0 14 12 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435568229160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19838] ppid=19827 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/19830/task/19838/stat : 19838 (java) S 19827 19830 15085 0 -1 4202560 275 0 0 0 14 14 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435567176360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19839] ppid=19827 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19830/task/19839/stat : 19839 (java) S 19827 19830 15085 0 -1 4202560 146 0 0 0 9 10 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435230026792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19840] ppid=19827 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/19830/task/19840/stat : 19840 (java) S 19827 19830 15085 0 -1 4202560 219 0 0 0 12 11 0 0 20 0 19 0 111121694 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435228973992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19841] ppid=19827 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19830/task/19841/stat : 19841 (java) S 19827 19830 15085 0 -1 4202560 1420 0 0 0 30 2 0 0 20 0 19 0 111121695 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435216775400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19842] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19842/stat : 19842 (java) S 19827 19830 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435215721464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19843] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19843/stat : 19843 (java) S 19827 19830 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 111121696 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435214669064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19844] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19844/stat : 19844 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435213617552 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19830/tid=19845] ppid=19827 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19830/task/19845/stat : 19845 (java) S 19827 19830 15085 0 -1 4202560 3407 0 0 0 58 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435212565176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19846] ppid=19827 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/19830/task/19846/stat : 19846 (java) S 19827 19830 15085 0 -1 4202560 11236 0 0 0 93 3 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435211512376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19830/tid=19847] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19847/stat : 19847 (java) S 19827 19830 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435210460280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19830/tid=19848] ppid=19827 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19830/task/19848/stat : 19848 (java) S 19827 19830 15085 0 -1 4202560 103 0 0 0 16 21 0 0 20 0 19 0 111121698 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435209407688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19830/tid=19849] ppid=19827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19830/task/19849/stat : 19849 (java) S 19827 19830 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111121783 9856040960 426627 33554432000 1073741824 1073778376 140734969009360 140435208352680 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.14
CPU time (s): 1800.07
CPU user time (s): 1798.79
CPU system time (s): 1.28
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.74073
maximum resident set size= 1706644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38289
involuntary context switches= 15191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5114 second user time and 13.043 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 11:31:36
IDJOB=4085742
IDBENCH=90572
IDSOLVER=2546
FILE ID=node135/4085742-1465291896
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085742-1465291896/watcher-4085742-1465291896 -o /tmp/evaluation-result-4085742-1465291896/solver-4085742-1465291896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085742-1465291896.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=17752982

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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		: 2667.026
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27600212 kB
Buffers:          131400 kB
Cached:           238348 kB
SwapCached:         1764 kB
Active:          2564480 kB
Inactive:         278616 kB
Active(anon):    2474444 kB
Inactive(anon):     1376 kB
Active(file):      90036 kB
Inactive(file):   277240 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              3600 kB
Writeback:             0 kB
AnonPages:       4163444 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             601940 kB
SReclaimable:      45608 kB
SUnreclaim:       556332 kB
KernelStack:        1672 kB
PageTables:        12492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4951532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4110336 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= 71728 MiB
End job on node135 at 2016-06-07 12:01:34