Trace number 4119225

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)-232 1800.13 900.762

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament40.opb
MD5SUMbeacf236e8936e3949a4f5d102073b09
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-263
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 1996
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 2164
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2164
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1520
Sum of products size (including duplicates)3040
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119225-1467250561.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.48/0.30	c ... done. Wall clock time 0.194s.
0.48/0.30	c declared #vars     780
0.48/0.30	c internal #vars     2300
0.48/0.30	c #constraints  3040
0.48/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1520
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1520
0.48/0.30	c 3040 constraints processed.
0.48/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1520
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1520
0.48/0.30	c 3040 constraints processed.
0.48/0.30	c objective function length is 1996 literals
0.48/0.34	c And the winner is solver0
0.61/0.81	c SATISFIABLE
0.61/0.81	c OPTIMIZING...
0.61/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
0.61/0.81	o -178
0.61/0.86	c And the winner is solver0
1.20/1.32	c Got one! Elapsed wall clock time (in seconds):1.217
1.20/1.32	o -179
1.48/1.42	c And the winner is solver0
1.66/1.84	c Got one! Elapsed wall clock time (in seconds):1.728
1.66/1.84	o -180
1.84/1.94	c And the winner is solver0
2.00/2.34	c Got one! Elapsed wall clock time (in seconds):2.234
2.00/2.34	o -181
2.93/2.72	c And the winner is solver0
3.04/2.85	c Got one! Elapsed wall clock time (in seconds):2.74
3.04/2.85	o -182
4.84/3.67	c And the winner is solver0
4.99/3.85	c Got one! Elapsed wall clock time (in seconds):3.744
4.99/3.85	o -183
5.51/4.11	c cleaning 3485 clauses out of 6980 with flag 2008/6980
8.25/5.45	c cleaning 4741 clauses out of 9494 with flag 14188/12979
11.45/7.02	c cleaning 5870 clauses out of 11753 with flag 28200/19979
14.33/8.45	c And the winner is solver0
14.49/8.86	c Got one! Elapsed wall clock time (in seconds):8.752
14.49/8.86	o -184
17.07/10.13	c cleaning 8622 clauses out of 17259 with flag 10024/31355
20.06/11.50	c cleaning 7311 clauses out of 14636 with flag 22025/37354
23.35/13.10	c cleaning 7153 clauses out of 14325 with flag 36025/44354
26.95/14.90	c cleaning 7578 clauses out of 15172 with flag 52034/52354
30.95/16.95	c cleaning 8290 clauses out of 16594 with flag 70045/61354
35.07/18.95	c And the winner is solver1
35.14/19.41	c Got one! Elapsed wall clock time (in seconds):19.305
35.14/19.41	o -212
37.32/20.58	c cleaning 10980 clauses out of 21970 with flag 10510/75020
39.92/21.89	c cleaning 8489 clauses out of 16990 with flag 23180/81020
43.21/23.45	c cleaning 7741 clauses out of 15500 with flag 38019/88019
46.81/25.30	c cleaning 7875 clauses out of 15760 with flag 54949/96020
51.04/27.31	c cleaning 8442 clauses out of 16884 with flag 73915/105019
55.43/29.57	c cleaning 9222 clauses out of 18443 with flag 94999/115020
61.04/32.20	c cleaning 10105 clauses out of 20221 with flag 118227/126020
66.64/35.02	c cleaning 11053 clauses out of 22115 with flag 143592/138019
73.24/38.31	c cleaning 12027 clauses out of 24062 with flag 170957/151019
81.46/42.31	c cleaning 13014 clauses out of 26036 with flag 200477/165020
83.26/43.21	c And the winner is solver1
83.26/43.50	c Got one! Elapsed wall clock time (in seconds):43.395
83.26/43.50	o -216
84.04/43.96	c cleaning 9167 clauses out of 18345 with flag 4229/170343
86.73/45.30	c cleaning 7584 clauses out of 15178 with flag 16844/176343
89.95/46.86	c cleaning 7291 clauses out of 14593 with flag 31641/183342
93.55/48.64	c cleaning 7646 clauses out of 15303 with flag 48462/191343
97.78/50.74	c cleaning 8322 clauses out of 16656 with flag 67475/200342
103.60/53.78	c And the winner is solver1
103.73/54.06	c Got one! Elapsed wall clock time (in seconds):53.954
103.73/54.06	o -220
105.99/55.22	c cleaning 11604 clauses out of 23217 with flag 10544/215225
108.79/56.64	c cleaning 8804 clauses out of 17613 with flag 23308/221225
112.01/58.25	c cleaning 7897 clauses out of 15809 with flag 38481/228225
115.81/60.12	c cleaning 7954 clauses out of 15914 with flag 55362/236227
120.01/62.21	c cleaning 8472 clauses out of 16959 with flag 74444/245226
124.81/64.69	c cleaning 9237 clauses out of 18486 with flag 95682/255225
130.81/67.56	c cleaning 10120 clauses out of 20249 with flag 118988/266225
136.42/70.39	c cleaning 11062 clauses out of 22128 with flag 144544/278224
137.44/70.84	c And the winner is solver1
137.44/71.07	c Got one! Elapsed wall clock time (in seconds):70.961
137.44/71.07	o -225
139.29/72.00	c cleaning 8509 clauses out of 17022 with flag 8412/284180
141.89/73.37	c cleaning 7250 clauses out of 14510 with flag 21070/290177
145.11/74.99	c cleaning 7125 clauses out of 14260 with flag 35839/297177
149.09/76.91	c cleaning 7565 clauses out of 15135 with flag 52747/305177
153.49/79.13	c cleaning 8279 clauses out of 16570 with flag 71707/314177
159.15/81.84	c cleaning 9142 clauses out of 18291 with flag 92810/324177
164.54/84.59	c cleaning 10072 clauses out of 20150 with flag 115935/335178
171.14/87.82	c cleaning 11039 clauses out of 22078 with flag 141226/347178
177.94/91.26	c cleaning 12014 clauses out of 24038 with flag 168622/360177
185.33/94.95	c cleaning 13006 clauses out of 26025 with flag 198259/374178
192.53/98.58	c cleaning 14002 clauses out of 28019 with flag 230015/389178
200.94/102.77	c cleaning 15005 clauses out of 30017 with flag 263876/405178
211.23/108.12	c cleaning 16001 clauses out of 32011 with flag 299748/422177
220.23/112.61	c cleaning 17005 clauses out of 34011 with flag 337776/440178
229.83/117.44	c cleaning 18000 clauses out of 36005 with flag 378086/459177
237.43/121.22	c And the winner is solver1
237.43/121.63	c Got one! Elapsed wall clock time (in seconds):121.524
237.43/121.63	o -226
239.75/122.84	c cleaning 18598 clauses out of 37206 with flag 10545/478378
242.55/124.28	c cleaning 12300 clauses out of 24609 with flag 23168/484379
245.95/125.93	c cleaning 9651 clauses out of 19308 with flag 37880/491378
249.92/127.88	c cleaning 8822 clauses out of 17658 with flag 54737/499379
254.32/130.02	c cleaning 8915 clauses out of 17836 with flag 73730/508379
259.12/132.40	c cleaning 9457 clauses out of 18921 with flag 94898/518379
264.12/134.99	c cleaning 10230 clauses out of 20465 with flag 118215/529380
269.92/137.87	c cleaning 11113 clauses out of 22233 with flag 143717/541378
276.32/141.02	c cleaning 12054 clauses out of 24122 with flag 171254/554380
284.15/144.71	c cleaning 13032 clauses out of 26066 with flag 200814/568378
291.96/148.62	c cleaning 14017 clauses out of 28034 with flag 232559/583378
300.76/153.06	c cleaning 15009 clauses out of 30017 with flag 266304/599378
310.74/158.02	c And the winner is solver1
310.74/158.18	c Got one! Elapsed wall clock time (in seconds):158.076
310.74/158.18	o -227
313.47/159.51	c cleaning 18017 clauses out of 36045 with flag 10541/620415
316.26/160.96	c cleaning 12006 clauses out of 24028 with flag 23127/626415
321.78/164.04	c cleaning 9504 clauses out of 19022 with flag 37882/633415
325.76/166.03	c cleaning 8756 clauses out of 17518 with flag 54670/641415
330.16/168.28	c cleaning 8877 clauses out of 17762 with flag 73590/650415
335.56/170.90	c cleaning 9434 clauses out of 18884 with flag 94640/660414
341.16/173.73	c cleaning 10223 clauses out of 20451 with flag 117811/671415
347.16/176.75	c cleaning 11111 clauses out of 22228 with flag 143339/683415
353.96/180.11	c cleaning 12052 clauses out of 24116 with flag 171039/696414
360.96/183.61	c cleaning 13031 clauses out of 26065 with flag 200557/710415
368.92/187.50	c cleaning 14013 clauses out of 28033 with flag 232089/725414
377.71/191.91	c cleaning 15004 clauses out of 30020 with flag 265695/741414
386.31/196.25	c cleaning 16004 clauses out of 32018 with flag 301635/758416
395.52/200.86	c cleaning 17004 clauses out of 34013 with flag 339695/776415
405.12/205.64	c cleaning 17999 clauses out of 36009 with flag 379865/795415
416.55/211.31	c cleaning 19001 clauses out of 38009 with flag 422030/815414
432.92/219.31	c cleaning 20000 clauses out of 40008 with flag 466358/836414
448.92/227.39	c cleaning 21005 clauses out of 42010 with flag 512616/858416
464.53/235.18	c cleaning 22002 clauses out of 44004 with flag 561029/881415
481.13/243.40	c cleaning 23000 clauses out of 46001 with flag 611615/905414
499.29/252.28	c cleaning 23998 clauses out of 48002 with flag 664161/930415
517.89/261.52	c cleaning 25000 clauses out of 50003 with flag 719047/956414
539.89/272.53	c cleaning 26000 clauses out of 52005 with flag 776067/983416
565.05/285.98	c cleaning 27000 clauses out of 54005 with flag 835041/1011416
588.84/297.83	c cleaning 27998 clauses out of 56004 with flag 896445/1040415
612.76/309.72	c cleaning 28999 clauses out of 58006 with flag 959732/1070415
636.82/321.67	c cleaning 30002 clauses out of 60008 with flag 1025016/1101416
660.43/333.42	c cleaning 31002 clauses out of 62004 with flag 1092450/1133414
686.57/346.34	c cleaning 31998 clauses out of 64003 with flag 1161910/1166415
714.56/360.35	c cleaning 32998 clauses out of 66005 with flag 1233485/1200415
745.78/375.73	c cleaning 33997 clauses out of 68006 with flag 1307512/1235414
779.47/392.34	c cleaning 35001 clauses out of 70010 with flag 1383699/1271415
811.81/408.25	c cleaning 35999 clauses out of 72008 with flag 1461961/1308414
843.09/423.69	c cleaning 37001 clauses out of 74009 with flag 1542446/1346414
873.66/438.69	c cleaning 38000 clauses out of 76009 with flag 1624774/1385415
905.65/454.66	c cleaning 39002 clauses out of 78008 with flag 1709063/1425414
940.98/471.99	c cleaning 40000 clauses out of 80007 with flag 1795725/1466415
977.94/489.92	c cleaning 41001 clauses out of 82007 with flag 1884403/1508415
1020.71/512.11	c cleaning 41997 clauses out of 84006 with flag 1975107/1551415
1062.92/533.10	c cleaning 43005 clauses out of 86009 with flag 2068219/1595415
1100.57/551.82	c cleaning 43999 clauses out of 88005 with flag 2163047/1640416
1144.47/573.40	c cleaning 44999 clauses out of 90004 with flag 2259964/1686414
1190.55/596.11	c And the winner is solver1
1190.55/596.52	c Got one! Elapsed wall clock time (in seconds):596.416
1190.55/596.52	o -228
1193.50/598.09	c cleaning 46150 clauses out of 92308 with flag 10580/1733717
1197.49/599.85	c cleaning 26073 clauses out of 52156 with flag 23209/1739715
1201.09/601.63	c cleaning 16536 clauses out of 33084 with flag 37932/1746716
1204.89/603.55	c cleaning 12269 clauses out of 24547 with flag 54789/1754715
1209.28/605.70	c cleaning 10636 clauses out of 21280 with flag 73716/1763717
1214.62/608.30	c cleaning 10314 clauses out of 20642 with flag 94714/1773715
1220.22/611.06	c cleaning 10661 clauses out of 21329 with flag 117921/1784716
1226.81/614.27	c cleaning 11331 clauses out of 22669 with flag 143278/1796717
1233.41/617.52	c cleaning 12164 clauses out of 24336 with flag 170713/1809715
1240.00/620.81	c cleaning 13081 clauses out of 26173 with flag 200452/1823716
1247.00/624.30	c cleaning 14041 clauses out of 28092 with flag 232056/1838716
1255.71/628.64	c cleaning 15026 clauses out of 30052 with flag 265833/1854717
1264.31/632.96	c cleaning 16009 clauses out of 32025 with flag 301743/1871716
1276.46/640.26	c And the winner is solver1
1276.46/640.61	c Got one! Elapsed wall clock time (in seconds):640.502
1276.46/640.61	o -232
1279.03/641.96	c cleaning 19348 clauses out of 38706 with flag 10563/1894406
1282.03/643.46	c cleaning 12673 clauses out of 25357 with flag 23231/1900405
1285.49/645.19	c cleaning 9835 clauses out of 19684 with flag 37974/1907405
1289.29/647.04	c cleaning 8923 clauses out of 17850 with flag 54796/1915406
1293.68/649.23	c cleaning 8958 clauses out of 17927 with flag 73751/1924406
1298.79/651.73	c cleaning 9481 clauses out of 18968 with flag 94885/1934405
1304.19/654.42	c cleaning 10242 clauses out of 20488 with flag 118086/1945406
1309.98/657.35	c cleaning 11123 clauses out of 22246 with flag 143334/1957406
1317.32/660.92	c cleaning 12060 clauses out of 24123 with flag 170736/1970406
1324.33/664.45	c cleaning 13028 clauses out of 26063 with flag 200336/1984406
1331.91/668.20	c cleaning 14014 clauses out of 28035 with flag 232161/1999406
1340.11/672.34	c cleaning 15002 clauses out of 30020 with flag 265879/2015405
1348.65/676.57	c cleaning 16007 clauses out of 32018 with flag 301815/2032405
1357.83/681.14	c cleaning 17004 clauses out of 34012 with flag 339773/2050406
1368.40/686.30	c cleaning 18001 clauses out of 36008 with flag 379874/2069406
1381.01/692.59	c cleaning 19000 clauses out of 38006 with flag 422020/2089405
1397.03/700.41	c cleaning 19999 clauses out of 40006 with flag 466277/2110405
1413.24/708.57	c cleaning 21004 clauses out of 42007 with flag 512640/2132405
1431.52/717.54	c cleaning 22003 clauses out of 44005 with flag 561060/2155407
1449.12/726.30	c cleaning 22996 clauses out of 46001 with flag 611616/2179406
1469.62/736.49	c cleaning 24001 clauses out of 48005 with flag 664317/2204406
1488.58/745.75	c cleaning 25001 clauses out of 50003 with flag 719105/2230405
1506.63/754.66	c cleaning 26001 clauses out of 52002 with flag 776040/2257405
1525.62/764.12	c cleaning 26997 clauses out of 54001 with flag 834912/2285405
1549.85/776.05	c cleaning 28003 clauses out of 56006 with flag 895954/2314407
1575.83/788.51	c cleaning 29001 clauses out of 58002 with flag 959089/2344406
1599.92/800.37	c cleaning 29997 clauses out of 60001 with flag 1024343/2375406
1624.27/812.21	c cleaning 31001 clauses out of 62003 with flag 1091705/2407405
1655.45/827.07	c cleaning 31995 clauses out of 64002 with flag 1161304/2440405
1685.04/841.60	c cleaning 33001 clauses out of 66007 with flag 1232866/2474405
1716.10/858.96	c cleaning 34004 clauses out of 68007 with flag 1306507/2509406
1746.20/873.93	c cleaning 34999 clauses out of 70004 with flag 1382141/2545407
1781.73/891.54	c cleaning 35998 clauses out of 72003 with flag 1460007/2582405
1800.13/900.70	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
1800.13/900.70	c starts		: 50156
1800.13/900.70	c conflicts		: 2603002
1800.13/900.70	c decisions		: 32748750
1800.13/900.70	c propagations		: 196912651
1800.13/900.70	c inspects		: 4133103683
1800.13/900.70	c shortcuts		: 0
1800.13/900.70	c learnt literals	: 0
1800.13/900.70	c learnt binary clauses	: 0
1800.13/900.70	c learnt ternary clauses	: 0
1800.13/900.70	c learnt constraints	: 2603002
1800.13/900.70	c ignored constraints	: 0
1800.13/900.70	c root simplifications	: 0
1800.13/900.70	c removed literals (reason simplification)	: 17157182
1800.13/900.70	c reason swapping (by a shorter reason)	: 0
1800.13/900.70	c Calls to reduceDB	: 146
1800.13/900.70	c Number of update (reduction) of LBD	: 100913
1800.13/900.70	c Imported unit clauses	: 0
1800.13/900.70	c number of reductions to clauses (during analyze)	: 0
1800.13/900.70	c number of learned constraints concerned by reduction	: 0
1800.13/900.70	c number of learning phase by resolution	: 0
1800.13/900.70	c number of learning phase by cutting planes	: 0
1800.13/900.70	c speed (assignments/second)	: 757117.5667674041
1800.13/900.70	c non guided choices	50
1800.13/900.73	c learnt constraints type 
1800.13/900.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56602
1800.13/900.73	c >>>>>>>>>> Solver number 1 (8 answers) <<<<<<<<<<<<<<<<<<
1800.13/900.73	c starts		: 42
1800.13/900.73	c conflicts		: 6993
1800.13/900.73	c decisions		: 64938
1800.13/900.73	c propagations		: 360307
1800.13/900.73	c inspects		: 212973096
1800.13/900.73	c shortcuts		: 0
1800.13/900.73	c learnt literals	: 0
1800.13/900.73	c learnt binary clauses	: 0
1800.13/900.73	c learnt ternary clauses	: 0
1800.13/900.73	c learnt constraints	: 6992
1800.13/900.73	c ignored constraints	: 0
1800.13/900.73	c root simplifications	: 0
1800.13/900.73	c removed literals (reason simplification)	: 0
1800.13/900.73	c reason swapping (by a shorter reason)	: 0
1800.13/900.73	c Calls to reduceDB	: 0
1800.13/900.73	c Number of update (reduction) of LBD	: 0
1800.13/900.73	c Imported unit clauses	: 0
1800.13/900.73	c number of reductions to clauses (during analyze)	: 0
1800.13/900.73	c number of learned constraints concerned by reduction	: 0
1800.13/900.73	c number of learning phase by resolution	: 0
1800.13/900.73	c number of learning phase by cutting planes	: 0
1800.13/900.73	c speed (assignments/second)	: 403.99185080286634
1800.13/900.73	c non guided choices	48
1800.13/900.73	c learnt constraints type 
1800.13/900.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.13/900.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6989
1800.13/900.73	s SATISFIABLE
1800.13/900.73	c Found 15 solution(s)
1800.13/900.73	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 x154 -x155 -x156 x157 -x158 -x159 x160 x161 -x162 x163 -x164 -x165 x166 -x167 x168 x169 -x170 -x171 x172 -x173 -x174 x175 x176 -x177 x178 -x179 x180 -x181 x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 x198 x199 x200 -x201 -x202 -x203 x204 -x205 x206 x207 x208 x209 -x210 x211 x212 -x213 -x214 x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 x226 -x227 -x228 x229 x230 -x231 x232 x233 -x234 x235 x236 x237 x238 x239 x240 x241 x242 -x243 -x244 x245 -x246 -x247 x248 -x249 x250 -x251 -x252 x253 x254 -x255 x256 x257 -x258 x259 -x260 x261 x262 x263 -x264 x265 x266 x267 -x268 x269 x270 -x271 -x272 -x273 x274 x275 x276 -x277 -x278 -x279 x280 -x281 x282 -x283 x284 -x285 x286 -x287 -x288 -x289 x290 x291 x292 x293 -x294 x295 -x296 x297 -x298 x299 x300 -x301 x302 x303 x304 -x305 -x306 x307 x308 x309 x310 x311 -x312 x313 x314 x315 x316 -x317 x318 x319 x320 x321 -x322 -x323 x324 -x325 -x326 -x327 x328 x329 -x330 -x331 x332 x333 -x334 -x335 x336 x337 x338 -x339 x340 -x341 x342 -x343 x344 x345 x346 -x347 x348 -x349 -x350 x351 -x352 x353 x354 -x355 x356 -x357 x358 x359 x360 -x361 x362 x363 x364 -x365 x366 -x367 -x368 x369 -x370 -x371 -x372 x373 x374 x375 -x376 x377 x378 x379 x380 x381 -x382 x383 -x384 x385 x386 x387 x388 -x389 x390 -x391 -x392 x393 x394 x395 -x396 -x397 -x398 x399 -x400 x401 x402 -x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 -x415 -x416 -x417 -x418 -x419 x420 x421 -x422 x423 -x424 -x425 x426 x427 -x428 x429 -x430 x431 x432 -x433 x434 -x435 x436 -x437 -x438 x439 x440 -x441 x442 -x443 -x444 x445 x446 x447 -x448 x449 -x450 -x451 x452 x453 -x454 -x455 x456 x457 x458 x459 x460 -x461 -x462 x463 x464 x465 -x466 -x467 x468 -x469 x470 -x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 x480 -x481 x482 x483 -x484 x485 x486 x487 -x488 x489 x490 x491 x492 x493 x494 x495 -x496 -x497 x498 x499 x500 x501 -x502 x503 x504 x505 x506 -x507 x508 x509 x510 x511 x512 -x513 x514 x515 -x516 -x517 x518 -x519 x520 x521 x522 x523 -x524 x525 -x526 x527 -x528 x529 x530 -x531 x532 -x533 -x534 x535 x536 x537 -x538 -x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 x554 x555 x556 x557 -x558 -x559 -x560 x561 x562 x563 x564 -x565 -x566 x567 x568 -x569 x570 x571 x572 x573 -x574 x575 -x576 x577 x578 x579 -x580 x581 x582 -x583 x584 x585 x586 x587 -x588 x589 x590 -x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 -x601 x602 -x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 -x616 x617 x618 x619 -x620 -x621 x622 x623 -x624 -x625 -x626 x627 x628 x629 x630 x631 -x632 x633 -x634 -x635 -x636 x637 x638 x639 x640 x641 -x642 x643 x644 x645 x646 -x647 x648 x649 -x650 -x651 x652 x653 x654 x655 -x656 -x657 x658 -x659 x660 x661 x662 x663 x664 x665 -x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 x677 x678 -x679 x680 x681 x682 x683 x684 x685 -x686 x687 x688 x689 x690 x691 x692 x693 -x694 x695 x696 x697 x698 x699 x700 -x701 -x702 x703 x704 -x705 x706 x707 x708 x709 -x710 x711 -x712 -x713 -x714 x715 x716 x717 x718 x719 x720 x721 -x722 x723 x724 x725 x726 x727 -x728 -x729 x730 x731 x732 x733 x734 x735 x736 -x737 -x738 x739 -x740 x741 x742 x743 x744 -x745 x746 -x747 -x748 -x749 x750 -x751 x752 x753 -x754 x755 x756 x757 -x758 -x759 x760 x761 x762 x763 x764 x765 x766 -x767 x768 x769 x770 x771 x772 -x773 -x774 x775 x776 -x777 -x778 x779 -x780 
1800.13/900.74	c objective function=-232
1800.13/900.74	c Total wall clock time (in seconds): 900.633

