Trace number 4101165

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.65 1795.14

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-ganges.opb
MD5SUM7a90d6f729b5a7cbedbc2000a888cf36
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 variables46097
Total number of constraints1706
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 constraints1706
Minimum length of a constraint13
Maximum length of a constraint1432
Number of terms in the objective function 2309
Biggest coefficient in the objective function 19879
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 525883
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525883
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101165-1466220490.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.29/0.70	c ... done. Wall clock time 0.588s.
1.29/0.70	c declared #vars     46097
1.29/0.70	c #constraints  2990
1.29/0.70	c constraints type 
1.29/0.70	c org.sat4j.specs.Constr$1 => 256
1.29/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2734
1.29/0.70	c 2990 constraints processed.
1.29/0.70	c objective function length is 2309 literals
2.67/1.70	c cleaning 2492 clauses out of 4990 with flag 12119/5000
3.61/2.30	c cleaning 4249 clauses out of 8500 with flag 25819/11002
4.33/2.97	c cleaning 5618 clauses out of 11249 with flag 40260/18000
5.04/3.65	c cleaning 6809 clauses out of 13632 with flag 58840/26001
5.97/4.41	c cleaning 7904 clauses out of 15825 with flag 78088/35003
6.96/5.48	c cleaning 8955 clauses out of 17919 with flag 99199/45001
8.35/6.80	c cleaning 9974 clauses out of 19963 with flag 122704/56000
9.95/8.44	c cleaning 10987 clauses out of 21989 with flag 148409/68000
11.85/10.31	c cleaning 11995 clauses out of 24003 with flag 175613/81001
13.56/12.09	c cleaning 12999 clauses out of 26007 with flag 205422/95000
15.86/14.40	c cleaning 13996 clauses out of 28008 with flag 236193/110000
18.55/17.09	c cleaning 15000 clauses out of 30014 with flag 269218/126002
21.85/20.31	c cleaning 15999 clauses out of 32012 with flag 304239/143000
25.46/23.81	c cleaning 17005 clauses out of 34014 with flag 341302/161001
28.96/27.32	c cleaning 17997 clauses out of 36010 with flag 382010/180002
32.76/31.16	c cleaning 19000 clauses out of 38011 with flag 423704/200000
37.06/35.44	c cleaning 19995 clauses out of 40011 with flag 467319/221000
41.95/40.34	c cleaning 21004 clauses out of 42017 with flag 512305/243001
46.86/45.28	c cleaning 21998 clauses out of 44013 with flag 559738/266001
52.75/51.14	c cleaning 22997 clauses out of 46014 with flag 609863/290000
58.85/57.11	c cleaning 24000 clauses out of 48017 with flag 662011/315000
65.14/63.47	c cleaning 25003 clauses out of 50018 with flag 716379/341001
72.04/70.37	c cleaning 26002 clauses out of 52014 with flag 773541/368000
79.24/77.56	c cleaning 27000 clauses out of 54013 with flag 833433/396001
87.05/85.39	c cleaning 27998 clauses out of 56012 with flag 894288/425000
95.26/93.51	c cleaning 29001 clauses out of 58016 with flag 958005/455002
103.85/102.10	c cleaning 29995 clauses out of 60015 with flag 1024869/486002
110.15/108.40	c cleaning 31005 clauses out of 62017 with flag 1096428/518000
113.35/111.65	c cleaning 31995 clauses out of 64012 with flag 1165800/551000
117.36/115.65	c cleaning 33007 clauses out of 66018 with flag 1238457/585001
125.47/123.68	c cleaning 33999 clauses out of 68009 with flag 1317486/620001
135.18/133.34	c cleaning 35002 clauses out of 70010 with flag 1406969/656001
141.37/139.48	c cleaning 36003 clauses out of 72005 with flag 1486989/693000
145.47/143.50	c cleaning 37001 clauses out of 74002 with flag 1570462/731001
148.07/146.12	c cleaning 37993 clauses out of 75997 with flag 1654481/770000
152.17/150.27	c cleaning 38998 clauses out of 78005 with flag 1747234/810001
158.97/157.04	c cleaning 39995 clauses out of 80011 with flag 1841531/851005
165.98/164.02	c cleaning 41001 clauses out of 82024 with flag 1936103/893014
175.08/172.98	c cleaning 41997 clauses out of 84010 with flag 2050821/936001
180.38/178.21	c cleaning 42999 clauses out of 86012 with flag 2161352/980000
192.28/190.14	c cleaning 44006 clauses out of 88012 with flag 2265615/1025000
223.78/221.46	c cleaning 45003 clauses out of 90009 with flag 2373452/1071003
241.98/239.49	c cleaning 45994 clauses out of 92008 with flag 2491731/1118005
267.07/264.47	c cleaning 47008 clauses out of 94017 with flag 2606637/1166008
297.10/294.31	c cleaning 47995 clauses out of 96004 with flag 2727220/1215003
316.09/313.15	c cleaning 49002 clauses out of 98006 with flag 2852623/1265000
334.39/331.26	c cleaning 50004 clauses out of 100007 with flag 2974803/1316003
354.16/350.82	c cleaning 51003 clauses out of 102010 with flag 3113688/1368010
376.07/372.64	c cleaning 51998 clauses out of 104001 with flag 3243399/1421004
396.71/393.19	c cleaning 53000 clauses out of 106008 with flag 3383088/1475009
413.53/409.85	c cleaning 54001 clauses out of 108001 with flag 3513945/1530002
419.53/415.83	c cleaning 54986 clauses out of 109999 with flag 3656019/1586002
430.73/427.08	c cleaning 55988 clauses out of 112012 with flag 3806411/1643001
441.87/438.18	c cleaning 56998 clauses out of 114023 with flag 3979941/1701000
453.68/449.94	c cleaning 57993 clauses out of 116025 with flag 4165069/1760000
465.88/462.16	c cleaning 58998 clauses out of 118034 with flag 4326445/1820002
481.38/477.69	c cleaning 60002 clauses out of 120036 with flag 4500162/1881002
495.28/491.56	c cleaning 60998 clauses out of 122033 with flag 4670142/1943001
510.78/507.05	c cleaning 62002 clauses out of 124034 with flag 4849174/2006000
526.99/523.22	c cleaning 63000 clauses out of 126033 with flag 5037944/2070001
547.69/543.94	c cleaning 64001 clauses out of 128035 with flag 5227841/2135003
566.80/563.03	c cleaning 65001 clauses out of 130032 with flag 5423398/2201001
586.10/582.35	c cleaning 65999 clauses out of 132030 with flag 5623240/2268000
606.23/602.48	c cleaning 67002 clauses out of 134031 with flag 5834029/2336000
629.84/626.09	c cleaning 68000 clauses out of 136030 with flag 6051510/2405001
650.44/646.65	c cleaning 69001 clauses out of 138030 with flag 6274672/2475001
667.28/663.47	c cleaning 69998 clauses out of 140028 with flag 6486809/2546000
695.08/691.29	c cleaning 70997 clauses out of 142031 with flag 6690600/2618001
718.09/714.26	c cleaning 71993 clauses out of 144033 with flag 6923378/2691000
743.21/739.33	c cleaning 73000 clauses out of 146044 with flag 7132953/2765004
769.70/765.88	c cleaning 74004 clauses out of 148041 with flag 7343262/2840001
797.51/793.67	c cleaning 75003 clauses out of 150043 with flag 7566771/2916007
819.81/816.00	c cleaning 75992 clauses out of 152033 with flag 7786424/2993000
844.42/840.58	c cleaning 77000 clauses out of 154041 with flag 8031627/3071000
881.12/877.22	c cleaning 78002 clauses out of 156042 with flag 8280855/3150001
911.13/907.21	c cleaning 78998 clauses out of 158040 with flag 8517822/3230001
935.64/931.78	c cleaning 80005 clauses out of 160041 with flag 8793626/3311000
975.40/971.42	c cleaning 81002 clauses out of 162038 with flag 9044683/3393002
1005.20/1001.24	c cleaning 82002 clauses out of 164035 with flag 9313289/3476001
1040.51/1036.53	c cleaning 82998 clauses out of 166032 with flag 9583882/3560000
1075.00/1071.07	c cleaning 84001 clauses out of 168035 with flag 9847530/3645001
1115.12/1111.15	c cleaning 85003 clauses out of 170035 with flag 10124549/3731002
1147.13/1143.17	c cleaning 85997 clauses out of 172030 with flag 10411681/3818000
1184.73/1180.74	c cleaning 86999 clauses out of 174036 with flag 10696499/3906003
1229.95/1225.97	c cleaning 87999 clauses out of 176035 with flag 10946371/3995001
1271.78/1267.70	c cleaning 88997 clauses out of 178035 with flag 11234790/4085000
1309.99/1305.88	c cleaning 90004 clauses out of 180039 with flag 11537425/4176001
1353.90/1349.72	c cleaning 90999 clauses out of 182035 with flag 11775663/4268001
1402.91/1398.70	c cleaning 91989 clauses out of 184036 with flag 12073416/4361001
1417.99/1413.72	c cleaning 93017 clauses out of 186046 with flag 12303858/4455000
1440.52/1436.25	c cleaning 94001 clauses out of 188034 with flag 12508511/4550005
1459.94/1455.65	c cleaning 94998 clauses out of 190031 with flag 12715944/4646003
1498.79/1494.44	c cleaning 95995 clauses out of 192031 with flag 12924163/4743001
1536.75/1532.38	c cleaning 96994 clauses out of 194037 with flag 13134901/4841002
1575.71/1571.24	c cleaning 97997 clauses out of 196041 with flag 13346626/4940000
1619.31/1614.79	c cleaning 99000 clauses out of 198044 with flag 13558018/5040000
1655.11/1650.41	c cleaning 100018 clauses out of 200042 with flag 13775632/5141000
1677.51/1672.84	c cleaning 100997 clauses out of 202029 with flag 14024739/5243005
1706.66/1701.90	c cleaning 102003 clauses out of 204028 with flag 14289514/5346001
1740.50/1735.77	c cleaning 102992 clauses out of 206024 with flag 14552944/5450000
1770.98/1766.13	c cleaning 103999 clauses out of 208032 with flag 14812021/5555000
1800.07/1795.10	c starts		: 12374
1800.07/1795.10	c conflicts		: 5658198
1800.07/1795.10	c decisions		: 8615633
1800.07/1795.10	c propagations		: 106134101
1800.07/1795.10	c inspects		: 32440523804
1800.07/1795.10	c shortcuts		: 0
1800.07/1795.10	c learnt literals	: 24
1800.07/1795.10	c learnt binary clauses	: 29
1800.07/1795.10	c learnt ternary clauses	: 49
1800.07/1795.10	c learnt constraints	: 5658174
1800.07/1795.10	c ignored constraints	: 0
1800.07/1795.10	c root simplifications	: 0
1800.07/1795.10	c removed literals (reason simplification)	: 0
1800.07/1795.10	c reason swapping (by a shorter reason)	: 0
1800.07/1795.10	c Calls to reduceDB	: 101
1800.07/1795.10	c Number of update (reduction) of LBD	: 545628
1800.07/1795.10	c Imported unit clauses	: 0
1800.07/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.10	c number of learned constraints concerned by reduction	: 0
1800.07/1795.10	c number of learning phase by resolution	: 0
1800.07/1795.10	c number of learning phase by cutting planes	: 0
1800.07/1795.10	c speed (assignments/second)	: 59149.682527917095
1800.07/1795.10	c non guided choices	382237
1800.07/1795.11	c timeout
1800.07/1795.13	c learnt constraints type 
1800.07/1795.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 29
1800.07/1795.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207203
1800.07/1795.13	s UNKNOWN
1800.07/1795.13	c Total wall clock time (in seconds): 1795.021

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-4101165-1466220490/watcher-4101165-1466220490 -o /tmp/evaluation-result-4101165-1466220490/solver-4101165-1466220490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101165-1466220490.opb 

