Trace number 4115865

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1798.13

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-8.opb
MD5SUM7225bc437b4b6d2af87fbfdb39edf3bc
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark593.848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4115865-1466940762.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.292s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  9920
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 872
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 9920 constraints processed.
1.63/1.07	c cleaning 2495 clauses out of 4998 with flag 15473/5000
2.41/1.74	c cleaning 4235 clauses out of 8503 with flag 36414/11000
3.11/2.47	c cleaning 5618 clauses out of 11268 with flag 62693/18000
4.03/3.36	c cleaning 6822 clauses out of 13652 with flag 94982/26002
5.04/4.33	c cleaning 7903 clauses out of 15828 with flag 133355/35000
6.14/5.45	c cleaning 8923 clauses out of 17926 with flag 178965/45001
7.45/6.75	c cleaning 9988 clauses out of 20002 with flag 230566/56000
8.84/8.17	c cleaning 10998 clauses out of 22015 with flag 286069/68001
10.44/9.76	c cleaning 11974 clauses out of 24016 with flag 349789/81000
12.24/11.55	c cleaning 12992 clauses out of 26042 with flag 419124/95000
14.15/13.43	c cleaning 14013 clauses out of 28050 with flag 496671/110000
16.16/15.47	c cleaning 14989 clauses out of 30037 with flag 581392/126000
18.46/17.72	c cleaning 16008 clauses out of 32048 with flag 671353/143000
20.75/20.08	c cleaning 16976 clauses out of 34042 with flag 768607/161002
23.45/22.72	c cleaning 18013 clauses out of 36064 with flag 873811/180000
26.25/25.57	c cleaning 19018 clauses out of 38052 with flag 983884/200001
29.36/28.63	c cleaning 19988 clauses out of 40033 with flag 1102618/221000
32.66/31.93	c cleaning 21004 clauses out of 42047 with flag 1228931/243002
36.15/35.47	c cleaning 22013 clauses out of 44041 with flag 1362045/266000
39.86/39.18	c cleaning 22993 clauses out of 46028 with flag 1499733/290000
43.77/43.03	c cleaning 23962 clauses out of 48035 with flag 1644271/315000
47.86/47.17	c cleaning 24974 clauses out of 50073 with flag 1793225/341000
52.16/51.44	c cleaning 26025 clauses out of 52101 with flag 1951769/368002
56.66/55.96	c cleaning 27029 clauses out of 54074 with flag 2119450/396000
61.39/60.65	c cleaning 27992 clauses out of 56045 with flag 2292636/425000
66.17/65.40	c cleaning 29013 clauses out of 58053 with flag 2470127/455000
70.88/70.14	c cleaning 29985 clauses out of 60040 with flag 2658901/486000
75.88/75.12	c cleaning 30996 clauses out of 62056 with flag 2851745/518001
81.28/80.53	c cleaning 32006 clauses out of 64059 with flag 3051234/551000
86.88/86.12	c cleaning 33007 clauses out of 66053 with flag 3257142/585000
92.78/92.01	c cleaning 33977 clauses out of 68046 with flag 3471083/620000
98.98/98.22	c cleaning 35027 clauses out of 70070 with flag 3692667/656001
105.39/104.65	c cleaning 35990 clauses out of 72043 with flag 3919152/693001
112.18/111.47	c cleaning 37014 clauses out of 74053 with flag 4151451/731001
119.29/118.53	c cleaning 37991 clauses out of 76038 with flag 4389593/770000
126.59/125.82	c cleaning 39013 clauses out of 78047 with flag 4636481/810000
134.30/133.54	c cleaning 40001 clauses out of 80034 with flag 4887318/851000
142.40/141.62	c cleaning 40982 clauses out of 82033 with flag 5151087/893000
150.70/149.91	c cleaning 42010 clauses out of 84052 with flag 5419082/936001
159.23/158.50	c cleaning 42991 clauses out of 86043 with flag 5693287/980002
167.83/167.08	c cleaning 44000 clauses out of 88050 with flag 5975040/1025000
176.73/175.96	c cleaning 45022 clauses out of 90050 with flag 6261163/1071000
186.13/185.32	c cleaning 45984 clauses out of 92028 with flag 6554199/1118000
195.54/194.73	c cleaning 47012 clauses out of 94044 with flag 6851273/1166000
205.33/204.59	c cleaning 48002 clauses out of 96032 with flag 7158180/1215000
215.63/214.87	c cleaning 48975 clauses out of 98032 with flag 7472806/1265002
226.34/225.55	c cleaning 50017 clauses out of 100056 with flag 7794136/1316001
237.24/236.45	c cleaning 50997 clauses out of 102038 with flag 8125225/1368000
248.54/247.79	c cleaning 51989 clauses out of 104041 with flag 8456281/1421000
260.34/259.50	c cleaning 53003 clauses out of 106052 with flag 8796214/1475000
271.88/271.07	c cleaning 54014 clauses out of 108049 with flag 9145755/1530000
283.99/283.12	c cleaning 54991 clauses out of 110035 with flag 9502775/1586000
296.19/295.38	c cleaning 55989 clauses out of 112044 with flag 9863746/1643000
309.09/308.23	c cleaning 56985 clauses out of 114056 with flag 10229171/1701001
322.20/321.37	c cleaning 58015 clauses out of 116070 with flag 10604702/1760000
335.69/334.82	c cleaning 59007 clauses out of 118056 with flag 10982153/1820001
350.00/349.10	c cleaning 60000 clauses out of 120048 with flag 11368711/1881000
364.60/363.78	c cleaning 60994 clauses out of 122049 with flag 11762479/1943001
379.61/378.73	c cleaning 62004 clauses out of 124054 with flag 12159396/2006000
394.66/393.73	c cleaning 63006 clauses out of 126050 with flag 12565317/2070000
409.86/408.94	c cleaning 64022 clauses out of 128044 with flag 12976803/2135000
425.47/424.50	c cleaning 64974 clauses out of 130022 with flag 13396612/2201000
441.49/440.53	c cleaning 65991 clauses out of 132048 with flag 13818088/2268000
457.99/457.03	c cleaning 67008 clauses out of 134057 with flag 14247836/2336000
475.20/474.21	c cleaning 67995 clauses out of 136049 with flag 14683976/2405000
492.90/491.99	c cleaning 69028 clauses out of 138055 with flag 15123901/2475001
511.10/510.11	c cleaning 70002 clauses out of 140026 with flag 15575267/2546000
529.45/528.45	c cleaning 70981 clauses out of 142024 with flag 16028219/2618000
548.05/547.04	c cleaning 72011 clauses out of 144043 with flag 16492118/2691000
567.05/566.01	c cleaning 72985 clauses out of 146032 with flag 16960451/2765000
586.55/585.51	c cleaning 74022 clauses out of 148047 with flag 17429548/2840000
606.95/605.96	c cleaning 75003 clauses out of 150025 with flag 17909506/2916000
628.06/627.03	c cleaning 75999 clauses out of 152022 with flag 18394517/2993000
649.86/648.88	c cleaning 76995 clauses out of 154023 with flag 18888549/3071000
671.50/670.47	c cleaning 77993 clauses out of 156028 with flag 19384761/3150000
693.61/692.51	c cleaning 78983 clauses out of 158036 with flag 19887924/3230001
715.82/714.79	c cleaning 80005 clauses out of 160052 with flag 20397089/3311000
738.62/737.50	c cleaning 81004 clauses out of 162047 with flag 20915489/3393000
761.92/760.89	c cleaning 82006 clauses out of 164044 with flag 21443124/3476001
786.12/785.04	c cleaning 82977 clauses out of 166037 with flag 21973862/3560000
810.78/809.64	c cleaning 83993 clauses out of 168061 with flag 22514819/3645001
836.19/835.09	c cleaning 85014 clauses out of 170068 with flag 23058000/3731001
862.49/861.35	c cleaning 86017 clauses out of 172053 with flag 23609400/3818000
889.29/888.16	c cleaning 86964 clauses out of 174037 with flag 24166606/3906001
916.69/915.58	c cleaning 88013 clauses out of 176072 with flag 24727806/3995000
944.81/943.68	c cleaning 89013 clauses out of 178059 with flag 25298526/4085000
972.16/970.92	c cleaning 90012 clauses out of 180048 with flag 25873112/4176002
1000.56/999.36	c cleaning 91014 clauses out of 182034 with flag 26458352/4268000
1029.46/1028.23	c cleaning 92007 clauses out of 184022 with flag 27042607/4361002
1058.97/1057.75	c cleaning 92997 clauses out of 186014 with flag 27632032/4455001
1089.87/1088.60	c cleaning 94002 clauses out of 188016 with flag 28233578/4550000
1120.65/1119.32	c cleaning 94978 clauses out of 190014 with flag 28838585/4646000
1152.56/1151.26	c cleaning 95984 clauses out of 192037 with flag 29449877/4743001
1184.55/1183.22	c cleaning 96995 clauses out of 194053 with flag 30064622/4841001
1217.46/1216.19	c cleaning 97979 clauses out of 196057 with flag 30687125/4940000
1251.27/1249.92	c cleaning 99027 clauses out of 198078 with flag 31324287/5040000
1285.13/1283.60	c cleaning 100013 clauses out of 200051 with flag 31959059/5141000
1319.54/1318.06	c cleaning 100951 clauses out of 202040 with flag 32598821/5243002
1354.74/1353.28	c cleaning 102009 clauses out of 204087 with flag 33246681/5346000
1390.64/1389.15	c cleaning 102992 clauses out of 206079 with flag 33902901/5450001
1427.58/1425.92	c cleaning 104001 clauses out of 208086 with flag 34568358/5555000
1464.79/1463.11	c cleaning 105006 clauses out of 210085 with flag 35233975/5661000
1503.09/1501.42	c cleaning 106006 clauses out of 212080 with flag 35900078/5768001
1542.69/1540.94	c cleaning 107014 clauses out of 214073 with flag 36578688/5876000
1582.40/1580.64	c cleaning 108016 clauses out of 216059 with flag 37266009/5985000
1622.41/1620.69	c cleaning 109012 clauses out of 218043 with flag 37954728/6095000
1664.11/1662.31	c cleaning 109991 clauses out of 220031 with flag 38652883/6206000
1706.69/1704.80	c cleaning 110988 clauses out of 222041 with flag 39358391/6318001
1748.50/1746.68	c cleaning 111996 clauses out of 224052 with flag 40061058/6431000
1792.92/1791.09	c cleaning 112988 clauses out of 226056 with flag 40776324/6545000
1800.02/1798.10	c starts		: 54776
1800.02/1798.10	c conflicts		: 6569230
1800.02/1798.10	c decisions		: 66282545
1800.02/1798.10	c propagations		: 899768030
1800.02/1798.10	c inspects		: 24894160929
1800.02/1798.10	c shortcuts		: 0
1800.02/1798.10	c learnt literals	: 2
1800.02/1798.10	c learnt binary clauses	: 34
1800.02/1798.10	c learnt ternary clauses	: 557
1800.02/1798.10	c learnt constraints	: 6569228
1800.02/1798.10	c ignored constraints	: 0
1800.02/1798.10	c root simplifications	: 0
1800.02/1798.10	c removed literals (reason simplification)	: 0
1800.02/1798.10	c reason swapping (by a shorter reason)	: 0
1800.02/1798.10	c Calls to reduceDB	: 110
1800.02/1798.10	c Number of update (reduction) of LBD	: 1359320
1800.02/1798.10	c Imported unit clauses	: 0
1800.02/1798.10	c timeout
1800.02/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.10	c number of learned constraints concerned by reduction	: 0
1800.02/1798.10	c number of learning phase by resolution	: 0
1800.02/1798.10	c number of learning phase by cutting planes	: 0
1800.02/1798.10	c speed (assignments/second)	: 500513.7317967679
1800.02/1798.10	c non guided choices	19291
1800.02/1798.13	c learnt constraints type 
1800.02/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.02/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137264
1800.02/1798.13	s UNKNOWN
1800.02/1798.13	c Total wall clock time (in seconds): 1798.014

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

