Trace number 4105621

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)2 1800.52 1799.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark342.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4105621-1466262929.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.14	c ... done. Wall clock time 0.021s.
0.08/0.14	c declared #vars     94
0.08/0.14	c #constraints  8
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.14	c 8 constraints processed.
0.08/0.14	c objective function length is 64 literals
0.71/0.52	c cleaning 2494 clauses out of 5001 with flag 10051/5001
1.22/0.95	c cleaning 4248 clauses out of 8506 with flag 22100/11000
1.82/1.54	c cleaning 5622 clauses out of 11258 with flag 36158/18000
2.67/2.37	c cleaning 6811 clauses out of 13636 with flag 52237/26000
3.69/3.38	c cleaning 7902 clauses out of 15825 with flag 70294/35000
4.98/4.65	c cleaning 8951 clauses out of 17924 with flag 90392/45001
6.48/6.19	c cleaning 9979 clauses out of 19973 with flag 112493/56001
8.38/8.01	c cleaning 10985 clauses out of 21993 with flag 136582/68000
10.39/10.06	c cleaning 11996 clauses out of 24009 with flag 162727/81001
12.68/12.39	c cleaning 12996 clauses out of 26012 with flag 190880/95000
15.58/15.29	c cleaning 13998 clauses out of 28017 with flag 221027/110001
18.89/18.54	c cleaning 15003 clauses out of 30023 with flag 253168/126005
22.39/22.07	c cleaning 15997 clauses out of 32016 with flag 287386/143001
26.29/25.95	c cleaning 17002 clauses out of 34019 with flag 323574/161001
30.69/30.35	c cleaning 17999 clauses out of 36016 with flag 361767/180000
35.48/35.17	c cleaning 19004 clauses out of 38020 with flag 402031/200003
40.68/40.32	c cleaning 19997 clauses out of 40013 with flag 444299/221000
46.08/45.75	c SATISFIABLE
46.08/45.75	c OPTIMIZING...
46.08/45.75	c Got one! Elapsed wall clock time (in seconds):45.625
46.08/45.75	o 182
46.44/46.09	c Got one! Elapsed wall clock time (in seconds):45.967
46.44/46.09	o 125
48.44/48.06	c cleaning 23696 clauses out of 47411 with flag 10090/248395
49.95/49.56	c cleaning 14849 clauses out of 29716 with flag 22160/254396
51.15/50.74	c cleaning 10924 clauses out of 21866 with flag 36223/261395
52.25/51.85	c cleaning 9461 clauses out of 18942 with flag 52298/269395
53.45/53.02	c cleaning 9235 clauses out of 18483 with flag 70380/278397
54.74/54.39	c cleaning 9613 clauses out of 19246 with flag 90453/288395
56.24/55.87	c cleaning 10304 clauses out of 20634 with flag 112571/299396
58.04/57.68	c cleaning 11159 clauses out of 22329 with flag 136657/311395
60.14/59.71	c cleaning 12074 clauses out of 24170 with flag 162838/324395
62.54/62.12	c cleaning 13036 clauses out of 26096 with flag 190973/338395
65.24/64.88	c cleaning 14020 clauses out of 28061 with flag 221133/353396
68.14/67.76	c cleaning 15011 clauses out of 30041 with flag 253337/369396
71.55/71.18	c cleaning 16004 clauses out of 32031 with flag 287524/386397
75.36/74.96	c cleaning 17003 clauses out of 34025 with flag 323732/404395
79.66/79.22	c cleaning 18003 clauses out of 36024 with flag 361952/423397
84.45/84.00	c cleaning 18997 clauses out of 38019 with flag 402180/443395
89.75/89.31	c cleaning 20002 clauses out of 40023 with flag 444426/464396
95.89/95.45	c cleaning 20998 clauses out of 42020 with flag 488626/486395
102.59/102.15	c cleaning 21996 clauses out of 44023 with flag 534880/509396
110.09/109.65	c cleaning 23004 clauses out of 46027 with flag 583134/533396
118.39/117.97	c cleaning 24002 clauses out of 48023 with flag 633477/558396
126.89/126.48	c cleaning 25004 clauses out of 50021 with flag 685788/584396
136.59/136.11	c cleaning 25996 clauses out of 52016 with flag 740083/611395
147.10/146.63	c cleaning 26999 clauses out of 54020 with flag 796401/639395
158.00/157.50	c cleaning 28001 clauses out of 56022 with flag 854820/668396
169.80/169.32	c cleaning 29000 clauses out of 58021 with flag 915232/698396
183.00/182.58	c cleaning 29996 clauses out of 60020 with flag 977638/729395
197.61/197.18	c cleaning 31005 clauses out of 62025 with flag 1042120/761396
212.02/211.54	c cleaning 32002 clauses out of 64019 with flag 1108390/794395
227.22/226.71	c cleaning 33001 clauses out of 66017 with flag 1176667/828395
244.52/244.03	c cleaning 34000 clauses out of 68017 with flag 1246983/863396
263.53/263.02	c cleaning 35000 clauses out of 70016 with flag 1319269/899395
284.03/283.59	c cleaning 35997 clauses out of 72016 with flag 1393600/936395
305.35/304.85	c cleaning 36997 clauses out of 74019 with flag 1469892/974395
318.07/317.56	c Got one! Elapsed wall clock time (in seconds):317.441
318.07/317.56	o 95
321.67/321.13	c cleaning 33891 clauses out of 67798 with flag 10049/1005171
323.57/323.01	c cleaning 19949 clauses out of 39907 with flag 22123/1011171
324.97/324.49	c cleaning 13467 clauses out of 26958 with flag 36205/1018171
326.28/325.74	c cleaning 10737 clauses out of 21492 with flag 52279/1026172
327.47/326.95	c cleaning 9872 clauses out of 19755 with flag 70369/1035172
328.67/328.19	c cleaning 9930 clauses out of 19882 with flag 90438/1045171
330.17/329.62	c cleaning 10467 clauses out of 20954 with flag 112542/1056173
331.87/331.37	c cleaning 11232 clauses out of 22485 with flag 136647/1068171
333.98/333.42	c cleaning 12117 clauses out of 24253 with flag 162766/1081171
336.27/335.71	c cleaning 13058 clauses out of 26136 with flag 190876/1095171
338.77/338.26	c cleaning 14027 clauses out of 28078 with flag 221089/1110171
341.79/341.26	c cleaning 15017 clauses out of 30052 with flag 253245/1126172
345.29/344.73	c cleaning 16009 clauses out of 32034 with flag 287415/1143171
348.99/348.47	c cleaning 17002 clauses out of 34026 with flag 323617/1161172
353.09/352.58	c cleaning 18004 clauses out of 36026 with flag 361862/1180174
357.69/357.13	c cleaning 18997 clauses out of 38020 with flag 402113/1200172
362.79/362.23	c cleaning 19999 clauses out of 40022 with flag 444375/1221171
368.59/368.07	c cleaning 21003 clauses out of 42024 with flag 488740/1243172
375.19/374.62	c cleaning 22000 clauses out of 44021 with flag 535216/1266172
382.09/381.58	c cleaning 22998 clauses out of 46021 with flag 583755/1290172
389.79/389.29	c cleaning 23996 clauses out of 48022 with flag 634194/1315171
398.29/397.74	c cleaning 25002 clauses out of 50026 with flag 686717/1341171
407.39/406.86	c cleaning 26003 clauses out of 52025 with flag 741181/1368172
408.99/408.48	c Got one! Elapsed wall clock time (in seconds):408.356
408.99/408.48	o 64
410.69/410.10	c cleaning 18805 clauses out of 37631 with flag 10082/1379781
411.79/411.25	c cleaning 12405 clauses out of 24826 with flag 22170/1385781
412.79/412.23	c cleaning 9702 clauses out of 19424 with flag 36272/1392784
413.79/413.26	c cleaning 8850 clauses out of 17720 with flag 52369/1400782
414.89/414.33	c cleaning 8924 clauses out of 17870 with flag 70481/1409782
416.09/415.60	c cleaning 9457 clauses out of 18946 with flag 90611/1419782
417.60/417.07	c cleaning 10232 clauses out of 20488 with flag 112759/1430781
419.40/418.81	c cleaning 11116 clauses out of 22256 with flag 136933/1442781
421.40/420.80	c cleaning 12060 clauses out of 24142 with flag 163140/1455783
423.70/423.11	c cleaning 13028 clauses out of 26082 with flag 191376/1469783
426.10/425.59	c cleaning 14017 clauses out of 28053 with flag 221648/1484782
429.00/428.49	c cleaning 15007 clauses out of 30036 with flag 253948/1500782
432.40/431.84	c cleaning 16005 clauses out of 32029 with flag 288260/1517782
436.31/435.79	c cleaning 16999 clauses out of 34023 with flag 324528/1535781
440.61/440.05	c cleaning 18005 clauses out of 36026 with flag 362822/1554783
445.30/444.70	c cleaning 19000 clauses out of 38019 with flag 403161/1574781
450.40/449.80	c cleaning 19998 clauses out of 40020 with flag 445504/1595782
456.11/455.55	c cleaning 21001 clauses out of 42022 with flag 489779/1617782
462.30/461.77	c cleaning 22000 clauses out of 44021 with flag 536104/1640782
469.10/468.51	c cleaning 23001 clauses out of 46020 with flag 584498/1664781
476.50/475.91	c cleaning 23996 clauses out of 48020 with flag 634848/1689782
484.60/484.00	c cleaning 25001 clauses out of 50024 with flag 687254/1715782
493.01/492.42	c cleaning 26002 clauses out of 52023 with flag 741686/1742782
502.11/501.54	c cleaning 27005 clauses out of 54021 with flag 798186/1770782
512.31/511.73	c cleaning 27997 clauses out of 56015 with flag 856563/1799781
523.21/522.61	c cleaning 29000 clauses out of 58018 with flag 916997/1829781
534.90/534.31	c cleaning 30000 clauses out of 60018 with flag 979422/1860781
548.01/547.44	c cleaning 30995 clauses out of 62018 with flag 1043884/1892781
561.42/560.88	c cleaning 32001 clauses out of 64023 with flag 1110349/1925781
575.92/575.32	c cleaning 33001 clauses out of 66023 with flag 1178843/1959782
591.93/591.39	c cleaning 33994 clauses out of 68021 with flag 1249356/1994781
608.33/607.74	c cleaning 35006 clauses out of 70027 with flag 1322381/2030781
626.82/626.27	c cleaning 36002 clauses out of 72021 with flag 1397457/2067781
645.65/645.05	c cleaning 37000 clauses out of 74019 with flag 1474578/2105781
664.55/663.99	c cleaning 38005 clauses out of 76024 with flag 1553346/2144786
683.46/682.85	c cleaning 38994 clauses out of 78014 with flag 1634090/2184781
702.86/702.25	c cleaning 40001 clauses out of 80021 with flag 1717105/2225782
723.17/722.60	c cleaning 40999 clauses out of 82020 with flag 1801920/2267782
745.67/745.06	c cleaning 42004 clauses out of 84023 with flag 1888782/2310784
749.67/749.06	c Got one! Elapsed wall clock time (in seconds):748.935
749.67/749.06	o 2
752.27/751.66	c cleaning 29469 clauses out of 58942 with flag 10053/2327707
753.87/753.24	c cleaning 17732 clauses out of 35471 with flag 22113/2333705
755.07/754.43	c cleaning 12368 clauses out of 24739 with flag 36180/2340705
756.17/755.50	c cleaning 10184 clauses out of 20371 with flag 52250/2348705
757.27/756.61	c cleaning 9592 clauses out of 19188 with flag 70319/2357706
758.47/757.85	c cleaning 9795 clauses out of 19595 with flag 90395/2367705
759.87/759.29	c cleaning 10393 clauses out of 20800 with flag 112515/2378705
761.57/760.99	c cleaning 11201 clauses out of 22409 with flag 136609/2390707
763.57/762.91	c cleaning 12099 clauses out of 24206 with flag 162721/2403705
765.77/765.12	c cleaning 13049 clauses out of 26107 with flag 190852/2417705
768.37/767.75	c cleaning 14024 clauses out of 28058 with flag 220993/2432705
771.17/770.59	c cleaning 15014 clauses out of 30034 with flag 253226/2448705
774.57/774.00	c cleaning 16005 clauses out of 32021 with flag 287487/2465706
778.17/777.59	c cleaning 17001 clauses out of 34015 with flag 323651/2483705
782.37/781.70	c cleaning 18001 clauses out of 36014 with flag 361834/2502705
786.97/786.36	c cleaning 19001 clauses out of 38013 with flag 401993/2522705
792.08/791.43	c cleaning 20004 clauses out of 40014 with flag 444246/2543707
797.18/796.60	c cleaning 20999 clauses out of 42008 with flag 488474/2565705
802.58/801.94	c cleaning 21999 clauses out of 44010 with flag 534678/2588706
808.48/807.81	c cleaning 23005 clauses out of 46011 with flag 582897/2612706
814.98/814.36	c cleaning 23996 clauses out of 48006 with flag 633185/2637706
822.18/821.59	c cleaning 25003 clauses out of 50010 with flag 685356/2663706
830.47/829.85	c cleaning 25997 clauses out of 52006 with flag 739612/2690705
839.77/839.16	c cleaning 26999 clauses out of 54009 with flag 795960/2718705
849.77/849.14	c cleaning 28003 clauses out of 56010 with flag 854171/2747705
860.77/860.10	c cleaning 29000 clauses out of 58008 with flag 914398/2777706
871.77/871.18	c cleaning 29999 clauses out of 60012 with flag 976636/2808710
883.07/882.45	c cleaning 31003 clauses out of 62009 with flag 1040986/2840706
894.70/894.02	c cleaning 31997 clauses out of 64005 with flag 1107465/2873705
907.40/906.71	c cleaning 32996 clauses out of 66008 with flag 1175795/2907705
921.10/920.48	c cleaning 34001 clauses out of 68015 with flag 1246150/2942708
936.21/935.50	c cleaning 35002 clauses out of 70012 with flag 1318395/2978706
951.71/951.07	c cleaning 36001 clauses out of 72009 with flag 1392776/3015705
968.11/967.47	c cleaning 37006 clauses out of 74011 with flag 1469321/3053708
986.34/985.61	c cleaning 37998 clauses out of 76003 with flag 1547690/3092706
1005.43/1004.75	c cleaning 38997 clauses out of 78006 with flag 1628088/3132707
1026.53/1025.81	c cleaning 40000 clauses out of 80007 with flag 1710394/3173705
1049.14/1048.43	c cleaning 41000 clauses out of 82007 with flag 1794750/3215705
1072.74/1072.09	c cleaning 42002 clauses out of 84008 with flag 1881124/3258706
1097.24/1096.59	c cleaning 42998 clauses out of 86005 with flag 1972164/3302705
1123.04/1122.33	c cleaning 44002 clauses out of 88010 with flag 2063279/3347708
1147.45/1146.73	c cleaning 44995 clauses out of 90005 with flag 2156209/3393705
1173.85/1173.16	c cleaning 45997 clauses out of 92010 with flag 2251387/3440705
1203.17/1202.46	c cleaning 47002 clauses out of 94014 with flag 2348792/3488706
1235.97/1235.26	c cleaning 48001 clauses out of 96011 with flag 2448140/3537705
1269.48/1268.76	c cleaning 49000 clauses out of 98010 with flag 2549328/3587705
1303.68/1302.90	c cleaning 49998 clauses out of 100010 with flag 2652450/3638705
1338.29/1337.54	c cleaning 50999 clauses out of 102012 with flag 2757267/3690705
1373.12/1372.32	c cleaning 52002 clauses out of 104015 with flag 2864351/3743707
1414.24/1413.47	c cleaning 53003 clauses out of 106014 with flag 2973427/3797708
1453.84/1453.03	c cleaning 53997 clauses out of 108008 with flag 3084733/3852705
1495.26/1494.46	c cleaning 55001 clauses out of 110015 with flag 3197954/3908709
1542.57/1541.71	c cleaning 56001 clauses out of 112010 with flag 3313200/3965705
1591.58/1590.75	c cleaning 57005 clauses out of 114011 with flag 3431113/4023707
1639.09/1638.25	c cleaning 57999 clauses out of 116006 with flag 3550700/4082707
1687.60/1686.73	c cleaning 58999 clauses out of 118006 with flag 3672240/4142706
1738.61/1737.72	c cleaning 59995 clauses out of 120006 with flag 3797640/4203705
1795.42/1794.57	c cleaning 61000 clauses out of 122013 with flag 3925046/4265707
1800.02/1799.10	c starts		: 10
1800.02/1799.10	c conflicts		: 4275468
1800.02/1799.10	c decisions		: 4300706
1800.02/1799.10	c propagations		: 29317847
1800.02/1799.10	c inspects		: 40597276173
1800.02/1799.10	c shortcuts		: 0
1800.02/1799.10	c learnt literals	: 0
1800.02/1799.10	c learnt binary clauses	: 0
1800.02/1799.10	c learnt ternary clauses	: 0
1800.02/1799.10	c learnt constraints	: 4275468
1800.02/1799.10	c ignored constraints	: 0
1800.02/1799.10	c root simplifications	: 0
1800.02/1799.10	c removed literals (reason simplification)	: 0
1800.02/1799.10	c reason swapping (by a shorter reason)	: 0
1800.02/1799.10	c Calls to reduceDB	: 171
1800.02/1799.10	c Number of update (reduction) of LBD	: 43455
1800.02/1799.10	c Imported unit clauses	: 0
1800.02/1799.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1799.10	c number of learned constraints concerned by reduction	: 0
1800.02/1799.10	c number of learning phase by resolution	: 0
1800.02/1799.10	c number of learning phase by cutting planes	: 0
1800.02/1799.10	c speed (assignments/second)	: 16297.117944322243
1800.02/1799.10	c non guided choices	73
1800.02/1799.13	c learnt constraints type 
1800.02/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70774
1800.02/1799.13	s SATISFIABLE
1800.02/1799.13	c Found 5 solution(s)
1800.02/1799.13	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 
1800.02/1799.13	c objective function=2
1800.02/1799.13	c Total wall clock time (in seconds): 1799.008