pid=18673
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 18676
/proc/meminfo: memFree=29806564/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18676/stat : 18676 (java) R 18673 18676 15548 0 -1 4202496 584 0 0 0 0 0 0 0 20 0 1 0 24095494 23793664 234 33554432000 1073741824 1073778376 140734153612720 140734153601784 229346687539 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 5809 246 192 9 0 128 0

[startup+0.100091 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 18676
/proc/meminfo: memFree=29806564/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 24095494 9787879424 6034 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 18676
/proc/meminfo: memFree=29806564/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 5022 0 1 0 27 1 0 0 20 0 18 0 24095494 9787879424 7392 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2389619 7392 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 18676
/proc/meminfo: memFree=29806564/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 7577 0 1 0 51 2 0 0 20 0 18 0 24095494 9787879424 10936 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2389619 10936 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 2.29 2.24 2.19 3/194 18676
/proc/meminfo: memFree=29806564/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9558476 CPUtime=1.29 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 11166 0 1 0 123 6 0 0 20 0 18 0 24095494 9787879424 45938 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2389619 45938 2268 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 18695
/proc/meminfo: memFree=29629272/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 11592 0 1 0 231 7 0 0 20 0 19 0 24095494 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 46626 2279 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2469 0 1 0 140 3 0 0 20 0 19 0 24095495 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139758076903912 139757917790263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24095497 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 4405 0 0 0 39 0 0 0 20 0 19 0 24095500 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) R 18673 18676 15548 0 -1 4202560 3319 0 0 0 43 0 0 0 20 0 19 0 24095500 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757425236792 139758083046574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 46626 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 18695
/proc/meminfo: memFree=29615996/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=4.54 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 17362 0 1 0 446 8 0 0 20 0 19 0 24095494 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 49830 2285 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2470 0 1 0 300 4 0 0 20 0 19 0 24095495 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139758076894928 139757917795349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24095497 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 82 2 0 0 20 0 19 0 24095500 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 3972 0 0 0 53 1 0 0 20 0 19 0 24095500 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 49830 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 18695
/proc/meminfo: memFree=29590284/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=7.85 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 18029 0 1 0 773 12 0 0 20 0 19 0 24095494 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 55924 2285 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2472 0 1 0 615 4 0 0 20 0 19 0 24095495 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139758076894912 139757917648211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 110 0 0 0 1 2 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 24095496 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24095497 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 83 2 0 0 20 0 19 0 24095500 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 4251 0 0 0 56 1 0 0 20 0 19 0 24095500 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 55924 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625040


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

