Trace number 4100829

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.77 1788.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-standgub.opb
MD5SUMbe7d2de9880253117af16fa9444a1c79
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 variables33244
Total number of constraints456
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 constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 86232
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524437
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 542229
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4100829-1466218207.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.70/0.45	c ... done. Wall clock time 0.339s.
0.70/0.45	c declared #vars     33244
0.70/0.45	c #constraints  617
0.70/0.45	c constraints type 
0.70/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
0.70/0.45	c org.sat4j.specs.Constr$1 => 5
0.70/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 609
0.70/0.45	c 617 constraints processed.
0.70/0.45	c objective function length is 210 literals
36.25/35.09	c cleaning 2500 clauses out of 5002 with flag 11511/5002
77.92/76.67	c cleaning 4250 clauses out of 8500 with flag 25205/11000
127.95/126.60	c cleaning 5627 clauses out of 11255 with flag 42604/18005
188.31/186.93	c cleaning 6810 clauses out of 13623 with flag 62830/26000
256.05/254.33	c cleaning 7899 clauses out of 15813 with flag 85826/35000
329.35/326.80	c cleaning 8957 clauses out of 17920 with flag 110565/45006
412.20/408.62	c cleaning 9976 clauses out of 19957 with flag 137872/56000
499.49/494.86	c cleaning 10977 clauses out of 21981 with flag 168131/68000
588.90/582.98	c cleaning 11995 clauses out of 24004 with flag 201081/81000
662.74/655.76	c cleaning 12994 clauses out of 26013 with flag 235595/95004
669.46/662.36	c cleaning 14003 clauses out of 28006 with flag 273644/110001
672.46/664.94	c cleaning 15002 clauses out of 30003 with flag 317684/126001
674.96/667.46	c cleaning 15999 clauses out of 32000 with flag 364323/143000
678.26/670.72	c cleaning 17000 clauses out of 34003 with flag 416844/161002
681.16/673.66	c cleaning 18001 clauses out of 36003 with flag 471636/180002
684.27/676.73	c cleaning 18990 clauses out of 38000 with flag 540228/200000
687.38/679.90	c cleaning 20005 clauses out of 40014 with flag 627264/221004
691.19/683.68	c cleaning 21001 clauses out of 42008 with flag 710377/243003
695.69/688.11	c cleaning 21994 clauses out of 44004 with flag 794496/266000
699.89/692.38	c cleaning 23006 clauses out of 46012 with flag 889293/290002
704.09/696.50	c cleaning 24001 clauses out of 48005 with flag 987488/315001
708.72/701.18	c cleaning 24998 clauses out of 50004 with flag 1113252/341001
714.32/706.78	c cleaning 25998 clauses out of 52008 with flag 1217602/368003
719.96/712.40	c cleaning 26999 clauses out of 54007 with flag 1320582/396000
726.96/719.33	c cleaning 28000 clauses out of 56009 with flag 1419007/425001
733.09/725.48	c cleaning 28998 clauses out of 58008 with flag 1526657/455000
739.39/731.72	c cleaning 30002 clauses out of 60011 with flag 1643125/486001
747.52/739.86	c cleaning 31004 clauses out of 62011 with flag 1766217/518003
756.42/748.74	c cleaning 32002 clauses out of 64007 with flag 1876726/551003
765.66/758.00	c cleaning 32996 clauses out of 66003 with flag 1986998/585001
776.25/768.59	c cleaning 33996 clauses out of 68006 with flag 2102269/620000
787.06/779.35	c cleaning 35006 clauses out of 70011 with flag 2225953/656001
797.76/790.08	c cleaning 36000 clauses out of 72005 with flag 2349018/693001
810.20/802.48	c cleaning 37001 clauses out of 74005 with flag 2470101/731001
822.52/814.77	c cleaning 37992 clauses out of 76004 with flag 2593923/770001
836.31/828.58	c cleaning 38996 clauses out of 78012 with flag 2739841/810001
851.43/843.64	c cleaning 40004 clauses out of 80017 with flag 2888141/851002
865.15/857.34	c cleaning 41004 clauses out of 82014 with flag 3033320/893003
879.28/871.41	c cleaning 42002 clauses out of 84008 with flag 3205604/936001
895.28/887.45	c cleaning 43002 clauses out of 86007 with flag 3362688/980002
912.23/904.34	c cleaning 43992 clauses out of 88003 with flag 3519551/1025000
929.65/921.79	c cleaning 45000 clauses out of 90012 with flag 3653707/1071001
940.73/932.78	c cleaning 45998 clauses out of 92012 with flag 3778816/1118001
945.46/937.48	c cleaning 47000 clauses out of 94010 with flag 3891100/1166000
952.76/944.64	c cleaning 47999 clauses out of 96009 with flag 4025740/1215000
963.21/955.07	c cleaning 48997 clauses out of 98011 with flag 4187194/1265001
973.81/965.62	c cleaning 49996 clauses out of 100014 with flag 4359396/1316001
989.84/981.44	c cleaning 50995 clauses out of 102015 with flag 4531617/1368002
1004.57/996.19	c cleaning 51994 clauses out of 104018 with flag 4696905/1421000
1017.90/1009.40	c cleaning 53000 clauses out of 106025 with flag 4852709/1475001
1033.41/1025.00	c cleaning 54006 clauses out of 108024 with flag 5017468/1530000
1048.32/1039.83	c cleaning 54999 clauses out of 110021 with flag 5188441/1586003
1066.68/1058.14	c cleaning 56001 clauses out of 112019 with flag 5374452/1643000
1082.82/1074.22	c cleaning 56999 clauses out of 114020 with flag 5559271/1701002
1101.28/1092.69	c cleaning 58002 clauses out of 116020 with flag 5752432/1760001
1118.31/1109.66	c cleaning 59001 clauses out of 118019 with flag 5950359/1820002
1139.34/1130.64	c cleaning 60005 clauses out of 120018 with flag 6135636/1881002
1159.88/1151.20	c cleaning 60996 clauses out of 122012 with flag 6325273/1943001
1180.11/1171.35	c cleaning 62000 clauses out of 124016 with flag 6514815/2006001
1196.98/1188.19	c cleaning 62999 clauses out of 126017 with flag 6723303/2070002
1213.10/1204.14	c cleaning 63996 clauses out of 128012 with flag 6924532/2135000
1229.55/1220.58	c cleaning 64992 clauses out of 130016 with flag 7067457/2201000
1249.82/1240.56	c cleaning 66005 clauses out of 132025 with flag 7229029/2268001
1275.35/1265.93	c cleaning 67007 clauses out of 134021 with flag 7421130/2336002
1292.86/1283.39	c cleaning 67973 clauses out of 136014 with flag 7600615/2405003
1312.17/1302.57	c cleaning 69014 clauses out of 138041 with flag 7753825/2475004
1332.81/1323.10	c cleaning 70005 clauses out of 140024 with flag 7907269/2546001
1357.82/1348.16	c cleaning 71000 clauses out of 142018 with flag 8056453/2618000
1385.46/1375.74	c cleaning 71998 clauses out of 144018 with flag 8208941/2691000
1420.03/1410.21	c cleaning 73001 clauses out of 146020 with flag 8369546/2765000
1462.71/1452.90	c cleaning 74000 clauses out of 148019 with flag 8530078/2840000
1497.97/1488.17	c cleaning 75000 clauses out of 150019 with flag 8688468/2916000
1530.45/1520.50	c cleaning 76001 clauses out of 152019 with flag 8848789/2993000
1550.06/1540.13	c cleaning 76998 clauses out of 154019 with flag 9053466/3071001
1563.38/1553.34	c cleaning 77985 clauses out of 156020 with flag 9274868/3150000
1582.72/1572.53	c cleaning 78993 clauses out of 158035 with flag 9501157/3230000
1613.67/1603.31	c cleaning 79995 clauses out of 160042 with flag 9725420/3311000
1640.79/1630.26	c cleaning 81000 clauses out of 162047 with flag 9959295/3393000
1661.98/1651.24	c cleaning 81999 clauses out of 164048 with flag 10197402/3476001
1697.07/1686.23	c cleaning 83007 clauses out of 166048 with flag 10439767/3560000
1738.97/1728.06	c cleaning 84000 clauses out of 168044 with flag 10700251/3645003
1770.96/1759.90	c cleaning 85001 clauses out of 170041 with flag 10978644/3731000
1799.87/1788.55	c cleaning 85995 clauses out of 172042 with flag 11248579/3818002
1800.07/1788.71	c starts		: 3152
1800.07/1788.71	c conflicts		: 3819378
1800.07/1788.71	c decisions		: 6174359
1800.07/1788.71	c propagations		: 1142321174
1800.07/1788.71	c inspects		: 23387252892
1800.07/1788.71	c shortcuts		: 0
1800.07/1788.71	c learnt literals	: 24
1800.07/1788.71	c learnt binary clauses	: 30
1800.07/1788.71	c learnt ternary clauses	: 51
1800.07/1788.71	c learnt constraints	: 3819354
1800.07/1788.71	c ignored constraints	: 0
1800.07/1788.71	c root simplifications	: 0
1800.07/1788.71	c removed literals (reason simplification)	: 0
1800.07/1788.71	c reason swapping (by a shorter reason)	: 0
1800.07/1788.71	c Calls to reduceDB	: 83
1800.07/1788.71	c Number of update (reduction) of LBD	: 563042
1800.07/1788.71	c Imported unit clauses	: 0
1800.07/1788.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.71	c number of learned constraints concerned by reduction	: 0
1800.07/1788.71	c number of learning phase by resolution	: 0
1800.07/1788.71	c number of learning phase by cutting planes	: 0
1800.07/1788.71	c speed (assignments/second)	: 638817.420607869
1800.07/1788.71	c non guided choices	525808
1800.07/1788.71	c timeout
1800.07/1788.73	c learnt constraints type 
1800.07/1788.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 30
1800.07/1788.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87393
1800.07/1788.73	s UNKNOWN
1800.07/1788.73	c Total wall clock time (in seconds): 1788.618

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

