Trace number 3741889

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.89 928.16

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		9996466904
0.00/0.10	c Max memory 		10048897024
0.00/0.10	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3741889-1338761927.opb
0.09/0.12	c reading problem ... 
0.79/0.42	c ... done. Wall clock time 0.299s.
0.79/0.42	c #vars     5440
0.79/0.42	c #constraints  5602
0.79/0.42	c constraints type 
0.79/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
0.79/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.79/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
0.79/0.42	c constraints type 
0.79/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
0.79/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
0.79/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
4.80/1.94	c cleaning 2486 clauses out of 4992 with flag 5002/5002
7.96/3.44	c cleaning 4241 clauses out of 8498 with flag 11004/11004
11.49/5.18	c cleaning 5574 clauses out of 11252 with flag 18002/18002
16.37/7.59	c cleaning 6778 clauses out of 13673 with flag 26000/26000
23.23/10.98	c cleaning 7883 clauses out of 15898 with flag 35003/35003
28.79/13.77	c cleaning 8974 clauses out of 18010 with flag 45002/45002
38.77/18.80	c cleaning 9510 clauses out of 19033 with flag 55003/55003
45.33/22.07	c cleaning 9558 clauses out of 19519 with flag 65000/65000
54.45/26.68	c cleaning 9715 clauses out of 19957 with flag 75001/75001
62.20/30.54	c cleaning 9928 clauses out of 20242 with flag 85001/85001
68.95/33.93	c cleaning 9932 clauses out of 20313 with flag 95000/95000
75.49/37.25	c cleaning 9974 clauses out of 20380 with flag 105000/105000
80.79/39.94	c cleaning 10056 clauses out of 20402 with flag 115001/115001
86.55/42.88	c cleaning 10137 clauses out of 20343 with flag 125000/125000
93.08/46.18	c cleaning 10047 clauses out of 20204 with flag 135000/135000
101.01/50.15	c cleaning 10016 clauses out of 20156 with flag 145000/145000
107.89/53.60	c cleaning 9971 clauses out of 20142 with flag 155002/155002
123.23/61.36	c cleaning 9930 clauses out of 20170 with flag 165001/165001
134.78/67.18	c cleaning 10002 clauses out of 20242 with flag 175003/175003
147.14/73.33	c cleaning 10021 clauses out of 20237 with flag 185000/185000
154.41/77.02	c cleaning 10011 clauses out of 20209 with flag 195000/195000
160.50/80.12	c cleaning 9919 clauses out of 20199 with flag 205001/205001
167.00/83.42	c cleaning 9958 clauses out of 20279 with flag 215000/215000
177.31/88.60	c cleaning 9715 clauses out of 20321 with flag 225000/225000
189.97/95.03	c cleaning 9861 clauses out of 20605 with flag 235000/235000
203.88/102.00	c cleaning 10028 clauses out of 20744 with flag 245000/245000
212.36/106.32	c cleaning 10160 clauses out of 20715 with flag 255000/255000
219.85/110.13	c cleaning 9682 clauses out of 20556 with flag 265001/265001
226.67/113.67	c cleaning 9566 clauses out of 20872 with flag 275000/275000
235.75/118.26	c cleaning 9686 clauses out of 21306 with flag 285000/285000
245.65/123.26	c cleaning 9721 clauses out of 21622 with flag 295002/295002
253.11/127.05	c cleaning 9763 clauses out of 21899 with flag 305000/305000
262.94/132.05	c cleaning 9728 clauses out of 22137 with flag 315001/315001
271.22/136.30	c cleaning 9676 clauses out of 22408 with flag 325000/325000
281.89/141.64	c cleaning 9723 clauses out of 22732 with flag 335000/335000
288.16/144.82	c cleaning 9711 clauses out of 22999 with flag 345001/345001
296.14/148.98	c cleaning 9669 clauses out of 23290 with flag 355003/355003
306.41/154.17	c cleaning 9606 clauses out of 23618 with flag 365000/365000
321.48/161.71	c cleaning 9710 clauses out of 24012 with flag 375000/375000
332.01/167.09	c cleaning 9804 clauses out of 24303 with flag 385001/385001
342.37/172.35	c cleaning 9365 clauses out of 24497 with flag 395000/395000
354.42/178.48	c cleaning 9639 clauses out of 25133 with flag 405001/405001
366.06/184.32	c cleaning 9659 clauses out of 25494 with flag 415001/415001
381.13/191.92	c cleaning 9631 clauses out of 25834 with flag 425000/425000
388.67/195.81	c cleaning 9783 clauses out of 26204 with flag 435001/435001
396.29/199.76	c cleaning 9610 clauses out of 26420 with flag 445000/445000
402.71/203.03	c cleaning 9528 clauses out of 26811 with flag 455001/455001
413.33/208.41	c cleaning 9717 clauses out of 27282 with flag 465000/465000
421.24/212.55	c cleaning 9834 clauses out of 27566 with flag 475001/475001
428.26/216.18	c cleaning 9776 clauses out of 27732 with flag 485001/485001
437.09/220.67	c cleaning 9800 clauses out of 27954 with flag 495000/495000
447.49/225.97	c cleaning 9670 clauses out of 28154 with flag 505000/505000
464.17/234.45	c cleaning 9842 clauses out of 28485 with flag 515001/515001
474.17/239.58	c cleaning 9878 clauses out of 28642 with flag 525000/525000
484.17/244.62	c cleaning 9813 clauses out of 28766 with flag 535002/535002
493.81/249.52	c cleaning 9900 clauses out of 28951 with flag 545000/545000
503.67/254.62	c cleaning 9771 clauses out of 29051 with flag 555000/555000
513.49/259.65	c cleaning 9737 clauses out of 29281 with flag 565001/565001
523.05/264.54	c cleaning 9643 clauses out of 29546 with flag 575003/575003
533.03/269.68	c cleaning 9887 clauses out of 29900 with flag 585000/585000
541.47/274.07	c cleaning 9745 clauses out of 30013 with flag 595000/595000
549.85/278.39	c cleaning 9819 clauses out of 30268 with flag 605000/605000
558.23/282.69	c cleaning 9662 clauses out of 30449 with flag 615000/615000
569.39/288.35	c cleaning 9988 clauses out of 30789 with flag 625002/625002
579.81/293.71	c cleaning 10038 clauses out of 30799 with flag 635003/635003
585.56/296.79	c cleaning 9757 clauses out of 30760 with flag 645002/645002
594.12/301.16	c cleaning 9740 clauses out of 31001 with flag 655000/655000
605.86/307.19	c cleaning 9691 clauses out of 31264 with flag 665003/665003
612.24/310.58	c cleaning 9736 clauses out of 31571 with flag 675001/675001
620.19/314.67	c cleaning 9668 clauses out of 31835 with flag 685001/685001
629.14/319.26	c cleaning 9711 clauses out of 32167 with flag 695001/695001
640.47/325.01	c cleaning 9809 clauses out of 32458 with flag 705003/705003
642.49/326.21	c cleaning 0 clauses out of 5002 with flag 0/5002
651.84/330.91	c cleaning 9811 clauses out of 32651 with flag 715005/715005
663.50/336.86	c cleaning 9934 clauses out of 32836 with flag 725001/725001
675.43/342.90	c cleaning 9686 clauses out of 32903 with flag 735003/735003
708.58/359.78	c cleaning 9733 clauses out of 33215 with flag 745001/745001
743.32/377.23	c cleaning 9584 clauses out of 33482 with flag 755001/755001
761.82/386.69	c cleaning 9716 clauses out of 33896 with flag 765000/765000
772.12/391.96	c cleaning 9918 clauses out of 34180 with flag 775000/775000
780.83/396.58	c cleaning 9672 clauses out of 34263 with flag 785002/785002
791.33/401.91	c cleaning 9698 clauses out of 34589 with flag 795000/795000
802.44/407.60	c cleaning 9903 clauses out of 34891 with flag 805000/805000
813.95/413.54	c cleaning 9774 clauses out of 34988 with flag 815000/815000
826.24/419.92	c cleaning 9927 clauses out of 35214 with flag 825000/825000
843.36/428.66	c cleaning 9893 clauses out of 35289 with flag 835002/835002
854.66/434.45	c cleaning 9800 clauses out of 35394 with flag 845000/845000
865.74/440.15	c cleaning 9897 clauses out of 35594 with flag 855000/855000
876.25/445.67	c cleaning 9851 clauses out of 35697 with flag 865000/865000
886.92/451.10	c cleaning 9943 clauses out of 35846 with flag 875000/875000
896.81/456.26	c cleaning 9538 clauses out of 35904 with flag 885001/885001
909.47/462.79	c cleaning 9832 clauses out of 36365 with flag 895000/895000
922.17/469.31	c cleaning 9864 clauses out of 36533 with flag 905000/905000
932.06/474.43	c cleaning 9689 clauses out of 36672 with flag 915003/915003
941.15/479.11	c cleaning 9759 clauses out of 36980 with flag 925000/925000
952.83/485.17	c cleaning 9697 clauses out of 37222 with flag 935001/935001
962.08/490.07	c cleaning 9820 clauses out of 37525 with flag 945001/945001
969.16/493.72	c cleaning 9923 clauses out of 37704 with flag 955000/955000
978.46/498.51	c cleaning 9733 clauses out of 37781 with flag 965000/965000
990.32/504.60	c cleaning 9991 clauses out of 38050 with flag 975002/975002
999.58/509.51	c cleaning 9790 clauses out of 38057 with flag 985000/985000
1006.85/513.37	c cleaning 9830 clauses out of 38269 with flag 995002/995002
1016.53/518.35	c cleaning 9956 clauses out of 38437 with flag 1005000/1005000
1023.99/522.24	c cleaning 9634 clauses out of 38481 with flag 1015002/1015002
1031.83/526.47	c cleaning 9606 clauses out of 38845 with flag 1025000/1025000
1039.89/530.62	c cleaning 9610 clauses out of 39240 with flag 1035001/1035001
1047.16/534.43	c cleaning 9880 clauses out of 39628 with flag 1045000/1045000
1056.03/539.01	c cleaning 9528 clauses out of 39749 with flag 1055001/1055001
1068.25/545.40	c cleaning 9805 clauses out of 40223 with flag 1065003/1065003
1079.51/551.27	c cleaning 9967 clauses out of 40416 with flag 1075001/1075001
1090.39/556.82	c cleaning 9776 clauses out of 40449 with flag 1085001/1085001
1098.66/561.12	c cleaning 9791 clauses out of 40672 with flag 1095000/1095000
1110.09/567.15	c cleaning 10002 clauses out of 40881 with flag 1105000/1105000
1119.74/572.16	c cleaning 9871 clauses out of 40880 with flag 1115001/1115001
1128.59/576.79	c cleaning 9967 clauses out of 41009 with flag 1125001/1125001
1136.86/581.02	c cleaning 9734 clauses out of 41042 with flag 1135001/1135001
1147.66/586.77	c cleaning 9762 clauses out of 41308 with flag 1145001/1145001
1155.14/590.70	c cleaning 9772 clauses out of 41545 with flag 1155000/1155000
1162.38/594.42	c cleaning 9917 clauses out of 41773 with flag 1165000/1165000
1171.82/599.31	c cleaning 9694 clauses out of 41858 with flag 1175002/1175002
1178.84/603.13	c cleaning 9686 clauses out of 42163 with flag 1185001/1185001
1185.49/606.68	c cleaning 9845 clauses out of 42476 with flag 1195000/1195000
1193.53/610.85	c cleaning 9801 clauses out of 42629 with flag 1205000/1205000
1200.77/614.64	c cleaning 9757 clauses out of 42830 with flag 1215002/1215002
1208.75/618.94	c cleaning 9699 clauses out of 43071 with flag 1225000/1225000
1217.82/623.62	c cleaning 9795 clauses out of 43373 with flag 1235001/1235001
1228.85/629.39	c cleaning 9757 clauses out of 43582 with flag 1245005/1245005
1243.12/636.68	c cleaning 9764 clauses out of 43820 with flag 1255000/1255000
1255.72/643.20	c cleaning 9820 clauses out of 44059 with flag 1265003/1265003
1265.56/648.30	c cleaning 9833 clauses out of 44236 with flag 1275000/1275000
1276.18/653.82	c cleaning 9873 clauses out of 44403 with flag 1285002/1285002
1291.22/661.57	c cleaning 9546 clauses out of 44529 with flag 1295001/1295001
1309.81/671.13	c cleaning 9851 clauses out of 44982 with flag 1305000/1305000
1318.45/675.66	c cleaning 9851 clauses out of 45132 with flag 1315001/1315001
1331.06/682.18	c cleaning 9924 clauses out of 45290 with flag 1325010/1325010
1344.28/688.92	c cleaning 9839 clauses out of 45356 with flag 1335000/1335000
1356.45/695.33	c cleaning 9990 clauses out of 45520 with flag 1345003/1345003
1370.49/702.59	c cleaning 9946 clauses out of 45528 with flag 1355001/1355001
1382.12/708.57	c cleaning 9879 clauses out of 45587 with flag 1365006/1365006
1395.32/715.31	c cleaning 9748 clauses out of 45705 with flag 1375003/1375003
1407.27/721.65	c cleaning 10108 clauses out of 45954 with flag 1385000/1385000
1418.87/727.65	c cleaning 9774 clauses out of 45847 with flag 1395001/1395001
1429.08/732.95	c cleaning 9775 clauses out of 46076 with flag 1405004/1405004
1441.09/739.15	c cleaning 9959 clauses out of 46297 with flag 1415000/1415000
1452.83/745.37	c cleaning 9756 clauses out of 46338 with flag 1425000/1425000
1461.04/749.65	c cleaning 9850 clauses out of 46578 with flag 1435001/1435001
1468.04/753.31	c cleaning 9812 clauses out of 46728 with flag 1445001/1445001
1477.06/758.00	c cleaning 9683 clauses out of 46915 with flag 1455000/1455000
1484.99/762.35	c cleaning 9726 clauses out of 47233 with flag 1465001/1465001
1495.15/767.69	c cleaning 9676 clauses out of 47506 with flag 1475000/1475000
1505.35/772.90	c cleaning 9829 clauses out of 47833 with flag 1485003/1485003
1514.74/777.82	c cleaning 9886 clauses out of 48002 with flag 1495001/1495001
1524.06/782.87	c cleaning 9794 clauses out of 48119 with flag 1505004/1505004
1532.85/787.49	c cleaning 9772 clauses out of 48322 with flag 1515001/1515001
1540.03/791.22	c cleaning 9804 clauses out of 48551 with flag 1525002/1525002
1547.61/795.21	c cleaning 9833 clauses out of 48746 with flag 1535001/1535001
1556.10/799.89	c cleaning 9865 clauses out of 48914 with flag 1545002/1545002
1565.28/804.67	c cleaning 9747 clauses out of 49048 with flag 1555001/1555001
1575.86/810.18	c cleaning 10030 clauses out of 49300 with flag 1565000/1565000
1588.84/816.80	c cleaning 9725 clauses out of 49270 with flag 1575000/1575000
1594.73/820.19	c cleaning 9712 clauses out of 49545 with flag 1585000/1585000
1602.11/824.08	c cleaning 9899 clauses out of 49830 with flag 1595001/1595001
1609.08/827.72	c cleaning 9572 clauses out of 49928 with flag 1605001/1605001
1618.46/832.63	c cleaning 9676 clauses out of 50358 with flag 1615003/1615003
1629.09/838.37	c cleaning 10022 clauses out of 50680 with flag 1625001/1625001
1642.28/845.10	c cleaning 9791 clauses out of 50658 with flag 1635001/1635001
1650.44/849.49	c cleaning 9861 clauses out of 50865 with flag 1645000/1645000
1661.22/855.02	c cleaning 9715 clauses out of 51009 with flag 1655005/1655005
1670.47/860.03	c cleaning 9915 clauses out of 51292 with flag 1665003/1665003
1689.23/869.64	c cleaning 9696 clauses out of 51374 with flag 1675000/1675000
1701.18/875.82	c cleaning 9894 clauses out of 51678 with flag 1685000/1685000
1711.52/881.23	c cleaning 9675 clauses out of 51785 with flag 1695001/1695001
1719.55/885.69	c cleaning 9707 clauses out of 52111 with flag 1705002/1705002
1729.51/890.80	c cleaning 9802 clauses out of 52402 with flag 1715000/1715000
1741.64/897.16	c cleaning 9863 clauses out of 52601 with flag 1725001/1725001
1755.00/904.08	c cleaning 9847 clauses out of 52739 with flag 1735002/1735002
1765.64/909.71	c cleaning 9941 clauses out of 52891 with flag 1745001/1745001
1776.35/915.39	c cleaning 9808 clauses out of 52952 with flag 1755003/1755003
1788.28/921.54	c cleaning 9961 clauses out of 53141 with flag 1765000/1765000
1798.81/927.03	c cleaning 9931 clauses out of 53181 with flag 1775001/1775001
1800.19/928.11	c starts		: 208
1800.19/928.11	c conflicts		: 1775724
1800.19/928.11	c decisions		: 11687344
1800.19/928.11	c propagations		: 691389482
1800.19/928.11	c inspects		: 2037677396
1800.19/928.11	c shortcuts		: 0
1800.19/928.11	c learnt literals	: 100
1800.19/928.11	c learnt binary clauses	: 35338
1800.19/928.11	c learnt ternary clauses	: 57095
1800.19/928.11	c learnt constraints	: 1775623
1800.19/928.11	c ignored constraints	: 0
1800.19/928.11	c root simplifications	: 0
1800.19/928.11	c removed literals (reason simplification)	: 56751842
1800.19/928.11	c reason swapping (by a shorter reason)	: 0
1800.19/928.11	c Calls to reduceDB	: 179
1800.19/928.11	c number of reductions to clauses (during analyze)	: 0
1800.19/928.11	c number of learned constraints concerned by reduction	: 0
1800.19/928.11	c number of learning phase by resolution	: 0
1800.19/928.11	c number of learning phase by cutting planes	: 0
1800.19/928.11	c speed (assignments/second)	: 745283.9452142211
1800.19/928.11	c non guided choices	5829
1800.19/928.13	c learnt constraints type 
1800.19/928.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35346
1800.19/928.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8680
1800.19/928.13	c constraints type 
1800.19/928.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
1800.19/928.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.19/928.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
1800.19/928.13	c constraints type 
1800.19/928.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
1800.19/928.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
1800.19/928.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.19/928.13	s UNKNOWN
1800.19/928.13	c Total wall clock time (in seconds): 928.008

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741889-1338761927/watcher-3741889-1338761927 -o /tmp/evaluation-result-3741889-1338761927/solver-3741889-1338761927 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741889-1338761927.opb 

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: 3.82 3.84 3.81 4/197 507
/proc/meminfo: memFree=23105784/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/507/stat : 507 (java) R 505 507 30010 0 -1 4202496 188 0 0 0 0 0 0 0 20 0 1 0 342319448 9379840 125 33554432000 1073741824 1073778376 140736866423120 140736866420248 271787197552 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/507/statm: 2372 132 102 9 0 120 0

