Trace number 4101445

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.02 1787.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc06.opb
MD5SUM81740feb43d84f849129894fa9d60802
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 variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535398
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.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-4101445-1466222747.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.16/0.65	c ... done. Wall clock time 0.535s.
1.16/0.65	c declared #vars     51018
1.16/0.65	c #constraints  1070
1.16/0.65	c constraints type 
1.16/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
1.16/0.65	c org.sat4j.specs.Constr$1 => 2
1.16/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
1.16/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 937
1.16/0.65	c 1070 constraints processed.
1.16/0.65	c objective function length is 31 literals
8.38/7.21	c cleaning 2501 clauses out of 5001 with flag 32253/5001
15.64/14.44	c cleaning 4228 clauses out of 8499 with flag 82238/11000
18.34/16.81	c cleaning 5575 clauses out of 11271 with flag 110326/18000
28.00/26.11	c cleaning 6843 clauses out of 13696 with flag 208044/26000
34.56/32.53	c cleaning 7907 clauses out of 15856 with flag 269286/35004
36.29/34.26	c cleaning 8948 clauses out of 17945 with flag 295503/45000
39.22/36.72	c cleaning 9995 clauses out of 19996 with flag 324757/56001
48.68/45.74	c cleaning 10997 clauses out of 22002 with flag 354562/68002
59.97/56.96	c cleaning 12001 clauses out of 24004 with flag 388898/81001
72.14/69.06	c cleaning 13001 clauses out of 26002 with flag 427055/95000
84.39/81.24	c cleaning 14001 clauses out of 28001 with flag 468190/110000
99.14/95.95	c cleaning 14995 clauses out of 30000 with flag 513249/126000
116.38/113.13	c cleaning 16000 clauses out of 32005 with flag 562196/143000
133.23/129.95	c cleaning 16997 clauses out of 34005 with flag 613497/161000
150.28/146.98	c cleaning 18001 clauses out of 36008 with flag 664744/180000
168.42/165.02	c cleaning 19001 clauses out of 38007 with flag 718504/200000
185.48/182.06	c cleaning 19997 clauses out of 40006 with flag 778661/221000
209.44/205.97	c cleaning 21000 clauses out of 42009 with flag 839525/243000
237.23/233.60	c cleaning 22001 clauses out of 44009 with flag 900698/266000
264.30/260.66	c cleaning 23002 clauses out of 46009 with flag 965269/290001
288.16/284.47	c cleaning 23994 clauses out of 48006 with flag 1035155/315000
316.34/312.56	c cleaning 25004 clauses out of 50013 with flag 1101268/341001
320.44/316.63	c cleaning 25999 clauses out of 52011 with flag 1155629/368004
332.76/328.91	c cleaning 26996 clauses out of 54008 with flag 1211631/396000
343.45/339.69	c cleaning 27999 clauses out of 56015 with flag 1269637/425003
353.35/349.53	c cleaning 28996 clauses out of 58013 with flag 1331916/455000
363.35/359.57	c cleaning 30000 clauses out of 60018 with flag 1396528/486001
372.95/369.16	c cleaning 31000 clauses out of 62021 with flag 1461243/518004
383.46/379.64	c cleaning 31998 clauses out of 64018 with flag 1529132/551001
395.06/391.25	c cleaning 32999 clauses out of 66020 with flag 1600098/585001
406.57/402.75	c cleaning 34001 clauses out of 68021 with flag 1670098/620001
419.01/415.13	c cleaning 35000 clauses out of 70021 with flag 1742100/656002
431.11/427.22	c cleaning 35995 clauses out of 72019 with flag 1816096/693000
444.52/440.63	c cleaning 37003 clauses out of 74024 with flag 1892096/731000
458.32/454.44	c cleaning 38001 clauses out of 76021 with flag 1974459/770000
471.52/467.67	c cleaning 38995 clauses out of 78022 with flag 2060466/810002
488.83/484.97	c cleaning 40002 clauses out of 80025 with flag 2142462/851000
507.33/503.45	c cleaning 41002 clauses out of 82026 with flag 2226468/893003
526.93/523.03	c cleaning 41995 clauses out of 84022 with flag 2313519/936001
547.74/543.88	c cleaning 42999 clauses out of 86028 with flag 2402270/980002
567.45/563.57	c cleaning 44003 clauses out of 88031 with flag 2493264/1025004
583.25/579.36	c cleaning 44996 clauses out of 90024 with flag 2595955/1071000
605.85/601.98	c cleaning 46001 clauses out of 92028 with flag 2691493/1118000
628.05/624.16	c cleaning 47000 clauses out of 94028 with flag 2789427/1166001
653.46/649.52	c cleaning 48001 clauses out of 96027 with flag 2888260/1215000
677.61/673.64	c cleaning 48998 clauses out of 98026 with flag 2988442/1265000
710.33/706.31	c cleaning 50001 clauses out of 100030 with flag 3091345/1316002
742.73/738.72	c cleaning 51001 clauses out of 102028 with flag 3197175/1368001
780.44/776.44	c cleaning 52000 clauses out of 104027 with flag 3303862/1421001
808.14/804.11	c cleaning 53003 clauses out of 106026 with flag 3412284/1475000
844.65/840.66	c cleaning 53997 clauses out of 108024 with flag 3522372/1530001
880.26/876.23	c cleaning 54998 clauses out of 110026 with flag 3644864/1586000
917.37/913.31	c cleaning 55994 clauses out of 112028 with flag 3766215/1643000
959.19/955.17	c cleaning 57003 clauses out of 114034 with flag 3885465/1701000
997.25/993.03	c cleaning 57980 clauses out of 116031 with flag 4004609/1760002
1043.64/1039.11	c cleaning 58981 clauses out of 118045 with flag 4214273/1820000
1114.47/1109.72	c cleaning 60019 clauses out of 120069 with flag 4560006/1881011
1193.53/1187.82	c cleaning 60955 clauses out of 122039 with flag 4733651/1943000
1305.99/1299.58	c cleaning 61986 clauses out of 124084 with flag 4932949/2006000
1427.91/1420.18	c cleaning 63059 clauses out of 126118 with flag 5107305/2070020
1540.28/1531.24	c cleaning 63985 clauses out of 128039 with flag 5316829/2135000
1667.86/1657.18	c cleaning 65017 clauses out of 130054 with flag 5529610/2201000
1800.02/1787.70	c starts		: 8604
1800.02/1787.70	c conflicts		: 2266636
1800.02/1787.70	c decisions		: 11657309
1800.02/1787.70	c propagations		: 500688828
1800.02/1787.70	c inspects		: 17081254288
1800.02/1787.70	c shortcuts		: 0
1800.02/1787.70	c learnt literals	: 16
1800.02/1787.70	c learnt binary clauses	: 47
1800.02/1787.70	c learnt ternary clauses	: 26
1800.02/1787.70	c learnt constraints	: 2266620
1800.02/1787.70	c ignored constraints	: 0
1800.02/1787.70	c root simplifications	: 0
1800.02/1787.70	c removed literals (reason simplification)	: 0
1800.02/1787.70	c reason swapping (by a shorter reason)	: 0
1800.02/1787.70	c Calls to reduceDB	: 62
1800.02/1787.70	c Number of update (reduction) of LBD	: 217676
1800.02/1787.70	c Imported unit clauses	: 0
1800.02/1787.70	c number of reductions to clauses (during analyze)	: 0
1800.02/1787.70	c number of learned constraints concerned by reduction	: 0
1800.02/1787.70	c number of learning phase by resolution	: 0
1800.02/1787.70	c number of learning phase by cutting planes	: 0
1800.02/1787.70	c speed (assignments/second)	: 280190.9101287329
1800.02/1787.70	c non guided choices	362861
1800.02/1787.71	c timeout
1800.02/1787.73	c learnt constraints type 
1800.02/1787.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.02/1787.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130626
1800.02/1787.73	s UNKNOWN
1800.02/1787.73	c Total wall clock time (in seconds): 1787.614

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-4101445-1466222747/watcher-4101445-1466222747 -o /tmp/evaluation-result-4101445-1466222747/solver-4101445-1466222747 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101445-1466222747.opb 

