Trace number 4117469

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 PB16SAT (TO)72 1800.54 1799.54

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_008.opb.metafix.opb
MD5SUMc8963991de89c179885383fc3af294cf
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark7.63884
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.13	c version PB16.v20160501
0.05/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.13	c java.vm.version	19.1-b02
0.05/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.13	c sun.arch.data.model	64
0.05/0.13	c java.version		1.6.0_24
0.05/0.13	c os.name		Linux
0.05/0.13	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.13	c os.arch		amd64
0.05/0.13	c Free memory 		501472288
0.05/0.13	c Max memory 		7480803328
0.05/0.13	c Total memory 		504102912
0.05/0.13	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization by upper bound
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Glucose 2.1 dynamic restart strategy
0.05/0.15	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.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-4117469-1467212721.opb
0.05/0.15	c reading problem ... 
0.05/0.15	c  objective function found
0.05/0.19	c ... done. Wall clock time 0.04s.
0.05/0.19	c declared #vars     144
0.05/0.19	c #constraints  140
0.05/0.19	c constraints type 
0.05/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5
0.05/0.19	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.05/0.19	c org.sat4j.specs.Constr$1 => 7
0.05/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 117
0.05/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.05/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.05/0.19	c 140 constraints processed.
0.05/0.19	c objective function length is 144 literals
0.18/0.20	c SATISFIABLE
0.18/0.20	c OPTIMIZING...
0.18/0.20	c Got one! Elapsed wall clock time (in seconds):0.052
0.18/0.20	o 72
0.74/0.59	c cleaning 2500 clauses out of 5011 with flag 16872/5011
1.24/0.92	c cleaning 4250 clauses out of 8512 with flag 41843/11012
1.64/1.32	c cleaning 5623 clauses out of 11261 with flag 67625/18011
2.15/1.87	c cleaning 6815 clauses out of 13638 with flag 96896/26011
2.86/2.50	c cleaning 7904 clauses out of 15823 with flag 130802/35011
3.67/3.31	c cleaning 8956 clauses out of 17920 with flag 169564/45012
4.66/4.31	c cleaning 9979 clauses out of 19965 with flag 214055/56013
5.88/5.57	c cleaning 10981 clauses out of 21984 with flag 269193/68011
7.37/7.08	c cleaning 12000 clauses out of 24003 with flag 338600/81011
8.97/8.64	c cleaning 12998 clauses out of 26003 with flag 395419/95011
10.67/10.36	c cleaning 13997 clauses out of 28005 with flag 465972/110011
12.36/12.05	c cleaning 14993 clauses out of 30008 with flag 534061/126011
14.47/14.15	c cleaning 16004 clauses out of 32017 with flag 608980/143013
16.88/16.57	c cleaning 16986 clauses out of 34011 with flag 698188/161011
19.47/19.10	c cleaning 18008 clauses out of 36025 with flag 803747/180011
22.27/21.92	c cleaning 19001 clauses out of 38021 with flag 903997/200015
25.57/25.21	c cleaning 20005 clauses out of 40018 with flag 1024466/221013
29.26/28.92	c cleaning 20991 clauses out of 42011 with flag 1160326/243011
32.76/32.46	c cleaning 22007 clauses out of 44020 with flag 1286643/266011
36.27/35.96	c cleaning 23001 clauses out of 46013 with flag 1390224/290011
40.27/39.98	c cleaning 23999 clauses out of 48014 with flag 1517824/315013
44.38/44.07	c cleaning 25006 clauses out of 50014 with flag 1634693/341012
49.07/48.71	c cleaning 26001 clauses out of 52009 with flag 1752542/368013
53.37/53.10	c cleaning 26996 clauses out of 54006 with flag 1876281/396011
58.26/57.92	c cleaning 27996 clauses out of 56012 with flag 2020359/425013
63.36/63.07	c cleaning 29004 clauses out of 58014 with flag 2162072/455011
69.37/69.08	c cleaning 30002 clauses out of 60010 with flag 2309563/486011
75.87/75.59	c cleaning 31002 clauses out of 62011 with flag 2459320/518014
82.76/82.43	c cleaning 31999 clauses out of 64012 with flag 2620738/551017
89.66/89.36	c cleaning 32999 clauses out of 66008 with flag 2789350/585012
96.96/96.67	c cleaning 34000 clauses out of 68009 with flag 2942658/620012
105.26/104.93	c cleaning 35001 clauses out of 70008 with flag 3125212/656011
114.36/114.07	c cleaning 35996 clauses out of 72008 with flag 3345429/693012
122.87/122.59	c cleaning 36999 clauses out of 74011 with flag 3556344/731011
131.98/131.61	c cleaning 38004 clauses out of 76012 with flag 3748562/770011
141.28/140.97	c cleaning 38998 clauses out of 78008 with flag 3948465/810011
151.27/150.98	c cleaning 39999 clauses out of 80011 with flag 4171402/851012
161.87/161.55	c cleaning 40993 clauses out of 82011 with flag 4390498/893011
172.56/172.26	c cleaning 42007 clauses out of 84021 with flag 4607140/936014
183.66/183.38	c cleaning 43000 clauses out of 86014 with flag 4822273/980014
196.17/195.87	c cleaning 43998 clauses out of 88011 with flag 5063153/1025011
209.57/209.23	c cleaning 45001 clauses out of 90014 with flag 5294132/1071012
224.06/223.72	c cleaning 46003 clauses out of 92016 with flag 5540939/1118015
238.96/238.67	c cleaning 47001 clauses out of 94011 with flag 5795089/1166013
254.25/253.94	c cleaning 47993 clauses out of 96008 with flag 6048286/1215011
269.55/269.21	c cleaning 48999 clauses out of 98016 with flag 6314430/1265012
285.26/285.00	c cleaning 50005 clauses out of 100016 with flag 6580643/1316011
302.15/301.85	c cleaning 50996 clauses out of 102011 with flag 6870506/1368011
319.20/318.84	c cleaning 52002 clauses out of 104015 with flag 7163795/1421011
337.10/336.71	c cleaning 52998 clauses out of 106013 with flag 7472930/1475011
354.00/353.69	c cleaning 53994 clauses out of 108015 with flag 7779576/1530011
372.70/372.33	c cleaning 55004 clauses out of 110021 with flag 8077806/1586011
391.59/391.26	c cleaning 56003 clauses out of 112020 with flag 8411281/1643014
413.18/412.83	c cleaning 57003 clauses out of 114019 with flag 8711037/1701016
433.59/433.22	c cleaning 57991 clauses out of 116013 with flag 9045163/1760013
455.58/455.24	c cleaning 59002 clauses out of 118022 with flag 9361338/1820013
480.47/480.18	c cleaning 60006 clauses out of 120019 with flag 9690078/1881012
506.29/505.96	c cleaning 60999 clauses out of 122012 with flag 10052726/1943011
531.79/531.47	c cleaning 61996 clauses out of 124013 with flag 10377996/2006011
558.68/558.34	c cleaning 62998 clauses out of 126018 with flag 10739780/2070012
587.15/586.76	c cleaning 64001 clauses out of 128020 with flag 11086356/2135012
616.35/615.92	c cleaning 65003 clauses out of 130018 with flag 11462520/2201011
647.16/646.78	c cleaning 66002 clauses out of 132015 with flag 11884306/2268011
676.86/676.48	c cleaning 67005 clauses out of 134015 with flag 12296032/2336013
708.27/707.83	c cleaning 67988 clauses out of 136010 with flag 12697696/2405013
737.07/736.62	c cleaning 69004 clauses out of 138020 with flag 13108275/2475011
771.68/771.26	c cleaning 69991 clauses out of 140017 with flag 13519983/2546012
806.38/805.95	c cleaning 71001 clauses out of 142025 with flag 13930268/2618011
841.08/840.66	c cleaning 72003 clauses out of 144024 with flag 14332129/2691011
877.49/877.08	c cleaning 73007 clauses out of 146024 with flag 14760899/2765014
917.36/916.89	c cleaning 73997 clauses out of 148014 with flag 15201719/2840011
958.45/957.94	c cleaning 74995 clauses out of 150018 with flag 15642253/2916012
999.96/999.45	c cleaning 76004 clauses out of 152023 with flag 16102935/2993012
1041.95/1041.41	c cleaning 77004 clauses out of 154021 with flag 16585334/3071014
1084.76/1084.21	c cleaning 78001 clauses out of 156016 with flag 17055507/3150013
1130.95/1130.44	c cleaning 79001 clauses out of 158014 with flag 17478433/3230012
1179.45/1178.99	c cleaning 80003 clauses out of 160012 with flag 17947149/3311011
1226.64/1226.14	c cleaning 81002 clauses out of 162011 with flag 18415259/3393013
1278.23/1277.71	c cleaning 82000 clauses out of 164009 with flag 18909982/3476013
1330.68/1330.19	c cleaning 83000 clauses out of 166007 with flag 19427442/3560011
1384.38/1383.81	c cleaning 83992 clauses out of 168007 with flag 19907563/3645011
1437.87/1437.38	c cleaning 84995 clauses out of 170018 with flag 20434596/3731014
1493.96/1493.49	c cleaning 86002 clauses out of 172021 with flag 20915754/3818012
1550.75/1550.25	c cleaning 87009 clauses out of 174021 with flag 21417477/3906014
1609.43/1608.93	c cleaning 88002 clauses out of 176011 with flag 21936679/3995013
1669.02/1668.58	c cleaning 88997 clauses out of 178009 with flag 22467004/4085013
1733.81/1733.30	c cleaning 89999 clauses out of 180013 with flag 22999697/4176014
1795.76/1795.30	c cleaning 91001 clauses out of 182011 with flag 23523070/4268011
1800.06/1799.50	c starts		: 5666
1800.06/1799.50	c conflicts		: 4279673
1800.06/1799.50	c decisions		: 5127814
1800.06/1799.50	c propagations		: 128614044
1800.06/1799.50	c inspects		: 35763072762
1800.06/1799.50	c shortcuts		: 0
1800.06/1799.50	c learnt literals	: 0
1800.06/1799.50	c learnt binary clauses	: 0
1800.06/1799.50	c learnt ternary clauses	: 56
1800.06/1799.50	c learnt constraints	: 4279674
1800.06/1799.50	c ignored constraints	: 0
1800.06/1799.50	c root simplifications	: 0
1800.06/1799.50	c removed literals (reason simplification)	: 0
1800.06/1799.50	c reason swapping (by a shorter reason)	: 0
1800.06/1799.50	c Calls to reduceDB	: 88
1800.06/1799.50	c Number of update (reduction) of LBD	: 1343527
1800.06/1799.50	c Imported unit clauses	: 0
1800.06/1799.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.50	c number of learned constraints concerned by reduction	: 0
1800.06/1799.50	c number of learning phase by resolution	: 0
1800.06/1799.50	c number of learning phase by cutting planes	: 0
1800.06/1799.50	c speed (assignments/second)	: 71479.68914733379
1800.06/1799.50	c non guided choices	0
1800.06/1799.53	c learnt constraints type 
1800.06/1799.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102673
1800.06/1799.53	s SATISFIABLE
1800.06/1799.53	c Found 1 solution(s)
1800.06/1799.53	v -x1 x2 -x3 -x4 x5 x6 -x7 x8 x9 x10 x11 x12 x13 x14 -x15 x16 -x17 -x18 -x19 x20 -x21 x22 x23 -x24 x25 x26 -x27 -x28 x29 -x30 -x31 x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 x45 x46 x47 -x48 -x49 x50 x51 -x52 x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 x69 x70 -x71 -x72 x73 -x74 -x75 x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 x85 x86 -x87 x88 -x89 x90 -x91 x92 -x93 x94 x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 x104 x105 x106 -x107 x108 x109 -x110 -x111 -x112 x113 x114 x115 -x116 x117 x118 x119 x120 -x121 x122 x123 x124 -x125 -x126 -x127 -x128 -x129 x130 x131 x132 x133 -x134 x135 x136 x137 x138 x139 x140 -x141 -x142 -x143 -x144 
1800.06/1799.53	c objective function=72
1800.06/1799.53	c Total wall clock time (in seconds): 1799.379

