Trace number 4115881

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.07 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM1c9654f7c5b38d0e8ad62562d9f911eb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective 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 constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4115881-1466942561.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9984
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 904
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9984 constraints processed.
1.63/1.07	c cleaning 2498 clauses out of 4999 with flag 16310/5001
2.40/1.72	c cleaning 4236 clauses out of 8499 with flag 37845/11000
3.10/2.46	c cleaning 5605 clauses out of 11264 with flag 66632/18001
4.02/3.36	c cleaning 6804 clauses out of 13659 with flag 101654/26001
5.04/4.38	c cleaning 7916 clauses out of 15856 with flag 144891/35002
6.24/5.55	c cleaning 8963 clauses out of 17939 with flag 193195/45001
7.54/6.83	c cleaning 9987 clauses out of 19975 with flag 248564/56000
9.04/8.31	c cleaning 10978 clauses out of 21988 with flag 309572/68000
10.64/9.94	c cleaning 11995 clauses out of 24011 with flag 378796/81001
12.44/11.73	c cleaning 12988 clauses out of 26015 with flag 454277/95000
14.44/13.72	c cleaning 13973 clauses out of 28027 with flag 536020/110000
16.54/15.90	c cleaning 14996 clauses out of 30054 with flag 624288/126000
18.94/18.23	c cleaning 16009 clauses out of 32059 with flag 721986/143001
21.45/20.76	c cleaning 16996 clauses out of 34049 with flag 826913/161000
24.15/23.47	c cleaning 18023 clauses out of 36053 with flag 937219/180000
27.05/26.32	c cleaning 18989 clauses out of 38030 with flag 1054907/200000
30.05/29.39	c cleaning 19977 clauses out of 40041 with flag 1177774/221000
33.45/32.73	c cleaning 21011 clauses out of 42064 with flag 1306671/243000
37.05/36.40	c cleaning 22012 clauses out of 44053 with flag 1439575/266000
40.94/40.21	c cleaning 23020 clauses out of 46042 with flag 1582606/290001
44.96/44.22	c cleaning 23988 clauses out of 48021 with flag 1730821/315000
49.26/48.52	c cleaning 25006 clauses out of 50033 with flag 1886168/341000
53.75/53.02	c cleaning 25970 clauses out of 52027 with flag 2049375/368000
58.55/57.81	c cleaning 27015 clauses out of 54057 with flag 2219534/396000
63.28/62.53	c cleaning 27999 clauses out of 56043 with flag 2396404/425001
67.88/67.20	c cleaning 28993 clauses out of 58045 with flag 2580226/455002
72.89/72.13	c cleaning 29991 clauses out of 60051 with flag 2769694/486001
78.09/77.37	c cleaning 31002 clauses out of 62061 with flag 2965274/518002
83.49/82.78	c cleaning 32017 clauses out of 64058 with flag 3169896/551001
89.29/88.59	c cleaning 33007 clauses out of 66040 with flag 3382549/585000
95.29/94.59	c cleaning 33981 clauses out of 68035 with flag 3599887/620002
101.79/101.05	c cleaning 34990 clauses out of 70052 with flag 3825605/656000
108.49/107.77	c cleaning 36021 clauses out of 72063 with flag 4054221/693001
115.29/114.59	c cleaning 36991 clauses out of 74041 with flag 4290808/731000
122.59/121.81	c cleaning 38014 clauses out of 76050 with flag 4535570/770000
130.19/129.47	c cleaning 39002 clauses out of 78036 with flag 4786667/810000
138.19/137.41	c cleaning 40005 clauses out of 80036 with flag 5043250/851002
146.39/145.62	c cleaning 41006 clauses out of 82029 with flag 5305431/893000
155.19/154.44	c cleaning 41988 clauses out of 84023 with flag 5574654/936000
163.84/163.05	c cleaning 42990 clauses out of 86035 with flag 5852647/980000
172.45/171.61	c cleaning 43992 clauses out of 88047 with flag 6136484/1025002
181.45/180.64	c cleaning 45001 clauses out of 90053 with flag 6425585/1071000
190.75/189.99	c cleaning 45981 clauses out of 92052 with flag 6721746/1118000
200.55/199.77	c cleaning 46986 clauses out of 94074 with flag 7026400/1166003
210.76/209.94	c cleaning 48022 clauses out of 96085 with flag 7333620/1215000
221.36/220.56	c cleaning 49021 clauses out of 98063 with flag 7649654/1265000
232.06/231.28	c cleaning 49965 clauses out of 100042 with flag 7972722/1316000
243.57/242.75	c cleaning 51030 clauses out of 102078 with flag 8300159/1368001
255.27/254.40	c cleaning 52005 clauses out of 104047 with flag 8634006/1421000
267.34/266.50	c cleaning 52978 clauses out of 106042 with flag 8975307/1475000
279.63/278.71	c cleaning 53989 clauses out of 108064 with flag 9322708/1530000
291.84/290.98	c cleaning 55011 clauses out of 110075 with flag 9678302/1586000
304.85/303.96	c cleaning 56027 clauses out of 112065 with flag 10039517/1643001
318.05/317.19	c cleaning 56971 clauses out of 114039 with flag 10406935/1701002
331.75/330.85	c cleaning 57990 clauses out of 116066 with flag 10782602/1760000
345.85/344.97	c cleaning 58993 clauses out of 118077 with flag 11163814/1820001
360.46/359.56	c cleaning 59978 clauses out of 120086 with flag 11548483/1881003
375.66/374.76	c cleaning 61046 clauses out of 122105 with flag 11939211/1943000
391.13/390.16	c cleaning 61997 clauses out of 124061 with flag 12336487/2006002
406.43/405.41	c cleaning 63008 clauses out of 126062 with flag 12742359/2070000
422.54/421.50	c cleaning 63992 clauses out of 128054 with flag 13149042/2135000
439.26/438.29	c cleaning 65013 clauses out of 130062 with flag 13566855/2201000
456.57/455.54	c cleaning 66004 clauses out of 132050 with flag 13985640/2268001
474.07/473.04	c cleaning 67015 clauses out of 134045 with flag 14411204/2336000
492.17/491.19	c cleaning 67984 clauses out of 136030 with flag 14842922/2405000
510.77/509.71	c cleaning 69019 clauses out of 138047 with flag 15282494/2475001
529.41/528.38	c cleaning 70001 clauses out of 140028 with flag 15727545/2546001
548.72/547.67	c cleaning 70977 clauses out of 142026 with flag 16177476/2618000
568.52/567.47	c cleaning 71993 clauses out of 144049 with flag 16634130/2691000
588.83/587.74	c cleaning 73006 clauses out of 146057 with flag 17094500/2765001
610.03/608.90	c cleaning 74002 clauses out of 148050 with flag 17564474/2840000
631.13/630.07	c cleaning 75007 clauses out of 150048 with flag 18040747/2916000
653.32/652.15	c cleaning 75968 clauses out of 152041 with flag 18520980/2993000
675.02/673.83	c cleaning 76995 clauses out of 154073 with flag 19010133/3071000
697.72/696.56	c cleaning 78017 clauses out of 156079 with flag 19502288/3150001
720.64/719.45	c cleaning 79011 clauses out of 158062 with flag 20004145/3230001
744.33/743.15	c cleaning 80001 clauses out of 160050 with flag 20511587/3311000
768.34/767.12	c cleaning 80978 clauses out of 162050 with flag 21023140/3393001
793.12/791.80	c cleaning 81972 clauses out of 164071 with flag 21537080/3476000
818.32/817.05	c cleaning 83025 clauses out of 166099 with flag 22066568/3560000
844.12/842.85	c cleaning 84011 clauses out of 168074 with flag 22600156/3645000
870.43/869.17	c cleaning 85029 clauses out of 170063 with flag 23138624/3731000
897.53/896.28	c cleaning 85973 clauses out of 172034 with flag 23683918/3818000
925.43/924.01	c cleaning 87027 clauses out of 174062 with flag 24240034/3906001
953.63/952.21	c cleaning 87995 clauses out of 176034 with flag 24799700/3995000
982.44/981.00	c cleaning 88996 clauses out of 178039 with flag 25361360/4085000
1011.35/1009.97	c cleaning 90013 clauses out of 180044 with flag 25929478/4176001
1041.44/1040.00	c cleaning 90991 clauses out of 182031 with flag 26510296/4268001
1072.51/1071.07	c cleaning 92011 clauses out of 184039 with flag 27088214/4361000
1103.01/1101.57	c cleaning 92991 clauses out of 186028 with flag 27682171/4455000
1134.92/1133.44	c cleaning 94013 clauses out of 188037 with flag 28279266/4550000
1167.53/1166.07	c cleaning 94961 clauses out of 190024 with flag 28879736/4646000
1200.95/1199.38	c cleaning 95986 clauses out of 192064 with flag 29486483/4743001
1234.55/1233.00	c cleaning 97026 clauses out of 194079 with flag 30101575/4841002
1268.86/1267.30	c cleaning 98003 clauses out of 196051 with flag 30719206/4940000
1304.36/1302.77	c cleaning 98983 clauses out of 198049 with flag 31343358/5040001
1340.71/1338.91	c cleaning 99997 clauses out of 200066 with flag 31974805/5141001
1376.61/1374.86	c cleaning 100991 clauses out of 202068 with flag 32613395/5243000
1413.72/1411.98	c cleaning 102008 clauses out of 204077 with flag 33260715/5346000
1451.38/1449.40	c cleaning 103021 clauses out of 206070 with flag 33910911/5450001
1490.19/1488.20	c cleaning 103986 clauses out of 208048 with flag 34567159/5555000
1529.49/1527.52	c cleaning 105026 clauses out of 210064 with flag 35231885/5661002
1569.49/1567.54	c cleaning 106009 clauses out of 212037 with flag 35899046/5768001
1610.38/1608.33	c cleaning 107013 clauses out of 214028 with flag 36571426/5876001
1651.77/1649.72	c cleaning 107979 clauses out of 216014 with flag 37251666/5985000
1693.07/1691.00	c cleaning 109009 clauses out of 218036 with flag 37942222/6095001
1736.47/1734.37	c cleaning 109978 clauses out of 220028 with flag 38633754/6206002
1780.06/1777.90	c cleaning 110988 clauses out of 222049 with flag 39332847/6318001
1800.07/1797.90	c starts		: 56476
1800.07/1797.90	c conflicts		: 6376965
1800.07/1797.90	c decisions		: 60113713
1800.07/1797.90	c propagations		: 861077097
1800.07/1797.90	c inspects		: 24563294882
1800.07/1797.90	c shortcuts		: 0
1800.07/1797.90	c learnt literals	: 3
1800.07/1797.90	c learnt binary clauses	: 54
1800.07/1797.90	c learnt ternary clauses	: 809
1800.07/1797.90	c learnt constraints	: 6376962
1800.07/1797.90	c ignored constraints	: 0
1800.07/1797.90	c root simplifications	: 0
1800.07/1797.90	c removed literals (reason simplification)	: 0
1800.07/1797.90	c reason swapping (by a shorter reason)	: 0
1800.07/1797.90	c Calls to reduceDB	: 108
1800.07/1797.90	c Number of update (reduction) of LBD	: 1337561
1800.07/1797.90	c Imported unit clauses	: 0
1800.07/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.90	c number of learned constraints concerned by reduction	: 0
1800.07/1797.90	c number of learning phase by resolution	: 0
1800.07/1797.90	c number of learning phase by cutting planes	: 0
1800.07/1797.90	c speed (assignments/second)	: 479045.23150667094
1800.07/1797.90	c non guided choices	14041
1800.07/1797.90	c timeout
1800.07/1797.93	c learnt constraints type 
1800.07/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.07/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169971
1800.07/1797.93	s UNKNOWN
1800.07/1797.93	c Total wall clock time (in seconds): 1797.813

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