Verifier Data

OK	-232

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

pid=13015
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: 4.06 4.14 3.95 4/197 13018
/proc/meminfo: memFree=27424048/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 6023528 95129600 926 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 23225 926 703 9 0 16769 0
[pid=13018/tid=13019] ppid=13015 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) R 13015 13018 11545 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 2 0 6023529 96436224 937 33554432000 1073741824 1073778376 140735081242608 140186691599912 219504799111 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 4.06 4.14 3.95 4/197 13018
/proc/meminfo: memFree=27424048/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 4501 0 1 0 9 1 0 0 20 0 18 0 6023528 9787879424 6131 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2389619 6131 2156 9 0 2380296 0
[pid=13018/tid=13019] ppid=13015 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) R 13015 13018 11545 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 6023529 9787879424 6131 33554432000 1073741824 1073778376 140735081242608 140186691603928 140186694402216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200387 s]
/proc/loadavg: 4.06 4.14 3.95 4/197 13018
/proc/meminfo: memFree=27424048/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 4628 0 1 0 22 1 0 0 20 0 18 0 6023528 9787879424 7227 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2389619 7227 2213 9 0 2380296 0
[pid=13018/tid=13019] ppid=13015 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) R 13015 13018 11545 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 6023529 9787879424 7227 33554432000 1073741824 1073778376 140735081242608 140186691603928 140186541471477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300382 s]
/proc/loadavg: 4.06 4.14 3.95 4/197 13018
/proc/meminfo: memFree=27424048/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 5809 0 1 0 46 2 0 0 20 0 18 0 6023528 9787879424 9066 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2389619 9066 2240 9 0 2380296 0
[pid=13018/tid=13019] ppid=13015 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) R 13015 13018 11545 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 18 0 6023529 9787879424 9066 33554432000 1073741824 1073778376 140735081242608 140186691603928 140186698074774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700358 s]
/proc/loadavg: 4.06 4.14 3.95 4/197 13018
/proc/meminfo: memFree=27424048/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 5875 0 1 0 57 4 0 0 20 0 19 0 6023528 10060525568 10144 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 10144 2255 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2420 0 1 0 27 1 0 0 20 0 19 0 6023529 10060525568 10144 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.06 4.14 3.95 3/216 13043
/proc/meminfo: memFree=27365976/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 16932 0 1 0 156 10 0 0 20 0 19 0 6023528 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 18914 2262 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2421 0 1 0 29 2 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13021] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13021/stat : 13021 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186664057640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13022] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13022/stat : 13022 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186663004840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13023] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13023/stat : 13023 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186661952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13024] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13024/stat : 13024 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186660899752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13025] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13025/stat : 13025 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186659846440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13026] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13026/stat : 13026 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186530392232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13027] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13027/stat : 13027 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186529339944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6023529 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6023530 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6023531 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6023531 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023533 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6095 0 0 0 41 2 0 0 20 0 19 0 6023533 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/13018/task/13034/stat : 13034 (java) S 13015 13018 11545 0 -1 4202560 7063 0 0 0 48 2 0 0 20 0 19 0 6023533 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186040076344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13035] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13035/stat : 13035 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023533 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186039024248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13036] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13036/stat : 13036 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6023533 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186037971656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13040] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13040/stat : 13040 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6023560 10060525568 18914 33554432000 1073741824 1073778376 140735081242608 140186033759784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 3.90 4.10 3.94 3/216 13049
/proc/meminfo: memFree=27349204/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 19417 0 1 0 365 15 0 0 20 0 22 0 6023528 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 29699 2273 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2423 0 1 0 31 2 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13021] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13021/stat : 13021 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186664057640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13022] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13022/stat : 13022 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186663004840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13023] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13023/stat : 13023 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186661952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13024] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13024/stat : 13024 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186660899752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13025] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13025/stat : 13025 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186659846440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13026] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13026/stat : 13026 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186530392232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13027] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13027/stat : 13027 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186529339944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6023530 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6224 0 0 0 65 2 0 0 20 0 22 0 6023533 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/13018/task/13034/stat : 13034 (java) S 13015 13018 11545 0 -1 4202560 9375 0 0 0 88 2 0 0 20 0 22 0 6023533 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186040076344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13035] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13035/stat : 13035 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186039024248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13036] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13036/stat : 13036 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186037971656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13040] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13040/stat : 13040 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023560 10060525568 29699 33554432000 1073741824 1073778376 140735081242608 140186033759784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 3.90 4.10 3.94 5/219 13058
/proc/meminfo: memFree=27225992/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=10.05 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 19537 0 1 0 985 20 0 0 20 0 22 0 6023528 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 51192 2290 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2424 0 1 0 31 2 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13021] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13021/stat : 13021 (java) S 13015 13018 11545 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186664057640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13022] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13022/stat : 13022 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186663004840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13023] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13023/stat : 13023 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186661952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13024] ppid=13015 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/13018/task/13024/stat : 13024 (java) S 13015 13018 11545 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186660899752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13025] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13025/stat : 13025 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186659846440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13026] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13026/stat : 13026 (java) S 13015 13018 11545 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186530392232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13027] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13027/stat : 13027 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186529339944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 6023529 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6023530 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6226 0 0 0 71 2 0 0 20 0 22 0 6023533 10060525568 51192 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=1 cores=1,3,5,7

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

