Trace number 4100381

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1796.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-railway_8_1_0.opb
MD5SUM0748343c41c1a4f38800a46bbbd374d2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark33.6179
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 262119
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262119
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100381-1466213281.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.02/0.57	c ... done. Wall clock time 0.47s.
1.02/0.57	c declared #vars     19747
1.02/0.57	c #constraints  3146
1.02/0.57	c constraints type 
1.16/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 426
1.16/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2720
1.16/0.60	c 3146 constraints processed.
1.16/0.60	c objective function length is 133 literals
1.85/1.07	c cleaning 2489 clauses out of 5008 with flag 12377/5008
2.38/1.49	c cleaning 4245 clauses out of 8515 with flag 25781/11004
2.84/1.85	c cleaning 5625 clauses out of 11267 with flag 42045/18001
3.25/2.30	c cleaning 6816 clauses out of 13641 with flag 61573/26000
4.17/3.10	c cleaning 7903 clauses out of 15826 with flag 83706/35001
5.17/4.15	c cleaning 8952 clauses out of 17924 with flag 109236/45002
6.46/5.47	c cleaning 9979 clauses out of 19970 with flag 138222/56000
7.46/6.46	c cleaning 10992 clauses out of 21992 with flag 166552/68001
8.49/7.45	c cleaning 11993 clauses out of 23999 with flag 199861/81000
9.49/8.40	c cleaning 12992 clauses out of 26009 with flag 235213/95003
10.89/9.89	c cleaning 13996 clauses out of 28014 with flag 277010/110000
13.20/12.12	c cleaning 15004 clauses out of 30021 with flag 322302/126003
15.29/14.24	c cleaning 16000 clauses out of 32014 with flag 368698/143000
16.39/15.34	c cleaning 16999 clauses out of 34014 with flag 407846/161000
17.89/16.88	c cleaning 17998 clauses out of 36017 with flag 450585/180002
19.80/18.74	c cleaning 18999 clauses out of 38018 with flag 497276/200001
22.00/20.99	c cleaning 19997 clauses out of 40021 with flag 547596/221003
24.59/23.53	c cleaning 20996 clauses out of 42021 with flag 603217/243000
27.50/26.50	c cleaning 21999 clauses out of 44025 with flag 658698/266000
30.39/29.32	c cleaning 23008 clauses out of 46027 with flag 717976/290001
33.69/32.69	c cleaning 23998 clauses out of 48018 with flag 779468/315000
37.79/36.71	c cleaning 25005 clauses out of 50025 with flag 836017/341005
41.19/40.10	c cleaning 25996 clauses out of 52015 with flag 898039/368000
45.49/44.43	c cleaning 27002 clauses out of 54021 with flag 966429/396002
47.82/46.70	c cleaning 28005 clauses out of 56018 with flag 1035125/425001
50.52/49.42	c cleaning 28996 clauses out of 58012 with flag 1109167/455000
53.22/52.10	c cleaning 30010 clauses out of 60022 with flag 1175905/486006
58.82/57.72	c cleaning 30996 clauses out of 62007 with flag 1243028/518001
61.52/60.45	c cleaning 31997 clauses out of 64011 with flag 1312391/551001
63.72/62.65	c cleaning 32994 clauses out of 66015 with flag 1391215/585002
67.42/66.39	c cleaning 33998 clauses out of 68021 with flag 1470453/620002
70.22/69.18	c cleaning 34999 clauses out of 70023 with flag 1553662/656002
73.82/72.71	c cleaning 36001 clauses out of 72024 with flag 1641194/693002
80.21/79.19	c cleaning 37004 clauses out of 74024 with flag 1722416/731003
87.30/86.13	c cleaning 37998 clauses out of 76018 with flag 1803443/770001
94.20/93.07	c cleaning 39001 clauses out of 78021 with flag 1889811/810002
102.60/101.42	c cleaning 39999 clauses out of 80019 with flag 1977083/851001
111.80/110.66	c cleaning 40999 clauses out of 82020 with flag 2066060/893001
121.70/120.57	c cleaning 42002 clauses out of 84022 with flag 2157846/936002
131.20/130.00	c cleaning 43000 clauses out of 86018 with flag 2254595/980000
138.81/137.67	c cleaning 43994 clauses out of 88020 with flag 2350615/1025002
141.30/140.13	c cleaning 45007 clauses out of 90026 with flag 2447532/1071002
145.60/144.45	c cleaning 45993 clauses out of 92018 with flag 2564977/1118001
148.61/147.44	c cleaning 47001 clauses out of 94026 with flag 2668373/1166002
154.81/153.59	c cleaning 47998 clauses out of 96023 with flag 2777749/1215000
161.31/160.04	c cleaning 49002 clauses out of 98025 with flag 2884206/1265000
169.62/168.32	c cleaning 49998 clauses out of 100023 with flag 2992443/1316000
178.42/177.16	c cleaning 50998 clauses out of 102025 with flag 3102468/1368000
189.11/187.83	c cleaning 52001 clauses out of 104028 with flag 3211966/1421001
202.52/201.30	c cleaning 53007 clauses out of 106031 with flag 3326412/1475005
208.22/206.91	c cleaning 54005 clauses out of 108019 with flag 3450241/1530000
216.02/214.70	c cleaning 55006 clauses out of 110016 with flag 3565641/1586002
236.96/235.57	c cleaning 56002 clauses out of 112008 with flag 3679637/1643000
267.76/266.32	c cleaning 57001 clauses out of 114006 with flag 3795664/1701000
305.95/304.54	c cleaning 57997 clauses out of 116005 with flag 3913676/1760000
339.35/337.94	c cleaning 59006 clauses out of 118016 with flag 4033692/1820008
376.46/375.04	c cleaning 59997 clauses out of 120002 with flag 4155676/1881000
418.16/416.75	c cleaning 60995 clauses out of 122010 with flag 4280103/1943005
427.17/425.75	c cleaning 62004 clauses out of 124011 with flag 4413511/2006001
450.97/449.54	c cleaning 63003 clauses out of 126009 with flag 4541535/2070003
472.16/470.54	c cleaning 63991 clauses out of 128003 with flag 4672112/2135000
477.76/476.11	c cleaning 64999 clauses out of 130012 with flag 4808389/2201000
490.55/488.96	c cleaning 65992 clauses out of 132013 with flag 4952688/2268000
497.67/496.00	c cleaning 67010 clauses out of 134022 with flag 5098455/2336001
507.77/506.14	c cleaning 67999 clauses out of 136011 with flag 5240766/2405000
531.47/529.86	c cleaning 69001 clauses out of 138013 with flag 5380835/2475001
561.64/559.83	c cleaning 69997 clauses out of 140012 with flag 5522991/2546001
580.24/578.40	c cleaning 71000 clauses out of 142014 with flag 5668230/2618000
608.75/607.00	c cleaning 72007 clauses out of 144017 with flag 5814270/2691003
643.35/641.52	c cleaning 72999 clauses out of 146007 with flag 5962293/2765000
665.96/664.10	c cleaning 73998 clauses out of 148008 with flag 6112993/2840000
695.55/693.72	c cleaning 75001 clauses out of 150010 with flag 6265276/2916000
722.41/720.50	c cleaning 76001 clauses out of 152010 with flag 6421170/2993001
757.91/755.91	c cleaning 77000 clauses out of 154009 with flag 6579304/3071001
795.02/793.09	c cleaning 77997 clauses out of 156008 with flag 6738650/3150000
826.42/824.43	c cleaning 79000 clauses out of 158012 with flag 6899828/3230001
847.03/845.08	c cleaning 79996 clauses out of 160014 with flag 7063996/3311003
887.18/885.03	c cleaning 80997 clauses out of 162016 with flag 7228048/3393001
923.28/921.16	c cleaning 82001 clauses out of 164019 with flag 7394268/3476001
935.67/933.57	c cleaning 83001 clauses out of 166019 with flag 7568088/3560002
978.89/976.75	c cleaning 84007 clauses out of 168018 with flag 7738097/3645002
1020.82/1018.57	c cleaning 85004 clauses out of 170009 with flag 7910142/3731000
1070.03/1067.70	c cleaning 86000 clauses out of 172006 with flag 8084196/3818001
1129.14/1126.87	c cleaning 86999 clauses out of 174005 with flag 8260245/3906000
1146.14/1143.89	c cleaning 87991 clauses out of 176006 with flag 8442621/3995000
1159.89/1157.41	c cleaning 88996 clauses out of 178015 with flag 8644267/4085000
1174.39/1171.97	c cleaning 89995 clauses out of 180019 with flag 8846412/4176000
1190.99/1188.59	c cleaning 91003 clauses out of 182025 with flag 9037689/4268001
1247.70/1245.30	c cleaning 92003 clauses out of 184023 with flag 9223859/4361002
1306.52/1303.99	c cleaning 93003 clauses out of 186021 with flag 9413622/4455003
1330.82/1328.26	c cleaning 94005 clauses out of 188019 with flag 9607988/4550004
1402.94/1400.38	c cleaning 95002 clauses out of 190010 with flag 9799980/4646000
1458.24/1455.64	c cleaning 95999 clauses out of 192010 with flag 9993984/4743002
1469.86/1467.12	c cleaning 96995 clauses out of 194009 with flag 10218445/4841000
1480.46/1477.70	c cleaning 98007 clauses out of 196016 with flag 10444406/4940002
1503.66/1500.92	c cleaning 98994 clauses out of 198008 with flag 10664157/5040001
1562.86/1559.91	c cleaning 100006 clauses out of 200013 with flag 10882077/5141000
1618.16/1615.24	c cleaning 101003 clauses out of 202008 with flag 11106717/5243001
1689.88/1686.90	c cleaning 101999 clauses out of 204005 with flag 11336346/5346001
1767.79/1764.81	c cleaning 103002 clauses out of 206005 with flag 11570566/5450000
1800.06/1796.90	c starts		: 6458
1800.06/1796.90	c conflicts		: 5521568
1800.06/1796.90	c decisions		: 6387449
1800.06/1796.90	c propagations		: 42162773
1800.06/1796.90	c inspects		: 39821164641
1800.06/1796.90	c shortcuts		: 0
1800.06/1796.90	c learnt literals	: 0
1800.06/1796.90	c learnt binary clauses	: 0
1800.06/1796.90	c learnt ternary clauses	: 113
1800.06/1796.90	c learnt constraints	: 5521568
1800.06/1796.90	c ignored constraints	: 0
1800.06/1796.90	c root simplifications	: 0
1800.06/1796.90	c removed literals (reason simplification)	: 0
1800.06/1796.90	c reason swapping (by a shorter reason)	: 0
1800.06/1796.90	c Calls to reduceDB	: 100
1800.06/1796.90	c Number of update (reduction) of LBD	: 168523
1800.06/1796.90	c Imported unit clauses	: 0
1800.06/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.90	c number of learned constraints concerned by reduction	: 0
1800.06/1796.90	c number of learning phase by resolution	: 0
1800.06/1796.90	c number of learning phase by cutting planes	: 0
1800.06/1796.90	c speed (assignments/second)	: 23471.828421979677
1800.06/1796.90	c non guided choices	315909
1800.06/1796.90	c timeout
1800.06/1796.93	c learnt constraints type 
1800.06/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174572
1800.06/1796.93	s UNKNOWN
1800.06/1796.93	c Total wall clock time (in seconds): 1796.83

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-4100381-1466213281/watcher-4100381-1466213281 -o /tmp/evaluation-result-4100381-1466213281/solver-4100381-1466213281 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100381-1466213281.opb 

