Trace number 4119341

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 Res+CP PB16SAT (TO)-66 1800.18 898.687

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament18.opb
MD5SUMc8f6cd587294bfaaf20eba0d8d06f6ae
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-74
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 389
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 420
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 420
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4119341-1467253585.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.19	c ... done. Wall clock time 0.06s.
0.08/0.19	c declared #vars     153
0.08/0.19	c internal #vars     441
0.08/0.19	c #constraints  576
0.08/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 288
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.08/0.19	c 576 constraints processed.
0.08/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 288
0.08/0.19	c 576 constraints processed.
0.08/0.19	c objective function length is 389 literals
0.20/0.20	c And the winner is solver0
0.20/0.69	c SATISFIABLE
0.20/0.69	c OPTIMIZING...
0.20/0.69	c Got one! Elapsed wall clock time (in seconds):0.565
0.20/0.69	o -48
0.20/0.78	c And the winner is solver1
0.77/1.20	c Got one! Elapsed wall clock time (in seconds):1.072
0.77/1.20	o -49
0.78/1.27	c And the winner is solver1
1.13/1.71	c Got one! Elapsed wall clock time (in seconds):1.576
1.13/1.71	o -50
2.39/2.19	c cleaning 2717 clauses out of 5434 with flag 10285/5434
3.52/2.59	c cleaning 4359 clauses out of 8717 with flag 22396/11434
4.08/2.70	c And the winner is solver1
4.08/2.71	c Got one! Elapsed wall clock time (in seconds):2.579
4.08/2.71	o -51
4.66/2.97	c cleaning 5004 clauses out of 10014 with flag 8464/17090
5.49/3.34	c cleaning 5505 clauses out of 11011 with flag 21332/23091
6.69/3.83	c cleaning 6248 clauses out of 12506 with flag 36481/30091
8.21/4.43	c cleaning 7126 clauses out of 14257 with flag 53553/38090
9.57/5.05	c cleaning 8065 clauses out of 16132 with flag 72633/47091
10.97/5.71	c cleaning 9034 clauses out of 18067 with flag 93603/57091
12.65/6.52	c cleaning 10017 clauses out of 20033 with flag 115851/68091
12.87/6.66	c And the winner is solver1
12.98/6.71	c Got one! Elapsed wall clock time (in seconds):6.583
12.98/6.71	o -52
13.35/6.91	c cleaning 7645 clauses out of 15300 with flag 6393/73375
14.22/7.33	c cleaning 6823 clauses out of 13655 with flag 19357/79375
15.05/7.78	c cleaning 6912 clauses out of 13832 with flag 34927/86375
16.03/8.29	c cleaning 7461 clauses out of 14921 with flag 52278/94376
17.25/8.88	c cleaning 8228 clauses out of 16461 with flag 71744/103377
18.96/9.68	c cleaning 9113 clauses out of 18232 with flag 93300/113376
20.75/10.56	c cleaning 10058 clauses out of 20120 with flag 117106/124377
22.86/11.56	c cleaning 11029 clauses out of 22061 with flag 142877/136376
25.11/12.66	c cleaning 12011 clauses out of 24031 with flag 170948/149375
25.71/12.92	c And the winner is solver1
25.74/13.26	c Got one! Elapsed wall clock time (in seconds):13.131
25.74/13.26	o -53
26.01/13.44	c cleaning 8897 clauses out of 17803 with flag 4300/155158
26.81/13.89	c cleaning 7448 clauses out of 14906 with flag 17069/161158
27.81/14.38	c cleaning 7227 clauses out of 14457 with flag 31973/168157
29.00/14.94	c cleaning 7614 clauses out of 15230 with flag 49336/176157
30.75/15.71	c cleaning 8304 clauses out of 16616 with flag 68691/185157
31.55/16.18	c And the winner is solver1
31.70/16.26	c Got one! Elapsed wall clock time (in seconds):16.134
31.70/16.26	o -54
32.37/16.65	c cleaning 9706 clauses out of 19416 with flag 10666/196261
33.16/17.04	c cleaning 7848 clauses out of 15710 with flag 23432/202261
34.16/17.51	c cleaning 7428 clauses out of 14862 with flag 38307/209261
35.16/18.08	c cleaning 7715 clauses out of 15435 with flag 55222/217262
36.36/18.61	c And the winner is solver1
36.38/18.77	c Got one! Elapsed wall clock time (in seconds):18.637
36.38/18.77	o -55
37.04/19.16	c cleaning 10168 clauses out of 20336 with flag 10570/229878
38.40/19.70	c cleaning 8083 clauses out of 16168 with flag 23368/235878
39.20/20.19	c cleaning 7539 clauses out of 15086 with flag 38183/242879
40.40/20.75	c cleaning 7773 clauses out of 15546 with flag 55217/250878
41.60/21.38	c cleaning 8383 clauses out of 16774 with flag 74330/259879
43.22/22.12	c cleaning 9195 clauses out of 18390 with flag 95590/269878
44.80/22.96	c cleaning 10097 clauses out of 20197 with flag 118961/280880
46.62/23.87	c cleaning 11049 clauses out of 22098 with flag 144481/292878
48.82/24.96	c cleaning 12025 clauses out of 24049 with flag 172152/305878
51.59/26.21	c cleaning 13012 clauses out of 26025 with flag 202082/319879
53.99/27.49	c cleaning 14003 clauses out of 28012 with flag 234076/334878
57.19/29.03	c cleaning 15005 clauses out of 30010 with flag 268226/350879
60.39/30.69	c cleaning 16002 clauses out of 32004 with flag 304311/367878
63.07/31.91	c And the winner is solver1
63.07/32.36	c Got one! Elapsed wall clock time (in seconds):32.233
63.07/32.36	o -56
63.73/32.78	c cleaning 16693 clauses out of 33391 with flag 10633/385267
64.73/33.20	c cleaning 11343 clauses out of 22698 with flag 23337/391267
65.53/33.65	c cleaning 9171 clauses out of 18355 with flag 38185/398267
66.75/34.23	c cleaning 8586 clauses out of 17184 with flag 55071/406267
67.93/34.87	c cleaning 8796 clauses out of 17599 with flag 74185/415268
69.53/35.64	c cleaning 9398 clauses out of 18802 with flag 95429/425267
71.16/36.49	c cleaning 10199 clauses out of 20404 with flag 118795/436267
73.37/37.55	c cleaning 11101 clauses out of 22206 with flag 144488/448268
75.76/38.77	c cleaning 12053 clauses out of 24105 with flag 172193/461268
78.37/40.01	c cleaning 13023 clauses out of 26051 with flag 202054/475267
81.53/41.51	c cleaning 14011 clauses out of 28028 with flag 234083/490267
84.73/43.17	c cleaning 15006 clauses out of 30017 with flag 267988/506267
88.33/44.95	c cleaning 16007 clauses out of 32013 with flag 303933/523269
92.13/46.88	c cleaning 17001 clauses out of 34005 with flag 342122/541268
96.33/48.94	c cleaning 17999 clauses out of 36003 with flag 382717/560267
100.87/51.10	c cleaning 19003 clauses out of 38006 with flag 425357/580269
101.27/51.33	c And the winner is solver1
101.27/51.37	c Got one! Elapsed wall clock time (in seconds):51.239
101.27/51.37	o -57
101.57/51.57	c cleaning 12280 clauses out of 24571 with flag 6321/585837
102.37/51.96	c cleaning 9137 clauses out of 18292 with flag 19072/591838
103.37/52.40	c cleaning 8074 clauses out of 16155 with flag 34009/598838
104.39/52.94	c cleaning 8041 clauses out of 16081 with flag 51041/606838
105.57/53.56	c cleaning 8512 clauses out of 17039 with flag 70116/615837
106.97/54.28	c cleaning 9262 clauses out of 18527 with flag 91203/625837
108.59/55.08	c cleaning 10132 clauses out of 20268 with flag 114467/636840
110.57/56.07	c cleaning 11067 clauses out of 22134 with flag 139848/648838
112.99/57.23	c cleaning 12026 clauses out of 24066 with flag 167368/661837
115.77/58.61	c cleaning 13018 clauses out of 26042 with flag 196948/675839
119.38/60.74	c cleaning 14005 clauses out of 28022 with flag 228786/690837
122.18/62.14	c cleaning 15006 clauses out of 30017 with flag 262895/706837
125.60/63.82	c cleaning 16006 clauses out of 32011 with flag 298956/723837
129.39/65.73	c cleaning 16996 clauses out of 34005 with flag 337350/741837
133.39/67.70	c cleaning 18001 clauses out of 36009 with flag 377997/760837
138.00/70.05	c cleaning 19002 clauses out of 38008 with flag 420866/780837
138.88/70.50	c And the winner is solver1
138.97/70.81	c Got one! Elapsed wall clock time (in seconds):70.685
138.97/70.81	o -58
139.15/70.90	c cleaning 12328 clauses out of 24668 with flag 2144/786499
139.95/71.31	c cleaning 9163 clauses out of 18340 with flag 14871/792499
140.75/71.76	c cleaning 8079 clauses out of 16177 with flag 29746/799499
141.75/72.27	c cleaning 8045 clauses out of 16098 with flag 46779/807499
142.95/72.84	c cleaning 8523 clauses out of 17054 with flag 65793/816500
144.35/73.54	c cleaning 9263 clauses out of 18530 with flag 87045/826499
145.95/74.37	c cleaning 10132 clauses out of 20268 with flag 110302/837500
147.95/75.35	c cleaning 11068 clauses out of 22136 with flag 135701/849500
149.95/76.39	c cleaning 12034 clauses out of 24068 with flag 163117/862500
152.55/77.63	c cleaning 13012 clauses out of 26034 with flag 192596/876500
155.35/79.03	c cleaning 14009 clauses out of 28021 with flag 224322/891499
158.43/80.54	c cleaning 15006 clauses out of 30013 with flag 258272/907500
161.63/82.13	c cleaning 15999 clauses out of 32006 with flag 294519/924499
164.84/83.76	c cleaning 17001 clauses out of 34008 with flag 332584/942500
168.63/85.69	c cleaning 18003 clauses out of 36007 with flag 372624/961500
173.03/87.87	c cleaning 19002 clauses out of 38004 with flag 414978/981500
177.71/90.18	c cleaning 19996 clauses out of 40001 with flag 459579/1002499
182.32/92.44	c cleaning 21000 clauses out of 42006 with flag 506331/1024500
186.92/94.78	c cleaning 22001 clauses out of 44006 with flag 555009/1047500
192.11/97.32	c cleaning 22996 clauses out of 46004 with flag 606377/1071499
197.73/100.14	c cleaning 24004 clauses out of 48008 with flag 659833/1096499
203.23/102.86	c cleaning 25003 clauses out of 50005 with flag 715052/1122500
209.44/105.96	c cleaning 25999 clauses out of 52001 with flag 772872/1149499
216.80/109.50	c cleaning 27000 clauses out of 54003 with flag 832758/1177500
224.77/113.46	c cleaning 28002 clauses out of 56003 with flag 894856/1206500
232.76/117.46	c cleaning 28994 clauses out of 58000 with flag 958662/1236499
240.96/121.51	c cleaning 29999 clauses out of 60006 with flag 1024377/1267499
250.54/126.68	c cleaning 31000 clauses out of 62008 with flag 1092081/1299500
260.57/131.70	c cleaning 32002 clauses out of 64007 with flag 1162033/1332499
271.82/137.25	c cleaning 32997 clauses out of 66005 with flag 1234228/1366499
281.81/142.24	c cleaning 33997 clauses out of 68008 with flag 1308901/1401499
291.28/146.95	c cleaning 35007 clauses out of 70013 with flag 1386746/1437501
300.48/151.59	c cleaning 35999 clauses out of 72006 with flag 1465977/1474501
312.13/157.27	c cleaning 36999 clauses out of 74006 with flag 1546426/1512500
324.53/163.42	c cleaning 37999 clauses out of 76007 with flag 1629054/1551500
337.84/170.02	c cleaning 38998 clauses out of 78008 with flag 1714010/1591500
339.44/170.82	c And the winner is solver1
339.44/171.26	c Got one! Elapsed wall clock time (in seconds):171.129
339.44/171.26	o -59
340.34/171.73	c cleaning 25316 clauses out of 50631 with flag 10771/1603121
341.13/172.18	c cleaning 15651 clauses out of 31316 with flag 23509/1609122
342.13/172.63	c cleaning 11328 clauses out of 22664 with flag 38447/1616121
343.13/173.17	c cleaning 9664 clauses out of 19336 with flag 55478/1624121
344.54/173.81	c cleaning 9329 clauses out of 18672 with flag 74695/1633121
345.73/174.49	c cleaning 9667 clauses out of 19344 with flag 95931/1643122
347.53/175.32	c cleaning 10331 clauses out of 20676 with flag 119602/1654121
349.33/176.25	c cleaning 11170 clauses out of 22345 with flag 145605/1666121
351.34/177.22	c cleaning 12086 clauses out of 24176 with flag 173572/1679122
353.66/178.33	c cleaning 13042 clauses out of 26091 with flag 203774/1693123
356.25/179.60	c cleaning 14020 clauses out of 28047 with flag 236189/1708121
358.85/180.92	c cleaning 15014 clauses out of 30029 with flag 270540/1724123
361.65/182.36	c cleaning 16005 clauses out of 32014 with flag 306937/1741122
364.85/183.92	c cleaning 17002 clauses out of 34010 with flag 345131/1759123
368.25/185.65	c cleaning 18004 clauses out of 36007 with flag 385462/1778122
372.05/187.54	c cleaning 18996 clauses out of 38002 with flag 427693/1798121
376.19/189.53	c cleaning 20001 clauses out of 40008 with flag 472307/1819123
380.59/191.70	c cleaning 21003 clauses out of 42006 with flag 519517/1841122
385.19/194.03	c cleaning 21998 clauses out of 44002 with flag 568222/1864121
386.60/194.78	c And the winner is solver1
386.65/195.27	c Got one! Elapsed wall clock time (in seconds):195.138
386.65/195.27	o -66
387.31/195.67	c cleaning 17951 clauses out of 35913 with flag 10704/1878030
388.31/196.10	c cleaning 11979 clauses out of 23962 with flag 23524/1884030
389.11/196.59	c cleaning 9486 clauses out of 18984 with flag 38470/1891031
390.31/197.13	c cleaning 8746 clauses out of 17499 with flag 55380/1899032
391.51/197.75	c cleaning 8871 clauses out of 17751 with flag 74567/1908030
392.91/198.42	c cleaning 9438 clauses out of 18880 with flag 95735/1918030
394.66/199.26	c cleaning 10218 clauses out of 20442 with flag 119058/1929030
396.45/200.14	c cleaning 11113 clauses out of 22226 with flag 144414/1941032
398.44/201.19	c cleaning 12056 clauses out of 24111 with flag 172084/1954030
400.64/202.30	c cleaning 13025 clauses out of 26055 with flag 201717/1968030
403.26/203.53	c cleaning 14011 clauses out of 28031 with flag 233402/1983031
405.84/204.83	c cleaning 15007 clauses out of 30021 with flag 267337/1999032
408.84/206.35	c cleaning 16005 clauses out of 32013 with flag 303310/2016031
412.06/207.96	c cleaning 17001 clauses out of 34008 with flag 341429/2034031
415.84/209.81	c cleaning 18004 clauses out of 36007 with flag 381672/2053031
420.04/211.90	c cleaning 19001 clauses out of 38002 with flag 424001/2073030
424.64/214.12	c cleaning 19995 clauses out of 40002 with flag 468579/2094031
429.85/216.71	c cleaning 20999 clauses out of 42006 with flag 514984/2116030
434.84/219.27	c cleaning 22003 clauses out of 44007 with flag 564057/2139030
440.82/222.10	c cleaning 23001 clauses out of 46004 with flag 615047/2163030
447.02/225.29	c cleaning 23999 clauses out of 48004 with flag 668222/2188031
453.21/228.38	c cleaning 25003 clauses out of 50005 with flag 724336/2214031
459.80/231.56	c cleaning 25997 clauses out of 52001 with flag 781740/2241030
466.60/234.99	c cleaning 27001 clauses out of 54005 with flag 841159/2269031
474.00/238.68	c cleaning 27999 clauses out of 56005 with flag 902748/2298032
482.00/242.51	c cleaning 29002 clauses out of 58004 with flag 966684/2328030
489.81/246.42	c cleaning 30002 clauses out of 60003 with flag 1032836/2359031
498.20/250.60	c cleaning 30998 clauses out of 62002 with flag 1100973/2391032
509.83/256.40	c cleaning 32001 clauses out of 64002 with flag 1170653/2424030
520.67/261.67	c cleaning 32997 clauses out of 66002 with flag 1242573/2458031
531.46/267.04	c cleaning 33997 clauses out of 68004 with flag 1317325/2493030
541.93/272.17	c cleaning 34999 clauses out of 70007 with flag 1394062/2529030
552.15/277.21	c cleaning 36003 clauses out of 72008 with flag 1473025/2566030
563.82/282.92	c cleaning 37000 clauses out of 74005 with flag 1554021/2604030
576.23/289.19	c cleaning 37997 clauses out of 76006 with flag 1637119/2643031
588.10/294.91	c cleaning 38998 clauses out of 78008 with flag 1722196/2683030
599.53/300.54	c cleaning 40006 clauses out of 80011 with flag 1809614/2724031
610.34/305.99	c cleaning 40994 clauses out of 82004 with flag 1899461/2766030
622.33/311.88	c cleaning 42003 clauses out of 84010 with flag 1991500/2809030
634.75/318.09	c cleaning 42998 clauses out of 86008 with flag 2085577/2853031
648.71/324.99	c cleaning 43998 clauses out of 88009 with flag 2181679/2898030
649.98/325.52	c cleaning 0 clauses out of 10280 with flag 0/10280
664.89/332.71	c cleaning 45003 clauses out of 90011 with flag 2279921/2944030
681.07/340.70	c cleaning 45999 clauses out of 92008 with flag 2380197/2991030
700.25/350.25	c cleaning 47002 clauses out of 94009 with flag 2482505/3039030
716.85/358.59	c cleaning 47998 clauses out of 96008 with flag 2587415/3088031
736.02/368.04	c cleaning 49003 clauses out of 98010 with flag 2695007/3138031
754.04/376.96	c cleaning 49999 clauses out of 100007 with flag 2804633/3189031
773.46/386.52	c cleaning 51004 clauses out of 102008 with flag 2916146/3241031
790.86/395.21	c cleaning 51995 clauses out of 104004 with flag 3030573/3294031
808.92/404.10	c cleaning 53004 clauses out of 106008 with flag 3146303/3348030
829.36/414.25	c cleaning 53999 clauses out of 108005 with flag 3263957/3403031
848.61/423.74	c cleaning 55000 clauses out of 110006 with flag 3384485/3459031
870.87/434.73	c cleaning 56001 clauses out of 112006 with flag 3506551/3516031
894.00/446.04	c cleaning 56998 clauses out of 114005 with flag 3630778/3574031
914.87/456.35	c cleaning 58002 clauses out of 116008 with flag 3757918/3633032
937.76/468.48	c cleaning 59000 clauses out of 118004 with flag 3887537/3693030
964.09/481.54	c cleaning 59999 clauses out of 120004 with flag 4018745/3754030
989.78/494.33	c cleaning 61001 clauses out of 122006 with flag 4153526/3816031
1015.40/507.09	c cleaning 61998 clauses out of 124005 with flag 4290906/3879031
1039.71/519.15	c cleaning 62998 clauses out of 126007 with flag 4430062/3943031
1064.81/531.62	c cleaning 64001 clauses out of 128011 with flag 4570092/4008033
1090.56/544.42	c cleaning 65000 clauses out of 130007 with flag 4712911/4074030
1119.54/558.89	c cleaning 66000 clauses out of 132007 with flag 4857522/4141030
1146.33/572.24	c cleaning 67002 clauses out of 134009 with flag 5004213/4209032
1171.32/584.70	c cleaning 68001 clauses out of 136005 with flag 5152381/4278030
1195.31/596.79	c cleaning 68997 clauses out of 138004 with flag 5303519/4348030
1225.29/611.67	c cleaning 70002 clauses out of 140010 with flag 5455306/4419033
1251.66/624.79	c cleaning 71000 clauses out of 142005 with flag 5608834/4491030
1278.05/637.90	c cleaning 71999 clauses out of 144006 with flag 5765618/4564031
1303.06/650.47	c cleaning 73001 clauses out of 146006 with flag 5923695/4638030
1330.89/664.28	c cleaning 74000 clauses out of 148005 with flag 6083235/4713030
1358.68/678.18	c cleaning 75001 clauses out of 150005 with flag 6245150/4789030
1384.49/691.02	c cleaning 75999 clauses out of 152005 with flag 6410224/4866031
1412.28/704.90	c cleaning 76999 clauses out of 154006 with flag 6577820/4944031
1444.67/721.17	c cleaning 78000 clauses out of 156007 with flag 6748554/5023031
1472.12/734.80	c cleaning 78999 clauses out of 158007 with flag 6918672/5103031
1496.52/747.00	c cleaning 79999 clauses out of 160008 with flag 7091616/5184031
1527.31/762.39	c cleaning 81002 clauses out of 162008 with flag 7266797/5266030
1557.50/777.47	c cleaning 82001 clauses out of 164007 with flag 7443858/5349031
1588.49/792.92	c cleaning 83002 clauses out of 166006 with flag 7622506/5433031
1620.48/808.93	c cleaning 84000 clauses out of 168004 with flag 7803640/5518031
1654.47/826.00	c cleaning 84996 clauses out of 170003 with flag 7989882/5604030
1685.88/841.70	c cleaning 86000 clauses out of 172008 with flag 8176579/5691031
1721.40/859.24	c cleaning 86999 clauses out of 174007 with flag 8366828/5779030
1758.60/877.88	c cleaning 88000 clauses out of 176009 with flag 8560297/5868031
1798.78/897.99	c cleaning 89001 clauses out of 178010 with flag 8756144/5958032
1800.18/898.60	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.60	c starts		: 117377
1800.18/898.60	c conflicts		: 5962462
1800.18/898.60	c decisions		: 17968788
1800.18/898.60	c propagations		: 142191146
1800.18/898.60	c inspects		: 13046944027
1800.18/898.60	c shortcuts		: 0
1800.18/898.60	c learnt literals	: 0
1800.18/898.60	c learnt binary clauses	: 0
1800.18/898.60	c learnt ternary clauses	: 0
1800.18/898.60	c learnt constraints	: 5962462
1800.18/898.60	c ignored constraints	: 0
1800.18/898.60	c root simplifications	: 0
1800.18/898.60	c removed literals (reason simplification)	: 6205326
1800.18/898.60	c reason swapping (by a shorter reason)	: 0
1800.18/898.60	c Calls to reduceDB	: 213
1800.18/898.60	c Number of update (reduction) of LBD	: 292308
1800.18/898.60	c Imported unit clauses	: 0
1800.18/898.60	c number of reductions to clauses (during analyze)	: 0
1800.18/898.60	c number of learned constraints concerned by reduction	: 0
1800.18/898.60	c number of learning phase by resolution	: 0
1800.18/898.60	c number of learning phase by cutting planes	: 0
1800.18/898.60	c speed (assignments/second)	: 202167.60197516682
1800.18/898.60	c non guided choices	5
1800.18/898.63	c learnt constraints type 
1800.18/898.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93439
1800.18/898.63	c >>>>>>>>>> Solver number 1 (12 answers) <<<<<<<<<<<<<<<<<<
1800.18/898.63	c starts		: 49
1800.18/898.63	c conflicts		: 13027
1800.18/898.63	c decisions		: 47721
1800.18/898.63	c propagations		: 347421
1800.18/898.63	c inspects		: 495051346
1800.18/898.63	c shortcuts		: 0
1800.18/898.63	c learnt literals	: 0
1800.18/898.63	c learnt binary clauses	: 0
1800.18/898.63	c learnt ternary clauses	: 0
1800.18/898.63	c learnt constraints	: 13026
1800.18/898.63	c ignored constraints	: 0
1800.18/898.63	c root simplifications	: 0
1800.18/898.63	c removed literals (reason simplification)	: 0
1800.18/898.63	c reason swapping (by a shorter reason)	: 0
1800.18/898.63	c Calls to reduceDB	: 1
1800.18/898.63	c Number of update (reduction) of LBD	: 0
1800.18/898.63	c Imported unit clauses	: 0
1800.18/898.63	c number of reductions to clauses (during analyze)	: 0
1800.18/898.63	c number of learned constraints concerned by reduction	: 0
1800.18/898.63	c number of learning phase by resolution	: 0
1800.18/898.63	c number of learning phase by cutting planes	: 0
1800.18/898.63	c speed (assignments/second)	: 386.9149573572878
1800.18/898.63	c non guided choices	4
1800.18/898.63	c learnt constraints type 
1800.18/898.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.18/898.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13019
1800.18/898.63	s SATISFIABLE
1800.18/898.63	c Found 13 solution(s)
1800.18/898.63	v -x1 -x2 -x3 -x4 -x5 x6 -x7 x8 x9 x10 -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 x33 x34 x35 x36 -x37 x38 x39 -x40 x41 -x42 -x43 x44 -x45 -x46 x47 -x48 x49 x50 x51 x52 x53 x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 x73 -x74 -x75 x76 x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 -x93 x94 -x95 x96 x97 x98 -x99 x100 -x101 -x102 x103 -x104 x105 x106 -x107 -x108 x109 x110 x111 x112 x113 -x114 x115 x116 x117 x118 x119 -x120 x121 x122 -x123 x124 -x125 x126 x127 -x128 x129 x130 x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 x139 -x140 x141 x142 x143 x144 x145 x146 x147 -x148 x149 -x150 x151 x152 x153 
1800.18/898.64	c objective function=-66
1800.18/898.64	c Total wall clock time (in seconds): 898.506