pid=26586
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.02 2.00 1.90 3/194 26589
/proc/meminfo: memFree=31180456/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26589/stat : 26589 (java) D 26586 26589 26442 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 27114124 9515008 184 33554432000 1073741824 1073778376 140735330802288 140735330793512 206628875703 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/26589/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.02 2.00 1.90 3/194 26589
/proc/meminfo: memFree=31180456/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 27114124 9787879424 6023 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.02 2.00 1.90 3/194 26589
/proc/meminfo: memFree=31180456/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 4865 0 1 0 25 1 0 0 20 0 18 0 27114124 9787879424 6937 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2389619 6937 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.02 2.00 1.90 3/194 26589
/proc/meminfo: memFree=31180456/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 5709 0 1 0 48 1 0 0 20 0 18 0 27114124 9787879424 8969 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2389619 8969 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.02 2.00 1.90 3/194 26589
/proc/meminfo: memFree=31180456/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 8503 0 1 0 130 2 0 0 20 0 19 0 27114124 9856040960 14922 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 14922 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.02 2.00 1.90 3/213 26608
/proc/meminfo: memFree=31128200/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 8896 0 1 0 216 2 0 0 20 0 19 0 27114124 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 15441 2269 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2433 0 1 0 144 2 0 0 20 0 19 0 27114125 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680923619608 140680796611643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 3890 0 0 0 41 0 0 0 20 0 19 0 27114130 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 28 0 0 0 20 0 19 0 27114130 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 15441 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.02 2.00 1.90 3/213 26608
/proc/meminfo: memFree=31123724/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 8900 0 1 0 381 2 0 0 20 0 19 0 27114124 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 16466 2270 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2436 0 1 0 304 2 0 0 20 0 19 0 27114125 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680923610832 140680796672409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 3891 0 0 0 44 0 0 0 20 0 19 0 27114130 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 29 0 0 0 20 0 19 0 27114130 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 16466 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.02 2.00 1.90 3/213 26608
/proc/meminfo: memFree=31118016/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 8958 0 1 0 702 2 0 0 20 0 19 0 27114124 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 17861 2271 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2440 0 1 0 623 2 0 0 20 0 19 0 27114125 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680923610816 140680796670124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27114126 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 3944 0 0 0 45 0 0 0 20 0 19 0 27114130 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 30 0 0 0 20 0 19 0 27114130 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 17861 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 26740
/proc/meminfo: memFree=30840344/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=1784.22 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 10327 0 1 0 178373 49 0 0 20 0 19 0 27114124 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 77497 2285 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=1777.23 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2497 0 1 0 177693 30 0 0 20 0 19 0 27114125 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680923610912 140680796583907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 42 0 0 0 9 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 39 0 0 0 10 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 105 0 0 0 16 4 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 134 0 0 0 16 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 81 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 33 0 0 0 9 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 51 0 0 0 1 1 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 4369 0 0 0 49 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 30 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 26740
/proc/meminfo: memFree=30840100/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 10327 0 1 0 179953 49 0 0 20 0 19 0 27114124 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 77497 2285 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=1792.99 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2497 0 1 0 179269 30 0 0 20 0 19 0 27114125 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680923610912 140680796611552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 42 0 0 0 9 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 39 0 0 0 10 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 105 0 0 0 16 4 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 134 0 0 0 16 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 81 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 33 0 0 0 9 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 51 0 0 0 1 1 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 4369 0 0 0 49 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 30 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 104 0 0 0 38 35 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 26589 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 26740
/proc/meminfo: memFree=30840100/32872528 swapFree=552864/567172
[pid=26589] ppid=26586 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26442 0 -1 4202496 10327 0 1 0 179953 49 0 0 20 0 19 0 27114124 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140733591814384 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26589/statm: 2406260 77497 2285 9 0 2396937 0
[pid=26589/tid=26591] ppid=26586 vsize=9625040 CPUtime=1792.99 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26442 0 -1 4202560 2497 0 1 0 179269 30 0 0 20 0 19 0 27114125 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680923610912 140680796611552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26592] ppid=26586 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680767637928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26593] ppid=26586 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26442 0 -1 4202560 42 0 0 0 9 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680766585384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26594] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26442 0 -1 4202560 39 0 0 0 10 1 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680765532328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26595] ppid=26586 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26442 0 -1 4202560 105 0 0 0 16 4 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680764479784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26596] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26442 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680763427752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26597] ppid=26586 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26442 0 -1 4202560 134 0 0 0 16 3 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680762375208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26598] ppid=26586 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26442 0 -1 4202560 81 0 0 0 10 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680761322152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26599] ppid=26586 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26442 0 -1 4202560 33 0 0 0 9 2 0 0 20 0 19 0 27114126 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680760269608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26600] ppid=26586 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26442 0 -1 4202560 51 0 0 0 1 1 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680747858280 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26601] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680746804600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26602] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27114127 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680745751432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26603] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680744700176 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26604] ppid=26586 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26442 0 -1 4202560 4369 0 0 0 49 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680743648056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26589/tid=26605] ppid=26586 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 26442 0 -1 4202560 1296 0 0 0 30 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680742595512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26606] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680741542648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26589/tid=26607] ppid=26586 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 26442 0 -1 4202560 104 0 0 0 38 35 0 0 20 0 19 0 27114130 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680740490312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26589/tid=26608] ppid=26586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27114165 9856040960 77497 33554432000 1073741824 1073778376 140733591823248 140680739386408 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26589 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=960124
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=980850
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.13
CPU time (s): 1800.02
CPU user time (s): 1799.53
CPU system time (s): 0.49
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.96
system time used= 0.98085
maximum resident set size= 310824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10543
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38379
involuntary context switches= 3340

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5534 second user time and 13.9309 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 13:32:42
IDJOB=4115865
IDBENCH=109398
IDSOLVER=2546
FILE ID=node138/4115865-1466940762
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115865-1466940762/watcher-4115865-1466940762 -o /tmp/evaluation-result-4115865-1466940762/solver-4115865-1466940762 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115865-1466940762.opb

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

MD5SUM BENCH= 7225bc437b4b6d2af87fbfdb39edf3bc
RANDOM SEED=2135437249

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.803
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.60
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.803
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.803
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.803
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.803
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.803
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.803
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.803
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31180612 kB
Buffers:            2992 kB
Cached:           215364 kB
SwapCached:         3788 kB
Active:           215516 kB
Inactive:         210252 kB
Active(anon):     204480 kB
Inactive(anon):     5288 kB
Active(file):      11036 kB
Inactive(file):   204964 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:        773620 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             566076 kB
SReclaimable:       9612 kB
SUnreclaim:       556464 kB
KernelStack:        1624 kB
PageTables:         5548 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1257416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71716 MiB
End job on node138 at 2016-06-26 14:02:40