pid=26348
running on 4 cores: 1,3,5,7

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.13 2.19 2.17 3/195 26351
/proc/meminfo: memFree=30175100/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23373286 98570240 977 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 24065 977 743 9 0 16771 0
[pid=26351/tid=26352] ppid=26348 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23373286 98570240 977 33554432000 1073741824 1073778376 140735377506048 140221537832488 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.13 2.19 2.17 3/195 26351
/proc/meminfo: memFree=30175100/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 23373286 9787879424 6124 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2389619 6124 2157 9 0 2380296 0
[pid=26351/tid=26352] ppid=26348 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 23373286 9787879424 6124 33554432000 1073741824 1073778376 140735377506048 140221537836504 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 2.13 2.19 2.17 3/195 26351
/proc/meminfo: memFree=30175100/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 4946 0 1 0 30 1 0 0 20 0 18 0 23373286 9787879424 7416 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2389619 7416 2223 9 0 2380296 0
[pid=26351/tid=26352] ppid=26348 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 23373286 9787879424 7416 33554432000 1073741824 1073778376 140735377506048 140221537836504 140221370968230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.30039 s]
/proc/loadavg: 2.13 2.19 2.17 3/195 26351
/proc/meminfo: memFree=30175100/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 7153 0 1 0 56 2 0 0 20 0 18 0 23373286 9787879424 11263 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2389619 11263 2235 9 0 2380296 0
[pid=26351/tid=26352] ppid=26348 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2403 0 1 0 27 0 0 0 20 0 18 0 23373286 9787879424 11263 33554432000 1073741824 1073778376 140735377506048 140221537836504 140221541122950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.13 2.19 2.17 3/195 26351
/proc/meminfo: memFree=30175100/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 11271 0 1 0 137 5 0 0 20 0 19 0 23373286 9856040960 35199 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 35199 2256 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2455 0 1 0 64 3 0 0 20 0 19 0 23373286 9856040960 35199 33554432000 1073741824 1073778376 140735377506048 140221537837696 140221371535034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.19 2.17 3/214 26370
/proc/meminfo: memFree=30040444/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 12530 0 1 0 243 5 0 0 20 0 19 0 23373286 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 36286 2267 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2458 0 1 0 144 3 0 0 20 0 19 0 23373286 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221537837560 140221371645951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 3787 0 0 0 47 0 0 0 20 0 19 0 23373290 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/26351/task/26367/stat : 26367 (java) S 26348 26351 22937 0 -1 4202560 5007 0 0 0 49 1 0 0 20 0 19 0 23373291 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140221356116664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26368] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26368/stat : 26368 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140220481661944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26369] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26369/stat : 26369 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140220480609608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 36286 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.13 2.19 2.17 3/214 26370
/proc/meminfo: memFree=30031268/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 13857 0 1 0 411 6 0 0 20 0 19 0 23373286 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 38846 2267 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2464 0 1 0 303 3 0 0 20 0 19 0 23373286 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221537837304 140221371754495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 5108 0 0 0 53 2 0 0 20 0 19 0 23373290 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/26351/task/26367/stat : 26367 (java) S 26348 26351 22937 0 -1 4202560 5007 0 0 0 49 1 0 0 20 0 19 0 23373291 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140221356116664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26368] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26368/stat : 26368 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140220481661944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26369] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26369/stat : 26369 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140220480609608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 38846 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.20 2.21 2.18 3/214 26370
/proc/meminfo: memFree=29975864/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 13864 0 1 0 730 6 0 0 20 0 19 0 23373286 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 41268 2268 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2470 0 1 0 623 3 0 0 20 0 19 0 23373286 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221537828512 140221371605595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23373287 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 5108 0 0 0 53 2 0 0 20 0 19 0 23373290 9856040960 41268 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7

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