[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 1227 0 0 0 428 44 0 0 20 0 22 0 6023529 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=13.82 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 4320 0 0 0 1376 6 0 0 20 0 22 0 6023530 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6235 0 0 0 91 2 0 0 20 0 22 0 6023533 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/13018/task/13034/stat : 13034 (java) S 13015 13018 11545 0 -1 4202560 9395 0 0 0 145 3 0 0 20 0 22 0 6023533 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186040076344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13035] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13035/stat : 13035 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186039024248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13036] ppid=13015 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/13018/task/13036/stat : 13036 (java) S 13015 13018 11545 0 -1 4202560 52 0 0 0 11 18 0 0 20 0 22 0 6023533 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186037971656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13061] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13061/stat : 13061 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6024415 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186036917672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13314] ppid=13015 vsize=9824732 CPUtime=233.2 cores=1,3,5,7
/proc/13018/task/13314/stat : 13314 (java) R 13015 13018 11545 0 -1 4202560 8 0 0 0 23317 3 0 0 20 0 22 0 6087591 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186035862032 140186542162689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13315] ppid=13015 vsize=9824732 CPUtime=233.22 cores=1,3,5,7
/proc/13018/task/13315/stat : 13315 (java) R 13015 13018 11545 0 -1 4202560 15 0 0 0 23319 3 0 0 20 0 22 0 6087591 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186034810288 140186542313547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13316] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13316/stat : 13316 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6087591 10060525568 1250240 33554432000 1073741824 1073778376 140735081242608 140186033759656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1760.61
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.701 s]
/proc/loadavg: 3.98 4.08 4.01 5/220 13327
/proc/meminfo: memFree=20871880/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=1797.59 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 35214 0 1 0 179285 474 0 0 20 0 22 0 6023528 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 1250286 2302 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2444 0 1 0 39 3 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13021] ppid=13015 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/13018/task/13021/stat : 13021 (java) S 13015 13018 11545 0 -1 4202560 1137 0 0 0 445 41 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186664057640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13022] ppid=13015 vsize=9824732 CPUtime=5.29 cores=1,3,5,7
/proc/13018/task/13022/stat : 13022 (java) S 13015 13018 11545 0 -1 4202560 1260 0 0 0 477 52 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186663004840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13023] ppid=13015 vsize=9824732 CPUtime=5.42 cores=1,3,5,7
/proc/13018/task/13023/stat : 13023 (java) S 13015 13018 11545 0 -1 4202560 1204 0 0 0 496 46 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186661952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13024] ppid=13015 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/13018/task/13024/stat : 13024 (java) S 13015 13018 11545 0 -1 4202560 1220 0 0 0 491 47 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186660899752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13025] ppid=13015 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/13018/task/13025/stat : 13025 (java) S 13015 13018 11545 0 -1 4202560 1483 0 0 0 504 51 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186659846440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13026] ppid=13015 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/13018/task/13026/stat : 13026 (java) S 13015 13018 11545 0 -1 4202560 1291 0 0 0 558 56 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186530392232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13027] ppid=13015 vsize=9824732 CPUtime=6.04 cores=1,3,5,7
/proc/13018/task/13027/stat : 13027 (java) S 13015 13018 11545 0 -1 4202560 1156 0 0 0 550 54 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186529339944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 1227 0 0 0 430 44 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=13.82 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 4320 0 0 0 1376 6 0 0 20 0 22 0 6023530 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6235 0 0 0 91 2 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/13018/task/13034/stat : 13034 (java) S 13015 13018 11545 0 -1 4202560 9395 0 0 0 145 3 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186040076344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13035] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13035/stat : 13035 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186039024248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13036] ppid=13015 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/13018/task/13036/stat : 13036 (java) S 13015 13018 11545 0 -1 4202560 54 0 0 0 11 18 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186037971656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13061] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13061/stat : 13061 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6024415 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186036917672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13314] ppid=13015 vsize=9824732 CPUtime=251.44 cores=1,3,5,7
/proc/13018/task/13314/stat : 13314 (java) R 13015 13018 11545 0 -1 4202560 8 0 0 0 25141 3 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186035855360 140186542162592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13315] ppid=13015 vsize=9824732 CPUtime=251.46 cores=1,3,5,7
/proc/13018/task/13315/stat : 13315 (java) R 13015 13018 11545 0 -1 4202560 16 0 0 0 25143 3 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186034809008 140186542313547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13316] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13316/stat : 13316 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186033759656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.59
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 13018 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.701 s]
/proc/loadavg: 3.98 4.08 4.01 5/220 13327
/proc/meminfo: memFree=20871880/32872528 swapFree=13208/1155804
[pid=13018] ppid=13015 vsize=9824732 CPUtime=1797.59 cores=1,3,5,7
/proc/13018/stat : 13018 (java) S 13015 13018 11545 0 -1 4202496 35214 0 1 0 179285 474 0 0 20 0 22 0 6023528 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140735081233744 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13018/statm: 2456183 1250286 2302 9 0 2446860 0
[pid=13018/tid=13019] ppid=13015 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13018/task/13019/stat : 13019 (java) S 13015 13018 11545 0 -1 4202560 2444 0 1 0 39 3 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186691605368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13021] ppid=13015 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/13018/task/13021/stat : 13021 (java) S 13015 13018 11545 0 -1 4202560 1137 0 0 0 445 41 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186664057640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13022] ppid=13015 vsize=9824732 CPUtime=5.29 cores=1,3,5,7
/proc/13018/task/13022/stat : 13022 (java) S 13015 13018 11545 0 -1 4202560 1260 0 0 0 477 52 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186663004840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13023] ppid=13015 vsize=9824732 CPUtime=5.42 cores=1,3,5,7
/proc/13018/task/13023/stat : 13023 (java) S 13015 13018 11545 0 -1 4202560 1204 0 0 0 496 46 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186661952552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13024] ppid=13015 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/13018/task/13024/stat : 13024 (java) S 13015 13018 11545 0 -1 4202560 1220 0 0 0 491 47 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186660899752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13025] ppid=13015 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/13018/task/13025/stat : 13025 (java) S 13015 13018 11545 0 -1 4202560 1483 0 0 0 504 51 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186659846440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13026] ppid=13015 vsize=9824732 CPUtime=6.14 cores=1,3,5,7
/proc/13018/task/13026/stat : 13026 (java) S 13015 13018 11545 0 -1 4202560 1291 0 0 0 558 56 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186530392232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13027] ppid=13015 vsize=9824732 CPUtime=6.04 cores=1,3,5,7
/proc/13018/task/13027/stat : 13027 (java) S 13015 13018 11545 0 -1 4202560 1156 0 0 0 550 54 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186529339944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13028] ppid=13015 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/13018/task/13028/stat : 13028 (java) S 13015 13018 11545 0 -1 4202560 1227 0 0 0 430 44 0 0 20 0 22 0 6023529 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186528287144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13029] ppid=13015 vsize=9824732 CPUtime=13.82 cores=1,3,5,7
/proc/13018/task/13029/stat : 13029 (java) S 13015 13018 11545 0 -1 4202560 4320 0 0 0 1376 6 0 0 20 0 22 0 6023530 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186045340392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13030] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13030/stat : 13030 (java) S 13015 13018 11545 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186044286456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13031] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13031/stat : 13031 (java) S 13015 13018 11545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 6023531 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186043234056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13032] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13032/stat : 13032 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186042182544 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13033] ppid=13015 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/13018/task/13033/stat : 13033 (java) S 13015 13018 11545 0 -1 4202560 6235 0 0 0 91 2 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186041129144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13018/tid=13034] ppid=13015 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/13018/task/13034/stat : 13034 (java) S 13015 13018 11545 0 -1 4202560 9395 0 0 0 145 3 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186040076344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13035] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13035/stat : 13035 (java) S 13015 13018 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186039024248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13036] ppid=13015 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/13018/task/13036/stat : 13036 (java) S 13015 13018 11545 0 -1 4202560 54 0 0 0 11 18 0 0 20 0 22 0 6023533 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186037971656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13061] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13061/stat : 13061 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6024415 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186036917672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13018/tid=13314] ppid=13015 vsize=9824732 CPUtime=251.44 cores=1,3,5,7
/proc/13018/task/13314/stat : 13314 (java) R 13015 13018 11545 0 -1 4202560 8 0 0 0 25141 3 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186035855360 140186542162592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13018/tid=13315] ppid=13015 vsize=9824732 CPUtime=251.46 cores=1,3,5,7
/proc/13018/task/13315/stat : 13315 (java) R 13015 13018 11545 0 -1 4202560 16 0 0 0 25143 3 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186034809008 140186542313547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13018/tid=13316] ppid=13015 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13018/task/13316/stat : 13316 (java) S 13015 13018 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6087591 10060525568 1250286 33554432000 1073741824 1073778376 140735081242608 140186033759656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13018 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=468655
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=982242
# CPU time returned by wait4() is 1796.45
# while last known CPU time is 1797.59
#
# 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): 2.53989
#  lost CPU user time (s): 2.70988
#  lost CPU system time (s): -0.17

