Trace number 4099837

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.09 1777.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran14x18.opb
MD5SUM61bd3dd8a49bc9125fdf13f69f76abf6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.06399
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7812
Total number of constraints284
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 constraints284
Minimum length of a constraint31
Maximum length of a constraint540
Number of terms in the objective function 7812
Biggest coefficient in the objective function 1941
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530902
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530902
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099837-1466207912.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.52/0.38	c ... done. Wall clock time 0.275s.
0.52/0.38	c declared #vars     7812
0.52/0.38	c #constraints  316
0.52/0.38	c constraints type 
0.52/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.52/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.52/0.38	c 316 constraints processed.
0.52/0.38	c objective function length is 7812 literals
1.91/1.15	c cleaning 2478 clauses out of 5000 with flag 30033/5000
2.67/1.84	c cleaning 4220 clauses out of 8522 with flag 65088/11000
3.37/2.56	c cleaning 5615 clauses out of 11303 with flag 105739/18001
4.29/3.47	c cleaning 6788 clauses out of 13687 with flag 169317/26000
5.51/4.67	c cleaning 7927 clauses out of 15899 with flag 243762/35000
6.94/6.05	c cleaning 8958 clauses out of 17972 with flag 331811/45000
8.14/7.26	c cleaning 9936 clauses out of 20014 with flag 399396/56000
9.44/8.59	c cleaning 10992 clauses out of 22078 with flag 465774/68000
10.95/10.07	c cleaning 11997 clauses out of 24093 with flag 549519/81007
13.09/12.07	c cleaning 13041 clauses out of 26089 with flag 682974/95000
15.29/14.23	c cleaning 14005 clauses out of 28048 with flag 825944/110000
17.49/16.47	c cleaning 14997 clauses out of 30043 with flag 973126/126000
20.36/19.17	c cleaning 15943 clauses out of 32048 with flag 1177020/143002
22.96/21.79	c cleaning 16975 clauses out of 34103 with flag 1358140/161000
26.41/25.01	c cleaning 18006 clauses out of 36128 with flag 1618697/180000
29.72/28.33	c cleaning 19017 clauses out of 38122 with flag 1860755/200000
33.71/32.11	c cleaning 19948 clauses out of 40105 with flag 2126081/221000
37.51/35.95	c cleaning 21077 clauses out of 42159 with flag 2437307/243002
41.25/39.51	c cleaning 21988 clauses out of 44080 with flag 2649508/266000
44.95/43.27	c cleaning 23033 clauses out of 46092 with flag 2906994/290000
49.66/47.78	c cleaning 23999 clauses out of 48059 with flag 3231674/315000
54.09/51.81	c cleaning 24947 clauses out of 50060 with flag 3526945/341000
58.39/56.11	c cleaning 26046 clauses out of 52113 with flag 3815146/368000
63.08/60.88	c cleaning 27024 clauses out of 54067 with flag 4199172/396000
69.19/66.89	c cleaning 27992 clauses out of 56043 with flag 4708395/425000
74.19/71.80	c cleaning 28970 clauses out of 58051 with flag 5110886/455000
79.76/77.05	c cleaning 30002 clauses out of 60081 with flag 5544188/486000
85.65/82.95	c cleaning 30881 clauses out of 62079 with flag 6110491/518000
91.69/88.80	c cleaning 32057 clauses out of 64198 with flag 6660102/551000
97.99/95.19	c cleaning 32974 clauses out of 66141 with flag 7170850/585000
105.47/102.24	c cleaning 34078 clauses out of 68168 with flag 7523832/620001
112.28/109.08	c cleaning 34947 clauses out of 70089 with flag 8199083/656000
118.68/115.50	c cleaning 36044 clauses out of 72142 with flag 8819106/693000
125.98/122.78	c cleaning 37021 clauses out of 74098 with flag 9505252/731000
134.65/131.13	c cleaning 37827 clauses out of 76077 with flag 10268491/770000
142.05/138.51	c cleaning 39085 clauses out of 78252 with flag 10957056/810002
150.25/146.73	c cleaning 40034 clauses out of 80165 with flag 11697239/851000
158.49/154.83	c cleaning 40967 clauses out of 82131 with flag 12456689/893000
167.29/163.64	c cleaning 42066 clauses out of 84167 with flag 13248724/936003
176.24/172.30	c cleaning 42997 clauses out of 86102 with flag 14056600/980004
186.55/182.62	c cleaning 44031 clauses out of 88102 with flag 15055112/1025001
195.54/191.65	c cleaning 45008 clauses out of 90071 with flag 15913991/1071001
206.50/202.31	c cleaning 45946 clauses out of 92062 with flag 16909154/1118000
217.20/213.05	c cleaning 47044 clauses out of 94117 with flag 17916582/1166001
227.14/222.85	c cleaning 48028 clauses out of 96072 with flag 18751862/1215000
237.44/233.18	c cleaning 48999 clauses out of 98048 with flag 19580072/1265004
248.35/243.80	c cleaning 49924 clauses out of 100045 with flag 20457651/1316000
258.56/254.01	c cleaning 51048 clauses out of 102121 with flag 21379869/1368000
270.59/265.81	c cleaning 51950 clauses out of 104073 with flag 22426268/1421000
282.79/278.09	c cleaning 53043 clauses out of 106123 with flag 23434654/1475000
296.41/291.53	c cleaning 53890 clauses out of 108080 with flag 24663869/1530000
308.16/303.01	c cleaning 55040 clauses out of 110190 with flag 25611160/1586000
320.36/315.20	c cleaning 56029 clauses out of 112150 with flag 26697088/1643000
334.13/328.82	c cleaning 57007 clauses out of 114121 with flag 27874993/1701000
348.54/343.25	c cleaning 57989 clauses out of 116114 with flag 29203561/1760000
363.12/357.77	c cleaning 59005 clauses out of 118125 with flag 30380788/1820000
380.40/374.80	c cleaning 60019 clauses out of 120120 with flag 31793866/1881000
396.10/390.32	c cleaning 60988 clauses out of 122101 with flag 33119026/1943000
412.73/406.83	c cleaning 61952 clauses out of 124113 with flag 34603860/2006000
428.97/422.85	c cleaning 63054 clauses out of 126161 with flag 35723325/2070000
445.66/439.51	c cleaning 64013 clauses out of 128108 with flag 37190441/2135001
463.05/456.71	c cleaning 65030 clauses out of 130095 with flag 38811753/2201001
480.77/474.37	c cleaning 65979 clauses out of 132064 with flag 40473484/2268000
497.44/490.85	c cleaning 66983 clauses out of 134085 with flag 41820411/2336000
515.36/508.68	c cleaning 67970 clauses out of 136105 with flag 43400766/2405003
534.74/527.90	c cleaning 69047 clauses out of 138132 with flag 45114378/2475000
553.28/546.15	c cleaning 70043 clauses out of 140085 with flag 46680811/2546000
571.90/564.69	c cleaning 71003 clauses out of 142043 with flag 48388017/2618001
592.51/585.07	c cleaning 71944 clauses out of 144040 with flag 50206841/2691001
612.27/604.61	c cleaning 73006 clauses out of 146095 with flag 51946329/2765000
631.70/623.81	c cleaning 74032 clauses out of 148089 with flag 53493525/2840000
651.91/643.89	c cleaning 74985 clauses out of 150057 with flag 55228022/2916000
672.54/664.33	c cleaning 76035 clauses out of 152072 with flag 56992238/2993000
696.69/688.28	c cleaning 76963 clauses out of 154037 with flag 58947118/3071000
717.83/709.24	c cleaning 77966 clauses out of 156074 with flag 60832055/3150000
740.68/731.87	c cleaning 78989 clauses out of 158108 with flag 62830755/3230000
765.09/756.00	c cleaning 80034 clauses out of 160119 with flag 65059505/3311000
789.89/780.57	c cleaning 80978 clauses out of 162085 with flag 67031879/3393000
811.62/802.06	c cleaning 82020 clauses out of 164107 with flag 68894803/3476000
835.73/825.77	c cleaning 82967 clauses out of 166087 with flag 70531728/3560000
861.09/850.85	c cleaning 83997 clauses out of 168120 with flag 72712042/3645000
892.83/882.26	c cleaning 85036 clauses out of 170124 with flag 75421431/3731001
922.14/911.37	c cleaning 86001 clauses out of 172088 with flag 77904724/3818001
950.21/939.08	c cleaning 87000 clauses out of 174087 with flag 80314070/3906001
977.04/965.52	c cleaning 87993 clauses out of 176086 with flag 82709498/3995000
1010.61/998.85	c cleaning 89036 clauses out of 178093 with flag 85527382/4085000
1038.55/1026.32	c cleaning 89965 clauses out of 180072 with flag 87787267/4176015
1067.72/1055.04	c cleaning 90999 clauses out of 182092 with flag 90281253/4268000
1100.86/1087.89	c cleaning 91998 clauses out of 184098 with flag 93106293/4361005
1127.09/1113.67	c cleaning 93012 clauses out of 186095 with flag 95102113/4455000
1161.90/1148.05	c cleaning 94003 clauses out of 188083 with flag 98006029/4550000
1192.43/1178.01	c cleaning 95010 clauses out of 190080 with flag 100689109/4646000
1223.48/1208.51	c cleaning 95968 clauses out of 192073 with flag 103373577/4743003
1253.06/1237.65	c cleaning 96995 clauses out of 194102 with flag 105798134/4841000
1288.53/1272.75	c cleaning 98005 clauses out of 196108 with flag 108769917/4940001
1322.24/1305.87	c cleaning 99031 clauses out of 198105 with flag 111680068/5040003
1356.49/1339.63	c cleaning 100021 clauses out of 200071 with flag 114554603/5141000
1389.73/1372.41	c cleaning 100982 clauses out of 202055 with flag 117515599/5243005
1422.02/1404.36	c cleaning 101934 clauses out of 204068 with flag 120041064/5346000
1458.08/1440.00	c cleaning 103020 clauses out of 206134 with flag 123071356/5450000
1494.49/1475.98	c cleaning 104040 clauses out of 208114 with flag 126183886/5555000
1527.16/1508.04	c cleaning 105037 clauses out of 210074 with flag 128861188/5661000
1561.47/1541.93	c cleaning 105987 clauses out of 212037 with flag 131793647/5768000
1599.85/1579.81	c cleaning 106973 clauses out of 214051 with flag 135025354/5876001
1636.75/1616.19	c cleaning 108033 clauses out of 216078 with flag 138190350/5985001
1671.84/1650.75	c cleaning 108926 clauses out of 218044 with flag 140825616/6095000
1708.60/1686.89	c cleaning 110019 clauses out of 220118 with flag 143831111/6206000
1748.54/1726.20	c cleaning 111004 clauses out of 222099 with flag 147133379/6318000
1789.42/1766.52	c cleaning 111983 clauses out of 224095 with flag 150354858/6431000
1800.09/1777.10	c starts		: 30419
1800.09/1777.10	c conflicts		: 6471096
1800.09/1777.10	c decisions		: 106937750
1800.09/1777.10	c propagations		: 446591816
1800.09/1777.10	c inspects		: 15771033237
1800.09/1777.10	c shortcuts		: 0
1800.09/1777.10	c learnt literals	: 0
1800.09/1777.10	c learnt binary clauses	: 0
1800.09/1777.10	c learnt ternary clauses	: 0
1800.09/1777.10	c learnt constraints	: 6471096
1800.09/1777.10	c ignored constraints	: 0
1800.09/1777.10	c root simplifications	: 0
1800.09/1777.10	c removed literals (reason simplification)	: 0
1800.09/1777.10	c reason swapping (by a shorter reason)	: 0
1800.09/1777.10	c Calls to reduceDB	: 109
1800.09/1777.10	c Number of update (reduction) of LBD	: 4488785
1800.09/1777.10	c Imported unit clauses	: 0
1800.09/1777.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1777.10	c number of learned constraints concerned by reduction	: 0
1800.09/1777.10	c number of learning phase by resolution	: 0
1800.09/1777.10	c number of learning phase by cutting planes	: 0
1800.09/1777.10	c speed (assignments/second)	: 251363.254701609
1800.09/1777.10	c non guided choices	30479
1800.09/1777.10	c timeout
1800.09/1777.13	c learnt constraints type 
1800.09/1777.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152208
1800.09/1777.13	s UNKNOWN
1800.09/1777.13	c Total wall clock time (in seconds): 1777.021

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4099837-1466207912/watcher-4099837-1466207912 -o /tmp/evaluation-result-4099837-1466207912/solver-4099837-1466207912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099837-1466207912.opb 

