Trace number 4104016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)23552 1800.67 1798.97

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-markshare1.opb
MD5SUMe15fa473b46d7e2b0dca2d01a2541ab9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14336
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20480
Optimality of the best value was proved NO
Number of variables230
Total number of constraints6
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 constraints6
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 180
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6442450938
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 6442450938
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4104016-1466259330.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     230
0.09/0.15	c #constraints  12
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 12 constraints processed.
0.09/0.15	c objective function length is 180 literals
0.30/0.24	c SATISFIABLE
0.30/0.24	c OPTIMIZING...
0.30/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.30/0.24	o 287744
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.273
0.51/0.39	o 275456
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.64/0.41	o 264192
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.342
0.64/0.45	o 181248
0.75/0.57	c Got one! Elapsed wall clock time (in seconds):0.455
0.75/0.57	o 169984
1.02/0.76	c cleaning 3480 clauses out of 6960 with flag 4200/6960
1.28/0.93	c Got one! Elapsed wall clock time (in seconds):0.816
1.28/0.93	o 64512
1.50/1.17	c cleaning 4303 clauses out of 8605 with flag 7328/12085
2.02/1.66	c cleaning 5152 clauses out of 10303 with flag 19862/18086
2.73/2.36	c cleaning 6071 clauses out of 12150 with flag 34327/25085
3.66/3.24	c cleaning 7040 clauses out of 14079 with flag 51079/33085
4.06/3.68	c Got one! Elapsed wall clock time (in seconds):3.571
4.06/3.68	o 57344
4.27/3.82	c cleaning 6406 clauses out of 12829 with flag 2132/38875
4.77/4.34	c cleaning 6213 clauses out of 12426 with flag 17197/44878
5.47/5.02	c cleaning 6599 clauses out of 13212 with flag 32006/51877
6.27/5.87	c cleaning 7305 clauses out of 14611 with flag 48776/59875
7.27/6.83	c cleaning 8148 clauses out of 16306 with flag 67520/68875
8.37/7.99	c cleaning 9082 clauses out of 18163 with flag 88413/78880
8.47/8.10	c Got one! Elapsed wall clock time (in seconds):7.983
8.47/8.10	o 39936
8.97/8.55	c cleaning 7097 clauses out of 14198 with flag 8503/83997
9.57/9.13	c cleaning 6538 clauses out of 13100 with flag 21228/89996
10.17/9.77	c Got one! Elapsed wall clock time (in seconds):9.656
10.17/9.77	o 26624
10.87/10.49	c cleaning 9125 clauses out of 18249 with flag 10854/101683
11.48/11.04	c cleaning 7555 clauses out of 15118 with flag 23283/107677
12.08/11.62	c cleaning 7281 clauses out of 14566 with flag 37730/114680
12.78/12.35	c cleaning 7640 clauses out of 15282 with flag 54175/122677
13.68/13.27	c cleaning 8322 clauses out of 16644 with flag 72599/131679
14.78/14.35	c cleaning 9160 clauses out of 18322 with flag 93257/141679
16.08/15.63	c cleaning 10080 clauses out of 20160 with flag 115694/152677
17.48/17.02	c cleaning 11033 clauses out of 22083 with flag 140307/164680
19.08/18.67	c cleaning 12024 clauses out of 24047 with flag 167185/177677
21.17/20.78	c cleaning 13013 clauses out of 26026 with flag 196134/191680
23.68/23.24	c cleaning 14005 clauses out of 28011 with flag 227178/206678
26.58/26.14	c cleaning 15004 clauses out of 30009 with flag 260177/222681
29.68/29.27	c cleaning 15998 clauses out of 32005 with flag 294911/239681
32.98/32.58	c cleaning 17000 clauses out of 34005 with flag 331813/257679
36.47/36.05	c cleaning 18002 clauses out of 36004 with flag 370656/276678
40.48/40.07	c cleaning 19000 clauses out of 38004 with flag 411803/296680
44.78/44.38	c cleaning 19996 clauses out of 40001 with flag 455112/317677
49.68/49.22	c cleaning 20999 clauses out of 42006 with flag 500306/339678
54.98/54.57	c cleaning 22003 clauses out of 44006 with flag 547864/362677
61.09/60.67	c cleaning 23002 clauses out of 46008 with flag 597342/386682
67.38/66.94	c cleaning 23999 clauses out of 48003 with flag 648759/411679
74.28/73.87	c cleaning 24998 clauses out of 50002 with flag 702532/437677
81.58/81.13	c cleaning 25998 clauses out of 52004 with flag 758673/464677
89.18/88.72	c cleaning 27003 clauses out of 54007 with flag 816455/492678
97.48/97.01	c cleaning 28001 clauses out of 56003 with flag 876286/521677
106.09/105.66	c cleaning 28998 clauses out of 58002 with flag 938254/551677
115.02/114.58	c cleaning 29998 clauses out of 60005 with flag 1002171/582678
124.72/124.26	c cleaning 30996 clauses out of 62006 with flag 1067919/614677
135.42/134.95	c cleaning 32006 clauses out of 64015 with flag 1135291/647682
146.52/146.09	c cleaning 32998 clauses out of 66004 with flag 1204711/681677
158.63/158.17	c cleaning 34000 clauses out of 68008 with flag 1276749/716679
171.73/171.24	c cleaning 35002 clauses out of 70008 with flag 1350997/752679
185.53/185.01	c cleaning 35997 clauses out of 72004 with flag 1427383/789677
199.13/198.65	c cleaning 37000 clauses out of 74007 with flag 1505934/827677
211.93/211.44	c cleaning 38003 clauses out of 76008 with flag 1586161/866678
226.24/225.72	c cleaning 39005 clauses out of 78012 with flag 1668292/906685
242.04/241.56	c cleaning 40000 clauses out of 80000 with flag 1753739/947678
260.34/259.87	c cleaning 40995 clauses out of 82000 with flag 1840437/989678
268.83/268.37	c Got one! Elapsed wall clock time (in seconds):268.257
268.83/268.37	o 25600
271.64/271.19	c cleaning 35530 clauses out of 71074 with flag 10611/1019747
273.14/272.64	c cleaning 20770 clauses out of 41546 with flag 23078/1025749
274.34/273.80	c cleaning 13877 clauses out of 27777 with flag 37911/1032750
275.36/274.89	c cleaning 10939 clauses out of 21896 with flag 54790/1040746
276.46/275.95	c cleaning 9974 clauses out of 19960 with flag 73632/1049749
277.66/277.12	c cleaning 9986 clauses out of 19983 with flag 94440/1059746
278.87/278.40	c cleaning 10500 clauses out of 21000 with flag 117071/1070749
280.46/279.97	c cleaning 11244 clauses out of 22498 with flag 141990/1082747
282.27/281.74	c cleaning 12125 clauses out of 24259 with flag 168999/1095752
284.26/283.78	c cleaning 13066 clauses out of 26131 with flag 198349/1109749
286.57/286.07	c cleaning 14028 clauses out of 28063 with flag 229687/1124747
289.06/288.58	c cleaning 15013 clauses out of 30034 with flag 263231/1140746
291.66/291.17	c cleaning 16005 clauses out of 32021 with flag 298732/1157746
294.66/294.16	c cleaning 17009 clauses out of 34018 with flag 336571/1175748
298.16/297.61	c cleaning 18003 clauses out of 36007 with flag 376477/1194746
301.99/301.44	c cleaning 19004 clauses out of 38007 with flag 419045/1214749
305.88/305.33	c cleaning 20002 clauses out of 40005 with flag 463301/1235751
310.08/309.59	c cleaning 20997 clauses out of 41998 with flag 509548/1257746
314.68/314.19	c cleaning 21991 clauses out of 44004 with flag 557604/1280749
320.08/319.59	c cleaning 23004 clauses out of 46011 with flag 607380/1304747
325.49/324.99	c cleaning 23998 clauses out of 48008 with flag 659189/1329748
331.19/330.62	c cleaning 25000 clauses out of 50008 with flag 713369/1355746
337.30/336.75	c cleaning 25999 clauses out of 52012 with flag 769799/1382750
343.69/343.19	c cleaning 27002 clauses out of 54010 with flag 828814/1410747
350.99/350.44	c cleaning 28001 clauses out of 56007 with flag 889169/1439746
358.69/358.12	c cleaning 28999 clauses out of 58007 with flag 951768/1469747
367.09/366.52	c cleaning 30000 clauses out of 60007 with flag 1015657/1500746
375.69/375.15	c cleaning 31002 clauses out of 62007 with flag 1082004/1532746
384.70/384.14	c cleaning 32002 clauses out of 64005 with flag 1150319/1565746
394.90/394.31	c cleaning 32996 clauses out of 66003 with flag 1220804/1599746
405.20/404.69	c cleaning 33998 clauses out of 68007 with flag 1293184/1634746
417.00/416.41	c cleaning 35004 clauses out of 70010 with flag 1368061/1670747
428.20/427.69	c cleaning 36003 clauses out of 72005 with flag 1445288/1707746
441.11/440.59	c cleaning 36996 clauses out of 74002 with flag 1524978/1745746
454.91/454.34	c cleaning 37995 clauses out of 76008 with flag 1606816/1784748
469.11/468.51	c cleaning 38998 clauses out of 78012 with flag 1690103/1824747
483.25/482.64	c cleaning 40006 clauses out of 80013 with flag 1775121/1865746
497.15/496.55	c cleaning 41001 clauses out of 82008 with flag 1862232/1907747
512.06/511.44	c cleaning 41994 clauses out of 84008 with flag 1950745/1950748
527.66/527.06	c cleaning 43008 clauses out of 86015 with flag 2041897/1994749
544.87/544.28	c cleaning 44001 clauses out of 88004 with flag 2135813/2039746
563.68/563.09	c cleaning 44992 clauses out of 90006 with flag 2231344/2085749
584.78/584.13	c cleaning 46004 clauses out of 92011 with flag 2329593/2132746
606.39/605.76	c cleaning 47001 clauses out of 94010 with flag 2430003/2180749
631.00/630.40	c cleaning 48002 clauses out of 96006 with flag 2532009/2229746
658.10/657.41	c cleaning 48995 clauses out of 98004 with flag 2636049/2279746
683.70/683.08	c cleaning 50002 clauses out of 100011 with flag 2741911/2330748
710.91/710.29	c cleaning 51002 clauses out of 102007 with flag 2849309/2382746
738.32/737.68	c cleaning 51997 clauses out of 104005 with flag 2958002/2435746
767.21/766.40	c cleaning 53000 clauses out of 106008 with flag 3069492/2489746
797.52/796.71	c cleaning 54004 clauses out of 108009 with flag 3182298/2544747
828.33/827.50	c cleaning 55001 clauses out of 110007 with flag 3298038/2600749
859.85/859.10	c cleaning 55999 clauses out of 112005 with flag 3416362/2657748
892.86/892.02	c cleaning 56997 clauses out of 114005 with flag 3536914/2715747
929.57/928.76	c cleaning 58005 clauses out of 116013 with flag 3659930/2774752
967.18/966.39	c cleaning 58995 clauses out of 118002 with flag 3784002/2834746
994.89/994.07	c Got one! Elapsed wall clock time (in seconds):993.961
994.89/994.07	o 24576
1000.49/999.68	c cleaning 55230 clauses out of 110478 with flag 10700/2886217
1002.89/1002.01	c cleaning 30614 clauses out of 61250 with flag 23344/2892219
1004.39/1003.56	c cleaning 18804 clauses out of 37631 with flag 38003/2899214
1005.89/1005.03	c cleaning 13408 clauses out of 26831 with flag 54796/2907218
1006.99/1006.15	c cleaning 11209 clauses out of 22419 with flag 73728/2916214
1008.09/1007.22	c cleaning 10597 clauses out of 21213 with flag 94441/2926217
1009.19/1008.39	c cleaning 10805 clauses out of 21614 with flag 117730/2937215
1010.49/1009.66	c cleaning 11399 clauses out of 22810 with flag 143138/2949216
1011.89/1011.08	c cleaning 12206 clauses out of 24411 with flag 170078/2962216
1013.59/1012.78	c cleaning 13100 clauses out of 26206 with flag 199546/2976217
1015.69/1014.80	c cleaning 14047 clauses out of 28106 with flag 230991/2991217
1017.79/1016.99	c cleaning 15025 clauses out of 30056 with flag 264670/3007214
1020.39/1019.55	c cleaning 16013 clauses out of 32031 with flag 299759/3024214
1023.09/1022.20	c cleaning 17006 clauses out of 34019 with flag 337262/3042215
1025.89/1025.04	c cleaning 18001 clauses out of 36013 with flag 376698/3061215
1029.29/1028.40	c cleaning 19003 clauses out of 38011 with flag 418164/3081214
1032.89/1032.04	c cleaning 20004 clauses out of 40008 with flag 461730/3102214
1037.10/1036.25	c cleaning 20997 clauses out of 42005 with flag 507516/3124215
1041.85/1040.93	c cleaning 22004 clauses out of 44014 with flag 555153/3147221
1046.65/1045.71	c cleaning 22998 clauses out of 46004 with flag 604940/3171215
1051.25/1050.31	c cleaning 24001 clauses out of 48011 with flag 657300/3196220
1056.65/1055.75	c cleaning 25003 clauses out of 50009 with flag 711559/3222219
1062.35/1061.47	c cleaning 25997 clauses out of 52004 with flag 767225/3249217
1068.25/1067.33	c cleaning 27003 clauses out of 54010 with flag 825317/3277220
1074.56/1073.68	c cleaning 27997 clauses out of 56002 with flag 885380/3306215
1081.85/1080.97	c cleaning 28998 clauses out of 58004 with flag 946936/3336214
1089.76/1088.84	c cleaning 30003 clauses out of 60007 with flag 1010541/3367215
1098.36/1097.40	c cleaning 31001 clauses out of 62004 with flag 1076942/3399215
1107.06/1106.15	c cleaning 32001 clauses out of 64003 with flag 1145615/3432215
1117.96/1117.05	c cleaning 32997 clauses out of 66001 with flag 1216962/3466214
1128.76/1127.88	c cleaning 34002 clauses out of 68004 with flag 1291050/3501214
1139.76/1138.80	c cleaning 35001 clauses out of 70006 with flag 1367356/3537218
1151.37/1150.41	c cleaning 36000 clauses out of 72002 with flag 1445496/3574215
1164.57/1163.60	c cleaning 37000 clauses out of 74005 with flag 1525112/3612218
1177.47/1176.59	c cleaning 37996 clauses out of 76002 with flag 1606935/3651215
1191.87/1190.99	c cleaning 39001 clauses out of 78006 with flag 1690922/3691215
1206.77/1205.82	c cleaning 40005 clauses out of 80011 with flag 1776450/3732221
1221.96/1220.90	c cleaning 40996 clauses out of 81999 with flag 1863663/3774214
1238.25/1237.21	c cleaning 42000 clauses out of 84008 with flag 1952951/3817219
1254.46/1253.48	c cleaning 43001 clauses out of 86004 with flag 2044357/3861215
1272.35/1271.33	c cleaning 43999 clauses out of 88005 with flag 2138442/3906217
1290.55/1289.53	c cleaning 45003 clauses out of 90007 with flag 2234498/3952218
1309.55/1308.57	c cleaning 45997 clauses out of 92003 with flag 2332941/3999217
1323.05/1322.00	c Got one! Elapsed wall clock time (in seconds):1321.886
1323.05/1322.00	o 23552
1326.65/1325.70	c cleaning 43130 clauses out of 86271 with flag 11047/4039482
1328.35/1327.30	c cleaning 24565 clauses out of 49139 with flag 23663/4045480
1329.55/1328.51	c cleaning 15779 clauses out of 31574 with flag 38384/4052480
1330.55/1329.56	c cleaning 11885 clauses out of 23796 with flag 55103/4060481
1331.65/1330.60	c cleaning 10451 clauses out of 20911 with flag 73908/4069481
1332.74/1331.73	c cleaning 10222 clauses out of 20462 with flag 95171/4079483
1334.04/1333.00	c cleaning 10616 clauses out of 21239 with flag 118269/4090482
1335.45/1334.41	c cleaning 11312 clauses out of 22624 with flag 143576/4102483
1336.94/1335.94	c cleaning 12153 clauses out of 24313 with flag 170989/4115484
1338.65/1337.65	c cleaning 13069 clauses out of 26158 with flag 200698/4129482
1340.74/1339.71	c cleaning 14045 clauses out of 28090 with flag 231752/4144483
1342.94/1341.99	c cleaning 15021 clauses out of 30042 with flag 264815/4160480
1345.54/1344.53	c cleaning 16012 clauses out of 32023 with flag 300442/4177482
1348.34/1347.36	c cleaning 17003 clauses out of 34013 with flag 337944/4195484
1351.54/1350.59	c cleaning 18005 clauses out of 36014 with flag 377775/4214488
1355.15/1354.12	c cleaning 18998 clauses out of 38002 with flag 419476/4234481
1358.74/1357.79	c cleaning 20001 clauses out of 40005 with flag 462534/4255482
1362.64/1361.63	c cleaning 21000 clauses out of 42006 with flag 508232/4277484
1366.94/1365.98	c cleaning 22002 clauses out of 44003 with flag 556315/4300481
1371.84/1370.86	c cleaning 22994 clauses out of 46000 with flag 606834/4324480
1377.04/1376.07	c cleaning 24001 clauses out of 48006 with flag 659645/4349480
1383.19/1382.11	c cleaning 25001 clauses out of 50007 with flag 713970/4375482
1388.99/1387.98	c cleaning 26000 clauses out of 52004 with flag 770918/4402480
1395.69/1394.60	c cleaning 26996 clauses out of 54004 with flag 830385/4430480
1402.89/1401.87	c cleaning 28003 clauses out of 56010 with flag 891481/4459482
1410.20/1409.12	c cleaning 28999 clauses out of 58007 with flag 955345/4489482
1417.59/1416.55	c cleaning 30000 clauses out of 60009 with flag 1021329/4520483
1425.89/1424.87	c cleaning 31003 clauses out of 62006 with flag 1088417/4552480
1433.99/1432.98	c cleaning 32001 clauses out of 64003 with flag 1157266/4585480
1443.08/1442.07	c cleaning 32996 clauses out of 66002 with flag 1226908/4619480
1451.79/1450.77	c cleaning 33997 clauses out of 68006 with flag 1298846/4654480
1462.09/1461.04	c cleaning 34999 clauses out of 70009 with flag 1373040/4690480
1473.78/1472.70	c cleaning 36003 clauses out of 72012 with flag 1449544/4727482
1485.39/1484.39	c cleaning 37002 clauses out of 74007 with flag 1528522/4765480
1497.28/1496.25	c cleaning 38000 clauses out of 76005 with flag 1609589/4804480
1510.58/1509.57	c cleaning 39001 clauses out of 78006 with flag 1692667/4844481
1525.47/1524.48	c cleaning 39997 clauses out of 80007 with flag 1777426/4885483
1540.78/1539.72	c cleaning 41000 clauses out of 82010 with flag 1863877/4927483
1556.74/1555.62	c cleaning 42003 clauses out of 84007 with flag 1952395/4970480
1573.24/1572.18	c cleaning 43001 clauses out of 86004 with flag 2043774/5014480
1590.03/1588.91	c cleaning 43999 clauses out of 88005 with flag 2137245/5059482
1608.14/1607.03	c cleaning 44993 clauses out of 90008 with flag 2233782/5105484
1628.23/1627.13	c cleaning 46004 clauses out of 92013 with flag 2332196/5152482
1648.63/1647.53	c cleaning 47004 clauses out of 94007 with flag 2433158/5200480
1668.43/1667.35	c cleaning 48006 clauses out of 96011 with flag 2536770/5249488
1690.53/1689.40	c cleaning 48995 clauses out of 97997 with flag 2641941/5299480
1715.72/1714.64	c cleaning 50002 clauses out of 100005 with flag 2749454/5350483
1741.52/1740.44	c cleaning 50996 clauses out of 102000 with flag 2859315/5402480
1767.31/1766.29	c cleaning 52002 clauses out of 104004 with flag 2971789/5455480
1794.81/1793.75	c cleaning 52999 clauses out of 106006 with flag 3086280/5509484
1800.00/1798.94	c starts		: 400
1800.00/1798.94	c conflicts		: 5525081
1800.00/1798.94	c decisions		: 5695428
1800.00/1798.94	c propagations		: 46931578
1800.00/1798.94	c inspects		: 38565082227
1800.00/1798.94	c shortcuts		: 0
1800.00/1798.94	c learnt literals	: 0
1800.00/1798.94	c learnt binary clauses	: 0
1800.00/1798.94	c learnt ternary clauses	: 0
1800.00/1798.94	c learnt constraints	: 5525081
1800.00/1798.94	c ignored constraints	: 0
1800.00/1798.94	c root simplifications	: 0
1800.00/1798.94	c removed literals (reason simplification)	: 0
1800.00/1798.94	c reason swapping (by a shorter reason)	: 0
1800.00/1798.94	c Calls to reduceDB	: 200
1800.00/1798.94	c Number of update (reduction) of LBD	: 385722
1800.00/1798.94	c Imported unit clauses	: 0
1800.00/1798.94	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.94	c number of learned constraints concerned by reduction	: 0
1800.00/1798.94	c number of learning phase by resolution	: 0
1800.00/1798.94	c number of learning phase by cutting planes	: 0
1800.00/1798.94	c speed (assignments/second)	: 26090.681108991783
1800.00/1798.94	c non guided choices	307
1800.00/1798.96	c learnt constraints type 
1800.00/1798.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68605
1800.00/1798.96	s SATISFIABLE
1800.00/1798.96	c Found 12 solution(s)
1800.00/1798.96	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 
1800.00/1798.96	c objective function=23552
1800.00/1798.96	c Total wall clock time (in seconds): 1798.847