[startup+0.018274 s]
/proc/loadavg: 3.82 3.84 3.81 4/197 507
/proc/meminfo: memFree=23105784/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 342319448 105127936 1110 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.104071 s]
/proc/loadavg: 3.82 3.84 3.81 4/197 507
/proc/meminfo: memFree=23105784/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 4746 0 1 0 8 1 0 0 20 0 18 0 342319448 11864465408 13595 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2896598 13595 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300281 s]
/proc/loadavg: 3.82 3.84 3.81 4/197 507
/proc/meminfo: memFree=23105784/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 7866 0 1 0 52 2 0 0 20 0 18 0 342319448 11864465408 17997 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2896598 17997 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700194 s]
/proc/loadavg: 3.82 3.84 3.81 4/197 507
/proc/meminfo: memFree=23105784/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 12634 0 1 0 190 4 0 0 20 0 22 0 342319448 12137111552 28033 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 28033 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 11852648

[startup+1.50086 s]
/proc/loadavg: 3.76 3.82 3.81 4/219 530
/proc/meminfo: memFree=22911408/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=3.95 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 14611 0 1 0 385 10 0 0 20 0 22 0 342319448 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 114900 2265 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 2886 0 1 0 37 2 0 0 20 0 22 0 342319449 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342319452 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 4145 0 0 0 66 2 0 0 20 0 22 0 342319456 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=524] ppid=505 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/507/task/524/stat : 524 (java) S 505 507 30010 0 -1 4202560 6110 0 0 0 72 2 0 0 20 0 22 0 342319456 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608980072632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=525] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/525/stat : 525 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608979020280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=526] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/526/stat : 526 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608977967944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=527] ppid=505 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/507/task/527/stat : 527 (java) R 505 507 30010 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 342319491 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140608976913112 140608992488731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 244 0 0 0 100 5 0 0 20 0 22 0 342319491 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140607834022520 140608992559099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 114900 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 11852648