[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 83 2 0 0 20 0 19 0 24095500 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 4258 0 0 0 60 2 0 0 20 0 19 0 24095500 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 99 0 0 0 26 30 0 0 20 0 19 0 24095500 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 146786 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/213 18804
/proc/meminfo: memFree=29523808/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=1787.18 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 21779 0 1 0 178586 132 0 0 20 0 19 0 24095494 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 139460 2294 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=1780.69 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2854 0 1 0 178032 37 0 0 20 0 19 0 24095495 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139758076895008 139757917838971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 530 0 0 0 43 13 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 444 0 0 0 41 11 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 543 0 0 0 45 11 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 240 0 0 0 42 12 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 271 0 0 0 40 12 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 562 0 0 0 44 11 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 294 0 0 0 46 12 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 358 0 0 0 42 10 0 0 20 0 19 0 24095496 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 538 0 0 0 33 3 0 0 20 0 19 0 24095497 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 83 2 0 0 20 0 19 0 24095500 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 4258 0 0 0 60 2 0 0 20 0 19 0 24095500 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 24095500 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 139460 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.26 2.22 2.18 3/212 18804
/proc/meminfo: memFree=29492164/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 21782 0 1 0 179875 132 0 0 20 0 19 0 24095494 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 134650 2294 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=1793.45 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2855 0 1 0 179308 37 0 0 20 0 19 0 24095495 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758076902720 139757917648231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 530 0 0 0 45 13 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 444 0 0 0 44 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 543 0 0 0 46 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 240 0 0 0 43 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 271 0 0 0 41 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 562 0 0 0 47 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 294 0 0 0 46 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 358 0 0 0 43 10 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 540 0 0 0 34 3 0 0 20 0 19 0 24095497 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 83 2 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 4258 0 0 0 60 2 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 18676 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.1 s]
/proc/loadavg: 2.26 2.22 2.18 3/212 18804
/proc/meminfo: memFree=29492164/32872528 swapFree=1370848/1518016
[pid=18676] ppid=18673 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/18676/stat : 18676 (java) S 18673 18676 15548 0 -1 4202496 21782 0 1 0 179875 132 0 0 20 0 19 0 24095494 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 140734153603856 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18676/statm: 2406260 134650 2294 9 0 2396937 0
[pid=18676/tid=18678] ppid=18673 vsize=9625040 CPUtime=1793.45 cores=1,3,5,7
/proc/18676/task/18678/stat : 18678 (java) R 18673 18676 15548 0 -1 4202560 2855 0 1 0 179308 37 0 0 20 0 19 0 24095495 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758076902720 139757917648231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18679] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18679/stat : 18679 (java) S 18673 18676 15548 0 -1 4202560 530 0 0 0 45 13 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758038395432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18680] ppid=18673 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18676/task/18680/stat : 18680 (java) S 18673 18676 15548 0 -1 4202560 444 0 0 0 44 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758037342632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18681] ppid=18673 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18676/task/18681/stat : 18681 (java) S 18673 18676 15548 0 -1 4202560 543 0 0 0 46 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139758036289832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18682] ppid=18673 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/18676/task/18682/stat : 18682 (java) S 18673 18676 15548 0 -1 4202560 240 0 0 0 43 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757917038760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18683] ppid=18673 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18676/task/18683/stat : 18683 (java) S 18673 18676 15548 0 -1 4202560 271 0 0 0 41 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757915986984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18684] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18684/stat : 18684 (java) S 18673 18676 15548 0 -1 4202560 562 0 0 0 47 11 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757914934184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18685] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18685/stat : 18685 (java) S 18673 18676 15548 0 -1 4202560 294 0 0 0 46 12 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757913881384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18686] ppid=18673 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18676/task/18686/stat : 18686 (java) S 18673 18676 15548 0 -1 4202560 358 0 0 0 43 10 0 0 20 0 19 0 24095496 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757912828584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18687] ppid=18673 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18676/task/18687/stat : 18687 (java) S 18673 18676 15548 0 -1 4202560 540 0 0 0 34 3 0 0 20 0 19 0 24095497 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757430499816 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18688] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18688/stat : 18688 (java) S 18673 18676 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757429445880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18689] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18689/stat : 18689 (java) S 18673 18676 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095498 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757428392968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18690] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18690/stat : 18690 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757427341456 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18691] ppid=18673 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18676/task/18691/stat : 18691 (java) S 18673 18676 15548 0 -1 4202560 9520 0 0 0 83 2 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757426289592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18676/tid=18692] ppid=18673 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/18676/task/18692/stat : 18692 (java) S 18673 18676 15548 0 -1 4202560 4258 0 0 0 60 2 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757425236792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18676/tid=18693] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18693/stat : 18693 (java) S 18673 18676 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757424184184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18676/tid=18694] ppid=18673 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18676/task/18694/stat : 18694 (java) S 18673 18676 15548 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 24095500 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757423131592 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18676/tid=18695] ppid=18673 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18676/task/18695/stat : 18695 (java) S 18673 18676 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095572 9856040960 134650 33554432000 1073741824 1073778376 140734153612720 139757422077096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.14
CPU time (s): 1800.65
CPU user time (s): 1798.83
CPU system time (s): 1.82272
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.82272
maximum resident set size= 1013540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39271
involuntary context switches= 9948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77882 second user time and 8.62269 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 05:28:10
IDJOB=4101165
IDBENCH=1708
IDSOLVER=2546
FILE ID=node129/4101165-1466220490
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71736 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-ganges.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101165-1466220490/watcher-4101165-1466220490 -o /tmp/evaluation-result-4101165-1466220490/solver-4101165-1466220490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101165-1466220490.opb

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

MD5SUM BENCH= 7a90d6f729b5a7cbedbc2000a888cf36
RANDOM SEED=2042041600

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:        29807208 kB
Buffers:           98920 kB
Cached:           108348 kB
SwapCached:         1944 kB
Active:           666856 kB
Inactive:         146388 kB
Active(anon):     607636 kB
Inactive(anon):     1076 kB
Active(file):      59220 kB
Inactive(file):   145312 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              2856 kB
Writeback:             4 kB
AnonPages:       2123272 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             598992 kB
SReclaimable:      42748 kB
SUnreclaim:       556244 kB
KernelStack:        1616 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2329536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node129 at 2016-06-18 05:58:05