Trace number 4100597

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1796.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-sierra.opb
MD5SUMbc13f5c9713036f697e6f30ffdababe9
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 variables38715
Total number of constraints3263
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 constraints3263
Minimum length of a constraint10
Maximum length of a constraint498
Number of terms in the objective function 36989
Biggest coefficient in the objective function 29466
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 555161
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260604
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 555161
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100597-1466215107.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.35/0.76	c ... done. Wall clock time 0.664s.
1.35/0.76	c declared #vars     38715
1.35/0.76	c #constraints  3791
1.35/0.76	c constraints type 
1.35/0.77	c org.sat4j.specs.Constr$1 => 10
1.35/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3781
1.35/0.77	c 3791 constraints processed.
1.35/0.77	c objective function length is 36989 literals
2.25/1.25	c cleaning 2492 clauses out of 4996 with flag 11084/5000
2.58/1.57	c cleaning 4242 clauses out of 8504 with flag 25048/11000
3.13/2.02	c cleaning 5619 clauses out of 11266 with flag 40860/18004
3.54/2.44	c cleaning 6814 clauses out of 13644 with flag 61748/26001
4.07/2.96	c cleaning 7915 clauses out of 15829 with flag 94159/35001
4.97/3.86	c cleaning 8957 clauses out of 17914 with flag 129179/45001
6.17/5.05	c cleaning 9974 clauses out of 19956 with flag 159052/56000
7.76/6.55	c cleaning 10987 clauses out of 21982 with flag 191363/68000
9.16/7.91	c cleaning 11997 clauses out of 23995 with flag 227920/81000
10.66/9.49	c cleaning 12996 clauses out of 25998 with flag 286106/95000
12.46/11.20	c cleaning 14002 clauses out of 28004 with flag 338865/110002
14.06/12.85	c cleaning 14992 clauses out of 30000 with flag 377698/126000
16.27/15.09	c cleaning 16000 clauses out of 32008 with flag 419520/143000
17.67/16.42	c cleaning 17002 clauses out of 34008 with flag 461453/161000
18.77/17.60	c cleaning 17997 clauses out of 36006 with flag 505733/180000
21.57/20.32	c cleaning 18999 clauses out of 38011 with flag 547040/200002
24.86/23.68	c cleaning 19999 clauses out of 40010 with flag 590137/221000
28.88/27.63	c cleaning 20993 clauses out of 42012 with flag 635347/243001
33.47/32.28	c cleaning 22000 clauses out of 44018 with flag 684512/266000
38.97/37.73	c cleaning 23002 clauses out of 46021 with flag 736390/290003
45.07/43.88	c cleaning 23997 clauses out of 48017 with flag 795569/315001
52.57/51.34	c cleaning 24997 clauses out of 50020 with flag 854161/341001
60.27/59.09	c cleaning 26003 clauses out of 52024 with flag 916489/368002
68.87/67.63	c cleaning 26997 clauses out of 54019 with flag 980054/396000
78.28/77.10	c cleaning 27996 clauses out of 56023 with flag 1057966/425001
88.38/87.18	c cleaning 29002 clauses out of 58026 with flag 1133675/455000
92.76/91.37	c cleaning 29980 clauses out of 60024 with flag 1211509/486000
98.01/96.20	c cleaning 31008 clauses out of 62044 with flag 1276374/518001
101.91/100.17	c cleaning 32013 clauses out of 64036 with flag 1344436/551001
104.01/102.27	c cleaning 33007 clauses out of 66023 with flag 1423778/585002
110.12/108.33	c cleaning 34003 clauses out of 68014 with flag 1494717/620000
116.22/114.42	c cleaning 35003 clauses out of 70011 with flag 1568269/656000
121.22/119.46	c cleaning 36006 clauses out of 72011 with flag 1645287/693003
129.11/127.30	c cleaning 36994 clauses out of 74003 with flag 1721646/731001
138.91/137.02	c cleaning 38003 clauses out of 76008 with flag 1799719/770000
148.51/146.60	c cleaning 39001 clauses out of 78008 with flag 1879856/810003
157.61/155.78	c cleaning 39998 clauses out of 80004 with flag 1962038/851000
168.31/166.46	c cleaning 41002 clauses out of 82008 with flag 2046127/893002
179.12/177.23	c cleaning 41997 clauses out of 84004 with flag 2132255/936000
192.22/190.33	c cleaning 43004 clauses out of 86010 with flag 2220362/980003
205.62/203.79	c cleaning 43999 clauses out of 88003 with flag 2310400/1025000
220.21/218.36	c cleaning 45005 clauses out of 90010 with flag 2402452/1071006
233.32/231.41	c cleaning 45996 clauses out of 91999 with flag 2496812/1118000
247.61/245.76	c cleaning 46997 clauses out of 94003 with flag 2593739/1166000
261.01/259.17	c cleaning 48003 clauses out of 96007 with flag 2692176/1215001
276.71/274.89	c cleaning 49001 clauses out of 98003 with flag 2792441/1265000
295.87/293.86	c cleaning 49996 clauses out of 100004 with flag 2894520/1316002
316.27/314.24	c cleaning 50997 clauses out of 102006 with flag 2998528/1368000
337.26/335.23	c cleaning 51998 clauses out of 104011 with flag 3104549/1421002
360.66/358.63	c cleaning 53002 clauses out of 106012 with flag 3212561/1475001
383.86/381.87	c cleaning 53999 clauses out of 108009 with flag 3322581/1530000
409.06/407.10	c cleaning 55004 clauses out of 110010 with flag 3434590/1586000
431.45/429.41	c cleaning 55997 clauses out of 112008 with flag 3548747/1643002
455.85/453.89	c cleaning 56998 clauses out of 114011 with flag 3664962/1701002
467.03/464.91	c cleaning 57994 clauses out of 116001 with flag 3796940/1760001
471.13/469.09	c cleaning 58989 clauses out of 118001 with flag 3949503/1820001
479.40/477.18	c cleaning 59996 clauses out of 120012 with flag 4114820/1881002
487.00/484.76	c cleaning 61001 clauses out of 122012 with flag 4244500/1943001
506.39/504.18	c cleaning 61999 clauses out of 124010 with flag 4370948/2006000
528.39/526.11	c cleaning 62999 clauses out of 126011 with flag 4499650/2070000
540.59/538.32	c cleaning 63996 clauses out of 128012 with flag 4637555/2135000
569.28/567.03	c cleaning 65005 clauses out of 130017 with flag 4769945/2201001
580.66/578.21	c cleaning 65989 clauses out of 132002 with flag 4930833/2268000
589.59/587.14	c cleaning 66995 clauses out of 134009 with flag 5232047/2336001
599.09/596.62	c cleaning 68003 clauses out of 136012 with flag 5384607/2405001
617.41/614.93	c cleaning 68997 clauses out of 138009 with flag 5527711/2475001
647.50/645.09	c cleaning 70002 clauses out of 140013 with flag 5672403/2546002
675.90/673.44	c cleaning 70999 clauses out of 142010 with flag 5820789/2618001
709.61/707.14	c cleaning 72003 clauses out of 144012 with flag 5970147/2691002
742.31/739.88	c cleaning 72999 clauses out of 146008 with flag 6121686/2765001
782.92/780.49	c cleaning 73999 clauses out of 148011 with flag 6274273/2840003
818.93/816.45	c cleaning 74996 clauses out of 150010 with flag 6428956/2916001
855.43/852.97	c cleaning 75998 clauses out of 152013 with flag 6590539/2993000
891.54/889.01	c cleaning 77001 clauses out of 154015 with flag 6750144/3071000
927.84/925.38	c cleaning 78000 clauses out of 156015 with flag 6911881/3150001
968.25/965.76	c cleaning 79004 clauses out of 158017 with flag 7077652/3230003
1011.16/1008.69	c cleaning 80000 clauses out of 160012 with flag 7243592/3311002
1055.27/1052.80	c cleaning 81001 clauses out of 162012 with flag 7410911/3393002
1102.06/1099.59	c cleaning 81998 clauses out of 164009 with flag 7582457/3476000
1147.78/1145.21	c cleaning 82999 clauses out of 166011 with flag 7755749/3560000
1168.47/1165.94	c cleaning 84001 clauses out of 168013 with flag 7947849/3645001
1179.73/1177.03	c cleaning 84983 clauses out of 170012 with flag 8190097/3731001
1197.83/1195.14	c cleaning 85988 clauses out of 172026 with flag 8487376/3818001
1222.64/1219.96	c cleaning 87013 clauses out of 174037 with flag 8671060/3906000
1258.03/1255.35	c cleaning 88006 clauses out of 176025 with flag 8849206/3995001
1312.95/1310.27	c cleaning 89006 clauses out of 178018 with flag 9029249/4085000
1362.86/1360.02	c cleaning 90006 clauses out of 180013 with flag 9211383/4176001
1385.06/1382.25	c cleaning 90991 clauses out of 182002 with flag 9417706/4268000
1407.46/1404.67	c cleaning 91998 clauses out of 184010 with flag 9857264/4361000
1440.57/1437.73	c cleaning 92997 clauses out of 186011 with flag 10054267/4455001
1461.37/1458.55	c cleaning 94003 clauses out of 188014 with flag 10473970/4550001
1499.70/1496.70	c cleaning 95001 clauses out of 190010 with flag 10957467/4646000
1507.31/1504.38	c cleaning 95985 clauses out of 192004 with flag 11180233/4743000
1543.31/1540.38	c cleaning 96996 clauses out of 194020 with flag 11383171/4841001
1569.52/1566.58	c cleaning 98001 clauses out of 196022 with flag 11618066/4940000
1632.57/1629.50	c cleaning 99008 clauses out of 198022 with flag 11818223/5040001
1699.18/1696.04	c cleaning 100003 clauses out of 200013 with flag 12020293/5141000
1726.94/1723.68	c cleaning 101002 clauses out of 202012 with flag 12229514/5243002
1800.04/1796.70	c starts		: 3370
1800.04/1796.70	c conflicts		: 5345809
1800.04/1796.70	c decisions		: 10354048
1800.04/1796.70	c propagations		: 94900420
1800.04/1796.70	c inspects		: 37520220035
1800.04/1796.70	c shortcuts		: 0
1800.04/1796.70	c learnt literals	: 60
1800.04/1796.70	c learnt binary clauses	: 98
1800.04/1796.70	c learnt ternary clauses	: 163
1800.04/1796.70	c learnt constraints	: 5345749
1800.04/1796.70	c ignored constraints	: 0
1800.04/1796.70	c root simplifications	: 0
1800.04/1796.70	c removed literals (reason simplification)	: 0
1800.04/1796.70	c reason swapping (by a shorter reason)	: 0
1800.04/1796.70	c Calls to reduceDB	: 98
1800.04/1796.70	c Number of update (reduction) of LBD	: 266402
1800.04/1796.70	c timeout
1800.04/1796.70	c Imported unit clauses	: 0
1800.04/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.70	c number of learned constraints concerned by reduction	: 0
1800.04/1796.70	c number of learning phase by resolution	: 0
1800.04/1796.70	c number of learning phase by cutting planes	: 0
1800.04/1796.70	c speed (assignments/second)	: 52843.349396007085
1800.04/1796.70	c non guided choices	4261101
1800.04/1796.73	c learnt constraints type 
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
1800.04/1796.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 203719
1800.04/1796.73	s UNKNOWN
1800.04/1796.73	c Total wall clock time (in seconds): 1796.63

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-4100597-1466215107/watcher-4100597-1466215107 -o /tmp/evaluation-result-4100597-1466215107/solver-4100597-1466215107 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100597-1466215107.opb 