[startup+3.10087 s]
/proc/loadavg: 3.76 3.82 3.81 5/219 530
/proc/meminfo: memFree=22342004/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=7.28 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 14877 0 1 0 711 17 0 0 20 0 22 0 342319448 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 222977 2289 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 2886 0 1 0 37 2 0 0 20 0 22 0 342319449 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 342319452 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 4149 0 0 0 69 2 0 0 20 0 22 0 342319456 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=524] ppid=505 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/507/task/524/stat : 524 (java) S 505 507 30010 0 -1 4202560 6112 0 0 0 84 2 0 0 20 0 22 0 342319456 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608980072632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=525] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/525/stat : 525 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608979020280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=526] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/526/stat : 526 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608977967944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=527] ppid=505 vsize=11852648 CPUtime=2.59 cores=1,3,5,7
/proc/507/task/527/stat : 527 (java) R 505 507 30010 0 -1 4202560 28 0 0 0 259 0 0 0 20 0 22 0 342319491 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140608976912952 140608992488466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=2.62 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 448 0 0 0 250 12 0 0 20 0 22 0 342319491 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140607834022504 140608992317151 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 222977 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 11852648

[startup+6.30087 s]
/proc/loadavg: 3.78 3.83 3.81 5/219 530
/proc/meminfo: memFree=22025648/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=13.95 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 15848 0 1 0 1374 21 0 0 20 0 22 0 342319448 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 270891 2290 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 2886 0 1 0 37 2 0 0 20 0 22 0 342319449 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319451 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 22 0 342319452 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 5006 0 0 0 91 2 0 0 20 0 22 0 342319456 12137111552 270891 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=766.27 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 1682 0 0 0 76564 63 0 0 20 0 22 0 342319491 12137111552 955835 33554432000 1073741824 1073778376 140733425446256 140607834020496 140608992356457 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 955835 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 955835 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1598.71
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.68 3.82 3.81 5/220 602
/proc/meminfo: memFree=19229136/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=1712.95 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 24027 0 1 0 171197 98 0 0 20 0 22 0 342319448 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 960994 2291 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 3000 0 1 0 39 4 0 0 20 0 22 0 342319449 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 96 0 0 0 136 3 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 74 0 0 0 146 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 101 0 0 0 147 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=1.55 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 75 0 0 0 153 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 105 0 0 0 139 3 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 103 0 0 0 141 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 65 0 0 0 146 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 81 0 0 0 137 2 0 0 20 0 22 0 342319451 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=58.55 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 276 0 0 0 5844 11 0 0 20 0 22 0 342319452 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 10935 0 0 0 149 2 0 0 20 0 22 0 342319456 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=524] ppid=505 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/507/task/524/stat : 524 (java) S 505 507 30010 0 -1 4202560 6113 0 0 0 98 2 0 0 20 0 22 0 342319456 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608980072632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=525] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/525/stat : 525 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608979020280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=526] ppid=505 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/507/task/526/stat : 526 (java) S 505 507 30010 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 342319456 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608977967944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=527] ppid=505 vsize=11852648 CPUtime=819.91 cores=1,3,5,7
/proc/507/task/527/stat : 527 (java) R 505 507 30010 0 -1 4202560 83 0 0 0 81977 14 0 0 20 0 22 0 342319491 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140608976912976 140608992568491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=819.81 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 1682 0 0 0 81916 65 0 0 20 0 22 0 342319491 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140607834020624 140608992249994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 960994 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1712.95
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.101 s]
/proc/loadavg: 3.79 3.83 3.81 5/219 602
/proc/meminfo: memFree=19195892/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=1800.19 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 24080 0 1 0 179919 100 0 0 20 0 22 0 342319448 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 966656 2291 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 3007 0 1 0 40 4 0 0 20 0 22 0 342319449 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 98 0 0 0 143 3 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 77 0 0 0 158 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 102 0 0 0 155 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 80 0 0 0 164 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 105 0 0 0 147 3 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 108 0 0 0 149 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 72 0 0 0 156 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 88 0 0 0 147 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=63.23 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 289 0 0 0 6312 11 0 0 20 0 22 0 342319452 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 10935 0 0 0 149 2 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=524] ppid=505 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/507/task/524/stat : 524 (java) S 505 507 30010 0 -1 4202560 6113 0 0 0 98 2 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608980072632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=525] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/525/stat : 525 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608979020280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=526] ppid=505 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/507/task/526/stat : 526 (java) S 505 507 30010 0 -1 4202560 53 0 0 0 20 19 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608977967944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=527] ppid=505 vsize=11852648 CPUtime=860.83 cores=1,3,5,7
/proc/507/task/527/stat : 527 (java) R 505 507 30010 0 -1 4202560 84 0 0 0 86068 15 0 0 20 0 22 0 342319491 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608976912976 140608992488591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=860.72 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 1682 0 0 0 86006 66 0 0 20 0 22 0 342319491 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607834020368 140608992557710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 11852648

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