Verifier Data

OK	-66

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-4119341-1467253585/watcher-4119341-1467253585 -o /tmp/evaluation-result-4119341-1467253585/solver-4119341-1467253585 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119341-1467253585.opb 

pid=14248
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.16 3.74 3.43 4/197 14251
/proc/meminfo: memFree=26096712/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14251/stat : 14251 (java) R 14248 14251 11545 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 6325966 9515008 184 33554432000 1073741824 1073778376 140737392001088 140737391992312 219513777591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2325 184 142 9 0 73 0

[startup+0.10006 s]
/proc/loadavg: 4.16 3.74 3.43 4/197 14251
/proc/meminfo: memFree=26096712/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 4165 0 1 0 7 1 0 0 20 0 18 0 6325966 9787879424 5284 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2389619 5287 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.201258 s]
/proc/loadavg: 4.16 3.74 3.43 4/197 14251
/proc/meminfo: memFree=26096712/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9691604 CPUtime=0.2 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 4578 0 1 0 19 1 0 0 20 0 20 0 6325966 9924202496 7709 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2422901 7709 2180 9 0 2413578 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9691604

[startup+0.300301 s]
/proc/loadavg: 4.16 3.74 3.43 4/197 14251
/proc/meminfo: memFree=26096712/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 4615 0 1 0 19 1 0 0 20 0 19 0 6325966 10060525568 7738 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 7738 2192 9 0 2446860 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+0.700207 s]
/proc/loadavg: 4.16 3.74 3.43 4/197 14251
/proc/meminfo: memFree=26096712/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 4615 0 1 0 19 1 0 0 20 0 19 0 6325966 10060525568 7738 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 7738 2192 9 0 2446860 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.16 3.74 3.43 3/216 14276
/proc/meminfo: memFree=26052704/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 13084 0 1 0 106 7 0 0 20 0 19 0 6325966 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 14627 2243 9 0 2446860 0
[pid=14251/tid=14253] ppid=14248 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/14251/task/14253/stat : 14253 (java) S 14248 14251 11545 0 -1 4202560 2409 0 1 0 16 0 0 0 20 0 19 0 6325967 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450114663288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14254] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14254/stat : 14254 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450076154536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14255] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14255/stat : 14255 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450075101992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14256] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14256/stat : 14256 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450074049448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14257] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14257/stat : 14257 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450072996904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14258] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14258/stat : 14258 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450071943336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14259] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14259/stat : 14259 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450070890792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14260] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14260/stat : 14260 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450069838248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6325969 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6325970 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6325971 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6325971 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325973 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 5994 0 0 0 35 2 0 0 20 0 19 0 6325973 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 3323 0 0 0 24 0 0 0 20 0 19 0 6325973 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325973 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6325973 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6326037 10060525568 14627 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.16 3.74 3.43 5/219 14282
/proc/meminfo: memFree=25998264/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 19630 0 1 0 494 13 0 0 20 0 22 0 6325966 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 45283 2279 9 0 2446860 0
[pid=14251/tid=14253] ppid=14248 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14251/task/14253/stat : 14253 (java) S 14248 14251 11545 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 22 0 6325967 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450114663288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14254] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14254/stat : 14254 (java) S 14248 14251 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450076154536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14255] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14255/stat : 14255 (java) S 14248 14251 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450075101992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14256] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14256/stat : 14256 (java) S 14248 14251 11545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450074049448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14257] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14257/stat : 14257 (java) S 14248 14251 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450072996904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14258] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14258/stat : 14258 (java) S 14248 14251 11545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450071943336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14259] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14259/stat : 14259 (java) S 14248 14251 11545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450070890792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14260] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14260/stat : 14260 (java) S 14248 14251 11545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450069838248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 6325969 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6325970 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 7681 0 0 0 97 2 0 0 20 0 22 0 6325973 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 8062 0 0 0 74 1 0 0 20 0 22 0 6325973 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326037 10060525568 45283 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.15 3.75 3.43 5/219 14285
/proc/meminfo: memFree=25831504/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=12.25 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 25402 0 1 0 1198 27 0 0 20 0 22 0 6325966 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 93452 2280 9 0 2446860 0
[pid=14251/tid=14253] ppid=14248 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14251/task/14253/stat : 14253 (java) S 14248 14251 11545 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 22 0 6325967 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450114663288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14254] ppid=14248 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14251/task/14254/stat : 14254 (java) S 14248 14251 11545 0 -1 4202560 175 0 0 0 8 3 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450076154536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14255] ppid=14248 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/14251/task/14255/stat : 14255 (java) S 14248 14251 11545 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450075101992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14256] ppid=14248 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14251/task/14256/stat : 14256 (java) S 14248 14251 11545 0 -1 4202560 58 0 0 0 4 0 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450074049448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14257] ppid=14248 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14251/task/14257/stat : 14257 (java) S 14248 14251 11545 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450072996904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14258] ppid=14248 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/14251/task/14258/stat : 14258 (java) S 14248 14251 11545 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450071943336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14259] ppid=14248 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14251/task/14259/stat : 14259 (java) S 14248 14251 11545 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450070890792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14260] ppid=14248 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/14251/task/14260/stat : 14260 (java) S 14248 14251 11545 0 -1 4202560 153 0 0 0 6 2 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450069838248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 6325969 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 220 0 0 0 0 0 0 0 20 0 22 0 6325970 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 7682 0 0 0 111 2 0 0 20 0 22 0 6325973 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 13007 0 0 0 113 2 0 0 20 0 22 0 6325973 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326037 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14283] ppid=14248 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/14251/task/14283/stat : 14283 (java) R 14248 14251 11545 0 -1 4202560 9 0 0 0 341 0 0 0 20 0 22 0 6326238 10060525568 93452 33554432000 1073741824 1073778376 140735617355216 140449928902912 140449944140192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14284] ppid=14248 vsize=9824732 CPUtime=3.41 cores=0,2,4,6

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