pid=7726
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.15 2.20 2.23 4/196 7729
/proc/meminfo: memFree=29668288/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23557126 98570240 978 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 24065 978 744 9 0 16771 0
[pid=7729/tid=7730] ppid=7726 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23557127 98570240 978 33554432000 1073741824 1073778376 140734358227296 140427873590824 273905698176 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.15 2.20 2.23 4/196 7729
/proc/meminfo: memFree=29668288/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 23557126 9787879424 6118 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2389619 6118 2157 9 0 2380296 0
[pid=7729/tid=7730] ppid=7726 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 23557127 9787879424 6118 33554432000 1073741824 1073778376 140734358227296 140427873594272 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.15 2.20 2.23 4/196 7729
/proc/meminfo: memFree=29668288/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 5140 0 1 0 30 1 0 0 20 0 18 0 23557126 9787879424 7530 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2389619 7530 2227 9 0 2380296 0
[pid=7729/tid=7730] ppid=7726 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 23557127 9787879424 7530 33554432000 1073741824 1073778376 140734358227296 140427873593576 140427730728836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300264 s]
/proc/loadavg: 2.15 2.20 2.23 4/196 7729
/proc/meminfo: memFree=29668288/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 5444 0 1 0 47 1 0 0 20 0 18 0 23557126 9787879424 12222 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2389619 12222 2232 9 0 2380296 0
[pid=7729/tid=7730] ppid=7726 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 18 0 23557127 9787879424 12222 33554432000 1073741824 1073778376 140734358227296 140427873593576 140427731025584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700292 s]
/proc/loadavg: 2.15 2.20 2.23 4/196 7729
/proc/meminfo: memFree=29668288/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 11522 0 1 0 130 5 0 0 20 0 18 0 23557126 9787879424 45557 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2389619 45557 2269 9 0 2380296 0
[pid=7729/tid=7730] ppid=7726 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2463 0 1 0 61 2 0 0 20 0 18 0 23557127 9787879424 45557 33554432000 1073741824 1073778376 140734358227296 140427873594824 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.30 2.23 2.24 4/215 7748
/proc/meminfo: memFree=29491044/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 11799 0 1 0 253 5 0 0 20 0 19 0 23557126 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 46135 2285 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2473 0 1 0 141 2 0 0 20 0 19 0 23557127 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427873595544 140427878353597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5199 0 0 0 56 2 0 0 20 0 19 0 23557131 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/7729/task/7745/stat : 7745 (java) S 7726 7729 4518 0 -1 4202560 2742 0 0 0 41 0 0 0 20 0 19 0 23557131 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427490834872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7746] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7746/stat : 7746 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427489782008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7747] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7747/stat : 7747 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427488729672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 46135 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.30 2.23 2.24 4/215 7748
/proc/meminfo: memFree=29490912/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 11801 0 1 0 422 5 0 0 20 0 19 0 23557126 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 46136 2285 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2474 0 1 0 301 2 0 0 20 0 19 0 23557127 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427873595752 140427731406544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23557128 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5199 0 0 0 62 2 0 0 20 0 19 0 23557131 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7729/task/7745/stat : 7745 (java) S 7726 7729 4518 0 -1 4202560 2742 0 0 0 44 0 0 0 20 0 19 0 23557131 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427490834872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7746] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7746/stat : 7746 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427489782008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7747] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7747/stat : 7747 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427488729672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 46136 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.30 2.23 2.24 3/215 7748
/proc/meminfo: memFree=29492020/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 12201 0 1 0 748 8 0 0 20 0 19 0 23557126 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 53754 2285 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2476 0 1 0 617 2 0 0 20 0 19 0 23557127 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427873594616 140427731407012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 103 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 23557128 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5199 0 0 0 62 2 0 0 20 0 19 0 23557131 9856040960 53754 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.44 cores=0,2,4,6

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