pid=6376
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.21 2.21 1.90 3/194 6379
/proc/meminfo: memFree=29234564/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 2 0 22839572 98570240 970 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 24065 976 742 9 0 16771 0
[pid=6379/tid=6380] ppid=6376 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22839572 98570240 977 33554432000 1073741824 1073778376 140734815847408 140137371561512 226084341120 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.21 2.21 1.90 3/194 6379
/proc/meminfo: memFree=29234564/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 22839572 9787879424 6043 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2389619 6043 2125 9 0 2380296 0
[pid=6379/tid=6380] ppid=6376 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 22839572 9787879424 6043 33554432000 1073741824 1073778376 140734815847408 140137371564960 140137379456880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.21 2.21 1.90 3/194 6379
/proc/meminfo: memFree=29234564/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 5010 0 1 0 28 2 0 0 20 0 18 0 22839572 9787879424 6937 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2389619 6937 2222 9 0 2380296 0
[pid=6379/tid=6380] ppid=6376 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 22839572 9787879424 6937 33554432000 1073741824 1073778376 140734815847408 140137371559080 140137374851943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 2.21 2.21 1.90 3/194 6379
/proc/meminfo: memFree=29234564/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 8893 0 1 0 50 2 0 0 20 0 18 0 22839572 9787879424 11372 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2389619 11372 2234 9 0 2380296 0
[pid=6379/tid=6380] ppid=6376 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 22839572 9787879424 11372 33554432000 1073741824 1073778376 140734815847408 140137371559080 140137216367234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 2.21 2.21 1.90 3/194 6379
/proc/meminfo: memFree=29234564/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 10643 0 1 0 144 3 0 0 20 0 19 0 22839572 9856040960 16612 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 16612 2264 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2424 0 1 0 65 2 0 0 20 0 19 0 22839572 9856040960 16612 33554432000 1073741824 1073778376 140734815847408 140137371566568 140137217005129 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.21 2.21 1.90 3/213 6398
/proc/meminfo: memFree=29137356/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 10851 0 1 0 230 3 0 0 20 0 19 0 22839572 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 21263 2272 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2434 0 1 0 144 2 0 0 20 0 19 0 22839572 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137371557584 140137217084568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22839574 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 40 1 0 0 20 0 19 0 22839577 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6379/task/6395/stat : 6395 (java) S 6376 6379 5878 0 -1 4202560 3176 0 0 0 42 0 0 0 20 0 19 0 22839577 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136720324792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6396] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6396/stat : 6396 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136719272440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6397] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6397/stat : 6397 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136718220104 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 21263 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.21 2.21 1.90 3/213 6398
/proc/meminfo: memFree=29081440/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=3.98 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 10870 0 1 0 394 4 0 0 20 0 19 0 22839572 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 30479 2272 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2453 0 1 0 303 3 0 0 20 0 19 0 22839572 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137371564552 140137216999833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22839574 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 43 2 0 0 20 0 19 0 22839577 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6379/task/6395/stat : 6395 (java) S 6376 6379 5878 0 -1 4202560 3176 0 0 0 44 0 0 0 20 0 19 0 22839577 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136720324792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6396] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6396/stat : 6396 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136719272440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6397] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6397/stat : 6397 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136718220104 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 30479 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.19 2.20 1.90 3/213 6398
/proc/meminfo: memFree=28907408/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=7.24 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 10956 0 1 0 716 8 0 0 20 0 19 0 22839572 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 47758 2286 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2481 0 1 0 620 3 0 0 20 0 19 0 22839572 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137371557568 140137216999838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22839573 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22839574 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 43 2 0 0 20 0 19 0 22839577 9856040960 47758 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.47 cores=0,2,4,6

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

