Trace number 4101989

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.05 1776.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
MD5SUM94d27ad55443aa92d0406d6e0a54bcaf
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 variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 53442
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524332
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526376
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4101989-1466227798.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.57/0.37	c ... done. Wall clock time 0.26s.
0.57/0.37	c declared #vars     2944
0.57/0.37	c #constraints  303
0.57/0.37	c constraints type 
0.57/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
0.57/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14
0.57/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 280
0.57/0.37	c 303 constraints processed.
0.57/0.37	c objective function length is 88 literals
5.89/5.08	c cleaning 2501 clauses out of 5001 with flag 10554/5001
12.08/10.77	c cleaning 4253 clauses out of 8506 with flag 22710/11007
18.98/17.56	c cleaning 5623 clauses out of 11246 with flag 36976/18000
26.31/24.80	c cleaning 6816 clauses out of 13631 with flag 52996/26008
35.36/33.78	c cleaning 7901 clauses out of 15808 with flag 71229/35001
45.43/43.61	c cleaning 8952 clauses out of 17908 with flag 91441/45002
55.44/53.69	c cleaning 9969 clauses out of 19954 with flag 114038/56000
66.58/64.67	c cleaning 10994 clauses out of 21988 with flag 139098/68003
78.06/75.95	c cleaning 11997 clauses out of 23993 with flag 166803/81002
91.59/89.38	c cleaning 12993 clauses out of 25995 with flag 195986/95001
104.93/102.49	c cleaning 13998 clauses out of 28002 with flag 226886/110001
119.98/117.25	c cleaning 14994 clauses out of 30004 with flag 258958/126001
135.76/132.83	c cleaning 16005 clauses out of 32009 with flag 293012/143000
153.24/150.12	c cleaning 17000 clauses out of 34004 with flag 329439/161000
170.87/167.69	c cleaning 17992 clauses out of 36004 with flag 368130/180000
189.53/186.10	c cleaning 18999 clauses out of 38012 with flag 409248/200000
210.21/206.62	c cleaning 20005 clauses out of 40015 with flag 452682/221002
231.53/227.81	c cleaning 20998 clauses out of 42009 with flag 497320/243001
255.44/251.59	c cleaning 22001 clauses out of 44011 with flag 543400/266001
280.97/276.83	c cleaning 23002 clauses out of 46009 with flag 592084/290000
305.42/301.05	c cleaning 23999 clauses out of 48008 with flag 643320/315001
329.78/325.27	c cleaning 24993 clauses out of 50008 with flag 696764/341000
356.75/352.00	c cleaning 25999 clauses out of 52015 with flag 751513/368000
385.95/380.87	c cleaning 27006 clauses out of 54017 with flag 808615/396001
413.65/408.13	c cleaning 28003 clauses out of 56013 with flag 868220/425003
440.38/434.63	c cleaning 28995 clauses out of 58007 with flag 930722/455000
471.18/465.13	c cleaning 29998 clauses out of 60013 with flag 993333/486001
503.74/497.31	c cleaning 31002 clauses out of 62017 with flag 1058357/518003
538.69/531.93	c cleaning 32003 clauses out of 64014 with flag 1125036/551002
575.99/568.80	c cleaning 32998 clauses out of 66009 with flag 1194745/585000
613.10/605.33	c cleaning 34002 clauses out of 68012 with flag 1266538/620001
647.01/638.75	c cleaning 34986 clauses out of 70010 with flag 1341973/656001
682.74/673.92	c cleaning 35993 clauses out of 72024 with flag 1417636/693001
724.15/714.88	c cleaning 37013 clauses out of 74031 with flag 1494771/731001
764.54/754.76	c cleaning 38000 clauses out of 76019 with flag 1574755/770002
806.14/795.77	c cleaning 38993 clauses out of 78017 with flag 1655729/810000
845.65/834.64	c cleaning 40005 clauses out of 80027 with flag 1738804/851003
887.30/875.80	c cleaning 41006 clauses out of 82021 with flag 1823527/893002
931.84/919.71	c cleaning 42003 clauses out of 84015 with flag 1910275/936002
977.83/965.11	c cleaning 42996 clauses out of 86010 with flag 1998452/980000
1025.82/1012.57	c cleaning 44006 clauses out of 88016 with flag 2089083/1025002
1077.44/1063.41	c cleaning 44997 clauses out of 90009 with flag 2181554/1071001
1126.21/1111.54	c cleaning 46004 clauses out of 92011 with flag 2275821/1118000
1176.96/1161.63	c cleaning 46999 clauses out of 94007 with flag 2373034/1166000
1227.71/1211.64	c cleaning 48001 clauses out of 96009 with flag 2472959/1215001
1288.27/1271.60	c cleaning 49003 clauses out of 98008 with flag 2574491/1265001
1347.50/1330.09	c cleaning 49992 clauses out of 100004 with flag 2677719/1316000
1407.25/1388.95	c cleaning 51004 clauses out of 102012 with flag 2782991/1368000
1462.01/1442.88	c cleaning 52003 clauses out of 104008 with flag 2891691/1421000
1523.27/1503.30	c cleaning 53000 clauses out of 106005 with flag 3002216/1475000
1588.78/1568.02	c cleaning 53997 clauses out of 108006 with flag 3112783/1530001
1658.76/1637.03	c cleaning 55001 clauses out of 110010 with flag 3225852/1586002
1727.78/1705.14	c cleaning 56003 clauses out of 112007 with flag 3341089/1643000
1788.95/1765.30	c cleaning 56996 clauses out of 114004 with flag 3458202/1701000
1800.05/1776.30	c starts		: 1
1800.05/1776.30	c conflicts		: 1712938
1800.05/1776.30	c decisions		: 1733527
1800.05/1776.30	c propagations		: 10640442
1800.05/1776.30	c inspects		: 8815248599
1800.05/1776.30	c shortcuts		: 0
1800.05/1776.30	c learnt literals	: 0
1800.05/1776.30	c learnt binary clauses	: 18
1800.05/1776.30	c learnt ternary clauses	: 30
1800.05/1776.30	c learnt constraints	: 1712937
1800.05/1776.30	c ignored constraints	: 0
1800.05/1776.30	c root simplifications	: 0
1800.05/1776.30	c removed literals (reason simplification)	: 0
1800.05/1776.30	c reason swapping (by a shorter reason)	: 0
1800.05/1776.30	c Calls to reduceDB	: 54
1800.05/1776.30	c Number of update (reduction) of LBD	: 18224
1800.05/1776.30	c Imported unit clauses	: 0
1800.05/1776.30	c number of reductions to clauses (during analyze)	: 0
1800.05/1776.30	c number of learned constraints concerned by reduction	: 0
1800.05/1776.30	c number of learning phase by resolution	: 0
1800.05/1776.30	c number of learning phase by cutting planes	: 0
1800.05/1776.30	c speed (assignments/second)	: 5991.499631459247
1800.05/1776.30	c non guided choices	0
1800.05/1776.30	c timeout
1800.05/1776.33	c learnt constraints type 
1800.05/1776.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.05/1776.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68928
1800.05/1776.33	s UNKNOWN
1800.05/1776.33	c Total wall clock time (in seconds): 1776.216

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