[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.18 3/215 7881
/proc/meminfo: memFree=29249172/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=1785.65 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 21504 0 1 0 178484 81 0 0 20 0 19 0 23557126 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 214302 2286 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=1777 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2829 0 1 0 177665 35 0 0 20 0 19 0 23557127 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427873586864 140427731752451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 24 8 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 265 0 0 0 14 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 255 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 290 0 0 0 19 7 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 353 0 0 0 17 5 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 258 0 0 0 16 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 247 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 493 0 0 0 2 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5233 0 0 0 67 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/7729/task/7745/stat : 7745 (java) S 7726 7729 4518 0 -1 4202560 9529 0 0 0 94 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427490834872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7746] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7746/stat : 7746 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427489782008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7747] ppid=7726 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7729/task/7747/stat : 7747 (java) S 7726 7729 4518 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427488729672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.14 2.20 2.18 3/215 7881
/proc/meminfo: memFree=29248912/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 21504 0 1 0 179923 81 0 0 20 0 19 0 23557126 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 214302 2286 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=1791.37 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2829 0 1 0 179102 35 0 0 20 0 19 0 23557127 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427873586864 140427731752451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 24 8 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 265 0 0 0 14 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 255 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 290 0 0 0 19 7 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 353 0 0 0 17 5 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 258 0 0 0 16 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 247 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 493 0 0 0 2 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5233 0 0 0 67 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/7729/task/7745/stat : 7745 (java) S 7726 7729 4518 0 -1 4202560 9529 0 0 0 94 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427490834872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7746] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7746/stat : 7746 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427489782008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7747] ppid=7726 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7729/task/7747/stat : 7747 (java) S 7726 7729 4518 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427488729672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7729 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.14 2.20 2.18 3/215 7881
/proc/meminfo: memFree=29248912/32872528 swapFree=1482636/1662508
[pid=7729] ppid=7726 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/7729/stat : 7729 (java) S 7726 7729 4518 0 -1 4202496 21504 0 1 0 179923 81 0 0 20 0 19 0 23557126 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140734358218432 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7729/statm: 2406260 214302 2286 9 0 2396937 0
[pid=7729/tid=7730] ppid=7726 vsize=9625040 CPUtime=1791.37 cores=0,2,4,6
/proc/7729/task/7730/stat : 7730 (java) R 7726 7729 4518 0 -1 4202560 2829 0 1 0 179102 35 0 0 20 0 19 0 23557127 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427873586864 140427731752451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7732] ppid=7726 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7729/task/7732/stat : 7732 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 24 8 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427851697064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7733] ppid=7726 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7729/task/7733/stat : 7733 (java) S 7726 7729 4518 0 -1 4202560 265 0 0 0 14 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427850644520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7734] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7734/stat : 7734 (java) S 7726 7729 4518 0 -1 4202560 255 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427849591464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7735] ppid=7726 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (java) S 7726 7729 4518 0 -1 4202560 290 0 0 0 19 7 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427512507176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7729/tid=7736] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7736/stat : 7736 (java) S 7726 7729 4518 0 -1 4202560 353 0 0 0 17 5 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427511454120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7737] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7737/stat : 7737 (java) S 7726 7729 4518 0 -1 4202560 193 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427510401576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7738] ppid=7726 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7729/task/7738/stat : 7738 (java) S 7726 7729 4518 0 -1 4202560 258 0 0 0 16 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427509348520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7739] ppid=7726 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7729/task/7739/stat : 7739 (java) S 7726 7729 4518 0 -1 4202560 247 0 0 0 21 6 0 0 20 0 19 0 23557128 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427508295976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7740] ppid=7726 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7729/task/7740/stat : 7740 (java) S 7726 7729 4518 0 -1 4202560 493 0 0 0 2 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427496098664 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7741] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7741/stat : 7741 (java) S 7726 7729 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427495044984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7742] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7742/stat : 7742 (java) S 7726 7729 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23557129 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427493991816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7743] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7743/stat : 7743 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427492940560 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7744] ppid=7726 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7729/task/7744/stat : 7744 (java) S 7726 7729 4518 0 -1 4202560 5233 0 0 0 67 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427491887416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7745] ppid=7726 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/7729/task/7745/stat : 7745 (java) S 7726 7729 4518 0 -1 4202560 9529 0 0 0 94 2 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427490834872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7729/tid=7746] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7746/stat : 7746 (java) S 7726 7729 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427489782008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7729/tid=7747] ppid=7726 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7729/task/7747/stat : 7747 (java) S 7726 7729 4518 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 23557131 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427488729672 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7729/tid=7748] ppid=7726 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7748/stat : 7748 (java) S 7726 7729 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23557209 9856040960 214302 33554432000 1073741824 1073778376 140734358227296 140427487577640 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.74
CPU time (s): 1800.04
CPU user time (s): 1799.23
CPU system time (s): 0.81
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.3018
maximum resident set size= 885396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21539
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38300
involuntary context switches= 8834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3524 second user time and 13.274 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 03:58:27
IDJOB=4100597
IDBENCH=1637
IDSOLVER=2546
FILE ID=node134/4100597-1466215107
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
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/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-sierra.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100597-1466215107/watcher-4100597-1466215107 -o /tmp/evaluation-result-4100597-1466215107/solver-4100597-1466215107 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100597-1466215107.opb

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

MD5SUM BENCH= bc13f5c9713036f697e6f30ffdababe9
RANDOM SEED=179679715

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        29668196 kB
Buffers:           99340 kB
Cached:            94352 kB
SwapCached:         1008 kB
Active:           677456 kB
Inactive:         130824 kB
Active(anon):     616092 kB
Inactive(anon):     1616 kB
Active(file):      61364 kB
Inactive(file):   129208 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              3180 kB
Writeback:            76 kB
AnonPages:       2277144 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             599392 kB
SReclaimable:      42760 kB
SUnreclaim:       556632 kB
KernelStack:        1648 kB
PageTables:         8520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3281744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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= 71716 MiB
End job on node134 at 2016-06-18 04:28:24