Trace number 4100301

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.58 1797.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-tr12-30.opb
MD5SUM012c11861136c422cb8bda81e1d7561a
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 variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 1295
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 533310
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533310
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4100301-1466212814.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.82/0.44	c ... done. Wall clock time 0.321s.
0.82/0.44	c declared #vars     21960
0.82/0.44	c #constraints  1110
0.82/0.44	c constraints type 
0.82/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1110
0.82/0.44	c 1110 constraints processed.
0.82/0.44	c objective function length is 11160 literals
1.69/0.99	c cleaning 2496 clauses out of 5002 with flag 10099/5002
2.38/1.52	c cleaning 4245 clauses out of 8504 with flag 22175/11000
3.08/2.30	c cleaning 5624 clauses out of 11259 with flag 36262/18000
3.68/2.82	c cleaning 6805 clauses out of 13638 with flag 53144/26003
4.51/3.68	c cleaning 7917 clauses out of 15833 with flag 72079/35003
5.02/4.19	c cleaning 8949 clauses out of 17914 with flag 98571/45001
5.92/5.02	c cleaning 9975 clauses out of 19965 with flag 123686/56001
6.85/5.82	c cleaning 10994 clauses out of 21988 with flag 149794/68000
8.37/7.18	c cleaning 11998 clauses out of 23996 with flag 178499/81002
10.08/8.58	c cleaning 13001 clauses out of 26001 with flag 209281/95005
11.88/10.33	c cleaning 13999 clauses out of 27997 with flag 242172/110002
14.68/13.14	c cleaning 14991 clauses out of 29996 with flag 276722/126000
16.79/15.29	c cleaning 15997 clauses out of 32006 with flag 313065/143001
19.38/17.85	c cleaning 17003 clauses out of 34009 with flag 354081/161001
21.78/20.29	c cleaning 17996 clauses out of 36006 with flag 394249/180001
24.88/23.31	c cleaning 18996 clauses out of 38011 with flag 437435/200002
28.07/26.41	c cleaning 20004 clauses out of 40013 with flag 481862/221000
31.37/29.75	c cleaning 20999 clauses out of 42009 with flag 530847/243000
34.67/33.01	c cleaning 22007 clauses out of 44013 with flag 582668/266003
38.56/36.92	c cleaning 22994 clauses out of 46003 with flag 633592/290000
42.56/40.95	c cleaning 24001 clauses out of 48010 with flag 689225/315001
47.06/45.44	c cleaning 25001 clauses out of 50008 with flag 746382/341000
52.06/50.45	c cleaning 26005 clauses out of 52012 with flag 807433/368005
57.06/55.49	c cleaning 26997 clauses out of 54002 with flag 869171/396000
62.05/60.44	c cleaning 27998 clauses out of 56005 with flag 933904/425000
68.25/66.65	c cleaning 29006 clauses out of 58012 with flag 1000516/455005
73.95/72.30	c cleaning 30002 clauses out of 60003 with flag 1068759/486002
81.35/79.74	c cleaning 30996 clauses out of 62002 with flag 1139614/518003
89.34/87.73	c cleaning 31998 clauses out of 64005 with flag 1212204/551002
96.85/95.21	c cleaning 33000 clauses out of 66005 with flag 1286517/585000
105.45/103.82	c cleaning 33992 clauses out of 68005 with flag 1363592/620000
113.15/111.52	c cleaning 35000 clauses out of 70013 with flag 1450012/656000
121.15/119.58	c cleaning 35997 clauses out of 72013 with flag 1539650/693000
132.92/131.29	c cleaning 36994 clauses out of 74016 with flag 1638854/731000
145.93/144.29	c cleaning 38008 clauses out of 76023 with flag 1734550/770001
162.72/161.03	c cleaning 38996 clauses out of 78016 with flag 1837873/810002
181.13/179.41	c cleaning 40010 clauses out of 80019 with flag 1945553/851001
196.62/194.92	c cleaning 40984 clauses out of 82008 with flag 2056489/893000
210.42/208.79	c cleaning 42004 clauses out of 84024 with flag 2172818/936000
226.41/224.72	c cleaning 42997 clauses out of 86020 with flag 2287496/980000
244.41/242.71	c cleaning 43996 clauses out of 88023 with flag 2412122/1025000
263.71/262.01	c cleaning 45001 clauses out of 90027 with flag 2538832/1071000
278.50/276.81	c cleaning 46013 clauses out of 92031 with flag 2671786/1118005
295.14/293.47	c cleaning 47003 clauses out of 94013 with flag 2805952/1166000
310.34/308.64	c cleaning 48003 clauses out of 96010 with flag 2945403/1215000
326.94/325.24	c cleaning 49002 clauses out of 98007 with flag 3085781/1265000
343.86/342.14	c cleaning 49989 clauses out of 100005 with flag 3227699/1316000
364.05/362.34	c cleaning 51000 clauses out of 102018 with flag 3368550/1368002
381.35/379.66	c cleaning 52007 clauses out of 104018 with flag 3517811/1421002
397.44/395.76	c cleaning 53005 clauses out of 106014 with flag 3671745/1475005
416.03/414.36	c cleaning 53993 clauses out of 108004 with flag 3826042/1530000
433.53/431.74	c cleaning 55006 clauses out of 110012 with flag 3981344/1586001
452.14/450.37	c cleaning 55999 clauses out of 112005 with flag 4139506/1643000
473.54/471.75	c cleaning 57001 clauses out of 114006 with flag 4287286/1701000
488.53/486.73	c cleaning 57996 clauses out of 116005 with flag 4427786/1760000
505.93/504.12	c cleaning 59000 clauses out of 118009 with flag 4574374/1820000
523.24/521.41	c cleaning 59998 clauses out of 120009 with flag 4726224/1881000
541.64/539.87	c cleaning 60999 clauses out of 122011 with flag 4880676/1943000
561.16/559.20	c cleaning 61999 clauses out of 124012 with flag 5039279/2006000
588.96/587.01	c cleaning 62995 clauses out of 126013 with flag 5195559/2070000
620.57/618.61	c cleaning 64004 clauses out of 128019 with flag 5349622/2135001
654.16/652.29	c cleaning 65007 clauses out of 130014 with flag 5505878/2201000
691.97/690.00	c cleaning 65999 clauses out of 132007 with flag 5663974/2268000
725.97/724.02	c cleaning 66996 clauses out of 134011 with flag 5825215/2336003
762.40/760.42	c cleaning 68004 clauses out of 136014 with flag 5991816/2405002
788.05/785.92	c cleaning 68998 clauses out of 138009 with flag 6163154/2475001
811.95/809.85	c cleaning 69998 clauses out of 140011 with flag 6338682/2546001
835.76/833.66	c cleaning 70996 clauses out of 142012 with flag 6514029/2618000
861.46/859.31	c cleaning 71997 clauses out of 144021 with flag 6692132/2691005
888.26/886.13	c cleaning 72995 clauses out of 146020 with flag 6873252/2765001
913.72/911.47	c cleaning 74005 clauses out of 148024 with flag 7065322/2840000
943.22/940.96	c cleaning 75004 clauses out of 150020 with flag 7252651/2916001
971.53/969.26	c cleaning 75996 clauses out of 152016 with flag 7442813/2993001
1001.82/999.50	c cleaning 76999 clauses out of 154020 with flag 7637021/3071001
1035.24/1032.98	c cleaning 78002 clauses out of 156020 with flag 7833728/3150000
1071.69/1069.23	c cleaning 79002 clauses out of 158018 with flag 8034912/3230000
1103.78/1101.34	c cleaning 80008 clauses out of 160016 with flag 8236223/3311000
1141.19/1138.75	c cleaning 80997 clauses out of 162009 with flag 8441348/3393001
1179.90/1177.47	c cleaning 81999 clauses out of 164012 with flag 8635519/3476001
1214.30/1211.81	c cleaning 83001 clauses out of 166015 with flag 8839240/3560003
1251.43/1248.89	c cleaning 84001 clauses out of 168015 with flag 9037446/3645004
1292.04/1289.44	c cleaning 84995 clauses out of 170010 with flag 9239981/3731000
1334.14/1331.57	c cleaning 86004 clauses out of 172016 with flag 9455464/3818001
1375.46/1372.89	c cleaning 86997 clauses out of 174012 with flag 9673406/3906001
1414.85/1412.10	c cleaning 87999 clauses out of 176014 with flag 9891012/3995000
1454.46/1451.78	c cleaning 89007 clauses out of 178017 with flag 10116578/4085002
1493.47/1490.74	c cleaning 89996 clauses out of 180008 with flag 10348860/4176000
1536.71/1533.85	c cleaning 91003 clauses out of 182012 with flag 10580192/4268000
1568.40/1565.57	c cleaning 91996 clauses out of 184010 with flag 10802454/4361001
1606.00/1603.17	c cleaning 92996 clauses out of 186013 with flag 11028184/4455000
1648.89/1646.03	c cleaning 94000 clauses out of 188017 with flag 11266999/4550000
1692.48/1689.53	c cleaning 95010 clauses out of 190019 with flag 11490208/4646002
1739.28/1736.37	c cleaning 95999 clauses out of 192008 with flag 11712125/4743001
1788.99/1786.03	c cleaning 97004 clauses out of 194008 with flag 11934378/4841000
1800.08/1797.10	c starts		: 12501
1800.08/1797.10	c conflicts		: 4876826
1800.08/1797.10	c decisions		: 11360342
1800.08/1797.10	c propagations		: 239633816
1800.08/1797.10	c inspects		: 36123695311
1800.08/1797.10	c shortcuts		: 0
1800.08/1797.10	c learnt literals	: 1
1800.08/1797.10	c learnt binary clauses	: 6
1800.08/1797.10	c learnt ternary clauses	: 6
1800.08/1797.10	c learnt constraints	: 4876825
1800.08/1797.10	c ignored constraints	: 0
1800.08/1797.10	c root simplifications	: 0
1800.08/1797.10	c removed literals (reason simplification)	: 0
1800.08/1797.10	c reason swapping (by a shorter reason)	: 0
1800.08/1797.10	c timeout
1800.08/1797.10	c Calls to reduceDB	: 94
1800.08/1797.10	c Number of update (reduction) of LBD	: 1191837
1800.08/1797.10	c Imported unit clauses	: 0
1800.08/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.10	c number of learned constraints concerned by reduction	: 0
1800.08/1797.10	c number of learning phase by resolution	: 0
1800.08/1797.10	c number of learning phase by cutting planes	: 0
1800.08/1797.10	c speed (assignments/second)	: 133379.9110109728
1800.08/1797.10	c non guided choices	26697
1800.08/1797.13	c learnt constraints type 
1800.08/1797.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.08/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132824
1800.08/1797.13	s UNKNOWN
1800.08/1797.13	c Total wall clock time (in seconds): 1797.013

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100301-1466212814/watcher-4100301-1466212814 -o /tmp/evaluation-result-4100301-1466212814/solver-4100301-1466212814 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100301-1466212814.opb 

