Trace number 4085270

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)222 1800.02 1787.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark212
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085270-1465225447.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.27/0.22	c ... done. Wall clock time 0.109s.
0.27/0.22	c declared #vars     470
0.27/0.22	c #constraints  470
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.27/0.22	c 470 constraints processed.
0.27/0.22	c objective function length is 470 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.27/0.23	o 223
1.10/0.71	c cleaning 2495 clauses out of 5001 with flag 10681/5001
1.48/1.10	c cleaning 4250 clauses out of 8505 with flag 23407/11000
2.00/1.60	c cleaning 5620 clauses out of 11256 with flag 38197/18001
2.71/2.28	c cleaning 6810 clauses out of 13636 with flag 55864/26001
3.53/3.03	c cleaning 7909 clauses out of 15826 with flag 75077/35001
4.33/3.88	c cleaning 8953 clauses out of 17918 with flag 96089/45002
5.43/4.91	c cleaning 9972 clauses out of 19963 with flag 119851/56000
6.43/5.99	c cleaning 10990 clauses out of 21992 with flag 145563/68001
7.73/7.20	c cleaning 11996 clauses out of 24001 with flag 174099/81000
9.13/8.60	c cleaning 12992 clauses out of 26005 with flag 203862/95000
10.73/10.28	c cleaning 13999 clauses out of 28014 with flag 235761/110001
12.44/11.97	c cleaning 15000 clauses out of 30015 with flag 269576/126001
14.38/13.84	c cleaning 16001 clauses out of 32014 with flag 305935/143000
16.18/15.61	c cleaning 16997 clauses out of 34013 with flag 343797/161000
18.19/17.62	c cleaning 18001 clauses out of 36017 with flag 384044/180001
20.39/19.87	c cleaning 18999 clauses out of 38016 with flag 426679/200001
22.98/22.43	c cleaning 20001 clauses out of 40016 with flag 471049/221000
25.58/25.03	c cleaning 20999 clauses out of 42015 with flag 517255/243000
28.50/27.87	c cleaning 22002 clauses out of 44016 with flag 567913/266000
31.90/31.22	c cleaning 22999 clauses out of 46014 with flag 618638/290000
35.80/35.14	c cleaning 23997 clauses out of 48016 with flag 671256/315001
39.90/39.20	c cleaning 25003 clauses out of 50019 with flag 725450/341001
43.70/43.06	c cleaning 25999 clauses out of 52015 with flag 784566/368000
47.50/46.89	c cleaning 27004 clauses out of 54016 with flag 843985/396000
51.50/50.76	c cleaning 28000 clauses out of 56012 with flag 905118/425000
56.09/55.34	c cleaning 28998 clauses out of 58012 with flag 968585/455000
61.30/60.52	c cleaning 29997 clauses out of 60015 with flag 1033994/486001
66.29/65.59	c cleaning 31002 clauses out of 62018 with flag 1104315/518001
71.92/71.00	c cleaning 31997 clauses out of 64015 with flag 1174278/551000
77.52/76.61	c cleaning 32996 clauses out of 66018 with flag 1246215/585000
82.92/82.01	c cleaning 34003 clauses out of 68022 with flag 1320522/620000
89.02/88.18	c cleaning 34999 clauses out of 70019 with flag 1396861/656000
96.02/95.02	c cleaning 36001 clauses out of 72020 with flag 1476847/693000
103.43/102.48	c cleaning 37003 clauses out of 74020 with flag 1556792/731001
111.03/110.05	c cleaning 38000 clauses out of 76016 with flag 1638662/770000
119.09/117.90	c cleaning 38998 clauses out of 78016 with flag 1722580/810000
126.49/125.32	c cleaning 39997 clauses out of 80018 with flag 1808996/851000
134.10/132.97	c cleaning 41002 clauses out of 82022 with flag 1898010/893001
142.74/141.45	c cleaning 42004 clauses out of 84019 with flag 1988736/936000
149.74/148.45	c cleaning 43000 clauses out of 86015 with flag 2081023/980000
157.34/156.01	c cleaning 43998 clauses out of 88015 with flag 2175695/1025000
165.25/163.87	c cleaning 45000 clauses out of 90018 with flag 2272429/1071001
173.65/172.22	c cleaning 45995 clauses out of 92017 with flag 2371775/1118000
184.88/183.34	c cleaning 47004 clauses out of 94023 with flag 2472996/1166001
196.39/194.83	c cleaning 47999 clauses out of 96018 with flag 2576046/1215000
205.81/204.19	c cleaning 48999 clauses out of 98019 with flag 2681510/1265000
215.82/214.16	c cleaning 50003 clauses out of 100020 with flag 2789057/1316000
225.73/223.98	c cleaning 50996 clauses out of 102017 with flag 2898945/1368000
237.03/235.29	c cleaning 52007 clauses out of 104022 with flag 3012549/1421001
248.50/246.55	c cleaning 52995 clauses out of 106014 with flag 3125449/1475000
260.60/258.62	c cleaning 54001 clauses out of 108019 with flag 3240425/1530000
272.76/270.73	c cleaning 54999 clauses out of 110019 with flag 3358121/1586001
285.05/283.08	c cleaning 55999 clauses out of 112019 with flag 3478472/1643000
299.34/297.27	c cleaning 56999 clauses out of 114020 with flag 3601030/1701000
313.35/311.24	c cleaning 58003 clauses out of 116022 with flag 3725579/1760001
326.73/324.53	c cleaning 58999 clauses out of 118019 with flag 3852278/1820001
338.02/335.78	c cleaning 59997 clauses out of 120020 with flag 3980913/1881001
349.12/346.84	c cleaning 61005 clauses out of 122023 with flag 4110926/1943001
362.43/360.06	c cleaning 62000 clauses out of 124019 with flag 4242954/2006002
377.30/374.81	c cleaning 63001 clauses out of 126017 with flag 4377080/2070000
392.79/390.31	c cleaning 63997 clauses out of 128016 with flag 4513030/2135000
408.46/405.94	c cleaning 64998 clauses out of 130019 with flag 4651867/2201000
422.31/419.78	c cleaning 66000 clauses out of 132022 with flag 4791660/2268001
435.81/433.15	c cleaning 67001 clauses out of 134021 with flag 4933952/2336000
450.50/447.73	c cleaning 68000 clauses out of 136021 with flag 5078382/2405001
465.90/463.15	c cleaning 69000 clauses out of 138021 with flag 5225104/2475001
482.24/479.42	c cleaning 70002 clauses out of 140021 with flag 5374214/2546001
497.46/494.67	c cleaning 71003 clauses out of 142019 with flag 5525166/2618001
515.63/512.76	c cleaning 71995 clauses out of 144016 with flag 5679106/2691001
532.89/529.99	c cleaning 72998 clauses out of 146021 with flag 5835683/2765001
550.44/547.46	c cleaning 73999 clauses out of 148022 with flag 5995418/2840000
564.43/561.39	c cleaning 75003 clauses out of 150023 with flag 6155250/2916000
579.88/576.75	c cleaning 75999 clauses out of 152021 with flag 6316587/2993001
595.03/591.83	c cleaning 77001 clauses out of 154022 with flag 6480466/3071001
611.30/608.00	c cleaning 77997 clauses out of 156021 with flag 6646646/3150001
626.63/623.36	c cleaning 78999 clauses out of 158023 with flag 6815381/3230000
647.65/644.28	c cleaning 79999 clauses out of 160025 with flag 6986450/3311001
669.11/665.62	c cleaning 81002 clauses out of 162026 with flag 7159885/3393001
688.67/685.12	c cleaning 82000 clauses out of 164024 with flag 7334826/3476001
708.20/704.56	c cleaning 83000 clauses out of 166023 with flag 7512679/3560000
726.73/723.00	c cleaning 84001 clauses out of 168023 with flag 7692650/3645000
730.13/726.44	c Got one! Elapsed wall clock time (in seconds):726.324
730.13/726.44	o 222
732.00/728.19	c cleaning 57767 clauses out of 115552 with flag 10827/3676530
733.10/729.25	c cleaning 31887 clauses out of 63785 with flag 23433/3682530
733.90/730.05	c cleaning 19443 clauses out of 38897 with flag 38586/3689529
734.70/730.83	c cleaning 13722 clauses out of 27456 with flag 55338/3697531
735.41/731.59	c cleaning 11359 clauses out of 22733 with flag 74307/3706530
736.20/732.35	c cleaning 10674 clauses out of 21374 with flag 95297/3716530
737.10/733.25	c cleaning 10840 clauses out of 21700 with flag 118846/3727530
738.12/734.23	c cleaning 11421 clauses out of 22860 with flag 144051/3739530
739.22/735.39	c cleaning 12212 clauses out of 24439 with flag 172376/3752530
740.42/736.59	c cleaning 13103 clauses out of 26227 with flag 201841/3766530
741.82/737.95	c cleaning 14053 clauses out of 28123 with flag 233433/3781529
743.34/739.48	c cleaning 15025 clauses out of 30070 with flag 267179/3797529
745.04/741.12	c cleaning 16015 clauses out of 32046 with flag 303155/3814530
746.84/742.91	c cleaning 17005 clauses out of 34030 with flag 341255/3832529
748.76/744.88	c cleaning 18001 clauses out of 36025 with flag 381311/3851529
750.86/747.00	c cleaning 19003 clauses out of 38024 with flag 423773/3871529
752.95/749.06	c cleaning 20002 clauses out of 40021 with flag 468443/3892529
755.39/751.49	c cleaning 20999 clauses out of 42020 with flag 515057/3914530
757.88/753.95	c cleaning 22002 clauses out of 44021 with flag 563687/3937530
760.83/756.81	c cleaning 22998 clauses out of 46018 with flag 614575/3961529
763.72/759.73	c cleaning 24004 clauses out of 48021 with flag 667479/3986530
767.16/763.14	c cleaning 25001 clauses out of 50018 with flag 722511/4012531
770.56/766.59	c cleaning 26000 clauses out of 52016 with flag 779564/4039530
774.49/770.41	c cleaning 26999 clauses out of 54015 with flag 838876/4067529
778.09/774.08	c cleaning 28001 clauses out of 56017 with flag 900250/4096530
782.20/778.18	c cleaning 28997 clauses out of 58016 with flag 963854/4126530
786.60/782.57	c cleaning 30000 clauses out of 60019 with flag 1029759/4157530
791.22/787.10	c cleaning 30997 clauses out of 62019 with flag 1097536/4189530
795.86/791.73	c cleaning 32002 clauses out of 64022 with flag 1167177/4222530
801.16/797.01	c cleaning 32998 clauses out of 66019 with flag 1238923/4256529
806.76/802.68	c cleaning 34000 clauses out of 68021 with flag 1312872/4291529
813.20/809.03	c cleaning 34996 clauses out of 70022 with flag 1388867/4327530
819.45/815.29	c cleaning 36000 clauses out of 72026 with flag 1467142/4364530
825.74/821.53	c cleaning 36998 clauses out of 74025 with flag 1547103/4402529
831.76/827.55	c cleaning 38003 clauses out of 76028 with flag 1630042/4441530
838.59/834.34	c cleaning 39001 clauses out of 78024 with flag 1714930/4481529
846.51/842.29	c cleaning 40006 clauses out of 80025 with flag 1801897/4522531
853.85/849.56	c cleaning 40999 clauses out of 82017 with flag 1891044/4564529
861.69/857.35	c cleaning 41999 clauses out of 84018 with flag 1981636/4607529
870.14/865.76	c cleaning 42996 clauses out of 86019 with flag 2074813/4651529
879.77/875.31	c cleaning 44002 clauses out of 88024 with flag 2172420/4696530
888.39/883.96	c cleaning 45000 clauses out of 90021 with flag 2269691/4742529
896.30/891.84	c cleaning 46002 clauses out of 92023 with flag 2369318/4789531
905.32/900.83	c cleaning 47000 clauses out of 94019 with flag 2470882/4837529
914.83/910.34	c cleaning 47998 clauses out of 96019 with flag 2574710/4886529
925.76/921.15	c cleaning 48999 clauses out of 98021 with flag 2680541/4936529
937.20/932.52	c cleaning 49998 clauses out of 100023 with flag 2787582/4987530
948.19/943.40	c cleaning 51002 clauses out of 102025 with flag 2896440/5039530
959.62/954.90	c cleaning 52002 clauses out of 104022 with flag 3008110/5092529
970.01/965.11	c cleaning 53002 clauses out of 106020 with flag 3121761/5146529
979.93/975.09	c cleaning 53999 clauses out of 108020 with flag 3237920/5201531
989.90/984.97	c cleaning 55002 clauses out of 110021 with flag 3355982/5257531
1001.04/996.00	c cleaning 56000 clauses out of 112017 with flag 3476611/5314529
1012.22/1007.17	c cleaning 57000 clauses out of 114018 with flag 3598880/5372530
1024.32/1019.14	c cleaning 57997 clauses out of 116018 with flag 3722889/5431530
1035.71/1030.41	c cleaning 59000 clauses out of 118020 with flag 3848712/5491529
1048.18/1042.84	c cleaning 59999 clauses out of 120020 with flag 3976829/5552529
1060.06/1054.61	c cleaning 60999 clauses out of 122022 with flag 4107411/5614530
1071.56/1066.05	c cleaning 61998 clauses out of 124022 with flag 4240493/5677529
1084.78/1079.15	c cleaning 63000 clauses out of 126025 with flag 4375744/5741530
1095.54/1089.88	c cleaning 64003 clauses out of 128026 with flag 4513094/5806531
1109.05/1103.20	c cleaning 64998 clauses out of 130022 with flag 4652425/5872530
1123.78/1117.81	c cleaning 66001 clauses out of 132024 with flag 4793796/5939530
1141.96/1135.93	c cleaning 66997 clauses out of 134023 with flag 4936839/6007530
1159.63/1153.57	c cleaning 68002 clauses out of 136025 with flag 5082193/6076529
1174.96/1168.70	c cleaning 69001 clauses out of 138023 with flag 5229607/6146529
1186.85/1180.57	c cleaning 69997 clauses out of 140022 with flag 5379662/6217529
1201.76/1195.37	c cleaning 70998 clauses out of 142025 with flag 5531587/6289529
1217.66/1211.03	c cleaning 72004 clauses out of 144028 with flag 5685670/6362530
1235.31/1228.52	c cleaning 73003 clauses out of 146024 with flag 5842284/6436530
1255.34/1248.48	c cleaning 74004 clauses out of 148021 with flag 6001569/6511530
1274.89/1267.81	c cleaning 75000 clauses out of 150017 with flag 6162938/6587530
1294.05/1286.88	c cleaning 75995 clauses out of 152016 with flag 6326429/6664529
1316.60/1309.21	c cleaning 77000 clauses out of 154022 with flag 6491260/6742530
1342.21/1334.70	c cleaning 78000 clauses out of 156021 with flag 6657909/6821529
1366.20/1358.51	c cleaning 79002 clauses out of 158021 with flag 6827074/6901529
1385.87/1378.01	c cleaning 80001 clauses out of 160019 with flag 6998268/6982529
1404.91/1396.94	c cleaning 81003 clauses out of 162019 with flag 7171265/7064530
1424.58/1416.46	c cleaning 81997 clauses out of 164015 with flag 7346566/7147529
1444.27/1435.92	c cleaning 83000 clauses out of 166018 with flag 7523582/7231529
1464.20/1455.73	c cleaning 84004 clauses out of 168019 with flag 7703659/7316530
1485.20/1476.51	c cleaning 84999 clauses out of 170015 with flag 7885037/7402530
1505.20/1496.36	c cleaning 85996 clauses out of 172015 with flag 8069041/7489529
1527.89/1518.89	c cleaning 86998 clauses out of 174019 with flag 8254845/7577529
1550.67/1541.34	c cleaning 87999 clauses out of 176021 with flag 8441678/7666529
1571.38/1561.79	c cleaning 89000 clauses out of 178022 with flag 8632198/7756529
1595.30/1585.46	c cleaning 90000 clauses out of 180022 with flag 8824760/7847529
1616.40/1606.30	c cleaning 90998 clauses out of 182022 with flag 9019321/7939529
1638.22/1627.95	c cleaning 92001 clauses out of 184025 with flag 9216311/8032530
1661.78/1651.28	c cleaning 93000 clauses out of 186023 with flag 9413560/8126529
1683.84/1673.08	c cleaning 94000 clauses out of 188023 with flag 9612004/8221529
1713.82/1702.80	c cleaning 95002 clauses out of 190023 with flag 9813917/8317529
1739.93/1728.44	c cleaning 96002 clauses out of 192023 with flag 10018285/8414531
1765.94/1754.20	c cleaning 96998 clauses out of 194019 with flag 10224590/8512529
1790.27/1778.29	c cleaning 98002 clauses out of 196022 with flag 10432169/8611530
1800.02/1787.80	c starts		: 3
1800.02/1787.80	c conflicts		: 8663577
1800.02/1787.80	c decisions		: 11449850
1800.02/1787.80	c propagations		: 276125963
1800.02/1787.80	c inspects		: 32972620352
1800.02/1787.80	c shortcuts		: 0
1800.02/1787.80	c learnt literals	: 0
1800.02/1787.80	c learnt binary clauses	: 0
1800.02/1787.80	c learnt ternary clauses	: 0
1800.02/1787.80	c learnt constraints	: 8663577
1800.02/1787.80	c ignored constraints	: 0
1800.02/1787.80	c root simplifications	: 0
1800.02/1787.80	c removed literals (reason simplification)	: 0
1800.02/1787.80	c reason swapping (by a shorter reason)	: 0
1800.02/1787.80	c Calls to reduceDB	: 176
1800.02/1787.80	c Number of update (reduction) of LBD	: 196035
1800.02/1787.80	c Imported unit clauses	: 0
1800.02/1787.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1787.80	c number of learned constraints concerned by reduction	: 0
1800.02/1787.80	c number of learning phase by resolution	: 0
1800.02/1787.80	c number of learning phase by cutting planes	: 0
1800.02/1787.80	c speed (assignments/second)	: 154469.43096716952
1800.02/1787.80	c non guided choices	0
1800.02/1787.83	c learnt constraints type 
1800.02/1787.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150068
1800.02/1787.83	s SATISFIABLE
1800.02/1787.83	c Found 2 solution(s)
1800.02/1787.83	v -x1 x2 x3 x4 -x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 -x15 x16 x17 x18 x19 -x20 x21 x22 x23 x24 -x25 x26 x27 -x28 -x29 x30 -x31 x32 -x33 x34 x35 x36 x37 -x38 x39 x40 x41 x42 x43 x44 -x45 -x46 x47 x48 x49 x50 x51 -x52 x53 x54 x55 -x56 -x57 x58 x59 x60 x61 x62 x63 -x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 -x95 x96 x97 -x98 x99 x100 x101 -x102 x103 x104 x105 x106 x107 x108 -x109 -x110 x111 -x112 x113 -x114 x115 x116 x117 x118 x119 x120 -x121 x122 x123 x124 -x125 x126 -x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 -x140 -x141 x142 x143 x144 x145 -x146 x147 -x148 x149 x150 -x151 x152 x153 x154 x155 x156 x157 x158 -x159 -x160 x161 -x162 x163 x164 x165 x166 x167 x168 -x169 -x170 -x171 x172 -x173 x174 x175 x176 x177 -x178 x179 x180 -x181 x182 -x183 x184 x185 -x186 -x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 x196 x197 -x198 x199 x200 x201 x202 -x203 -x204 -x205 x206 x207 -x208 x209 x210 x211 -x212 x213 -x214 x215 -x216 x217 x218 x219 -x220 x221 -x222 x223 x224 x225 x226 -x227 x228 x229 -x230 x231 -x232 -x233 x234 -x235 x236 x237 x238 x239 -x240 -x241 -x242 -x243 x244 x245 x246 x247 x248 -x249 -x250 x251 x252 x253 x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 x275 x276 x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 x289 x290 x291 x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 x308 -x309 x310 x311 -x312 -x313 x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 x329 x330 -x331 x332 x333 -x334 -x335 x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 x363 x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 
1800.02/1787.83	c objective function=222
1800.02/1787.83	c Total wall clock time (in seconds): 1787.721

