Trace number 4103952

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.87 1796.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
MD5SUM707da2ebfa2e9fe97fe57c41e089cde1
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304897224
Optimality of the best value was proved NO
Number of variables21960
Total number of constraints750
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 2147483648
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 869952060630
Number of bits of the sum of numbers in the objective function 40
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 869952060630
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103952-1466257417.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.83/0.48	c ... done. Wall clock time 0.368s.
0.83/0.48	c declared #vars     21960
0.83/0.48	c #constraints  1110
0.83/0.48	c constraints type 
0.83/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1110
0.83/0.48	c 1110 constraints processed.
0.83/0.48	c objective function length is 11160 literals
2.20/1.32	c cleaning 2495 clauses out of 4996 with flag 14837/5001
3.17/1.80	c cleaning 4246 clauses out of 8493 with flag 33263/11000
3.76/2.43	c cleaning 5615 clauses out of 11244 with flag 67538/18000
4.28/2.99	c cleaning 6799 clauses out of 13630 with flag 113240/26001
5.00/3.68	c cleaning 7900 clauses out of 15830 with flag 172757/35000
5.90/4.55	c cleaning 8956 clauses out of 17929 with flag 245015/45000
6.90/5.53	c cleaning 9976 clauses out of 19973 with flag 319062/56000
8.00/6.70	c cleaning 10993 clauses out of 21997 with flag 403710/68000
8.89/7.53	c cleaning 11988 clauses out of 24005 with flag 452788/81001
9.99/8.68	c cleaning 13002 clauses out of 26016 with flag 531657/95000
11.40/10.06	c cleaning 13997 clauses out of 28015 with flag 631976/110001
12.99/11.63	c cleaning 14993 clauses out of 30003 with flag 714327/126003
14.90/13.58	c cleaning 15993 clauses out of 32007 with flag 822533/143000
17.25/15.80	c cleaning 16999 clauses out of 34014 with flag 927450/161000
19.55/18.13	c cleaning 17998 clauses out of 36014 with flag 1045774/180002
21.75/20.32	c cleaning 18993 clauses out of 38007 with flag 1153368/200000
23.46/22.08	c cleaning 20003 clauses out of 40013 with flag 1251490/221000
26.65/25.28	c cleaning 21004 clauses out of 42011 with flag 1297429/243001
30.25/28.89	c cleaning 22000 clauses out of 44006 with flag 1345453/266000
34.35/32.92	c cleaning 23000 clauses out of 46006 with flag 1395702/290000
38.76/37.37	c cleaning 24002 clauses out of 48007 with flag 1448022/315001
43.76/42.33	c cleaning 25001 clauses out of 50005 with flag 1501619/341001
49.16/47.71	c cleaning 26001 clauses out of 52004 with flag 1555779/368001
55.16/53.79	c cleaning 27001 clauses out of 54002 with flag 1611845/396000
62.36/60.93	c cleaning 28000 clauses out of 56001 with flag 1669845/425000
69.56/68.18	c cleaning 28998 clauses out of 58001 with flag 1729845/455000
77.36/75.99	c cleaning 30001 clauses out of 60003 with flag 1791845/486000
85.85/84.41	c cleaning 31000 clauses out of 62002 with flag 1855845/518000
89.76/88.34	c cleaning 31994 clauses out of 63998 with flag 2014971/551000
94.12/92.69	c cleaning 32964 clauses out of 65949 with flag 2201288/585001
99.52/98.05	c cleaning 33976 clauses out of 67985 with flag 2419670/620001
105.81/104.33	c cleaning 34985 clauses out of 70008 with flag 2652734/656000
112.11/110.68	c cleaning 36000 clauses out of 72026 with flag 2903415/693003
118.71/117.24	c cleaning 36979 clauses out of 74022 with flag 3145398/731000
124.61/123.18	c cleaning 38011 clauses out of 76038 with flag 3350996/770000
130.71/129.27	c cleaning 39004 clauses out of 78027 with flag 3582168/810000
137.92/136.46	c cleaning 39997 clauses out of 80024 with flag 3867446/851001
145.37/143.85	c cleaning 40999 clauses out of 82028 with flag 4180050/893002
152.87/151.38	c cleaning 41999 clauses out of 84027 with flag 4501326/936000
161.67/160.17	c cleaning 43007 clauses out of 86029 with flag 4874058/980001
169.98/168.47	c cleaning 44008 clauses out of 88022 with flag 5248606/1025001
178.37/176.88	c cleaning 45001 clauses out of 90013 with flag 5556958/1071000
185.47/183.96	c cleaning 45918 clauses out of 92010 with flag 5834988/1118000
193.14/191.58	c cleaning 47028 clauses out of 94057 with flag 6108035/1166002
203.14/201.55	c cleaning 48010 clauses out of 96027 with flag 6424750/1215000
213.74/212.18	c cleaning 49005 clauses out of 98019 with flag 6763263/1265002
222.94/221.35	c cleaning 49996 clauses out of 100008 with flag 7073808/1316001
234.03/232.42	c cleaning 50997 clauses out of 102011 with flag 7420177/1368000
247.44/245.80	c cleaning 51992 clauses out of 104014 with flag 7818406/1421000
258.51/256.89	c cleaning 52996 clauses out of 106022 with flag 8207600/1475001
272.72/271.08	c cleaning 53995 clauses out of 108025 with flag 8683536/1530000
282.73/281.00	c cleaning 55001 clauses out of 110029 with flag 9020994/1586001
298.83/297.17	c cleaning 56006 clauses out of 112027 with flag 9455355/1643000
309.03/307.33	c cleaning 56998 clauses out of 114020 with flag 9785124/1701000
322.35/320.51	c cleaning 58000 clauses out of 116020 with flag 10165597/1760000
335.65/333.82	c cleaning 59004 clauses out of 118015 with flag 10527762/1820001
353.35/351.55	c cleaning 60000 clauses out of 120010 with flag 10985706/1881000
368.17/366.32	c cleaning 60999 clauses out of 122009 with flag 11403578/1943000
381.86/380.01	c cleaning 61993 clauses out of 124008 with flag 11796162/2006000
398.83/396.95	c cleaning 63000 clauses out of 126015 with flag 12234586/2070000
413.45/411.53	c cleaning 63997 clauses out of 128015 with flag 12551701/2135000
429.85/427.98	c cleaning 65002 clauses out of 130018 with flag 12925116/2201000
446.25/444.39	c cleaning 65997 clauses out of 132017 with flag 13328596/2268001
461.42/459.36	c cleaning 67004 clauses out of 134019 with flag 13689817/2336001
474.02/471.97	c cleaning 67993 clauses out of 135994 with flag 14038496/2405001
508.82/506.72	c cleaning 68994 clauses out of 138000 with flag 14185960/2475000
545.42/543.34	c cleaning 70002 clauses out of 140007 with flag 14335754/2546001
584.92/582.78	c cleaning 71002 clauses out of 142004 with flag 14488192/2618000
626.42/624.26	c cleaning 71996 clauses out of 144002 with flag 14642412/2691000
669.94/667.73	c cleaning 73000 clauses out of 146006 with flag 14799404/2765000
714.95/712.73	c cleaning 74000 clauses out of 148007 with flag 14959109/2840001
762.63/760.31	c cleaning 75002 clauses out of 150006 with flag 15120778/2916000
811.65/809.38	c cleaning 76003 clauses out of 152005 with flag 15284709/2993001
863.76/861.48	c cleaning 76999 clauses out of 154001 with flag 15451707/3071000
918.54/916.16	c cleaning 78000 clauses out of 156002 with flag 15621522/3150000
974.64/972.24	c cleaning 79001 clauses out of 158003 with flag 15795854/3230001
997.14/994.77	c cleaning 79994 clauses out of 160001 with flag 15964759/3311000
1023.14/1020.66	c cleaning 80995 clauses out of 162003 with flag 16213614/3393003
1048.54/1046.04	c cleaning 81993 clauses out of 164007 with flag 16725434/3476002
1071.94/1069.47	c cleaning 83000 clauses out of 166012 with flag 17318694/3560000
1097.73/1095.11	c cleaning 83987 clauses out of 168013 with flag 17902952/3645001
1122.83/1120.21	c cleaning 85003 clauses out of 170025 with flag 18476159/3731000
1147.46/1144.77	c cleaning 85998 clauses out of 172022 with flag 19107297/3818000
1175.57/1172.89	c cleaning 87003 clauses out of 174026 with flag 19776843/3906002
1202.48/1199.73	c cleaning 88003 clauses out of 176023 with flag 20471722/3995002
1233.59/1230.74	c cleaning 88989 clauses out of 178020 with flag 21119663/4085002
1261.90/1259.07	c cleaning 90010 clauses out of 180032 with flag 21770084/4176003
1288.90/1285.99	c cleaning 91001 clauses out of 182019 with flag 22422928/4268000
1314.30/1311.34	c cleaning 91975 clauses out of 183997 with flag 23028628/4361000
1348.60/1345.58	c cleaning 92978 clauses out of 186023 with flag 23634793/4455001
1381.61/1378.52	c cleaning 94015 clauses out of 188044 with flag 24270791/4550001
1408.83/1405.69	c cleaning 95005 clauses out of 190020 with flag 24917540/4646001
1438.11/1434.99	c cleaning 95987 clauses out of 192014 with flag 25585029/4743000
1475.05/1471.79	c cleaning 96993 clauses out of 194027 with flag 26393319/4841000
1513.84/1510.56	c cleaning 97994 clauses out of 196034 with flag 27230386/4940000
1553.19/1549.83	c cleaning 99015 clauses out of 198040 with flag 28075480/5040000
1589.29/1585.97	c cleaning 99961 clauses out of 200025 with flag 28859679/5141000
1625.31/1621.87	c cleaning 101028 clauses out of 202064 with flag 29602325/5243000
1656.55/1652.90	c cleaning 102013 clauses out of 204036 with flag 30296963/5346002
1690.33/1686.77	c cleaning 102999 clauses out of 206021 with flag 31041257/5450001
1725.74/1722.06	c cleaning 103994 clauses out of 208022 with flag 31822437/5555001
1754.34/1750.63	c cleaning 104989 clauses out of 210027 with flag 32553543/5661000
1785.69/1781.96	c cleaning 106003 clauses out of 212034 with flag 33254564/5768001
1800.10/1796.34	c starts		: 22939
1800.10/1796.34	c conflicts		: 5824828
1800.10/1796.34	c decisions		: 10286779
1800.10/1796.34	c propagations		: 219956252
1800.10/1796.34	c inspects		: 34900879486
1800.10/1796.34	c shortcuts		: 0
1800.10/1796.34	c learnt literals	: 237
1800.10/1796.34	c learnt binary clauses	: 210
1800.10/1796.34	c learnt ternary clauses	: 272
1800.10/1796.34	c learnt constraints	: 5824591
1800.10/1796.34	c ignored constraints	: 0
1800.10/1796.34	c root simplifications	: 0
1800.10/1796.34	c removed literals (reason simplification)	: 0
1800.10/1796.34	c reason swapping (by a shorter reason)	: 0
1800.10/1796.34	c Calls to reduceDB	: 103
1800.10/1796.34	c Number of update (reduction) of LBD	: 1357749
1800.10/1796.34	c Imported unit clauses	: 0
1800.10/1796.34	c number of reductions to clauses (during analyze)	: 0
1800.10/1796.34	c number of learned constraints concerned by reduction	: 0
1800.10/1796.34	c number of learning phase by resolution	: 0
1800.10/1796.34	c number of learning phase by cutting planes	: 0
1800.10/1796.34	c speed (assignments/second)	: 122483.65325556674
1800.10/1796.34	c non guided choices	620205
1800.10/1796.34	c timeout
1800.10/1796.37	c learnt constraints type 
1800.10/1796.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 210
1800.10/1796.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162649
1800.10/1796.37	s UNKNOWN
1800.10/1796.37	c Total wall clock time (in seconds): 1796.249

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-4103952-1466257417/watcher-4103952-1466257417 -o /tmp/evaluation-result-4103952-1466257417/solver-4103952-1466257417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103952-1466257417.opb 