Verifier Data

OK	2

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

pid=19290
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.06 2.03 2.00 3/194 19293
/proc/meminfo: memFree=31025788/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19293/stat : 19293 (java) D 19290 19293 16325 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 28338557 9515008 184 33554432000 1073741824 1073778376 140734779791280 140734779782504 206628875703 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/19293/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19293
/proc/meminfo: memFree=31025788/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 4392 0 1 0 8 0 0 0 20 0 18 0 28338557 9787879424 5509 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2389619 5509 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.211168 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19293
/proc/meminfo: memFree=31025788/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 7099 0 1 0 31 1 0 0 20 0 19 0 28338557 9856040960 8076 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 8076 2215 9 0 2396937 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300347 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19293
/proc/meminfo: memFree=31025788/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 7283 0 1 0 49 1 0 0 20 0 19 0 28338557 9856040960 8066 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 8066 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700177 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19293
/proc/meminfo: memFree=31025788/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 8374 0 1 0 98 1 0 0 20 0 19 0 28338557 9856040960 9049 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 9049 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19312
/proc/meminfo: memFree=30997708/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 8437 0 1 0 181 1 0 0 20 0 19 0 28338557 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 9626 2246 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2407 0 1 0 146 0 0 0 20 0 19 0 28338558 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469710477872 140469539905563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28338560 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 1946 0 0 0 13 0 0 0 20 0 19 0 28338564 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 9626 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.14 2.05 2.01 3/213 19312
/proc/meminfo: memFree=30993364/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 8446 0 1 0 347 1 0 0 20 0 19 0 28338557 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 10656 2247 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2410 0 1 0 306 0 0 0 20 0 19 0 28338558 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469710477680 140469539921953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28338560 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 1950 0 0 0 19 0 0 0 20 0 19 0 28338564 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 10656 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.14 2.05 2.01 3/213 19312
/proc/meminfo: memFree=30987116/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 8451 0 1 0 667 1 0 0 20 0 19 0 28338557 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 12152 2248 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2414 0 1 0 625 1 0 0 20 0 19 0 28338558 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469710470864 140469540046697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28338560 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 1950 0 0 0 19 0 0 0 20 0 19 0 28338564 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 12152 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 3084 0 0 0 27 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 100 0 0 0 26 37 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/213 19683
/proc/meminfo: memFree=30309424/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=1783.22 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 9834 0 1 0 178281 41 0 0 20 0 19 0 28338557 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 50618 2263 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=1782.15 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2481 0 1 0 178184 31 0 0 20 0 19 0 28338558 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469710470848 140469540046707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 28338560 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 3084 0 0 0 27 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 104 0 0 0 27 38 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 19683
/proc/meminfo: memFree=30262636/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 9834 0 1 0 179961 41 0 0 20 0 19 0 28338557 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 50618 2263 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=1798.95 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2481 0 1 0 179864 31 0 0 20 0 19 0 28338558 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469710470848 140469540046712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 28338560 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 3084 0 0 0 27 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 104 0 0 0 27 39 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1799.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/213 19683
/proc/meminfo: memFree=30262636/32872528 swapFree=534252/566956
[pid=19293] ppid=19290 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/19293/stat : 19293 (java) S 19290 19293 16325 0 -1 4202496 9834 0 1 0 179961 41 0 0 20 0 19 0 28338557 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140734055359904 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19293/statm: 2406260 50618 2263 9 0 2396937 0
[pid=19293/tid=19295] ppid=19290 vsize=9625040 CPUtime=1798.95 cores=1,3,5,7
/proc/19293/task/19295/stat : 19295 (java) R 19290 19293 16325 0 -1 4202560 2481 0 1 0 179864 31 0 0 20 0 19 0 28338558 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469710470848 140469540046712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19296] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19296/stat : 19296 (java) S 19290 19293 16325 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469671971240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19297] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19297/stat : 19297 (java) S 19290 19293 16325 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469670918696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19298] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19298/stat : 19298 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469669865640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19299] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19299/stat : 19299 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469668813096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19300] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19300/stat : 19300 (java) S 19290 19293 16325 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469667761064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19301] ppid=19290 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19293/task/19301/stat : 19301 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469666708520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19302] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19302/stat : 19302 (java) S 19290 19293 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469665655464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19303] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19303/stat : 19303 (java) S 19290 19293 16325 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28338559 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469664602920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19304] ppid=19290 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/19293/task/19304/stat : 19304 (java) S 19290 19293 16325 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 28338560 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469534169448 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19293/tid=19305] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19305/stat : 19305 (java) S 19290 19293 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469533115768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19306] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19306/stat : 19306 (java) S 19290 19293 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28338561 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469532062600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19307] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19307/stat : 19307 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469531011344 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19308] ppid=19290 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19293/task/19308/stat : 19308 (java) S 19290 19293 16325 0 -1 4202560 3084 0 0 0 27 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469529959224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19293/tid=19309] ppid=19290 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19293/task/19309/stat : 19309 (java) S 19290 19293 16325 0 -1 4202560 2815 0 0 0 20 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469528906680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19310] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19310/stat : 19310 (java) S 19290 19293 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469527853816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19293/tid=19311] ppid=19290 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/19293/task/19311/stat : 19311 (java) S 19290 19293 16325 0 -1 4202560 104 0 0 0 27 39 0 0 20 0 19 0 28338564 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469526801480 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19293/tid=19312] ppid=19290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19293/task/19312/stat : 19312 (java) S 19290 19293 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28338572 9856040960 50618 33554432000 1073741824 1073778376 140734055368768 140469525746728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1799.14
CPU time (s): 1800.52
CPU user time (s): 1799.68
CPU system time (s): 0.842871
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.842871
maximum resident set size= 204396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9883
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38119
involuntary context switches= 3491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5234 second user time and 13.6729 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 17:15:29
IDJOB=4105621
IDBENCH=2927
IDSOLVER=2546
FILE ID=node138/4105621-1466262929
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-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105621-1466262929/watcher-4105621-1466262929 -o /tmp/evaluation-result-4105621-1466262929/solver-4105621-1466262929 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105621-1466262929.opb

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=1053438382

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:        31026324 kB
Buffers:          135996 kB
Cached:           231888 kB
SwapCached:         1060 kB
Active:           250684 kB
Inactive:         277992 kB
Active(anon):     161524 kB
Inactive(anon):     1756 kB
Active(file):      89160 kB
Inactive(file):   276236 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        870764 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             606628 kB
SReclaimable:      50236 kB
SUnreclaim:       556392 kB
KernelStack:        1760 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1260944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node138 at 2016-06-18 17:45:29