pid=18789
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.33 2.28 2.20 4/194 18792
/proc/meminfo: memFree=29969424/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/18792/stat : 18792 (java) R 18789 18792 15516 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 24321304 9445376 97 33554432000 1073741824 1073778376 140736641726128 140736641723256 270698377095 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2290 92 70 9 0 38 0

[startup+0.100065 s]
/proc/loadavg: 2.33 2.28 2.20 4/194 18792
/proc/meminfo: memFree=29969424/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 24321304 9787879424 6024 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.33 2.28 2.20 4/194 18792
/proc/meminfo: memFree=29969424/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 5130 0 1 0 27 1 0 0 20 0 18 0 24321304 9787879424 7542 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2389619 7542 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.33 2.28 2.20 4/194 18792
/proc/meminfo: memFree=29969424/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 9532 0 1 0 56 2 0 0 20 0 18 0 24321304 9787879424 12335 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2389619 12335 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 2.33 2.28 2.20 4/194 18792
/proc/meminfo: memFree=29969424/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 9883 0 1 0 130 7 0 0 20 0 18 0 24321304 9787879424 47315 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2389619 47315 2270 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.87 2.39 2.24 4/213 18811
/proc/meminfo: memFree=29788704/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 9973 0 1 0 241 7 0 0 20 0 19 0 24321304 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 47298 2272 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 2474 0 1 0 140 3 0 0 20 0 19 0 24321305 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291913269888 140291768838603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 2368 0 0 0 40 0 0 0 20 0 19 0 24321310 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 3721 0 0 0 48 0 0 0 20 0 19 0 24321310 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 47298 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.87 2.39 2.24 4/213 18811
/proc/meminfo: memFree=29788200/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 9978 0 1 0 408 7 0 0 20 0 19 0 24321304 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 47301 2274 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 2476 0 1 0 299 3 0 0 20 0 19 0 24321305 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291913269664 140291768847447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24321306 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 2368 0 0 0 40 0 0 0 20 0 19 0 24321310 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 3723 0 0 0 54 0 0 0 20 0 19 0 24321310 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 47301 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.87 2.39 2.24 3/213 18811
/proc/meminfo: memFree=29757136/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 10396 0 1 0 734 11 0 0 20 0 19 0 24321304 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 54970 2274 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 2479 0 1 0 615 3 0 0 20 0 19 0 24321305 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291913268848 140291768847456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 115 0 0 0 1 1 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 111 0 0 0 2 1 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 113 0 0 0 2 0 0 0 20 0 19 0 24321306 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 2368 0 0 0 41 0 0 0 20 0 19 0 24321310 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 3723 0 0 0 54 0 0 0 20 0 19 0 24321310 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 54970 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 112390 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.17 2.17 3/213 18984
/proc/meminfo: memFree=28981864/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=1794.58 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 51076 0 1 0 179290 168 0 0 20 0 19 0 24321304 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 161498 2286 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=1771.29 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 7318 0 1 0 177084 45 0 0 20 0 19 0 24321305 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291913268416 140291768847465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 1094 0 0 0 157 12 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 1729 0 0 0 163 14 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 1344 0 0 0 160 12 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 2272 0 0 0 172 13 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 1231 0 0 0 167 12 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 1250 0 0 0 173 15 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 703 0 0 0 159 13 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 2094 0 0 0 164 15 0 0 20 0 19 0 24321306 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 4275 0 0 0 162 9 0 0 20 0 19 0 24321307 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 10379 0 0 0 107 1 0 0 20 0 19 0 24321310 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 16020 0 0 0 142 2 0 0 20 0 19 0 24321310 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 24321310 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 161498 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 18984
/proc/meminfo: memFree=28969576/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 51096 0 1 0 179832 170 0 0 20 0 19 0 24321304 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 164489 2286 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=1776.67 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 7319 0 1 0 177621 46 0 0 20 0 19 0 24321305 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291913268464 140291768848753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 1099 0 0 0 157 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 1729 0 0 0 163 14 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 1349 0 0 0 161 12 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 2272 0 0 0 172 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 1237 0 0 0 167 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 1250 0 0 0 173 15 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 706 0 0 0 159 14 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 2094 0 0 0 164 15 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 4275 0 0 0 162 9 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 10379 0 0 0 107 1 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 16020 0 0 0 142 2 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 18792 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.7 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 18984
/proc/meminfo: memFree=28969576/32872528 swapFree=1542984/1696284
[pid=18792] ppid=18789 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/18792/stat : 18792 (java) S 18789 18792 15516 0 -1 4202496 51096 0 1 0 179832 170 0 0 20 0 19 0 24321304 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140736641717264 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18792/statm: 2406260 164489 2286 9 0 2396937 0
[pid=18792/tid=18794] ppid=18789 vsize=9625040 CPUtime=1776.67 cores=1,3,5,7
/proc/18792/task/18794/stat : 18794 (java) R 18789 18792 15516 0 -1 4202560 7319 0 1 0 177621 46 0 0 20 0 19 0 24321305 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291913268464 140291768848753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18795] ppid=18789 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/18792/task/18795/stat : 18795 (java) S 18789 18792 15516 0 -1 4202560 1099 0 0 0 157 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291757091880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18796] ppid=18789 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/18792/task/18796/stat : 18796 (java) S 18789 18792 15516 0 -1 4202560 1729 0 0 0 163 14 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291756039080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18797] ppid=18789 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/18792/task/18797/stat : 18797 (java) S 18789 18792 15516 0 -1 4202560 1349 0 0 0 161 12 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291754986280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18798] ppid=18789 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/18792/task/18798/stat : 18798 (java) S 18789 18792 15516 0 -1 4202560 2272 0 0 0 172 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291753933480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18799] ppid=18789 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/18792/task/18799/stat : 18799 (java) S 18789 18792 15516 0 -1 4202560 1237 0 0 0 167 13 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291752880680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18792/tid=18800] ppid=18789 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/18792/task/18800/stat : 18800 (java) S 18789 18792 15516 0 -1 4202560 1250 0 0 0 173 15 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291415730600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18801] ppid=18789 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/18792/task/18801/stat : 18801 (java) S 18789 18792 15516 0 -1 4202560 706 0 0 0 159 14 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291414677800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18802] ppid=18789 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/18792/task/18802/stat : 18802 (java) S 18789 18792 15516 0 -1 4202560 2094 0 0 0 164 15 0 0 20 0 19 0 24321306 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291413625000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18803] ppid=18789 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/18792/task/18803/stat : 18803 (java) S 18789 18792 15516 0 -1 4202560 4275 0 0 0 162 9 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291401427944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18804] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18804/stat : 18804 (java) S 18789 18792 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291400374008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18805] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18805/stat : 18805 (java) S 18789 18792 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24321307 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291399321096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18806] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18806/stat : 18806 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291398269584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18792/tid=18807] ppid=18789 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/18792/task/18807/stat : 18807 (java) S 18789 18792 15516 0 -1 4202560 10379 0 0 0 107 1 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291397216696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18792/tid=18808] ppid=18789 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/18792/task/18808/stat : 18808 (java) S 18789 18792 15516 0 -1 4202560 16020 0 0 0 142 2 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291396163896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18809] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18809/stat : 18809 (java) S 18789 18792 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291395111288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18810] ppid=18789 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18792/task/18810/stat : 18810 (java) S 18789 18792 15516 0 -1 4202560 103 0 0 0 22 31 0 0 20 0 19 0 24321310 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291394058696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18792/tid=18811] ppid=18789 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18792/task/18811/stat : 18811 (java) S 18789 18792 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24321379 9856040960 164489 33554432000 1073741824 1073778376 140736641726128 140291392906920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18792 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=889287
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=122677
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.74
CPU time (s): 1800.02
CPU user time (s): 1798.32
CPU system time (s): 1.7
CPU usage (%): 100.687
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 2.12268
maximum resident set size= 1174820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51136
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52456
involuntary context switches= 42982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4881 second user time and 16.7365 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 06:05:47
IDJOB=4101445
IDBENCH=1748
IDSOLVER=2546
FILE ID=node125/4101445-1466222747
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101445-1466222747/watcher-4101445-1466222747 -o /tmp/evaluation-result-4101445-1466222747/solver-4101445-1466222747 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101445-1466222747.opb

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

MD5SUM BENCH= 81740feb43d84f849129894fa9d60802
RANDOM SEED=540836460

node125.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.683
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	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
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		: 2666.683
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.683
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:        29969480 kB
Buffers:           95032 kB
Cached:            95620 kB
SwapCached:          688 kB
Active:           339636 kB
Inactive:         131608 kB
Active(anon):     282032 kB
Inactive(anon):     1040 kB
Active(file):      57604 kB
Inactive(file):   130568 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              2468 kB
Writeback:             0 kB
AnonPages:       1978180 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             600912 kB
SReclaimable:      44328 kB
SUnreclaim:       556584 kB
KernelStack:        1592 kB
PageTables:         8164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71740 MiB
End job on node125 at 2016-06-18 06:35:35