pid=26785
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.03 2.03 2.00 2/194 26788
/proc/meminfo: memFree=31142872/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/26788/stat : 26788 (java) R 26785 26788 26442 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 27293989 278528 31 33554432000 1073741824 1073778376 140733286290432 140734663820664 206619897319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.03 2.00 2/194 26788
/proc/meminfo: memFree=31142872/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 4479 0 1 0 8 1 0 0 20 0 18 0 27293989 9787879424 5593 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2389619 5593 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.03 2.03 2.00 2/194 26788
/proc/meminfo: memFree=31142872/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 4855 0 1 0 24 1 0 0 20 0 18 0 27293989 9787879424 6406 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2389619 6406 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.03 2.03 2.00 2/194 26788
/proc/meminfo: memFree=31142872/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 5834 0 1 0 47 1 0 0 20 0 18 0 27293989 9787879424 8546 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2389619 8546 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.03 2.03 2.00 2/194 26788
/proc/meminfo: memFree=31142872/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 9100 0 1 0 129 2 0 0 20 0 19 0 27293989 9856040960 15218 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 15218 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 26807
/proc/meminfo: memFree=31091348/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 9154 0 1 0 215 2 0 0 20 0 19 0 27293989 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 15499 2270 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2481 0 1 0 146 0 0 0 20 0 19 0 27293990 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905817104920 139905690216552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27293992 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2072 0 0 0 30 0 0 0 20 0 19 0 27293995 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3324 0 0 0 36 1 0 0 20 0 19 0 27293995 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 15499 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 26807
/proc/meminfo: memFree=31086756/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 9163 0 1 0 379 2 0 0 20 0 19 0 27293989 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 16529 2270 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2484 0 1 0 305 0 0 0 20 0 19 0 27293990 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905817095888 139905690259071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27293992 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2077 0 0 0 32 0 0 0 20 0 19 0 27293995 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3325 0 0 0 38 1 0 0 20 0 19 0 27293995 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 16529 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.11 2.05 2.01 3/213 26807
/proc/meminfo: memFree=31081164/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=7.04 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 9172 0 1 0 701 3 0 0 20 0 19 0 27293989 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 17804 2271 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2488 0 1 0 624 1 0 0 20 0 19 0 27293990 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905817095872 139905690292874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293991 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27293992 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2081 0 0 0 33 0 0 0 20 0 19 0 27293995 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3325 0 0 0 39 1 0 0 20 0 19 0 27293995 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 17804 33554432000 1073741824 1073778376 140733286290432 139905632900264 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=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/213 26918
/proc/meminfo: memFree=30792036/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=1784.46 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 11774 0 1 0 178394 52 0 0 20 0 19 0 27293989 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 91063 2285 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=1777.22 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2546 0 1 0 177693 29 0 0 20 0 19 0 27293990 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905817095968 139905690259299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 349 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 142 0 0 0 15 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 156 0 0 0 18 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 272 0 0 0 18 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 346 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 235 0 0 0 12 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 169 0 0 0 16 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 203 0 0 0 14 2 0 0 20 0 19 0 27293992 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2605 0 0 0 37 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3325 0 0 0 39 1 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 26918
/proc/meminfo: memFree=30792040/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 11776 0 1 0 179954 53 0 0 20 0 19 0 27293989 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 91063 2285 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=1792.77 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2546 0 1 0 179248 29 0 0 20 0 19 0 27293990 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905817095968 139905690259371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 349 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 142 0 0 0 15 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 156 0 0 0 18 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 272 0 0 0 18 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 346 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 235 0 0 0 12 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 169 0 0 0 16 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 203 0 0 0 14 2 0 0 20 0 19 0 27293992 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2605 0 0 0 37 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3325 0 0 0 39 1 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 106 0 0 0 35 36 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26788 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 26918
/proc/meminfo: memFree=30792040/32872528 swapFree=552864/567172
[pid=26788] ppid=26785 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/26788/stat : 26788 (java) S 26785 26788 26442 0 -1 4202496 11776 0 1 0 179954 53 0 0 20 0 19 0 27293989 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 140733286281568 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26788/statm: 2406260 91063 2285 9 0 2396937 0
[pid=26788/tid=26790] ppid=26785 vsize=9625040 CPUtime=1792.77 cores=0,2,4,6
/proc/26788/task/26790/stat : 26790 (java) R 26785 26788 26442 0 -1 4202560 2546 0 1 0 179248 29 0 0 20 0 19 0 27293990 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905817095968 139905690259371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26791] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26791/stat : 26791 (java) S 26785 26788 26442 0 -1 4202560 349 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905661102632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26792] ppid=26785 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26788/task/26792/stat : 26792 (java) S 26785 26788 26442 0 -1 4202560 142 0 0 0 15 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905660049832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26793] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26793/stat : 26793 (java) S 26785 26788 26442 0 -1 4202560 156 0 0 0 18 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905658997032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26794] ppid=26785 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26788/task/26794/stat : 26794 (java) S 26785 26788 26442 0 -1 4202560 272 0 0 0 18 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905657944232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26795] ppid=26785 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26788/task/26795/stat : 26795 (java) S 26785 26788 26442 0 -1 4202560 346 0 0 0 15 3 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905656892456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26796] ppid=26785 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26788/task/26796/stat : 26796 (java) S 26785 26788 26442 0 -1 4202560 235 0 0 0 12 2 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905655839656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26797] ppid=26785 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26788/task/26797/stat : 26797 (java) S 26785 26788 26442 0 -1 4202560 169 0 0 0 16 4 0 0 20 0 19 0 27293991 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905654786856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26788/tid=26798] ppid=26785 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26788/task/26798/stat : 26798 (java) S 26785 26788 26442 0 -1 4202560 203 0 0 0 14 2 0 0 20 0 19 0 27293992 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905653734056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26799] ppid=26785 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26788/task/26799/stat : 26799 (java) S 26785 26788 26442 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905641322984 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26800] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26800/stat : 26800 (java) S 26785 26788 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905640269048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26801] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26801/stat : 26801 (java) S 26785 26788 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27293993 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905639216136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26802] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26802/stat : 26802 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905638164624 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26803] ppid=26785 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26788/task/26803/stat : 26803 (java) S 26785 26788 26442 0 -1 4202560 2605 0 0 0 37 0 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905637112760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26788/tid=26804] ppid=26785 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/26788/task/26804/stat : 26804 (java) S 26785 26788 26442 0 -1 4202560 3325 0 0 0 39 1 0 0 20 0 19 0 27293995 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905636059960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26805] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26805/stat : 26805 (java) S 26785 26788 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905635007352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26788/tid=26806] ppid=26785 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/26788/task/26806/stat : 26806 (java) S 26785 26788 26442 0 -1 4202560 106 0 0 0 35 36 0 0 20 0 19 0 27293996 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905633954760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26788/tid=26807] ppid=26785 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26788/task/26807/stat : 26807 (java) S 26785 26788 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27294031 9856040960 91063 33554432000 1073741824 1073778376 140733286290432 139905632900264 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26788 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=998118
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=32842
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.94
CPU time (s): 1800.07
CPU user time (s): 1799.54
CPU system time (s): 0.53
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795
system time used= 1.03284
maximum resident set size= 364376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11813
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38436
involuntary context switches= 4906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.05423 second user time and 6.84796 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 14:02:41
IDJOB=4115881
IDBENCH=109400
IDSOLVER=2546
FILE ID=node138/4115881-1466942561
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-size128-round22-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115881-1466942561/watcher-4115881-1466942561 -o /tmp/evaluation-result-4115881-1466942561/solver-4115881-1466942561 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115881-1466942561.opb

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

MD5SUM BENCH= 1c9654f7c5b38d0e8ad62562d9f911eb
RANDOM SEED=253067676

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:        31143292 kB
Buffers:            4952 kB
Cached:           216208 kB
SwapCached:         3788 kB
Active:           257792 kB
Inactive:         203084 kB
Active(anon):     236700 kB
Inactive(anon):     5288 kB
Active(file):      21092 kB
Inactive(file):   197796 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:        805604 kB
Mapped:            15492 kB
Shmem:                 0 kB
Slab:             566236 kB
SReclaimable:       9700 kB
SUnreclaim:       556536 kB
KernelStack:        1592 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1286212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:32:39