Verifier Data

OK	72

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-4117469-1467212721/watcher-4117469-1467212721 -o /tmp/evaluation-result-4117469-1467212721/solver-4117469-1467212721 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117469-1467212721.opb 

pid=4787
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.01 2.07 2.00 3/194 4790
/proc/meminfo: memFree=30496396/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2378381 98570240 977 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 24065 977 743 9 0 16771 0
[pid=4790/tid=4791] ppid=4787 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2378382 98570240 977 33554432000 1073741824 1073778376 140735279723840 140393524874792 247064301820 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.01 2.07 2.00 3/194 4790
/proc/meminfo: memFree=30496396/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9558428 CPUtime=0.05 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 3272 0 1 0 4 1 0 0 20 0 18 0 2378381 9787830272 4403 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2389607 4403 1761 9 0 2380296 0
[pid=4790/tid=4791] ppid=4787 vsize=9558428 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 1985 0 1 0 3 0 0 0 20 0 18 0 2378382 9787830272 4403 33554432000 1073741824 1073778376 140735279723840 140393524882080 247064247989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558428

[startup+0.200318 s]
/proc/loadavg: 2.01 2.07 2.00 3/194 4790
/proc/meminfo: memFree=30496396/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 4682 0 1 0 17 1 0 0 20 0 19 0 2378381 9856040960 6810 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 6813 2190 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2403 0 1 0 12 1 0 0 20 0 19 0 2378382 9856040960 6813 33554432000 1073741824 1073778376 140735279723840 140393524880000 140393370982641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9625040