pid=18519
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.32 2.20 2.17 3/194 18522
/proc/meminfo: memFree=28307984/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/18522/stat : 18522 (java) R 18519 18522 16325 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 27787295 278528 33 33554432000 1073741824 1073778376 140734440177696 140734206953704 206619897127 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18522/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.32 2.20 2.17 3/194 18522
/proc/meminfo: memFree=28307984/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 4463 0 1 0 7 1 0 0 20 0 18 0 27787295 9787879424 6093 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2389619 6093 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.32 2.20 2.17 3/194 18522
/proc/meminfo: memFree=28307984/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 5079 0 1 0 27 1 0 0 20 0 18 0 27787295 9787879424 7037 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2389619 7037 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.32 2.20 2.17 3/194 18522
/proc/meminfo: memFree=28307984/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 8972 0 1 0 52 2 0 0 20 0 18 0 27787295 9787879424 12041 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2389619 12042 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.32 2.20 2.17 3/194 18522
/proc/meminfo: memFree=28307984/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 11160 0 1 0 143 2 0 0 20 0 19 0 27787295 9856040960 23873 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 23873 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.32 2.20 2.17 3/213 18541
/proc/meminfo: memFree=28219208/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 13500 0 1 0 257 3 0 0 20 0 19 0 27787295 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 26361 2271 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2507 0 1 0 143 2 0 0 20 0 19 0 27787296 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180951554368 140180891901710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27787298 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) R 18519 18522 16325 0 -1 4202560 6745 0 0 0 72 0 0 0 20 0 19 0 27787301 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180771067944 140180955645890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2970 0 0 0 39 0 0 0 20 0 19 0 27787301 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 26361 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.32 2.20 2.17 3/213 18541
/proc/meminfo: memFree=28200352/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 15803 0 1 0 446 4 0 0 20 0 19 0 27787295 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 30451 2271 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2515 0 1 0 303 2 0 0 20 0 19 0 27787296 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180951556552 140180892014001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27787298 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2970 0 0 0 43 0 0 0 20 0 19 0 27787301 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 30451 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.30 2.20 2.17 3/213 18541
/proc/meminfo: memFree=28185764/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=7.7 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 15813 0 1 0 766 4 0 0 20 0 19 0 27787295 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 33453 2272 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2524 0 1 0 623 2 0 0 20 0 19 0 27787296 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180951547584 140180892014078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27787297 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27787298 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2970 0 0 0 43 0 0 0 20 0 19 0 27787301 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 33453 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9625040


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