Verifier Data

OK	222

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-4085270-1465225447/watcher-4085270-1465225447 -o /tmp/evaluation-result-4085270-1465225447/solver-4085270-1465225447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085270-1465225447.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.21 2.14 3/194 32347
/proc/meminfo: memFree=30711432/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/32347/stat : 32347 (java) R 32344 32347 31144 0 -1 4202496 383 0 0 0 0 0 0 0 20 0 1 0 104479151 5767168 54 33554432000 1073741824 1073778376 140736300527424 140736300524552 213857173064 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 1408 56 43 9 0 30 0

[startup+0.10016 s]
/proc/loadavg: 2.20 2.21 2.14 3/194 32347
/proc/meminfo: memFree=30711432/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 104479151 9787879424 6036 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.20 2.21 2.14 3/194 32347
/proc/meminfo: memFree=30711432/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 4995 0 1 0 25 2 0 0 20 0 18 0 104479151 9787879424 6977 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2389619 6977 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.20 2.21 2.14 3/194 32347
/proc/meminfo: memFree=30711432/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 6720 0 1 0 50 2 0 0 20 0 19 0 104479151 9856040960 9011 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 9011 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700137 s]
/proc/loadavg: 2.20 2.21 2.14 3/194 32347
/proc/meminfo: memFree=30711432/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 7065 0 1 0 108 2 0 0 20 0 19 0 104479151 9856040960 10058 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 10058 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.20 2.21 2.14 3/213 32366
/proc/meminfo: memFree=30671460/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 8408 0 1 0 197 3 0 0 20 0 19 0 104479151 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 13630 2257 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2419 0 1 0 145 1 0 0 20 0 19 0 104479152 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191124238032 140190971164579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 1867 0 0 0 17 0 0 0 20 0 19 0 104479157 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 2848 0 0 0 32 0 0 0 20 0 19 0 104479157 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 13630 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.20 2.21 2.14 3/213 32366
/proc/meminfo: memFree=30656628/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 8474 0 1 0 360 3 0 0 20 0 19 0 104479151 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 18295 2257 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2428 0 1 0 305 1 0 0 20 0 19 0 104479152 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191124238032 140190971218744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 1887 0 0 0 17 0 0 0 20 0 19 0 104479157 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 2885 0 0 0 35 0 0 0 20 0 19 0 104479157 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 18295 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.18 2.21 2.14 3/213 32366
/proc/meminfo: memFree=30619644/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=6.84 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 8492 0 1 0 680 4 0 0 20 0 19 0 104479151 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 26275 2258 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2445 0 1 0 623 2 0 0 20 0 19 0 104479152 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191124238016 140190971030815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104479153 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 1887 0 0 0 17 0 0 0 20 0 19 0 104479157 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 2885 0 0 0 35 0 0 0 20 0 19 0 104479157 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 26275 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625040


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