[startup+0.300296 s]
/proc/loadavg: 2.01 2.07 2.00 3/194 4790
/proc/meminfo: memFree=30496396/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 6982 0 1 0 43 2 0 0 20 0 19 0 2378381 9856040960 8515 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 8515 2242 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2415 0 1 0 22 1 0 0 20 0 19 0 2378382 9856040960 8515 33554432000 1073741824 1073778376 140735279723840 140393524880000 140393371344940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700249 s]
/proc/loadavg: 2.01 2.07 2.00 3/194 4790
/proc/meminfo: memFree=30496396/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 8503 0 1 0 99 2 0 0 20 0 19 0 2378381 9856040960 8656 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 8656 2254 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2415 0 1 0 62 1 0 0 20 0 19 0 2378382 9856040960 8656 33554432000 1073741824 1073778376 140735279723840 140393524880000 140393371304298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.01 2.07 2.00 3/213 4809
/proc/meminfo: memFree=30463800/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 8509 0 1 0 183 2 0 0 20 0 19 0 2378381 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 9683 2256 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2418 0 1 0 142 1 0 0 20 0 19 0 2378382 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393524879848 140393371303762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2674 0 0 0 20 0 0 0 20 0 19 0 2378391 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2145 0 0 0 18 0 0 0 20 0 19 0 2378391 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 9683 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.01 2.07 2.00 3/213 4809
/proc/meminfo: memFree=30454880/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 8513 0 1 0 344 2 0 0 20 0 19 0 2378381 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 10708 2256 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2421 0 1 0 302 1 0 0 20 0 19 0 2378382 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393524879912 140393371383142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2145 0 0 0 19 0 0 0 20 0 19 0 2378391 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 10708 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.01 2.07 2.00 3/213 4809
/proc/meminfo: memFree=30440228/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 8517 0 1 0 665 2 0 0 20 0 19 0 2378381 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 11725 2257 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2424 0 1 0 622 1 0 0 20 0 19 0 2378382 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393524879752 140393371382475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2378383 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 11725 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.19 cores=0,2,4,6

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