pid=17784
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.18 2.22 2.22 3/195 17787
/proc/meminfo: memFree=26612912/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/17787/stat : 17787 (java) R 17784 17787 15548 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 23327844 278528 33 33554432000 1073741824 1073778376 140734006462176 140735902209112 229346733351 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 68 33 25 9 0 25 0

[startup+0.100142 s]
/proc/loadavg: 2.18 2.22 2.22 3/195 17787
/proc/meminfo: memFree=26612912/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 4402 0 1 0 7 1 0 0 20 0 18 0 23327844 9787879424 6025 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.18 2.22 2.22 3/195 17787
/proc/meminfo: memFree=26612912/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 5021 0 1 0 27 2 0 0 20 0 18 0 23327844 9787879424 6904 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2389619 6905 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 2.18 2.22 2.22 3/195 17787
/proc/meminfo: memFree=26612912/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 9332 0 1 0 50 3 0 0 20 0 18 0 23327844 9787879424 12698 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2389619 12698 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.18 2.22 2.22 3/195 17787
/proc/meminfo: memFree=26612912/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 11407 0 1 0 145 4 0 0 20 0 19 0 23327844 9856040960 23359 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 23359 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.18 2.22 2.22 4/214 17806
/proc/meminfo: memFree=26525932/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 11420 0 1 0 234 4 0 0 20 0 19 0 23327844 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 24903 2266 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2443 0 1 0 143 3 0 0 20 0 19 0 23327845 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326432263408 140326262826001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23327847 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3718 0 0 0 41 0 0 0 20 0 19 0 23327850 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 3982 0 0 0 45 2 0 0 20 0 19 0 23327850 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 24903 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.18 2.22 2.22 4/214 17806
/proc/meminfo: memFree=26518608/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 11425 0 1 0 398 4 0 0 20 0 19 0 23327844 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 26952 2266 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2447 0 1 0 303 3 0 0 20 0 19 0 23327845 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326432264488 140326262777146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23327847 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3719 0 0 0 45 0 0 0 20 0 19 0 23327850 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 3982 0 0 0 46 2 0 0 20 0 19 0 23327850 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 26952 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.25 2.24 2.22 3/214 17806
/proc/meminfo: memFree=26498136/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=7.57 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 17827 0 1 0 752 5 0 0 20 0 19 0 23327844 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 34486 2267 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2458 0 1 0 623 3 0 0 20 0 19 0 23327845 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326432262528 140326262739738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23327846 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23327847 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 23327850 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 10325 0 0 0 73 2 0 0 20 0 19 0 23327850 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 34486 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9625040


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