/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2975 0 0 0 47 0 0 0 20 0 19 0 27787301 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 100 0 0 0 30 28 0 0 20 0 19 0 27787301 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 114003 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.04 2.07 3/213 18738
/proc/meminfo: memFree=29367576/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=1786.09 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 18085 0 1 0 178540 69 0 0 20 0 19 0 27787295 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 113747 2294 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=1781.18 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2571 0 1 0 178086 32 0 0 20 0 19 0 27787296 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180951555344 140180891974874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 319 0 0 0 28 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 160 0 0 0 29 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 91 0 0 0 35 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 348 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 327 0 0 0 32 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 106 0 0 0 30 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 369 0 0 0 32 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 292 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 119 0 0 0 15 2 0 0 20 0 19 0 27787298 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2975 0 0 0 47 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 104 0 0 0 32 28 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.03 2.03 2.07 3/213 18738
/proc/meminfo: memFree=29367832/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 18086 0 1 0 179941 69 0 0 20 0 19 0 27787295 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 113747 2294 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=1795.18 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2571 0 1 0 179486 32 0 0 20 0 19 0 27787296 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180951556384 140180891974864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 319 0 0 0 28 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 160 0 0 0 29 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 91 0 0 0 35 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 348 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 327 0 0 0 32 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 106 0 0 0 30 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 369 0 0 0 32 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 292 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 119 0 0 0 15 2 0 0 20 0 19 0 27787298 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2976 0 0 0 48 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 104 0 0 0 32 29 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 18522 sig 9
??? kill -18522 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.03 2.03 2.07 3/213 18738
/proc/meminfo: memFree=29367832/32872528 swapFree=534252/566956
[pid=18522] ppid=18519 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18519 18522 16325 0 -1 4202496 18086 0 1 0 179941 69 0 0 20 0 19 0 27787295 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140734972933232 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18522/statm: 2406260 113747 2294 9 0 2396937 0
[pid=18522/tid=18524] ppid=18519 vsize=9625040 CPUtime=1795.18 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18519 18522 16325 0 -1 4202560 2571 0 1 0 179486 32 0 0 20 0 19 0 27787296 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180951556384 140180891974864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18519 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18519 18522 16325 0 -1 4202560 319 0 0 0 28 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180890286888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18526] ppid=18519 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18519 18522 16325 0 -1 4202560 160 0 0 0 29 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180889234088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18527] ppid=18519 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18519 18522 16325 0 -1 4202560 91 0 0 0 35 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180792753192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18528] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18519 18522 16325 0 -1 4202560 348 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180791700392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18519 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18519 18522 16325 0 -1 4202560 327 0 0 0 32 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180790647080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18530] ppid=18519 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18519 18522 16325 0 -1 4202560 106 0 0 0 30 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180789594280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18519 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18519 18522 16325 0 -1 4202560 369 0 0 0 32 5 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180788541992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18532] ppid=18519 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18519 18522 16325 0 -1 4202560 292 0 0 0 37 6 0 0 20 0 19 0 27787297 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180787489192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18533] ppid=18519 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18519 18522 16325 0 -1 4202560 119 0 0 0 15 2 0 0 20 0 19 0 27787298 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180775291624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18519 18522 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180774237688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18535] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18519 18522 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27787299 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180773185288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18536] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180772133776 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18537] ppid=18519 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18519 18522 16325 0 -1 4202560 9040 0 0 0 95 2 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180771080376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18519 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18519 18522 16325 0 -1 4202560 2976 0 0 0 48 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180770027576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18539] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18519 18522 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180768975480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18540] ppid=18519 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18519 18522 16325 0 -1 4202560 104 0 0 0 32 29 0 0 20 0 19 0 27787301 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180767922888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18519 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18519 18522 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27787349 9856040960 113747 33554432000 1073741824 1073778376 140734972942096 140180766868904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.37
CPU time (s): 1800.87
CPU user time (s): 1799.65
CPU system time (s): 1.22281
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 1.22281
maximum resident set size= 543432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38705
involuntary context switches= 10810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3813 second user time and 12.4951 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 15:43:37
IDJOB=4103952
IDBENCH=2514
IDSOLVER=2546
FILE ID=node138/4103952-1466257417
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103952-1466257417/watcher-4103952-1466257417 -o /tmp/evaluation-result-4103952-1466257417/solver-4103952-1466257417 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103952-1466257417.opb

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

MD5SUM BENCH= 707da2ebfa2e9fe97fe57c41e089cde1
RANDOM SEED=699087713

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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:        28308892 kB
Buffers:          131720 kB
Cached:           301520 kB
SwapCached:         1060 kB
Active:          2985616 kB
Inactive:         263356 kB
Active(anon):    2816776 kB
Inactive(anon):     1692 kB
Active(file):     168840 kB
Inactive(file):   261664 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:              1636 kB
Writeback:             4 kB
AnonPages:       3384600 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             608248 kB
SReclaimable:      51608 kB
SUnreclaim:       556640 kB
KernelStack:        1568 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3586880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2807808 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= 71728 MiB
End job on node138 at 2016-06-18 16:13:33