[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 757 0 0 0 290 15 0 0 20 0 22 0 6325969 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 2109 0 0 0 298 5 0 0 20 0 22 0 6325970 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 7688 0 0 0 120 2 0 0 20 0 22 0 6325973 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 24358 0 0 0 213 4 0 0 20 0 22 0 6325973 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 49 0 0 0 10 16 0 0 20 0 22 0 6325973 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326037 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14314] ppid=14248 vsize=9824732 CPUtime=619.47 cores=0,2,4,6
/proc/14251/task/14314/stat : 14314 (java) R 14248 14251 11545 0 -1 4202560 22 0 0 0 61937 10 0 0 20 0 22 0 6345493 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449928896640 140449944158711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14315] ppid=14248 vsize=9824732 CPUtime=619.41 cores=0,2,4,6
/proc/14251/task/14315/stat : 14315 (java) R 14248 14251 11545 0 -1 4202560 29 0 0 0 61932 9 0 0 20 0 22 0 6345493 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140448786012656 140449944446721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14316] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14316/stat : 14316 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6345493 10060525568 869441 33554432000 1073741824 1073778376 140735617355216 140449929958952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1646.79
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 4.17 3.90 5/219 14424
/proc/meminfo: memFree=23567500/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=1767.12 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 44918 0 1 0 176505 207 0 0 20 0 22 0 6325966 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 881730 2296 9 0 2446860 0
[pid=14251/tid=14253] ppid=14248 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/14251/task/14253/stat : 14253 (java) S 14248 14251 11545 0 -1 4202560 2419 0 1 0 21 2 0 0 20 0 22 0 6325967 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450114663288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14254] ppid=14248 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/14251/task/14254/stat : 14254 (java) S 14248 14251 11545 0 -1 4202560 718 0 0 0 287 18 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450076154536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14255] ppid=14248 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/14251/task/14255/stat : 14255 (java) S 14248 14251 11545 0 -1 4202560 774 0 0 0 282 17 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450075101992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14256] ppid=14248 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14251/task/14256/stat : 14256 (java) S 14248 14251 11545 0 -1 4202560 563 0 0 0 262 11 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450074049448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14257] ppid=14248 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/14251/task/14257/stat : 14257 (java) S 14248 14251 11545 0 -1 4202560 701 0 0 0 242 12 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450072996904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14258] ppid=14248 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/14251/task/14258/stat : 14258 (java) S 14248 14251 11545 0 -1 4202560 632 0 0 0 290 15 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450071943336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14259] ppid=14248 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14251/task/14259/stat : 14259 (java) S 14248 14251 11545 0 -1 4202560 606 0 0 0 261 15 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450070890792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14260] ppid=14248 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/14251/task/14260/stat : 14260 (java) S 14248 14251 11545 0 -1 4202560 651 0 0 0 254 17 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450069838248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 776 0 0 0 297 16 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 2111 0 0 0 298 6 0 0 20 0 22 0 6325970 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 7688 0 0 0 120 2 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 24358 0 0 0 213 4 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326037 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14314] ppid=14248 vsize=9824732 CPUtime=679.12 cores=0,2,4,6
/proc/14251/task/14314/stat : 14314 (java) R 14248 14251 11545 0 -1 4202560 23 0 0 0 67901 11 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449928896640 140449944279675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14315] ppid=14248 vsize=9824732 CPUtime=679.07 cores=0,2,4,6
/proc/14251/task/14315/stat : 14315 (java) R 14248 14251 11545 0 -1 4202560 29 0 0 0 67897 10 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140448786012656 140449944446697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14316] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14316/stat : 14316 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449929958952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.30 4.23 3.92 5/219 14425
/proc/meminfo: memFree=23606940/32872528 swapFree=13208/1155804
[pid=14251] ppid=14248 vsize=9824732 CPUtime=1799.7 cores=0,2,4,6
/proc/14251/stat : 14251 (java) S 14248 14251 11545 0 -1 4202496 44920 0 1 0 179763 207 0 0 20 0 22 0 6325966 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140735617346352 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14251/statm: 2456183 881730 2296 9 0 2446860 0
[pid=14251/tid=14253] ppid=14248 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/14251/task/14253/stat : 14253 (java) S 14248 14251 11545 0 -1 4202560 2419 0 1 0 21 2 0 0 20 0 22 0 6325967 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450114663288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14254] ppid=14248 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/14251/task/14254/stat : 14254 (java) S 14248 14251 11545 0 -1 4202560 718 0 0 0 287 18 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450076154536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14255] ppid=14248 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/14251/task/14255/stat : 14255 (java) S 14248 14251 11545 0 -1 4202560 774 0 0 0 282 17 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450075101992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14256] ppid=14248 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14251/task/14256/stat : 14256 (java) S 14248 14251 11545 0 -1 4202560 563 0 0 0 262 11 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450074049448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14257] ppid=14248 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/14251/task/14257/stat : 14257 (java) S 14248 14251 11545 0 -1 4202560 701 0 0 0 242 12 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450072996904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14258] ppid=14248 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/14251/task/14258/stat : 14258 (java) S 14248 14251 11545 0 -1 4202560 632 0 0 0 290 15 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450071943336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14259] ppid=14248 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14251/task/14259/stat : 14259 (java) S 14248 14251 11545 0 -1 4202560 606 0 0 0 261 15 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450070890792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14260] ppid=14248 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/14251/task/14260/stat : 14260 (java) S 14248 14251 11545 0 -1 4202560 651 0 0 0 254 17 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450069838248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14261] ppid=14248 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/14251/task/14261/stat : 14261 (java) S 14248 14251 11545 0 -1 4202560 776 0 0 0 297 16 0 0 20 0 22 0 6325969 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140450068785704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14262] ppid=14248 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/14251/task/14262/stat : 14262 (java) S 14248 14251 11545 0 -1 4202560 2111 0 0 0 298 6 0 0 20 0 22 0 6325970 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449938381416 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14263] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14263/stat : 14263 (java) S 14248 14251 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449937327736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14264] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14264/stat : 14264 (java) S 14248 14251 11545 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 6325971 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449936275080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14265] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14265/stat : 14265 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449935223824 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14266] ppid=14248 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/14251/task/14266/stat : 14266 (java) S 14248 14251 11545 0 -1 4202560 7688 0 0 0 120 2 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449934170168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14267] ppid=14248 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/14251/task/14267/stat : 14267 (java) S 14248 14251 11545 0 -1 4202560 24358 0 0 0 213 4 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449933117624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14251/tid=14268] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14268/stat : 14268 (java) S 14248 14251 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449932065272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14269] ppid=14248 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/14251/task/14269/stat : 14269 (java) S 14248 14251 11545 0 -1 4202560 53 0 0 0 12 16 0 0 20 0 22 0 6325973 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449931012936 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14276] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14276/stat : 14276 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6326037 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140448784962600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14251/tid=14314] ppid=14248 vsize=9824732 CPUtime=695.36 cores=0,2,4,6
/proc/14251/task/14314/stat : 14314 (java) R 14248 14251 11545 0 -1 4202560 23 0 0 0 69525 11 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449928896640 140449944474592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14251/tid=14315] ppid=14248 vsize=9824732 CPUtime=695.32 cores=0,2,4,6
/proc/14251/task/14315/stat : 14315 (java) R 14248 14251 11545 0 -1 4202560 29 0 0 0 69522 10 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140448786012656 140449944446717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14251/tid=14316] ppid=14248 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14251/task/14316/stat : 14316 (java) S 14248 14251 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6345493 10060525568 881730 33554432000 1073741824 1073778376 140735617355216 140449929958952 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (KiB) 9824732

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 14251 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14251 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=79258
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=461625
# CPU time returned by wait4() is 1796.54
# while last known CPU time is 1799.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.480015
#  lost CPU user time (s): 0.520012
#  lost CPU system time (s): -0.04