Real time (s): 900.762
CPU time (s): 1800.13
CPU user time (s): 1795.56
CPU system time (s): 4.57
CPU usage (%): 199.845
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.47
system time used= 4.98224
maximum resident set size= 5001256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35252
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23464
involuntary context switches= 30069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62299 second user time and 6.63499 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 03:36:01
IDJOB=4119225
IDBENCH=111677
IDSOLVER=2543
FILE ID=node114/4119225-1467250561
RUNJOBID= node114-1467246678-11562
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-sporttournament40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119225-1467250561/watcher-4119225-1467250561 -o /tmp/evaluation-result-4119225-1467250561/solver-4119225-1467250561 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119225-1467250561.opb

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

MD5SUM BENCH= beacf236e8936e3949a4f5d102073b09
RANDOM SEED=688290855

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:        27424576 kB
Buffers:          112600 kB
Cached:          1210388 kB
SwapCached:            0 kB
Active:          2332640 kB
Inactive:        1202148 kB
Active(anon):    2214360 kB
Inactive(anon):        0 kB
Active(file):     118280 kB
Inactive(file):  1202148 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               952 kB
Writeback:             0 kB
AnonPages:       3428924 kB
Mapped:            22216 kB
Shmem:               204 kB
Slab:             608984 kB
SReclaimable:      52772 kB
SUnreclaim:       556212 kB
KernelStack:        1784 kB
PageTables:        10716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3682260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3344384 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 03:51:02