Solver just ended. Dumping a history of the last processes samples

[startup+928.101 s]
/proc/loadavg: 3.79 3.83 3.81 5/219 602
/proc/meminfo: memFree=19195892/32873648 swapFree=6852/6852
[pid=507] ppid=505 vsize=11852648 CPUtime=1800.19 cores=1,3,5,7
/proc/507/stat : 507 (java) S 505 507 30010 0 -1 4202496 24080 0 1 0 179919 100 0 0 20 0 22 0 342319448 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140733425437392 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/507/statm: 2963162 966656 2291 9 0 2953849 0
[pid=507/tid=509] ppid=505 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/507/task/509/stat : 509 (java) S 505 507 30010 0 -1 4202560 3007 0 1 0 40 4 0 0 20 0 22 0 342319449 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609168573592 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=511] ppid=505 vsize=11852648 CPUtime=1.46 cores=1,3,5,7
/proc/507/task/511/stat : 511 (java) S 505 507 30010 0 -1 4202560 98 0 0 0 143 3 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609123326632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=512] ppid=505 vsize=11852648 CPUtime=1.6 cores=1,3,5,7
/proc/507/task/512/stat : 512 (java) S 505 507 30010 0 -1 4202560 77 0 0 0 158 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609122274088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=513] ppid=505 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/507/task/513/stat : 513 (java) S 505 507 30010 0 -1 4202560 102 0 0 0 155 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609121221544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=514] ppid=505 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/507/task/514/stat : 514 (java) S 505 507 30010 0 -1 4202560 80 0 0 0 164 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609120169000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=507/tid=515] ppid=505 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/507/task/515/stat : 515 (java) S 505 507 30010 0 -1 4202560 105 0 0 0 147 3 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609119115432 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=516] ppid=505 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/507/task/516/stat : 516 (java) S 505 507 30010 0 -1 4202560 108 0 0 0 149 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609118062888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=517] ppid=505 vsize=11852648 CPUtime=1.58 cores=1,3,5,7
/proc/507/task/517/stat : 517 (java) S 505 507 30010 0 -1 4202560 72 0 0 0 156 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609117010344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=518] ppid=505 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/507/task/518/stat : 518 (java) S 505 507 30010 0 -1 4202560 88 0 0 0 147 2 0 0 20 0 22 0 342319451 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140609115957800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=519] ppid=505 vsize=11852648 CPUtime=63.23 cores=1,3,5,7
/proc/507/task/519/stat : 519 (java) S 505 507 30010 0 -1 4202560 289 0 0 0 6312 11 0 0 20 0 22 0 342319452 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608985336424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=520] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/520/stat : 520 (java) S 505 507 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608984282744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=521] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/521/stat : 521 (java) S 505 507 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342319453 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608983230088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=522] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/522/stat : 522 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319455 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608982178832 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=523] ppid=505 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/507/task/523/stat : 523 (java) S 505 507 30010 0 -1 4202560 10935 0 0 0 149 2 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608981125176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=524] ppid=505 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/507/task/524/stat : 524 (java) S 505 507 30010 0 -1 4202560 6113 0 0 0 98 2 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608980072632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=507/tid=525] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/525/stat : 525 (java) S 505 507 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608979020280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=526] ppid=505 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/507/task/526/stat : 526 (java) S 505 507 30010 0 -1 4202560 53 0 0 0 20 19 0 0 20 0 22 0 342319456 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608977967944 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=507/tid=527] ppid=505 vsize=11852648 CPUtime=860.83 cores=1,3,5,7
/proc/507/task/527/stat : 527 (java) R 505 507 30010 0 -1 4202560 84 0 0 0 86068 15 0 0 20 0 22 0 342319491 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140608976912976 140608992488591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=507/tid=528] ppid=505 vsize=11852648 CPUtime=860.72 cores=1,3,5,7
/proc/507/task/528/stat : 528 (java) R 505 507 30010 0 -1 4202560 1682 0 0 0 86006 66 0 0 20 0 22 0 342319491 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607834020368 140608992557710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=507/tid=529] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/529/stat : 529 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607832970792 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=507/tid=530] ppid=505 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/507/task/530/stat : 530 (java) S 505 507 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342319493 12137111552 966656 33554432000 1073741824 1073778376 140733425446256 140607699805864 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 928.16
CPU time (s): 1800.89
CPU user time (s): 1799.35
CPU system time (s): 1.54277
CPU usage (%): 194.028
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.54276
maximum resident set size= 3866744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24112
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27403
involuntary context switches= 36456