[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 12898 0 0 0 107 3 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 100 0 0 0 25 26 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.33 2.28 3/213 17912
/proc/meminfo: memFree=29568088/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=1785.28 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 22216 0 1 0 178459 69 0 0 20 0 19 0 23327844 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 128499 2281 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=1781.59 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2493 0 1 0 178126 33 0 0 20 0 19 0 23327845 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326432255776 140326262739738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 209 0 0 0 14 6 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 125 0 0 0 17 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 277 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 118 0 0 0 16 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 201 0 0 0 22 7 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 152 0 0 0 14 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 255 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 263 0 0 0 16 3 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23327847 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 12898 0 0 0 107 3 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 104 0 0 0 26 27 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.25 2.31 2.27 3/214 17915
/proc/meminfo: memFree=29567608/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 22216 0 1 0 179939 69 0 0 20 0 19 0 23327844 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 128499 2281 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=1796.39 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2493 0 1 0 179606 33 0 0 20 0 19 0 23327845 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326432255776 140326262739738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 209 0 0 0 14 6 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 125 0 0 0 17 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 277 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 118 0 0 0 16 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 201 0 0 0 22 7 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 152 0 0 0 14 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 255 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 263 0 0 0 16 3 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23327847 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 12898 0 0 0 107 3 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 104 0 0 0 27 27 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 17787 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.25 2.31 2.27 3/214 17915
/proc/meminfo: memFree=29567608/32872528 swapFree=1370848/1518016
[pid=17787] ppid=17784 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/17787/stat : 17787 (java) S 17784 17787 15548 0 -1 4202496 22216 0 1 0 179939 69 0 0 20 0 19 0 23327844 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140734006453312 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17787/statm: 2406260 128499 2281 9 0 2396937 0
[pid=17787/tid=17789] ppid=17784 vsize=9625040 CPUtime=1796.39 cores=0,2,4,6
/proc/17787/task/17789/stat : 17789 (java) R 17784 17787 15548 0 -1 4202560 2493 0 1 0 179606 33 0 0 20 0 19 0 23327845 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326432255776 140326262739738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17790] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17790/stat : 17790 (java) S 17784 17787 15548 0 -1 4202560 209 0 0 0 14 6 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326393756328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17791] ppid=17784 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17787/task/17791/stat : 17791 (java) S 17784 17787 15548 0 -1 4202560 125 0 0 0 17 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326392703784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17792] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17792/stat : 17792 (java) S 17784 17787 15548 0 -1 4202560 277 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326391651240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17793] ppid=17784 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17787/task/17793/stat : 17793 (java) S 17784 17787 15548 0 -1 4202560 118 0 0 0 16 5 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326390598696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17794] ppid=17784 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/17787/task/17794/stat : 17794 (java) S 17784 17787 15548 0 -1 4202560 201 0 0 0 22 7 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326389545128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17795] ppid=17784 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17787/task/17795/stat : 17795 (java) S 17784 17787 15548 0 -1 4202560 152 0 0 0 14 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326388492584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17796] ppid=17784 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17787/task/17796/stat : 17796 (java) S 17784 17787 15548 0 -1 4202560 255 0 0 0 16 4 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326387440040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17797] ppid=17784 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17787/task/17797/stat : 17797 (java) S 17784 17787 15548 0 -1 4202560 263 0 0 0 16 3 0 0 20 0 19 0 23327846 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326386387496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17798] ppid=17784 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17787/task/17798/stat : 17798 (java) S 17784 17787 15548 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23327847 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326255692392 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17787/tid=17799] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17799/stat : 17799 (java) S 17784 17787 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326254638712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17800] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17800/stat : 17800 (java) S 17784 17787 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23327848 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326253586056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17801] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17801/stat : 17801 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326252534800 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17802] ppid=17784 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17787/task/17802/stat : 17802 (java) S 17784 17787 15548 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326251481144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17787/tid=17803] ppid=17784 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/17787/task/17803/stat : 17803 (java) S 17784 17787 15548 0 -1 4202560 12898 0 0 0 107 3 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326250428600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17804] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17804/stat : 17804 (java) S 17784 17787 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326249376248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17787/tid=17805] ppid=17784 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/17787/task/17805/stat : 17805 (java) S 17784 17787 15548 0 -1 4202560 104 0 0 0 27 27 0 0 20 0 19 0 23327850 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326248323912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17787/tid=17806] ppid=17784 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17787/task/17806/stat : 17806 (java) S 17784 17787 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23327892 9856040960 128499 33554432000 1073741824 1073778376 140734006462176 140326247269672 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.13
CPU time (s): 1800.58
CPU user time (s): 1799.43
CPU system time (s): 1.15282
CPU usage (%): 100.192
Max. virtual memory (cumulated for all children) (KiB): 9626944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.15282
maximum resident set size= 514136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38346
involuntary context switches= 14926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6714 second user time and 12.904 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 03:20:14
IDJOB=4100301
IDBENCH=1599
IDSOLVER=2546
FILE ID=node129/4100301-1466212814
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 012c11861136c422cb8bda81e1d7561a
RANDOM SEED=31869546

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26613184 kB
Buffers:           90960 kB
Cached:           125232 kB
SwapCached:         1944 kB
Active:          3867484 kB
Inactive:         133572 kB
Active(anon):    3786412 kB
Inactive(anon):     1076 kB
Active(file):      81072 kB
Inactive(file):   132496 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       5285888 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             599084 kB
SReclaimable:      42884 kB
SUnreclaim:       556200 kB
KernelStack:        1768 kB
PageTables:        14528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5436680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3868672 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= 71736 MiB
End job on node129 at 2016-06-18 03:50:11