Real time (s): 898.687
CPU time (s): 1800.18
CPU user time (s): 1798.15
CPU system time (s): 2.03
CPU usage (%): 200.312
Max. virtual memory (cumulated for all children) (KiB): 9825760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 2.46162
maximum resident set size= 3527052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44964
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23409
involuntary context switches= 24685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48501 second user time and 8.01978 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 04:26:25
IDJOB=4119341
IDBENCH=111706
IDSOLVER=2543
FILE ID=node114/4119341-1467253585
RUNJOBID= node114-1467246678-11561
PBS_JOBID= 20004474
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119341-1467253585/watcher-4119341-1467253585 -o /tmp/evaluation-result-4119341-1467253585/solver-4119341-1467253585 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119341-1467253585.opb

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

MD5SUM BENCH= c8f6cd587294bfaaf20eba0d8d06f6ae
RANDOM SEED=1216812209

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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:        26096984 kB
Buffers:          116608 kB
Cached:          1211164 kB
SwapCached:            0 kB
Active:          3647572 kB
Inactive:        1206632 kB
Active(anon):    3528996 kB
Inactive(anon):        0 kB
Active(file):     118576 kB
Inactive(file):  1206632 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       4735516 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             608536 kB
SReclaimable:      52768 kB
SUnreclaim:       555768 kB
KernelStack:        1808 kB
PageTables:        13732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5063812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4659200 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= 71668 MiB
End job on node114 at 2016-06-30 04:41:24