pid=19327
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.26 2.29 2.21 3/194 19330
/proc/meminfo: memFree=27586036/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/19330/stat : 19330 (java) R 19327 19330 15516 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 24826461 5767168 53 33554432000 1073741824 1073778376 140734318857952 140734318855080 270698380872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 1408 56 43 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.29 2.21 3/194 19330
/proc/meminfo: memFree=27586036/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 4438 0 1 0 8 1 0 0 20 0 18 0 24826461 9787879424 5566 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2389619 5566 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.26 2.29 2.21 3/194 19330
/proc/meminfo: memFree=27586036/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 5001 0 1 0 27 1 0 0 20 0 18 0 24826461 9787879424 6482 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2389619 6482 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.26 2.29 2.21 3/194 19330
/proc/meminfo: memFree=27586036/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 9390 0 1 0 55 2 0 0 20 0 18 0 24826461 9787879424 11874 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2389619 11874 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700169 s]
/proc/loadavg: 2.26 2.29 2.21 3/194 19330
/proc/meminfo: memFree=27586036/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 12457 0 1 0 137 2 0 0 20 0 19 0 24826461 9856040960 15776 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 15776 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.16 2.27 2.21 3/213 19349
/proc/meminfo: memFree=27527712/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 13436 0 1 0 233 3 0 0 20 0 19 0 24826461 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 17650 2259 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 2486 0 1 0 144 2 0 0 20 0 19 0 24826462 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109812375664 140109752696092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 5677 0 0 0 53 0 0 0 20 0 19 0 24826467 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 3995 0 0 0 33 0 0 0 20 0 19 0 24826467 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 17650 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.27 2.21 3/213 19349
/proc/meminfo: memFree=27515052/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=3.98 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 13447 0 1 0 395 3 0 0 20 0 19 0 24826461 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 21747 2259 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 2496 0 1 0 304 2 0 0 20 0 19 0 24826462 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109812373856 140109752709053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 5678 0 0 0 55 0 0 0 20 0 19 0 24826467 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 3995 0 0 0 33 0 0 0 20 0 19 0 24826467 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 21747 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.28 2.21 4/214 19352
/proc/meminfo: memFree=27469680/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 20479 0 1 0 757 5 0 0 20 0 19 0 24826461 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 32355 2266 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 2510 0 1 0 622 2 0 0 20 0 19 0 24826462 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109812367040 140109752708981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24826463 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 12685 0 0 0 95 2 0 0 20 0 19 0 24826467 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 4005 0 0 0 35 0 0 0 20 0 19 0 24826467 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 32355 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625040


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

