Trace number 4115873

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.77

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-0.opb
MD5SUM80aaf8924f6ff1db370b1fb6930c6ef9
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 variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c solving HOME/instance-4115873-1466941840.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.307s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10880
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 936
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10880 constraints processed.
1.68/1.09	c cleaning 2484 clauses out of 4998 with flag 16729/5001
2.36/1.67	c cleaning 4235 clauses out of 8513 with flag 39739/11000
3.07/2.39	c cleaning 5624 clauses out of 11279 with flag 68672/18001
3.97/3.24	c cleaning 6795 clauses out of 13654 with flag 104533/26000
4.98/4.23	c cleaning 7915 clauses out of 15859 with flag 145102/35000
6.08/5.30	c cleaning 8967 clauses out of 17944 with flag 192900/45000
7.28/6.53	c cleaning 9974 clauses out of 19977 with flag 246504/56000
8.59/7.88	c cleaning 10988 clauses out of 22004 with flag 306468/68001
10.08/9.38	c cleaning 12001 clauses out of 24015 with flag 371427/81000
11.79/11.03	c cleaning 12999 clauses out of 26015 with flag 443566/95001
13.59/12.86	c cleaning 14006 clauses out of 28018 with flag 522016/110003
15.59/14.82	c cleaning 14937 clauses out of 30009 with flag 606486/126000
17.69/16.93	c cleaning 16025 clauses out of 32072 with flag 698587/143000
19.99/19.26	c cleaning 16962 clauses out of 34048 with flag 794406/161001
22.60/21.81	c cleaning 18028 clauses out of 36086 with flag 898141/180001
25.30/24.52	c cleaning 19016 clauses out of 38058 with flag 1007650/200001
28.10/27.33	c cleaning 20012 clauses out of 40041 with flag 1126715/221000
31.19/30.43	c cleaning 20982 clauses out of 42030 with flag 1248372/243001
34.39/33.63	c cleaning 22008 clauses out of 44048 with flag 1378001/266001
37.89/37.15	c cleaning 23007 clauses out of 46039 with flag 1509435/290000
41.69/40.94	c cleaning 23981 clauses out of 48033 with flag 1649940/315001
45.70/44.96	c cleaning 25001 clauses out of 50051 with flag 1795621/341000
50.00/49.23	c cleaning 25932 clauses out of 52050 with flag 1952620/368000
54.32/53.55	c cleaning 27021 clauses out of 54118 with flag 2110758/396000
58.62/57.81	c cleaning 28020 clauses out of 56097 with flag 2278717/425000
63.02/62.25	c cleaning 29018 clauses out of 58077 with flag 2450428/455000
67.62/66.86	c cleaning 29975 clauses out of 60060 with flag 2629032/486001
72.62/71.87	c cleaning 31024 clauses out of 62084 with flag 2811964/518000
77.83/77.00	c cleaning 31997 clauses out of 64061 with flag 3002174/551001
83.22/82.44	c cleaning 33002 clauses out of 66063 with flag 3198838/585000
88.93/88.18	c cleaning 34000 clauses out of 68061 with flag 3401157/620000
94.93/94.13	c cleaning 35009 clauses out of 70061 with flag 3611230/656000
101.33/100.51	c cleaning 35982 clauses out of 72053 with flag 3827410/693001
107.73/106.95	c cleaning 36979 clauses out of 74070 with flag 4047949/731000
114.54/113.74	c cleaning 38043 clauses out of 76092 with flag 4275873/770001
121.74/120.97	c cleaning 39011 clauses out of 78048 with flag 4507267/810000
129.34/128.50	c cleaning 40016 clauses out of 80037 with flag 4747083/851000
136.94/136.18	c cleaning 40990 clauses out of 82021 with flag 4994940/893000
144.69/143.84	c cleaning 41997 clauses out of 84032 with flag 5246290/936001
152.59/151.79	c cleaning 42958 clauses out of 86034 with flag 5508860/980000
160.60/159.79	c cleaning 43978 clauses out of 88077 with flag 5772061/1025001
169.20/168.38	c cleaning 45036 clauses out of 90099 with flag 6041694/1071001
178.00/177.17	c cleaning 45971 clauses out of 92063 with flag 6318754/1118001
187.00/186.19	c cleaning 46978 clauses out of 94091 with flag 6601293/1166000
196.40/195.51	c cleaning 48016 clauses out of 96113 with flag 6888303/1215000
206.40/205.52	c cleaning 49017 clauses out of 98097 with flag 7178212/1265000
216.40/215.52	c cleaning 50015 clauses out of 100080 with flag 7481152/1316000
226.61/225.79	c cleaning 50998 clauses out of 102067 with flag 7785332/1368002
237.57/236.69	c cleaning 52020 clauses out of 104067 with flag 8101698/1421000
248.36/247.45	c cleaning 53021 clauses out of 106047 with flag 8423681/1475000
259.47/258.51	c cleaning 53968 clauses out of 108027 with flag 8744223/1530001
271.27/270.34	c cleaning 55020 clauses out of 110058 with flag 9073036/1586000
283.38/282.48	c cleaning 55972 clauses out of 112039 with flag 9406075/1643001
295.79/294.82	c cleaning 57002 clauses out of 114066 with flag 9745958/1701000
308.58/307.62	c cleaning 58022 clauses out of 116064 with flag 10096004/1760000
321.69/320.78	c cleaning 59010 clauses out of 118042 with flag 10447965/1820000
335.39/334.45	c cleaning 59990 clauses out of 120032 with flag 10805923/1881000
349.17/348.14	c cleaning 60999 clauses out of 122045 with flag 11172443/1943003
363.37/362.35	c cleaning 62001 clauses out of 124044 with flag 11543712/2006001
377.98/376.94	c cleaning 62990 clauses out of 126042 with flag 11917928/2070000
393.09/392.08	c cleaning 63976 clauses out of 128053 with flag 12299736/2135001
408.91/407.87	c cleaning 65009 clauses out of 130076 with flag 12683097/2201000
425.01/423.97	c cleaning 66019 clauses out of 132067 with flag 13073684/2268000
441.60/440.60	c cleaning 66981 clauses out of 134048 with flag 13472889/2336000
458.61/457.59	c cleaning 68010 clauses out of 136067 with flag 13883424/2405000
475.88/474.73	c cleaning 68992 clauses out of 138057 with flag 14289320/2475000
493.39/492.25	c cleaning 70021 clauses out of 140065 with flag 14704634/2546000
511.08/509.90	c cleaning 71013 clauses out of 142045 with flag 15123494/2618001
529.38/528.26	c cleaning 72009 clauses out of 144031 with flag 15545368/2691000
548.39/547.28	c cleaning 72980 clauses out of 146023 with flag 15976634/2765001
567.80/566.63	c cleaning 73993 clauses out of 148042 with flag 16408904/2840000
587.82/586.51	c cleaning 75024 clauses out of 150049 with flag 16853948/2916000
608.54/607.24	c cleaning 76003 clauses out of 152026 with flag 17301987/2993001
629.55/628.25	c cleaning 77007 clauses out of 154022 with flag 17755856/3071000
651.14/649.87	c cleaning 78001 clauses out of 156015 with flag 18212423/3150000
673.05/671.71	c cleaning 78973 clauses out of 158014 with flag 18679754/3230000
695.55/694.24	c cleaning 79984 clauses out of 160041 with flag 19151881/3311000
718.54/717.12	c cleaning 81026 clauses out of 162057 with flag 19624087/3393000
741.64/740.28	c cleaning 82017 clauses out of 164033 with flag 20109788/3476002
765.33/763.91	c cleaning 82958 clauses out of 166014 with flag 20595666/3560000
789.53/788.19	c cleaning 84009 clauses out of 168056 with flag 21091223/3645000
814.53/813.15	c cleaning 85011 clauses out of 170048 with flag 21589070/3731001
839.62/838.12	c cleaning 85978 clauses out of 172037 with flag 22092201/3818001
865.02/863.60	c cleaning 86989 clauses out of 174060 with flag 22600405/3906002
891.82/890.31	c cleaning 87995 clauses out of 176069 with flag 23117673/3995000
918.82/917.32	c cleaning 89012 clauses out of 178075 with flag 23643947/4085001
946.57/944.93	c cleaning 90000 clauses out of 180063 with flag 24169151/4176001
974.18/972.57	c cleaning 90984 clauses out of 182062 with flag 24705453/4268000
1002.57/1000.98	c cleaning 92023 clauses out of 184078 with flag 25244339/4361000
1032.27/1030.61	c cleaning 93019 clauses out of 186055 with flag 25777238/4455000
1062.57/1060.97	c cleaning 94011 clauses out of 188037 with flag 26323907/4550001
1092.78/1091.04	c cleaning 94972 clauses out of 190026 with flag 26882495/4646001
1123.70/1121.96	c cleaning 95989 clauses out of 192053 with flag 27438668/4743000
1155.41/1153.69	c cleaning 97026 clauses out of 194064 with flag 28003111/4841000
1188.13/1186.25	c cleaning 98004 clauses out of 196040 with flag 28575839/4940002
1220.62/1218.74	c cleaning 98958 clauses out of 198037 with flag 29154815/5040003
1254.92/1253.02	c cleaning 100027 clauses out of 200076 with flag 29728387/5141000
1289.43/1287.53	c cleaning 101015 clauses out of 202049 with flag 30313844/5243000
1324.56/1322.55	c cleaning 101997 clauses out of 204034 with flag 30905814/5346000
1359.97/1357.93	c cleaning 102996 clauses out of 206040 with flag 31497522/5450003
1396.98/1394.97	c cleaning 104012 clauses out of 208044 with flag 32097342/5555003
1434.73/1432.50	c cleaning 105001 clauses out of 210029 with flag 32701495/5661000
1472.93/1470.73	c cleaning 106003 clauses out of 212028 with flag 33313554/5768000
1511.93/1509.74	c cleaning 106979 clauses out of 214025 with flag 33925974/5876000
1551.41/1549.25	c cleaning 108024 clauses out of 216047 with flag 34549773/5985001
1591.48/1589.26	c cleaning 108982 clauses out of 218023 with flag 35175797/6095001
1631.88/1629.67	c cleaning 109979 clauses out of 220042 with flag 35813454/6206002
1673.76/1671.58	c cleaning 111018 clauses out of 222061 with flag 36451085/6318000
1715.54/1713.20	c cleaning 111987 clauses out of 224044 with flag 37097064/6431001
1757.94/1755.70	c cleaning 113009 clauses out of 226057 with flag 37750708/6545001
1800.02/1797.74	c starts		: 53982
1800.02/1797.74	c conflicts		: 6656615
1800.02/1797.74	c decisions		: 53176219
1800.02/1797.74	c propagations		: 840667140
1800.02/1797.74	c inspects		: 24632691958
1800.02/1797.74	c shortcuts		: 0
1800.02/1797.74	c learnt literals	: 3
1800.02/1797.74	c learnt binary clauses	: 83
1800.02/1797.74	c learnt ternary clauses	: 1008
1800.02/1797.74	c learnt constraints	: 6656612
1800.02/1797.74	c ignored constraints	: 0
1800.02/1797.74	c root simplifications	: 0
1800.02/1797.74	c removed literals (reason simplification)	: 0
1800.02/1797.74	c reason swapping (by a shorter reason)	: 0
1800.02/1797.74	c Calls to reduceDB	: 110
1800.02/1797.74	c Number of update (reduction) of LBD	: 1437700
1800.02/1797.74	c Imported unit clauses	: 0
1800.02/1797.74	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.74	c number of learned constraints concerned by reduction	: 0
1800.02/1797.74	c number of learning phase by resolution	: 0
1800.02/1797.74	c number of learning phase by cutting planes	: 0
1800.02/1797.74	c speed (assignments/second)	: 467736.8436572919
1800.02/1797.74	c non guided choices	24717
1800.02/1797.74	c timeout
1800.02/1797.76	c learnt constraints type 
1800.02/1797.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
1800.02/1797.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 224580
1800.02/1797.76	s UNKNOWN
1800.02/1797.76	c Total wall clock time (in seconds): 1797.652

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