[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2172 0 0 0 22 0 0 0 20 0 19 0 2378391 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 100 0 0 0 22 30 0 0 20 0 19 0 2378391 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 52185 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 4854
/proc/meminfo: memFree=29874604/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=1782.86 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 9342 0 1 0 178248 38 0 0 20 0 19 0 2378381 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 52734 2271 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=1781.72 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2487 0 1 0 178136 36 0 0 20 0 19 0 2378382 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393524878544 140393371433913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 174 0 0 0 7 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 27 0 0 0 0 1 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2172 0 0 0 22 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 4920
/proc/meminfo: memFree=30312696/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 9342 0 1 0 179968 38 0 0 20 0 19 0 2378381 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 52734 2271 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=1798.91 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2487 0 1 0 179855 36 0 0 20 0 19 0 2378382 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393524870864 140393371433913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 174 0 0 0 7 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 27 0 0 0 0 1 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2172 0 0 0 22 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 4790 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1799.5 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 4920
/proc/meminfo: memFree=30312696/32872528 swapFree=242912/249044
[pid=4790] ppid=4787 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/4790/stat : 4790 (java) S 4787 4790 4289 0 -1 4202496 9342 0 1 0 179968 38 0 0 20 0 19 0 2378381 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140735279714976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4790/statm: 2406260 52734 2271 9 0 2396937 0
[pid=4790/tid=4791] ppid=4787 vsize=9625040 CPUtime=1798.91 cores=0,2,4,6
/proc/4790/task/4791/stat : 4791 (java) R 4787 4790 4289 0 -1 4202560 2487 0 1 0 179855 36 0 0 20 0 19 0 2378382 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393524870864 140393371433913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4793] ppid=4787 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4790/task/4793/stat : 4793 (java) S 4787 4790 4289 0 -1 4202560 47 0 0 0 4 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393497332008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4794] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4794/stat : 4794 (java) S 4787 4790 4289 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393496279208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4795] ppid=4787 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4790/task/4795/stat : 4795 (java) S 4787 4790 4289 0 -1 4202560 140 0 0 0 2 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393495226920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4790/tid=4796] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4796/stat : 4796 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393494174120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4797] ppid=4787 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4790/task/4797/stat : 4797 (java) S 4787 4790 4289 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393493121832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4798] ppid=4787 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4790/task/4798/stat : 4798 (java) S 4787 4790 4289 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393492069032 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4799] ppid=4787 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4790/task/4799/stat : 4799 (java) S 4787 4790 4289 0 -1 4202560 174 0 0 0 7 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393491016744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4800] ppid=4787 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4790/task/4800/stat : 4800 (java) S 4787 4790 4289 0 -1 4202560 22 0 0 0 6 0 0 0 20 0 19 0 2378383 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140393489963944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4801] ppid=4787 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4790/task/4801/stat : 4801 (java) S 4787 4790 4289 0 -1 4202560 27 0 0 0 0 1 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392878016744 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4802] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4802/stat : 4802 (java) S 4787 4790 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392876962808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4790/tid=4803] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4803/stat : 4803 (java) S 4787 4790 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2378384 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392875910408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4804] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4804/stat : 4804 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392874858896 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4805] ppid=4787 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4790/task/4805/stat : 4805 (java) S 4787 4790 4289 0 -1 4202560 2675 0 0 0 21 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392873806520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4806] ppid=4787 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4790/task/4806/stat : 4806 (java) S 4787 4790 4289 0 -1 4202560 2172 0 0 0 22 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392872753720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4807] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4807/stat : 4807 (java) S 4787 4790 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392871701624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4790/tid=4808] ppid=4787 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4790/task/4808/stat : 4808 (java) S 4787 4790 4289 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 19 0 2378391 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392870649032 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4790/tid=4809] ppid=4787 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4790/task/4809/stat : 4809 (java) S 4787 4790 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2378401 9856040960 52734 33554432000 1073741824 1073778376 140735279723840 140392869594024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.54
CPU time (s): 1800.54
CPU user time (s): 1799.72
CPU system time (s): 0.821875
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.821875
maximum resident set size= 211276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9438
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38199
involuntary context switches= 26248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1232 second user time and 17.3104 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 17:05:21
IDJOB=4117469
IDBENCH=111578
IDSOLVER=2546
FILE ID=node103/4117469-1467212721
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_008.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117469-1467212721/watcher-4117469-1467212721 -o /tmp/evaluation-result-4117469-1467212721/solver-4117469-1467212721 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117469-1467212721.opb

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

MD5SUM BENCH= c8963991de89c179885383fc3af294cf
RANDOM SEED=431467278

node103.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.456
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.91
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.456
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.456
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.54
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.456
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.456
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.54
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30497080 kB
Buffers:           87116 kB
Cached:          1217432 kB
SwapCached:            0 kB
Active:           968596 kB
Inactive:         408060 kB
Active(anon):      74940 kB
Inactive(anon):        0 kB
Active(file):     893656 kB
Inactive(file):   408060 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1856 kB
Writeback:            16 kB
AnonPages:        337248 kB
Mapped:            22016 kB
Shmem:               204 kB
Slab:             603008 kB
SReclaimable:      46824 kB
SUnreclaim:       556184 kB
KernelStack:        1616 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 71712 MiB
End job on node103 at 2016-06-29 17:35:20