[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 154378 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.19 2.18 4/213 26685
/proc/meminfo: memFree=29509696/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=1785.45 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 16881 0 1 0 178464 81 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 157819 2290 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=1776.7 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2489 0 1 0 177639 31 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221537836224 140221371570298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 244 0 0 0 19 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 449 0 0 0 25 8 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 460 0 0 0 27 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 404 0 0 0 27 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 188 0 0 0 25 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 363 0 0 0 26 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 349 0 0 0 28 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 306 0 0 0 26 4 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 137 0 0 0 15 3 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 5108 0 0 0 53 2 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/26351/task/26367/stat : 26367 (java) S 26348 26351 22937 0 -1 4202560 5016 0 0 0 51 1 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221356116664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26368] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26368/stat : 26368 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220481661944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26369] ppid=26348 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/26351/task/26369/stat : 26369 (java) S 26348 26351 22937 0 -1 4202560 104 0 0 0 24 34 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220480609608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.14 2.18 2.18 3/213 26685
/proc/meminfo: memFree=29463076/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 16881 0 1 0 179924 82 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 157819 2290 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=1791.26 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2489 0 1 0 179095 31 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221537836224 140221371645888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 244 0 0 0 19 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 449 0 0 0 25 8 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 460 0 0 0 27 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 404 0 0 0 27 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 188 0 0 0 25 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 363 0 0 0 26 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 349 0 0 0 28 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 306 0 0 0 26 4 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 137 0 0 0 15 3 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 5108 0 0 0 53 2 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/26351/task/26367/stat : 26367 (java) S 26348 26351 22937 0 -1 4202560 5016 0 0 0 51 1 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221356116664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26368] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26368/stat : 26368 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220481661944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26369] ppid=26348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/26351/task/26369/stat : 26369 (java) S 26348 26351 22937 0 -1 4202560 104 0 0 0 24 35 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220480609608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.9 s]
/proc/loadavg: 2.14 2.18 2.18 3/213 26685
/proc/meminfo: memFree=29463076/32872528 swapFree=1400172/1569824
[pid=26351] ppid=26348 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/26351/stat : 26351 (java) S 26348 26351 22937 0 -1 4202496 16881 0 1 0 179924 82 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140735377497184 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26351/statm: 2406260 157819 2290 9 0 2396937 0
[pid=26351/tid=26352] ppid=26348 vsize=9625040 CPUtime=1791.26 cores=1,3,5,7
/proc/26351/task/26352/stat : 26352 (java) R 26348 26351 22937 0 -1 4202560 2489 0 1 0 179095 31 0 0 20 0 19 0 23373286 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221537836224 140221371645888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26354] ppid=26348 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26351/task/26354/stat : 26354 (java) S 26348 26351 22937 0 -1 4202560 244 0 0 0 19 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221499328680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26355] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26355/stat : 26355 (java) S 26348 26351 22937 0 -1 4202560 449 0 0 0 25 8 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221498276136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26356] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26356/stat : 26356 (java) S 26348 26351 22937 0 -1 4202560 460 0 0 0 27 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221497223592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26351/tid=26357] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26357/stat : 26357 (java) S 26348 26351 22937 0 -1 4202560 404 0 0 0 27 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221496171048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26358] ppid=26348 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26351/task/26358/stat : 26358 (java) S 26348 26351 22937 0 -1 4202560 188 0 0 0 25 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221495118504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26359] ppid=26348 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26351/task/26359/stat : 26359 (java) S 26348 26351 22937 0 -1 4202560 363 0 0 0 26 7 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221494065960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26360] ppid=26348 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26351/task/26360/stat : 26360 (java) S 26348 26351 22937 0 -1 4202560 349 0 0 0 28 6 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221493013416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26361] ppid=26348 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26351/task/26361/stat : 26361 (java) S 26348 26351 22937 0 -1 4202560 306 0 0 0 26 4 0 0 20 0 19 0 23373287 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221491960872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26362] ppid=26348 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26351/task/26362/stat : 26362 (java) S 26348 26351 22937 0 -1 4202560 137 0 0 0 15 3 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221361379432 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26363] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26363/stat : 26363 (java) S 26348 26351 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221360325752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26364] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26364/stat : 26364 (java) S 26348 26351 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23373288 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221359273096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26365] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26365/stat : 26365 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221358221840 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26366] ppid=26348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/26351/task/26366/stat : 26366 (java) S 26348 26351 22937 0 -1 4202560 5108 0 0 0 53 2 0 0 20 0 19 0 23373290 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221357169208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26351/tid=26367] ppid=26348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/26351/task/26367/stat : 26367 (java) S 26348 26351 22937 0 -1 4202560 5016 0 0 0 51 1 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140221356116664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26368] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26368/stat : 26368 (java) S 26348 26351 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220481661944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26351/tid=26369] ppid=26348 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/26351/task/26369/stat : 26369 (java) S 26348 26351 22937 0 -1 4202560 104 0 0 0 24 35 0 0 20 0 19 0 23373291 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220480609608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26351/tid=26370] ppid=26348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26351/task/26370/stat : 26370 (java) S 26348 26351 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23373345 9856040960 157819 33554432000 1073741824 1073778376 140735377506048 140220479554344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.82
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.36179
maximum resident set size= 671492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16919
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38316
involuntary context switches= 4922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4724 second user time and 13.403 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 03:28:01
IDJOB=4100381
IDBENCH=1609
IDSOLVER=2546
FILE ID=node140/4100381-1466213281
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 0748343c41c1a4f38800a46bbbd374d2
RANDOM SEED=827595222

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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:        30175388 kB
Buffers:           44372 kB
Cached:           124720 kB
SwapCached:         2488 kB
Active:           274816 kB
Inactive:         123656 kB
Active(anon):     229684 kB
Inactive(anon):     2420 kB
Active(file):      45132 kB
Inactive(file):   121236 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:              4064 kB
Writeback:             0 kB
AnonPages:       1820748 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             572940 kB
SReclaimable:      16444 kB
SUnreclaim:       556496 kB
KernelStack:        1600 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2391804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 71736 MiB
End job on node140 at 2016-06-18 03:57:58