pid=18334
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.34 2.24 2.19 4/195 18337
/proc/meminfo: memFree=27494764/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=336 CPUtime=0 cores=0,2,4,6
/proc/18337/stat : 18337 (java) R 18334 18337 15548 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 23867185 344064 43 33554432000 1073741824 1073778376 140736651963824 140734537236616 229346733300 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 625 47 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.34 2.24 2.19 4/195 18337
/proc/meminfo: memFree=27494764/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 23867185 9787879424 6032 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.34 2.24 2.19 4/195 18337
/proc/meminfo: memFree=27494764/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 4951 0 1 0 27 1 0 0 20 0 18 0 23867185 9787879424 6965 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2389619 6965 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.34 2.24 2.19 4/195 18337
/proc/meminfo: memFree=27494764/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 5808 0 1 0 52 1 0 0 20 0 18 0 23867185 9787879424 10639 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2389619 10639 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.34 2.24 2.19 4/195 18337
/proc/meminfo: memFree=27494764/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 8491 0 1 0 126 2 0 0 20 0 19 0 23867185 9856040960 31424 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 31424 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.31 2.24 2.19 4/214 18356
/proc/meminfo: memFree=27324628/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 8641 0 1 0 212 4 0 0 20 0 19 0 23867185 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 44833 2271 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 2482 0 1 0 140 3 0 0 20 0 19 0 23867186 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455984729384 140455849871739 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 2923 0 0 0 34 0 0 0 20 0 19 0 23867191 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 1841 0 0 0 27 0 0 0 20 0 19 0 23867191 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 44833 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.31 2.24 2.19 4/214 18356
/proc/meminfo: memFree=27324132/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 8679 0 1 0 381 6 0 0 20 0 19 0 23867185 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 49450 2272 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=3.01 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 2484 0 1 0 298 3 0 0 20 0 19 0 23867186 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455984730280 140455849871791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 2927 0 0 0 39 0 0 0 20 0 19 0 23867191 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 1841 0 0 0 27 0 0 0 20 0 19 0 23867191 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 49450 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.31 2.24 2.19 3/214 18356
/proc/meminfo: memFree=27176884/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 8900 0 1 0 705 10 0 0 20 0 19 0 23867185 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 81568 2272 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 2541 0 1 0 613 5 0 0 20 0 19 0 23867186 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455984729232 140455849871821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23867187 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 2927 0 0 0 39 0 0 0 20 0 19 0 23867191 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 1841 0 0 0 27 0 0 0 20 0 19 0 23867191 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 81568 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 9848 0 0 0 87 2 0 0 20 0 19 0 23867191 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 3417 0 0 0 50 0 0 0 20 0 19 0 23867191 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 99 0 0 0 25 26 0 0 20 0 19 0 23867191 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 124459 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.27
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.21 2.18 4/213 18550
/proc/meminfo: memFree=29480300/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=1793.64 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 21345 0 1 0 179261 103 0 0 20 0 19 0 23867185 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 119352 2287 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=1776.44 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 3503 0 1 0 177601 43 0 0 20 0 19 0 23867186 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455984729296 140455849727442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 386 0 0 0 188 8 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 354 0 0 0 176 7 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 204 0 0 0 175 8 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 227 0 0 0 169 7 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 359 0 0 0 188 9 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 241 0 0 0 178 6 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 370 0 0 0 176 8 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 371 0 0 0 169 8 0 0 20 0 19 0 23867187 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 698 0 0 0 78 8 0 0 20 0 19 0 23867188 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 9848 0 0 0 87 2 0 0 20 0 19 0 23867191 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 3417 0 0 0 50 0 0 0 20 0 19 0 23867191 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 23867191 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 119352 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.71 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 18550
/proc/meminfo: memFree=29484828/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 21346 0 1 0 179904 103 0 0 20 0 19 0 23867185 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 118262 2287 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=1782.83 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 3504 0 1 0 178239 44 0 0 20 0 19 0 23867186 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455984721616 140455849935616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 386 0 0 0 188 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 354 0 0 0 176 7 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 204 0 0 0 175 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 227 0 0 0 170 7 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 359 0 0 0 189 9 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 241 0 0 0 179 6 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 370 0 0 0 177 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 371 0 0 0 169 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 698 0 0 0 78 8 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 9848 0 0 0 87 2 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 3417 0 0 0 50 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 18337 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.71 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 18550
/proc/meminfo: memFree=29484828/32872528 swapFree=1370848/1518016
[pid=18337] ppid=18334 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 15548 0 -1 4202496 21346 0 1 0 179904 103 0 0 20 0 19 0 23867185 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140736651954960 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18337/statm: 2406260 118262 2287 9 0 2396937 0
[pid=18337/tid=18339] ppid=18334 vsize=9625040 CPUtime=1782.83 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 15548 0 -1 4202560 3504 0 1 0 178239 44 0 0 20 0 19 0 23867186 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455984721616 140455849935616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18340] ppid=18334 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 15548 0 -1 4202560 386 0 0 0 188 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455973792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18341] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 15548 0 -1 4202560 354 0 0 0 176 7 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455972740136 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18342] ppid=18334 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 15548 0 -1 4202560 204 0 0 0 175 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455971687080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18343] ppid=18334 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 15548 0 -1 4202560 227 0 0 0 170 7 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455970634536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18344] ppid=18334 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 15548 0 -1 4202560 359 0 0 0 189 9 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455969581480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18345] ppid=18334 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 15548 0 -1 4202560 241 0 0 0 179 6 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455968528936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18346] ppid=18334 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 15548 0 -1 4202560 370 0 0 0 177 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455821654184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18347] ppid=18334 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 15548 0 -1 4202560 371 0 0 0 169 8 0 0 20 0 19 0 23867187 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455820601640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18337/tid=18348] ppid=18334 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 15548 0 -1 4202560 698 0 0 0 78 8 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455808404328 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18349] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455807350648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18350] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23867188 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455806297480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18351] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455805246224 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18352] ppid=18334 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 15548 0 -1 4202560 9848 0 0 0 87 2 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455804193080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18353] ppid=18334 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18337/task/18353/stat : 18353 (java) S 18334 18337 15548 0 -1 4202560 3417 0 0 0 50 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455803140536 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18354] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18354/stat : 18354 (java) S 18334 18337 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455802087672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18337/tid=18355] ppid=18334 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18337/task/18355/stat : 18355 (java) S 18334 18337 15548 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 23867191 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455801035336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18337/tid=18356] ppid=18334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18356/stat : 18356 (java) S 18334 18337 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23867238 9856040960 118262 33554432000 1073741824 1073778376 140736651963824 140455799981608 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 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): 1788.74
CPU time (s): 1800.77
CPU user time (s): 1799.21
CPU system time (s): 1.56176
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.56176
maximum resident set size= 1099628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21385
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56513
involuntary context switches= 53799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7531 second user time and 16.4165 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 04:50:07
IDJOB=4100829
IDBENCH=1666
IDSOLVER=2546
FILE ID=node129/4100829-1466218207
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71732 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-standgub.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100829-1466218207/watcher-4100829-1466218207 -o /tmp/evaluation-result-4100829-1466218207/solver-4100829-1466218207 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100829-1466218207.opb

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

MD5SUM BENCH= be7d2de9880253117af16fa9444a1c79
RANDOM SEED=293381564

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:        27495408 kB
Buffers:           96364 kB
Cached:           108144 kB
SwapCached:         1944 kB
Active:          2968432 kB
Inactive:         143124 kB
Active(anon):    2908140 kB
Inactive(anon):     1392 kB
Active(file):      60292 kB
Inactive(file):   141732 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       4426520 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             599004 kB
SReclaimable:      42724 kB
SUnreclaim:       556280 kB
KernelStack:        1600 kB
PageTables:        12972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4569928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3018752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-18 05:19:56