Trace number 4100645

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.04 1793.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-greenbea.opb
MD5SUM542c2b53b45e753224c38b905fee77fb
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 variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 24902
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 537080
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 537080
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-4100645-1466215426.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.96/1.98	c ... done. Wall clock time 1.863s.
2.96/1.98	c declared #vars     155427
2.96/1.98	c #constraints  4866
2.96/1.98	c constraints type 
2.96/1.98	c org.sat4j.specs.Constr$1 => 339
2.96/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4527
2.96/1.98	c 4866 constraints processed.
2.96/1.98	c objective function length is 15205 literals
23.29/21.44	c cleaning 2559 clauses out of 5118 with flag 10280/5119
47.62/45.18	c cleaning 4364 clauses out of 8727 with flag 22616/11287
73.93/71.27	c cleaning 5678 clauses out of 11355 with flag 36600/18279
103.07/100.32	c cleaning 6829 clauses out of 13658 with flag 52562/26260
134.35/131.56	c cleaning 7916 clauses out of 15831 with flag 70566/35262
166.98/164.18	c cleaning 8896 clauses out of 17792 with flag 90320/45139
200.28/197.47	c cleaning 9981 clauses out of 19962 with flag 112452/56205
231.29/228.34	c cleaning 10891 clauses out of 21782 with flag 136054/68006
256.99/254.01	c cleaning 11944 clauses out of 23887 with flag 162046/81002
312.71/309.61	c cleaning 13079 clauses out of 26157 with flag 190912/95217
371.52/368.37	c cleaning 13984 clauses out of 27967 with flag 220690/110106
429.42/426.19	c cleaning 14987 clauses out of 29973 with flag 252670/126096
483.32/479.92	c cleaning 16015 clauses out of 32029 with flag 286756/143139
490.22/486.88	c cleaning 16928 clauses out of 33877 with flag 326631/161002
494.64/491.23	c cleaning 17958 clauses out of 35948 with flag 377358/180001
499.85/496.45	c cleaning 18982 clauses out of 37990 with flag 433774/200001
505.74/502.37	c cleaning 19997 clauses out of 40010 with flag 494279/221003
511.90/508.50	c cleaning 20997 clauses out of 42010 with flag 559793/243000
517.90/514.45	c cleaning 21989 clauses out of 44013 with flag 619473/266000
523.80/520.35	c cleaning 23002 clauses out of 46025 with flag 686567/290001
530.40/526.97	c cleaning 23996 clauses out of 48022 with flag 762634/315000
539.09/535.67	c cleaning 24999 clauses out of 50027 with flag 840782/341001
548.29/544.81	c cleaning 26002 clauses out of 52027 with flag 917472/368000
557.79/554.40	c cleaning 26993 clauses out of 54025 with flag 996389/396000
568.69/565.28	c cleaning 28002 clauses out of 56035 with flag 1083263/425003
579.79/576.34	c cleaning 28997 clauses out of 58031 with flag 1179114/455001
590.29/586.81	c cleaning 30005 clauses out of 60038 with flag 1278226/486005
602.59/599.10	c cleaning 30999 clauses out of 62029 with flag 1376251/518001
615.88/612.40	c cleaning 32003 clauses out of 64031 with flag 1490376/551002
629.68/626.26	c cleaning 32993 clauses out of 66026 with flag 1597114/585000
644.48/641.07	c cleaning 33996 clauses out of 68033 with flag 1710408/620000
660.68/657.22	c cleaning 35003 clauses out of 70037 with flag 1813359/656000
676.27/672.83	c cleaning 36011 clauses out of 72034 with flag 1919039/693000
692.08/688.69	c cleaning 37005 clauses out of 74023 with flag 1996600/731000
709.37/705.91	c cleaning 38000 clauses out of 76020 with flag 2075967/770002
726.57/723.17	c cleaning 39003 clauses out of 78025 with flag 2157032/810007
746.77/743.37	c cleaning 39996 clauses out of 80016 with flag 2240527/851001
767.68/764.29	c cleaning 41001 clauses out of 82021 with flag 2326030/893002
790.10/786.62	c cleaning 42006 clauses out of 84023 with flag 2413527/936005
810.39/806.98	c cleaning 42994 clauses out of 86012 with flag 2502782/980000
837.49/834.05	c cleaning 44004 clauses out of 88023 with flag 2594058/1025005
869.60/866.10	c cleaning 45004 clauses out of 90023 with flag 2688138/1071009
887.40/883.91	c cleaning 46008 clauses out of 92015 with flag 2785224/1118005
907.70/904.19	c cleaning 47001 clauses out of 94003 with flag 2885112/1166001
943.71/940.10	c cleaning 47997 clauses out of 96003 with flag 2986794/1215002
982.85/979.19	c cleaning 48998 clauses out of 98005 with flag 3090814/1265001
1026.08/1022.32	c cleaning 50004 clauses out of 100009 with flag 3196480/1316003
1065.33/1061.58	c cleaning 50995 clauses out of 102002 with flag 3303933/1368000
1108.30/1104.41	c cleaning 51997 clauses out of 104008 with flag 3413719/1421001
1163.53/1159.60	c cleaning 53005 clauses out of 106011 with flag 3527051/1475001
1212.38/1208.45	c cleaning 54002 clauses out of 108005 with flag 3644139/1530000
1254.49/1250.42	c cleaning 54999 clauses out of 110003 with flag 3758921/1586000
1309.24/1305.06	c cleaning 56001 clauses out of 112004 with flag 3879694/1643000
1366.25/1361.96	c cleaning 56998 clauses out of 114004 with flag 4004602/1701001
1409.33/1404.92	c cleaning 57996 clauses out of 116007 with flag 4134655/1760002
1454.52/1450.02	c cleaning 58999 clauses out of 118009 with flag 4274115/1820000
1500.26/1495.64	c cleaning 60004 clauses out of 120011 with flag 4418424/1881001
1547.00/1542.24	c cleaning 61000 clauses out of 122006 with flag 4566438/1943000
1596.74/1591.88	c cleaning 62000 clauses out of 124006 with flag 4718422/2006000
1656.99/1651.71	c cleaning 62998 clauses out of 126008 with flag 4860306/2070002
1717.08/1711.59	c cleaning 64000 clauses out of 128009 with flag 4997289/2135001
1788.85/1782.52	c cleaning 65003 clauses out of 130008 with flag 5135720/2201000
1800.04/1793.50	c starts		: 11
1800.04/1793.50	c conflicts		: 2212872
1800.04/1793.50	c decisions		: 2475241
1800.04/1793.50	c propagations		: 423311948
1800.04/1793.50	c inspects		: 19989448820
1800.04/1793.50	c shortcuts		: 0
1800.04/1793.50	c learnt literals	: 2
1800.04/1793.50	c learnt binary clauses	: 1
1800.04/1793.51	c learnt ternary clauses	: 1
1800.04/1793.51	c learnt constraints	: 2212871
1800.04/1793.51	c ignored constraints	: 0
1800.04/1793.51	c root simplifications	: 0
1800.04/1793.51	c removed literals (reason simplification)	: 0
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 62
1800.04/1793.51	c Number of update (reduction) of LBD	: 97250
1800.04/1793.51	c Imported unit clauses	: 0
1800.04/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.51	c number of learned constraints concerned by reduction	: 0
1800.04/1793.51	c number of learning phase by resolution	: 0
1800.04/1793.51	c number of learning phase by cutting planes	: 0
1800.04/1793.51	c speed (assignments/second)	: 236305.49700342084
1800.04/1793.51	c non guided choices	54791
1800.04/1793.51	c timeout
1800.04/1793.53	c learnt constraints type 
1800.04/1793.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/1793.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76877
1800.04/1793.53	s UNKNOWN
1800.04/1793.53	c Total wall clock time (in seconds): 1793.421

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