[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 201226 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1683.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.22 2.15 3/213 6463
/proc/meminfo: memFree=26280400/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=1744.63 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 22775 0 1 0 174218 245 0 0 20 0 19 0 22839572 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 228457 2295 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=1704.31 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2653 0 1 0 170401 30 0 0 20 0 19 0 22839572 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137371565376 140137217211970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 1881 0 0 0 340 27 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 1064 0 0 0 323 26 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1226 0 0 0 374 26 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 1159 0 0 0 325 27 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1017 0 0 0 336 24 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 1065 0 0 0 308 24 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 902 0 0 0 336 25 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 1137 0 0 0 331 32 0 0 20 0 19 0 22839573 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=5.77 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 2154 0 0 0 572 5 0 0 20 0 19 0 22839574 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 43 2 0 0 20 0 19 0 22839577 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6379/task/6395/stat : 6395 (java) S 6376 6379 5878 0 -1 4202560 3190 0 0 0 50 0 0 0 20 0 19 0 22839577 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136720324792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6396] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6396/stat : 6396 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136719272440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6397] ppid=6376 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6379/task/6397/stat : 6397 (java) S 6376 6379 5878 0 -1 4202560 100 0 0 0 30 27 0 0 20 0 19 0 22839577 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136718220104 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 228457 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1744.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.1 s]
/proc/loadavg: 2.29 2.24 2.16 3/213 6464
/proc/meminfo: memFree=26156160/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 23996 0 1 0 179753 256 0 0 20 0 19 0 22839572 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 246361 2295 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=1758.53 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2659 0 1 0 175822 31 0 0 20 0 19 0 22839572 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137371565360 140137217059762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 2123 0 0 0 348 27 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 1222 0 0 0 338 28 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1246 0 0 0 381 28 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 1607 0 0 0 335 29 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1036 0 0 0 347 25 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 1304 0 0 0 319 25 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 922 0 0 0 347 26 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 1191 0 0 0 341 33 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=5.95 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 2165 0 0 0 590 5 0 0 20 0 19 0 22839574 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 43 2 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6379/task/6395/stat : 6395 (java) S 6376 6379 5878 0 -1 4202560 3190 0 0 0 50 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136720324792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6396] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6396/stat : 6396 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136719272440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6397] ppid=6376 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/6379/task/6397/stat : 6397 (java) S 6376 6379 5878 0 -1 4202560 104 0 0 0 32 28 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136718220104 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 6379 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1777.1 s]
/proc/loadavg: 2.29 2.24 2.16 3/213 6464
/proc/meminfo: memFree=26156160/32872528 swapFree=1590032/1720848
[pid=6379] ppid=6376 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/6379/stat : 6379 (java) S 6376 6379 5878 0 -1 4202496 23996 0 1 0 179753 256 0 0 20 0 19 0 22839572 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140734815838544 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6379/statm: 2406260 246361 2295 9 0 2396937 0
[pid=6379/tid=6380] ppid=6376 vsize=9625040 CPUtime=1758.53 cores=0,2,4,6
/proc/6379/task/6380/stat : 6380 (java) R 6376 6379 5878 0 -1 4202560 2659 0 1 0 175822 31 0 0 20 0 19 0 22839572 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137371565360 140137217059762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6382] ppid=6376 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/6379/task/6382/stat : 6382 (java) S 6376 6379 5878 0 -1 4202560 2123 0 0 0 348 27 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137344019112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6383] ppid=6376 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/6379/task/6383/stat : 6383 (java) S 6376 6379 5878 0 -1 4202560 1222 0 0 0 338 28 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137342966568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6384] ppid=6376 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/6379/task/6384/stat : 6384 (java) S 6376 6379 5878 0 -1 4202560 1246 0 0 0 381 28 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137341914024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6385] ppid=6376 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/6379/task/6385/stat : 6385 (java) S 6376 6379 5878 0 -1 4202560 1607 0 0 0 335 29 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137340861480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6386] ppid=6376 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/6379/task/6386/stat : 6386 (java) S 6376 6379 5878 0 -1 4202560 1036 0 0 0 347 25 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137339807912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6387] ppid=6376 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/6379/task/6387/stat : 6387 (java) S 6376 6379 5878 0 -1 4202560 1304 0 0 0 319 25 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137338755368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6388] ppid=6376 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/6379/task/6388/stat : 6388 (java) S 6376 6379 5878 0 -1 4202560 922 0 0 0 347 26 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137337702824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6389] ppid=6376 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/6379/task/6389/stat : 6389 (java) S 6376 6379 5878 0 -1 4202560 1191 0 0 0 341 33 0 0 20 0 19 0 22839573 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140137336650280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6390] ppid=6376 vsize=9625040 CPUtime=5.95 cores=0,2,4,6
/proc/6379/task/6390/stat : 6390 (java) S 6376 6379 5878 0 -1 4202560 2165 0 0 0 590 5 0 0 20 0 19 0 22839574 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136725588584 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6391] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6391/stat : 6391 (java) S 6376 6379 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136724534904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6392] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6392/stat : 6392 (java) S 6376 6379 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22839575 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136723482248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6393] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6393/stat : 6393 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136722430992 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6394] ppid=6376 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6379/task/6394/stat : 6394 (java) S 6376 6379 5878 0 -1 4202560 3964 0 0 0 43 2 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136721377336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6379/tid=6395] ppid=6376 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6379/task/6395/stat : 6395 (java) S 6376 6379 5878 0 -1 4202560 3190 0 0 0 50 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136720324792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6379/tid=6396] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6396/stat : 6396 (java) S 6376 6379 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136719272440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6379/tid=6397] ppid=6376 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/6379/task/6397/stat : 6397 (java) S 6376 6379 5878 0 -1 4202560 104 0 0 0 32 28 0 0 20 0 19 0 22839577 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136718220104 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6379/tid=6398] ppid=6376 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6379/task/6398/stat : 6398 (java) S 6376 6379 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839615 9856040960 246361 33554432000 1073741824 1073778376 140734815847408 140136717165864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6379 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=99407
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=11542
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.14
CPU time (s): 1800.09
CPU user time (s): 1797.53
CPU system time (s): 2.56
CPU usage (%): 101.291
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 3.01154
maximum resident set size= 1322204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24029
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42631
involuntary context switches= 28696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4624 second user time and 13.152 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 01:58:33
IDJOB=4099837
IDBENCH=1540
IDSOLVER=2546
FILE ID=node120/4099837-1466207912
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran14x18.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099837-1466207912/watcher-4099837-1466207912 -o /tmp/evaluation-result-4099837-1466207912/solver-4099837-1466207912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099837-1466207912.opb

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

MD5SUM BENCH= 61bd3dd8a49bc9125fdf13f69f76abf6
RANDOM SEED=1738278479

node120.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.935
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	: 5333.87
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.935
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.935
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.56
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.935
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.56
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.935
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.56
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.935
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.56
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.935
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.935
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:        29235192 kB
Buffers:           37860 kB
Cached:           101716 kB
SwapCached:         1844 kB
Active:          1125972 kB
Inactive:          69028 kB
Active(anon):    1056864 kB
Inactive(anon):     1192 kB
Active(file):      69108 kB
Inactive(file):    67836 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:             30812 kB
Writeback:             0 kB
AnonPages:       2790572 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             570560 kB
SReclaimable:      14500 kB
SUnreclaim:       556060 kB
KernelStack:        1720 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3546216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 71700 MiB
End job on node120 at 2016-06-18 02:28:10