Verifier Data

OK	23552

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.06 2.07 3/194 18853
/proc/meminfo: memFree=30877628/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/18853/stat : 18853 (java) D 18850 18853 16325 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 27978668 2560000 47 33554432000 1073741824 1073778376 140736214437136 140736214434264 206619897127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 625 47 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.06 2.07 3/194 18853
/proc/meminfo: memFree=30877628/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 4391 0 1 0 7 2 0 0 20 0 18 0 27978668 9787879424 6026 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.09 2.06 2.07 3/194 18853
/proc/meminfo: memFree=30877628/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 6765 0 1 0 28 2 0 0 20 0 19 0 27978668 9856040960 7677 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 7677 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300243 s]
/proc/loadavg: 2.09 2.06 2.07 3/194 18853
/proc/meminfo: memFree=30877628/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 7199 0 1 0 49 2 0 0 20 0 19 0 27978668 9856040960 8795 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 8795 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70018 s]
/proc/loadavg: 2.09 2.06 2.07 3/194 18853
/proc/meminfo: memFree=30877628/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 8703 0 1 0 100 2 0 0 20 0 19 0 27978668 9856040960 9518 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 9518 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.09 2.06 2.07 3/213 18872
/proc/meminfo: memFree=30846648/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 9527 0 1 0 190 2 0 0 20 0 19 0 27978668 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 10327 2260 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2410 0 1 0 145 2 0 0 20 0 19 0 27978668 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140684034191056 140683885598026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3316 0 0 0 26 0 0 0 20 0 19 0 27978674 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 10327 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.09 2.06 2.07 3/213 18872
/proc/meminfo: memFree=30842304/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 9531 0 1 0 353 3 0 0 20 0 19 0 27978668 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 11352 2260 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2413 0 1 0 305 2 0 0 20 0 19 0 27978668 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140684034199832 140683885665775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3317 0 0 0 29 0 0 0 20 0 19 0 27978674 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 11352 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.08 2.06 2.07 3/213 18872
/proc/meminfo: memFree=30825564/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 9537 0 1 0 674 3 0 0 20 0 19 0 27978668 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 13329 2261 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2418 0 1 0 624 2 0 0 20 0 19 0 27978668 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140684034191056 140683885665724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27978670 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3317 0 0 0 30 0 0 0 20 0 19 0 27978674 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 13329 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3469 0 0 0 34 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 100 0 0 0 26 30 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.09 2.08 3/213 19047
/proc/meminfo: memFree=30784160/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=1783.41 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 11049 0 1 0 178293 48 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 61228 2275 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=1782 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2482 0 1 0 178166 34 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684034191056 140683885665775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 5 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 304 0 0 0 8 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 252 0 0 0 6 1 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 96 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3469 0 0 0 34 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 104 0 0 0 26 31 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.10 2.09 2.07 3/213 19047
/proc/meminfo: memFree=30784412/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 11049 0 1 0 179952 48 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 61228 2275 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=1798.6 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2482 0 1 0 179826 34 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684034191056 140683885592132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 5 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 304 0 0 0 8 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 252 0 0 0 6 1 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 96 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3469 0 0 0 34 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.9 s]
/proc/loadavg: 2.10 2.09 2.07 3/213 19047
/proc/meminfo: memFree=30784412/32872528 swapFree=534252/566956
[pid=18853] ppid=18850 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/18853/stat : 18853 (java) S 18850 18853 16325 0 -1 4202496 11049 0 1 0 179952 48 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140736214428272 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18853/statm: 2406260 61228 2275 9 0 2396937 0
[pid=18853/tid=18855] ppid=18850 vsize=9625040 CPUtime=1798.6 cores=1,3,5,7
/proc/18853/task/18855/stat : 18855 (java) R 18850 18853 16325 0 -1 4202560 2482 0 1 0 179826 34 0 0 20 0 19 0 27978668 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684034191056 140683885592132 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18856] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18856/stat : 18856 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 5 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684006652328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18857] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18857/stat : 18857 (java) S 18850 18853 16325 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684005599784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18858] ppid=18850 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18853/task/18858/stat : 18858 (java) S 18850 18853 16325 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140684004546728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18853/tid=18859] ppid=18850 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/18853/task/18859/stat : 18859 (java) S 18850 18853 16325 0 -1 4202560 304 0 0 0 8 2 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683874183464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18860] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18860/stat : 18860 (java) S 18850 18853 16325 0 -1 4202560 252 0 0 0 6 1 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683873131432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18861] ppid=18850 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/18853/task/18861/stat : 18861 (java) S 18850 18853 16325 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683872078888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18862] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18862/stat : 18862 (java) S 18850 18853 16325 0 -1 4202560 96 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683871025832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18863] ppid=18850 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/18853/task/18863/stat : 18863 (java) S 18850 18853 16325 0 -1 4202560 204 0 0 0 6 0 0 0 20 0 19 0 27978670 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683869973288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18864] ppid=18850 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18853/task/18864/stat : 18864 (java) S 18850 18853 16325 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683387459944 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18865] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18865/stat : 18865 (java) S 18850 18853 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683386406264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18866] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18866/stat : 18866 (java) S 18850 18853 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27978671 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683385353096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18867] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18867/stat : 18867 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683384301840 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18853/tid=18868] ppid=18850 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18853/task/18868/stat : 18868 (java) S 18850 18853 16325 0 -1 4202560 3469 0 0 0 34 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683383249720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18869] ppid=18850 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/18853/task/18869/stat : 18869 (java) S 18850 18853 16325 0 -1 4202560 2528 0 0 0 16 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683382197176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18870] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18870/stat : 18870 (java) S 18850 18853 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683381144312 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18853/tid=18871] ppid=18850 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/18853/task/18871/stat : 18871 (java) S 18850 18853 16325 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 27978674 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683380091976 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18853/tid=18872] ppid=18850 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18853/task/18872/stat : 18872 (java) S 18850 18853 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27978683 9856040960 61228 33554432000 1073741824 1073778376 140736214437136 140683379037224 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.97
CPU time (s): 1800.67
CPU user time (s): 1799.8
CPU system time (s): 0.871867
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.871867
maximum resident set size= 257288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11115
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38283
involuntary context switches= 15345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4844 second user time and 13.6119 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 16:15:30
IDJOB=4104016
IDBENCH=2532
IDSOLVER=2546
FILE ID=node138/4104016-1466259330
RUNJOBID= node138-1466241309-16342
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-markshare1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4104016-1466259330/watcher-4104016-1466259330 -o /tmp/evaluation-result-4104016-1466259330/solver-4104016-1466259330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4104016-1466259330.opb

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

MD5SUM BENCH= e15fa473b46d7e2b0dca2d01a2541ab9
RANDOM SEED=1833923563

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30878172 kB
Buffers:          133280 kB
Cached:           230852 kB
SwapCached:         1060 kB
Active:           396176 kB
Inactive:         275700 kB
Active(anon):     308436 kB
Inactive(anon):     1696 kB
Active(file):      87740 kB
Inactive(file):   274004 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:        890760 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             606680 kB
SReclaimable:      50216 kB
SUnreclaim:       556464 kB
KernelStack:        1576 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1305888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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= 71732 MiB
End job on node138 at 2016-06-18 16:45:29