pid=17844
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.44 2.34 2.28 3/194 17847
/proc/meminfo: memFree=27803576/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/17847/stat : 17847 (java) R 17844 17847 15516 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 23589301 278528 33 33554432000 1073741824 1073778376 140736100723440 140734155514040 270698376373 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.44 2.34 2.28 3/194 17847
/proc/meminfo: memFree=27803576/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 4401 0 1 0 7 2 0 0 20 0 18 0 23589301 9787879424 6022 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.44 2.34 2.28 3/194 17847
/proc/meminfo: memFree=27803576/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 5014 0 1 0 26 2 0 0 20 0 18 0 23589301 9787879424 7946 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2389619 7946 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.44 2.34 2.28 3/194 17847
/proc/meminfo: memFree=27803576/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 5930 0 1 0 48 2 0 0 20 0 18 0 23589301 9787879424 10949 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2389619 10949 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700251 s]
/proc/loadavg: 2.44 2.34 2.28 3/194 17847
/proc/meminfo: memFree=27803576/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 11537 0 1 0 126 8 0 0 20 0 18 0 23589301 9787879424 48385 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2389619 48385 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.44 2.34 2.28 3/212 17865
/proc/meminfo: memFree=27572600/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9558476 CPUtime=2.37 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 12104 0 1 0 219 18 0 0 20 0 18 0 23589301 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2389619 92292 2269 9 0 2380296 0
[pid=17847/tid=17849] ppid=17844 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) S 17844 17847 15516 0 -1 4202560 2506 0 1 0 128 6 0 0 20 0 18 0 23589302 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289286040968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) R 17844 17847 15516 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289275103576 140289288513267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) R 17844 17847 15516 0 -1 4202560 140 0 0 0 4 2 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289274050856 140289290217753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) R 17844 17847 15516 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289272998488 140289292937710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) R 17844 17847 15516 0 -1 4202560 145 0 0 0 6 2 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289271945768 140289292938156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) R 17844 17847 15516 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289270893400 140289289798839 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) R 17844 17847 15516 0 -1 4202560 33 0 0 0 2 1 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289269840856 140289289798796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) R 17844 17847 15516 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289123236776 140289292938156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) R 17844 17847 15516 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 18 0 23589303 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289122184408 140289290203847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23589304 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289109984264 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23589305 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23589305 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23589307 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 2629 0 0 0 27 0 0 0 20 0 18 0 23589307 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5045 0 0 0 28 0 0 0 20 0 18 0 23589307 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23589307 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23589307 9787879424 92292 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.44 2.34 2.28 5/213 17866
/proc/meminfo: memFree=27402928/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9625040 CPUtime=4.57 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 13480 0 1 0 433 24 0 0 20 0 19 0 23589301 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2406260 102242 2281 9 0 2396937 0
[pid=17847/tid=17849] ppid=17844 vsize=9625040 CPUtime=2.87 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) R 17844 17847 15516 0 -1 4202560 2519 0 1 0 281 6 0 0 20 0 19 0 23589302 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289286041744 140289151601152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) S 17844 17847 15516 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289275103400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) S 17844 17847 15516 0 -1 4202560 147 0 0 0 6 3 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289274050856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) S 17844 17847 15516 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289272998312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17844 17847 15516 0 -1 4202560 164 0 0 0 11 3 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289271945768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17844 17847 15516 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289270893224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17844 17847 15516 0 -1 4202560 96 0 0 0 4 1 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289269840680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17844 17847 15516 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289123236776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17844 17847 15516 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 19 0 23589303 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289122184232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23589304 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289109985384 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 3708 0 0 0 46 0 0 0 20 0 19 0 23589307 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5058 0 0 0 50 0 0 0 20 0 19 0 23589307 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 102242 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.41 2.34 2.28 3/213 17866
/proc/meminfo: memFree=27355400/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9625040 CPUtime=7.99 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 13655 0 1 0 768 31 0 0 20 0 19 0 23589301 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2406260 113700 2281 9 0 2396937 0
[pid=17847/tid=17849] ppid=17844 vsize=9625040 CPUtime=5.98 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) R 17844 17847 15516 0 -1 4202560 2521 0 1 0 592 6 0 0 20 0 19 0 23589302 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289286039808 140289151632944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) S 17844 17847 15516 0 -1 4202560 71 0 0 0 9 2 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289275103400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) S 17844 17847 15516 0 -1 4202560 163 0 0 0 8 3 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289274050856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) S 17844 17847 15516 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289272998312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17844 17847 15516 0 -1 4202560 196 0 0 0 14 4 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289271945768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17844 17847 15516 0 -1 4202560 126 0 0 0 7 3 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289270893224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17844 17847 15516 0 -1 4202560 111 0 0 0 7 2 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289269840680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17844 17847 15516 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289123236776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17844 17847 15516 0 -1 4202560 89 0 0 0 13 4 0 0 20 0 19 0 23589303 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289122184232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23589304 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289109985384 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 3708 0 0 0 46 0 0 0 20 0 19 0 23589307 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5058 0 0 0 50 0 0 0 20 0 19 0 23589307 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 113700 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.37 2.33 2.28 4/213 17866

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