[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 84799 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1673.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.18 2.13 3/213 32475
/proc/meminfo: memFree=30605600/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=1733.8 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 19249 0 1 0 173274 106 0 0 20 0 19 0 104479151 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 91559 2282 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=1710.13 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2760 0 1 0 170983 30 0 0 20 0 19 0 104479152 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191124245696 140190971149191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1288 0 0 0 178 9 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 764 0 0 0 179 11 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 592 0 0 0 189 9 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1408 0 0 0 186 12 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1351 0 0 0 189 11 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 767 0 0 0 183 7 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 783 0 0 0 178 8 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 820 0 0 0 181 11 0 0 20 0 19 0 104479153 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=2.92 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 483 0 0 0 288 4 0 0 20 0 19 0 104479154 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 3080 0 0 0 23 0 0 0 20 0 19 0 104479157 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 3795 0 0 0 42 0 0 0 20 0 19 0 104479157 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 99 0 0 0 17 22 0 0 20 0 19 0 104479157 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 91559 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1733.8
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.22 2.15 4/213 32476
/proc/meminfo: memFree=30627356/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=1794.45 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 19923 0 1 0 179337 108 0 0 20 0 19 0 104479151 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 83313 2282 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=1769.43 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2787 0 1 0 176912 31 0 0 20 0 19 0 104479152 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191124245712 140190971057003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1417 0 0 0 189 9 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 764 0 0 0 192 11 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 777 0 0 0 201 9 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1529 0 0 0 199 12 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1351 0 0 0 203 11 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 767 0 0 0 196 8 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 960 0 0 0 188 8 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 820 0 0 0 193 11 0 0 20 0 19 0 104479153 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 514 0 0 0 311 4 0 0 20 0 19 0 104479154 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 3080 0 0 0 23 0 0 0 20 0 19 0 104479157 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 3795 0 0 0 42 0 0 0 20 0 19 0 104479157 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 103 0 0 0 18 22 0 0 20 0 19 0 104479157 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 83313 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 2.38 2.22 2.15 3/213 32476
/proc/meminfo: memFree=30630332/32872528 swapFree=12352/737972
[pid=32347] ppid=32344 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/32347/stat : 32347 (java) S 32344 32347 31144 0 -1 4202496 19926 0 1 0 179894 108 0 0 20 0 19 0 104479151 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140736300518560 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32347/statm: 2406260 82591 2282 9 0 2396937 0
[pid=32347/tid=32349] ppid=32344 vsize=9625040 CPUtime=1774.89 cores=0,2,4,6
/proc/32347/task/32349/stat : 32349 (java) R 32344 32347 31144 0 -1 4202560 2790 0 1 0 177458 31 0 0 20 0 19 0 104479152 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191124245712 140190971149191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32350] ppid=32344 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/32347/task/32350/stat : 32350 (java) S 32344 32347 31144 0 -1 4202560 1417 0 0 0 191 9 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191096699560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32351] ppid=32344 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/32347/task/32351/stat : 32351 (java) S 32344 32347 31144 0 -1 4202560 764 0 0 0 193 11 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191095647016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32352] ppid=32344 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/32347/task/32352/stat : 32352 (java) S 32344 32347 31144 0 -1 4202560 777 0 0 0 202 9 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191094594472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32353] ppid=32344 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/32347/task/32353/stat : 32353 (java) S 32344 32347 31144 0 -1 4202560 1529 0 0 0 200 12 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191093541928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32354] ppid=32344 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/32347/task/32354/stat : 32354 (java) S 32344 32347 31144 0 -1 4202560 1351 0 0 0 204 11 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191092488360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32355] ppid=32344 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/32347/task/32355/stat : 32355 (java) S 32344 32347 31144 0 -1 4202560 767 0 0 0 198 8 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191091435816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32347/tid=32356] ppid=32344 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/32347/task/32356/stat : 32356 (java) S 32344 32347 31144 0 -1 4202560 960 0 0 0 189 8 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191090383272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32357] ppid=32344 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/32347/task/32357/stat : 32357 (java) S 32344 32347 31144 0 -1 4202560 820 0 0 0 193 11 0 0 20 0 19 0 104479153 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140191089330728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32358] ppid=32344 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/32347/task/32358/stat : 32358 (java) S 32344 32347 31144 0 -1 4202560 514 0 0 0 311 4 0 0 20 0 19 0 104479154 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190477683304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32359] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32359/stat : 32359 (java) S 32344 32347 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190476629624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32360] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32360/stat : 32360 (java) S 32344 32347 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104479154 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190475576968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32361] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32361/stat : 32361 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190474525712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32362] ppid=32344 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/32347/task/32362/stat : 32362 (java) S 32344 32347 31144 0 -1 4202560 3080 0 0 0 23 0 0 0 20 0 19 0 104479157 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190473472056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32347/tid=32363] ppid=32344 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/32347/task/32363/stat : 32363 (java) S 32344 32347 31144 0 -1 4202560 3795 0 0 0 42 0 0 0 20 0 19 0 104479157 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190472419512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32364] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32364/stat : 32364 (java) S 32344 32347 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104479157 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190471367160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32347/tid=32365] ppid=32344 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/32347/task/32365/stat : 32365 (java) S 32344 32347 31144 0 -1 4202560 103 0 0 0 18 22 0 0 20 0 19 0 104479157 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190470314824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32347/tid=32366] ppid=32344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/32347/task/32366/stat : 32366 (java) S 32344 32347 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104479174 9856040960 82591 33554432000 1073741824 1073778376 140736300527424 140190469260584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 32347 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1787.84
CPU time (s): 1800.02
CPU user time (s): 1798.94
CPU system time (s): 1.08
CPU usage (%): 100.681
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.50377
maximum resident set size= 667340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19974
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47766
involuntary context switches= 35695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6412 second user time and 11.6442 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 17:04:07
IDJOB=4085270
IDBENCH=1961
IDSOLVER=2546
FILE ID=node112/4085270-1465225447
RUNJOBID= node112-1465218300-31160
PBS_JOBID= 19843211
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085270-1465225447/watcher-4085270-1465225447 -o /tmp/evaluation-result-4085270-1465225447/solver-4085270-1465225447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085270-1465225447.opb

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

MD5SUM BENCH= 6549a0bbc5c463b1b909374436b51d65
RANDOM SEED=421797607

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30711588 kB
Buffers:           11644 kB
Cached:            86672 kB
SwapCached:         1632 kB
Active:           666504 kB
Inactive:          37684 kB
Active(anon):     607680 kB
Inactive(anon):      564 kB
Active(file):      58824 kB
Inactive(file):    37120 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098560 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       1465804 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             565804 kB
SReclaimable:       9560 kB
SUnreclaim:       556244 kB
KernelStack:        1760 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1937228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1441792 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= 71748 MiB
End job on node112 at 2016-06-06 17:33:55