pid=26679
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.12 2.07 2.01 3/195 26682
/proc/meminfo: memFree=31169680/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26682/stat : 26682 (java) R 26679 26682 26442 0 -1 4202496 666 0 0 0 0 0 0 0 20 0 1 0 27221906 23793664 317 33554432000 1073741824 1073778376 140734903067664 140734903056728 206619851329 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 5809 329 253 9 0 128 0

[startup+0.100162 s]
/proc/loadavg: 2.12 2.07 2.01 3/195 26682
/proc/meminfo: memFree=31169680/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 27221906 9787879424 6027 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.12 2.07 2.01 3/195 26682
/proc/meminfo: memFree=31169680/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 4931 0 1 0 25 1 0 0 20 0 18 0 27221906 9787879424 6992 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2389619 6994 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300354 s]
/proc/loadavg: 2.12 2.07 2.01 3/195 26682
/proc/meminfo: memFree=31169680/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 5808 0 1 0 47 1 0 0 20 0 18 0 27221906 9787879424 9000 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2389619 9021 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.12 2.07 2.01 3/195 26682
/proc/meminfo: memFree=31169680/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 9121 0 1 0 135 2 0 0 20 0 19 0 27221906 9856040960 16314 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 16314 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.11 2.07 2.01 4/214 26701
/proc/meminfo: memFree=31111112/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 9340 0 1 0 221 2 0 0 20 0 19 0 27221906 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 16839 2269 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2436 0 1 0 145 1 0 0 20 0 19 0 27221907 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256820645584 140256670833418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2131 0 0 0 35 0 0 0 20 0 19 0 27221912 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3501 0 0 0 38 0 0 0 20 0 19 0 27221912 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 16839 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.11 2.07 2.01 3/214 26701
/proc/meminfo: memFree=31108320/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 9344 0 1 0 384 3 0 0 20 0 19 0 27221906 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 17864 2270 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2439 0 1 0 304 1 0 0 20 0 19 0 27221907 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256820645584 140256670738526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2132 0 0 0 37 0 0 0 20 0 19 0 27221912 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3501 0 0 0 40 0 0 0 20 0 19 0 27221912 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 17864 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.10 2.07 2.01 3/214 26701
/proc/meminfo: memFree=31100004/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 9350 0 1 0 705 3 0 0 20 0 19 0 27221906 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 19394 2271 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2443 0 1 0 623 1 0 0 20 0 19 0 27221907 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256820645568 140256670793667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221908 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27221909 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2133 0 0 0 38 0 0 0 20 0 19 0 27221912 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3501 0 0 0 41 0 0 0 20 0 19 0 27221912 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 19394 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.00 4/214 26835
/proc/meminfo: memFree=30728084/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=1784.63 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 10751 0 1 0 178395 68 0 0 20 0 19 0 27221906 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 101348 2285 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=1776.93 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2501 0 1 0 177661 32 0 0 20 0 19 0 27221907 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256820645664 140256670833418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 187 0 0 0 20 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 119 0 0 0 19 4 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 78 0 0 0 19 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 231 0 0 0 22 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 113 0 0 0 19 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 193 0 0 0 17 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 71 0 0 0 15 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 181 0 0 0 16 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2133 0 0 0 38 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3507 0 0 0 44 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 104 0 0 0 33 37 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.07 2.06 2.00 3/214 26835
/proc/meminfo: memFree=30728116/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 10751 0 1 0 179934 68 0 0 20 0 19 0 27221906 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 101348 2285 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=1792.29 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2501 0 1 0 179196 33 0 0 20 0 19 0 27221907 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256820645664 140256670766848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 187 0 0 0 20 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 119 0 0 0 19 4 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 78 0 0 0 19 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 231 0 0 0 22 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 113 0 0 0 19 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 193 0 0 0 17 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 71 0 0 0 15 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 181 0 0 0 16 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2133 0 0 0 38 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3507 0 0 0 44 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 104 0 0 0 33 37 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.7 s]
/proc/loadavg: 2.07 2.06 2.00 3/214 26835
/proc/meminfo: memFree=30728116/32872528 swapFree=552864/567172
[pid=26682] ppid=26679 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/26682/stat : 26682 (java) S 26679 26682 26442 0 -1 4202496 10751 0 1 0 179934 68 0 0 20 0 19 0 27221906 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140734903058800 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26682/statm: 2406260 101348 2285 9 0 2396937 0
[pid=26682/tid=26684] ppid=26679 vsize=9625040 CPUtime=1792.29 cores=1,3,5,7
/proc/26682/task/26684/stat : 26684 (java) R 26679 26682 26442 0 -1 4202560 2501 0 1 0 179196 33 0 0 20 0 19 0 27221907 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256820645664 140256670766848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26685] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26685/stat : 26685 (java) S 26679 26682 26442 0 -1 4202560 187 0 0 0 20 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256793107240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26686] ppid=26679 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26682/task/26686/stat : 26686 (java) S 26679 26682 26442 0 -1 4202560 119 0 0 0 19 4 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256792054440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26687] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26687/stat : 26687 (java) S 26679 26682 26442 0 -1 4202560 78 0 0 0 19 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256791002152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26688] ppid=26679 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26682/task/26688/stat : 26688 (java) S 26679 26682 26442 0 -1 4202560 231 0 0 0 22 3 0 0 20 0 19 0 27221908 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256789949352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26689] ppid=26679 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26682/task/26689/stat : 26689 (java) S 26679 26682 26442 0 -1 4202560 113 0 0 0 19 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256788896040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26690] ppid=26679 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26682/task/26690/stat : 26690 (java) S 26679 26682 26442 0 -1 4202560 193 0 0 0 17 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256659155112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26691] ppid=26679 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26682/task/26691/stat : 26691 (java) S 26679 26682 26442 0 -1 4202560 71 0 0 0 15 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256658102824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26682/tid=26692] ppid=26679 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/26682/task/26692/stat : 26692 (java) S 26679 26682 26442 0 -1 4202560 181 0 0 0 16 3 0 0 20 0 19 0 27221909 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256657050024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26682/tid=26693] ppid=26679 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26682/task/26693/stat : 26693 (java) S 26679 26682 26442 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256174103272 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26694] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26694/stat : 26694 (java) S 26679 26682 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256173049336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26695] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26695/stat : 26695 (java) S 26679 26682 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27221910 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256171996936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26696] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26696/stat : 26696 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256170945424 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26697] ppid=26679 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26682/task/26697/stat : 26697 (java) S 26679 26682 26442 0 -1 4202560 2133 0 0 0 38 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256169892024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26698] ppid=26679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/26682/task/26698/stat : 26698 (java) S 26679 26682 26442 0 -1 4202560 3507 0 0 0 44 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256168839224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26699] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26699/stat : 26699 (java) S 26679 26682 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256167787128 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26682/tid=26700] ppid=26679 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26682/task/26700/stat : 26700 (java) S 26679 26682 26442 0 -1 4202560 104 0 0 0 33 37 0 0 20 0 19 0 27221912 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256166734536 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26682/tid=26701] ppid=26679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26682/task/26701/stat : 26701 (java) S 26679 26682 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27221950 9856040960 101348 33554432000 1073741824 1073778376 140734903067664 140256165680552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.77
CPU time (s): 1800.02
CPU user time (s): 1799.34
CPU system time (s): 0.68
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.12183
maximum resident set size= 415752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38487
involuntary context switches= 17803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57985 second user time and 16.9354 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 13:50:40
IDJOB=4115873
IDBENCH=109399
IDSOLVER=2546
FILE ID=node138/4115873-1466941840
RUNJOBID= node138-1466940040-26459
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-size160-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115873-1466941840/watcher-4115873-1466941840 -o /tmp/evaluation-result-4115873-1466941840/solver-4115873-1466941840 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115873-1466941840.opb

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

MD5SUM BENCH= 80aaf8924f6ff1db370b1fb6930c6ef9
RANDOM SEED=2135437249

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31170416 kB
Buffers:            4132 kB
Cached:           216312 kB
SwapCached:         3788 kB
Active:           218768 kB
Inactive:         202240 kB
Active(anon):     197904 kB
Inactive(anon):     5288 kB
Active(file):      20864 kB
Inactive(file):   196952 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1256 kB
Writeback:             8 kB
AnonPages:        777972 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             566040 kB
SReclaimable:       9636 kB
SUnreclaim:       556404 kB
KernelStack:        1632 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:20:38