[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 132900 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1684.47
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.25 2.21 3/213 19457
/proc/meminfo: memFree=29366432/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=1745.36 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 56934 0 1 0 174103 433 0 0 20 0 19 0 24826461 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 134334 2287 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=1703.14 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 3016 0 1 0 170284 30 0 0 20 0 19 0 24826462 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109812374736 140109752851792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 3897 0 0 0 325 52 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 3427 0 0 0 339 52 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 2956 0 0 0 312 45 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 3856 0 0 0 332 53 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 5681 0 0 0 332 55 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 4228 0 0 0 339 50 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 3562 0 0 0 343 52 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 2925 0 0 0 315 45 0 0 20 0 19 0 24826463 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=5.73 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5092 0 0 0 563 10 0 0 20 0 19 0 24826465 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 12926 0 0 0 107 2 0 0 20 0 19 0 24826467 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 4005 0 0 0 37 0 0 0 20 0 19 0 24826467 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 100 0 0 0 17 15 0 0 20 0 19 0 24826467 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 134334 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1745.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.3 s]
/proc/loadavg: 2.26 2.25 2.21 3/213 19458
/proc/meminfo: memFree=29574588/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 60130 0 1 0 179555 450 0 0 20 0 19 0 24826461 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 125422 2287 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=1756.52 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 3028 0 1 0 175621 31 0 0 20 0 19 0 24826462 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109812374736 140109752879403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 4051 0 0 0 335 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 4323 0 0 0 356 56 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 3318 0 0 0 321 47 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 4019 0 0 0 342 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 6201 0 0 0 339 58 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 4379 0 0 0 351 51 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 3866 0 0 0 352 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 3397 0 0 0 324 47 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=5.93 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5252 0 0 0 583 10 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 12926 0 0 0 107 2 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 4005 0 0 0 37 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 102 0 0 0 18 15 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 19330 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1776.3 s]
/proc/loadavg: 2.26 2.25 2.21 3/213 19458
/proc/meminfo: memFree=29574588/32872528 swapFree=1542984/1696284
[pid=19330] ppid=19327 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19330/stat : 19330 (java) S 19327 19330 15516 0 -1 4202496 60130 0 1 0 179555 450 0 0 20 0 19 0 24826461 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140734318849088 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19330/statm: 2406260 125422 2287 9 0 2396937 0
[pid=19330/tid=19332] ppid=19327 vsize=9625040 CPUtime=1756.52 cores=0,2,4,6
/proc/19330/task/19332/stat : 19332 (java) R 19327 19330 15516 0 -1 4202560 3028 0 1 0 175621 31 0 0 20 0 19 0 24826462 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109812374736 140109752879403 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19333] ppid=19327 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/19330/task/19333/stat : 19333 (java) S 19327 19330 15516 0 -1 4202560 4051 0 0 0 335 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109656402728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19334] ppid=19327 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/19330/task/19334/stat : 19334 (java) S 19327 19330 15516 0 -1 4202560 4323 0 0 0 356 56 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109655349928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19335] ppid=19327 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/19330/task/19335/stat : 19335 (java) S 19327 19330 15516 0 -1 4202560 3318 0 0 0 321 47 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109654297640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19336] ppid=19327 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/19330/task/19336/stat : 19336 (java) S 19327 19330 15516 0 -1 4202560 4019 0 0 0 342 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109653244840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19337] ppid=19327 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/19330/task/19337/stat : 19337 (java) S 19327 19330 15516 0 -1 4202560 6201 0 0 0 339 58 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109652191528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19338] ppid=19327 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/19330/task/19338/stat : 19338 (java) S 19327 19330 15516 0 -1 4202560 4379 0 0 0 351 51 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109651138728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19330/tid=19339] ppid=19327 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/19330/task/19339/stat : 19339 (java) S 19327 19330 15516 0 -1 4202560 3866 0 0 0 352 54 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109650086440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19340] ppid=19327 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/19330/task/19340/stat : 19340 (java) S 19327 19330 15516 0 -1 4202560 3397 0 0 0 324 47 0 0 20 0 19 0 24826463 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109649033640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19330/tid=19341] ppid=19327 vsize=9625040 CPUtime=5.93 cores=0,2,4,6
/proc/19330/task/19341/stat : 19341 (java) S 19327 19330 15516 0 -1 4202560 5252 0 0 0 583 10 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109636623080 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19342] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19342/stat : 19342 (java) S 19327 19330 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109635569144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19343] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19343/stat : 19343 (java) S 19327 19330 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24826465 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109634516744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19344] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19344/stat : 19344 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109633465232 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19345] ppid=19327 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/19330/task/19345/stat : 19345 (java) S 19327 19330 15516 0 -1 4202560 12926 0 0 0 107 2 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109632411832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19346] ppid=19327 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19330/task/19346/stat : 19346 (java) S 19327 19330 15516 0 -1 4202560 4005 0 0 0 37 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109631359032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19347] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19347/stat : 19347 (java) S 19327 19330 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109630306936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19330/tid=19348] ppid=19327 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/19330/task/19348/stat : 19348 (java) S 19327 19330 15516 0 -1 4202560 102 0 0 0 18 15 0 0 20 0 19 0 24826467 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109629254344 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19330/tid=19349] ppid=19327 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19330/task/19349/stat : 19349 (java) S 19327 19330 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24826500 9856040960 125422 33554432000 1073741824 1073778376 140734318857952 140109628151208 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19330 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=48719
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=933250
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.34
CPU time (s): 1800.05
CPU user time (s): 1795.55
CPU system time (s): 4.5
CPU usage (%): 101.335
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.05
system time used= 4.93325
maximum resident set size= 867728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60170
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53211
involuntary context switches= 56021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0035 second user time and 12.5441 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 07:29:58
IDJOB=4101989
IDBENCH=1832
IDSOLVER=2546
FILE ID=node125/4101989-1466227798
RUNJOBID= node125-1466206074-15532
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/miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101989-1466227798/watcher-4101989-1466227798 -o /tmp/evaluation-result-4101989-1466227798/solver-4101989-1466227798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101989-1466227798.opb

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

MD5SUM BENCH= 94d27ad55443aa92d0406d6e0a54bcaf
RANDOM SEED=895302081

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:        27586192 kB
Buffers:          100580 kB
Cached:            97416 kB
SwapCached:          688 kB
Active:          2712168 kB
Inactive:         138396 kB
Active(anon):    2654436 kB
Inactive(anon):     1040 kB
Active(file):      57732 kB
Inactive(file):   137356 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       4368732 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             600984 kB
SReclaimable:      44612 kB
SUnreclaim:       556372 kB
KernelStack:        1760 kB
PageTables:        12668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4665056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2752512 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= 71744 MiB
End job on node125 at 2016-06-18 07:59:35