runsolver used 3.23251 second user time and 8.95264 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-04 00:18:47
IDJOB=3741889
IDBENCH=90115
IDSOLVER=2328
FILE ID=node115/3741889-1338761927
RUNJOBID= node115-1338748926-30027
PBS_JOBID= 14636792
Free space on /tmp= 70828 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741889-1338761927/watcher-3741889-1338761927 -o /tmp/evaluation-result-3741889-1338761927/solver-3741889-1338761927 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741889-1338761927.opb

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=1874055457

node115.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.462
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.92
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.462
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	: 5331.91
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.462
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	: 5331.92
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.462
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	: 5331.91
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.462
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	: 5331.92
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.462
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	: 5331.91
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.462
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	: 5331.91
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.462
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        23105940 kB
Buffers:         1443400 kB
Cached:          3618956 kB
SwapCached:         1016 kB
Active:          6539924 kB
Inactive:        2309204 kB
Active(anon):    3775336 kB
Inactive(anon):     9868 kB
Active(file):    2764588 kB
Inactive(file):  2299336 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:       3790636 kB
Mapped:            19964 kB
Shmem:                96 kB
Slab:             771780 kB
SReclaimable:     215952 kB
SUnreclaim:       555828 kB
KernelStack:        1616 kB
PageTables:        11576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3727360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-04 00:34:17