[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 522210 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.97
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.47 2.34 2.28 3/213 17975
/proc/meminfo: memFree=27919128/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9625040 CPUtime=1788.65 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 35914 0 1 0 178721 144 0 0 20 0 19 0 23589301 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2406260 519003 2293 9 0 2396937 0
[pid=17847/tid=17849] ppid=17844 vsize=9625040 CPUtime=1774.69 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) R 17844 17847 15516 0 -1 4202560 4376 0 1 0 177403 66 0 0 20 0 19 0 23589302 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289286040816 140289151766064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) S 17844 17847 15516 0 -1 4202560 227 0 0 0 79 7 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289275103400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) S 17844 17847 15516 0 -1 4202560 365 0 0 0 73 8 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289274050856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) S 17844 17847 15516 0 -1 4202560 220 0 0 0 76 8 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289272998312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17844 17847 15516 0 -1 4202560 339 0 0 0 76 9 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289271945768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17844 17847 15516 0 -1 4202560 442 0 0 0 79 7 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289270893224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17844 17847 15516 0 -1 4202560 267 0 0 0 74 9 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289269840680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17844 17847 15516 0 -1 4202560 246 0 0 0 65 7 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289123236776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17844 17847 15516 0 -1 4202560 214 0 0 0 79 10 0 0 20 0 19 0 23589303 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289122184232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 10501 0 0 0 72 8 0 0 20 0 19 0 23589304 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289109985384 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 12292 0 0 0 93 2 0 0 20 0 19 0 23589307 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5064 0 0 0 60 0 0 0 20 0 19 0 23589307 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 102 0 0 0 25 35 0 0 20 0 19 0 23589307 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 519003 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.47 2.34 2.28 3/213 17975
/proc/meminfo: memFree=27909884/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 35926 0 1 0 179859 145 0 0 20 0 19 0 23589301 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2406260 518474 2293 9 0 2396937 0
[pid=17847/tid=17849] ppid=17844 vsize=9625040 CPUtime=1785.78 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) R 17844 17847 15516 0 -1 4202560 4388 0 1 0 178511 67 0 0 20 0 19 0 23589302 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289286040856 140289151361696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) S 17844 17847 15516 0 -1 4202560 227 0 0 0 82 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289275103400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) S 17844 17847 15516 0 -1 4202560 365 0 0 0 76 8 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289274050856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) S 17844 17847 15516 0 -1 4202560 220 0 0 0 80 8 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289272998312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17844 17847 15516 0 -1 4202560 339 0 0 0 80 9 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289271945768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17844 17847 15516 0 -1 4202560 442 0 0 0 83 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289270893224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17844 17847 15516 0 -1 4202560 267 0 0 0 78 9 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289269840680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17844 17847 15516 0 -1 4202560 246 0 0 0 68 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289123236776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17844 17847 15516 0 -1 4202560 214 0 0 0 82 10 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289122184232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 10501 0 0 0 72 8 0 0 20 0 19 0 23589304 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289109985384 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 12292 0 0 0 93 2 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5064 0 0 0 60 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 102 0 0 0 26 35 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 17847 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.47 2.34 2.28 3/213 17975
/proc/meminfo: memFree=27909884/32872528 swapFree=1542984/1696284
[pid=17847] ppid=17844 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/17847/stat : 17847 (java) S 17844 17847 15516 0 -1 4202496 35926 0 1 0 179859 145 0 0 20 0 19 0 23589301 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140736100714576 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17847/statm: 2406260 518474 2293 9 0 2396937 0
[pid=17847/tid=17849] ppid=17844 vsize=9625040 CPUtime=1785.78 cores=1,3,5,7
/proc/17847/task/17849/stat : 17849 (java) R 17844 17847 15516 0 -1 4202560 4388 0 1 0 178511 67 0 0 20 0 19 0 23589302 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289286040856 140289151361696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17850] ppid=17844 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17847/task/17850/stat : 17850 (java) S 17844 17847 15516 0 -1 4202560 227 0 0 0 82 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289275103400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17851] ppid=17844 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/17847/task/17851/stat : 17851 (java) S 17844 17847 15516 0 -1 4202560 365 0 0 0 76 8 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289274050856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17852] ppid=17844 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/17847/task/17852/stat : 17852 (java) S 17844 17847 15516 0 -1 4202560 220 0 0 0 80 8 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289272998312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17853] ppid=17844 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/17847/task/17853/stat : 17853 (java) S 17844 17847 15516 0 -1 4202560 339 0 0 0 80 9 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289271945768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17854] ppid=17844 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/17847/task/17854/stat : 17854 (java) S 17844 17847 15516 0 -1 4202560 442 0 0 0 83 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289270893224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17855] ppid=17844 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/17847/task/17855/stat : 17855 (java) S 17844 17847 15516 0 -1 4202560 267 0 0 0 78 9 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289269840680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17847/tid=17856] ppid=17844 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/17847/task/17856/stat : 17856 (java) S 17844 17847 15516 0 -1 4202560 246 0 0 0 68 7 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289123236776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17857] ppid=17844 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/17847/task/17857/stat : 17857 (java) S 17844 17847 15516 0 -1 4202560 214 0 0 0 82 10 0 0 20 0 19 0 23589303 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289122184232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17858] ppid=17844 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/17847/task/17858/stat : 17858 (java) S 17844 17847 15516 0 -1 4202560 10501 0 0 0 72 8 0 0 20 0 19 0 23589304 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289109985384 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17859] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17859/stat : 17859 (java) S 17844 17847 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289108931704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17860] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17860/stat : 17860 (java) S 17844 17847 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23589305 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289107879048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17861] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17861/stat : 17861 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289106827792 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17862] ppid=17844 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/17847/task/17862/stat : 17862 (java) S 17844 17847 15516 0 -1 4202560 12292 0 0 0 93 2 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289105775160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17863] ppid=17844 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/17847/task/17863/stat : 17863 (java) S 17844 17847 15516 0 -1 4202560 5064 0 0 0 60 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289104722616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17847/tid=17864] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17864/stat : 17864 (java) S 17844 17847 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289103670264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17847/tid=17865] ppid=17844 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/17847/task/17865/stat : 17865 (java) S 17844 17847 15516 0 -1 4202560 102 0 0 0 26 35 0 0 20 0 19 0 23589307 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289102617928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17847/tid=17866] ppid=17844 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17847/task/17866/stat : 17866 (java) S 17844 17847 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23589514 9856040960 518474 33554432000 1073741824 1073778376 140736100723440 140289101562664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.55
CPU time (s): 1800.04
CPU user time (s): 1798.59
CPU system time (s): 1.45
CPU usage (%): 100.362
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.92271
maximum resident set size= 3018416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35960
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42739
involuntary context switches= 24996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.73052 second user time and 14.3948 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 04:03:47
IDJOB=4100645
IDBENCH=1643
IDSOLVER=2546
FILE ID=node125/4100645-1466215426
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 542c2b53b45e753224c38b905fee77fb
RANDOM SEED=2041164815

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:        27804220 kB
Buffers:           86756 kB
Cached:           102368 kB
SwapCached:          688 kB
Active:          2486580 kB
Inactive:         116952 kB
Active(anon):    2415808 kB
Inactive(anon):     1040 kB
Active(file):      70772 kB
Inactive(file):   115912 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              9988 kB
Writeback:             0 kB
AnonPages:       4142808 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             601016 kB
SReclaimable:      44392 kB
SUnreclaim:       556624 kB
KernelStack:        1632 kB
PageTables:        12436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4958208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2566144 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= 71732 MiB
End job on node125 at 2016-06-18 04:33:40