Trace number 3742058

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.08 925.859

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3742058-1338763582.opb
0.07/0.14	c reading problem ... 
0.75/0.45	c ... done. Wall clock time 0.31s.
0.75/0.45	c #vars     6052
0.75/0.45	c #constraints  6232
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
0.75/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.75/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
0.75/0.45	c constraints type 
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1144
0.75/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4997
0.75/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
4.63/1.88	c cleaning 2487 clauses out of 4990 with flag 5000/5000
8.40/3.67	c cleaning 4239 clauses out of 8491 with flag 11000/11000
12.39/5.60	c cleaning 5606 clauses out of 11247 with flag 18000/18000
16.75/7.81	c cleaning 6736 clauses out of 13636 with flag 26000/26000
22.14/10.50	c cleaning 7874 clauses out of 15898 with flag 35000/35000
29.70/14.33	c cleaning 8847 clauses out of 18026 with flag 45003/45003
36.07/17.53	c cleaning 9391 clauses out of 19176 with flag 55000/55000
43.99/21.51	c cleaning 9815 clauses out of 19783 with flag 65001/65001
49.52/24.32	c cleaning 9861 clauses out of 19964 with flag 75001/75001
55.46/27.40	c cleaning 9959 clauses out of 20100 with flag 85000/85000
61.80/30.50	c cleaning 9808 clauses out of 20141 with flag 95000/95000
68.12/33.72	c cleaning 10064 clauses out of 20332 with flag 105000/105000
75.42/37.47	c cleaning 10036 clauses out of 20268 with flag 115000/115000
82.11/40.84	c cleaning 10071 clauses out of 20232 with flag 125001/125001
90.04/44.87	c cleaning 9987 clauses out of 20162 with flag 135002/135002
95.95/47.82	c cleaning 10020 clauses out of 20166 with flag 145000/145000
105.82/52.88	c cleaning 9955 clauses out of 20146 with flag 155000/155000
113.91/56.92	c cleaning 9965 clauses out of 20193 with flag 165003/165003
125.45/62.75	c cleaning 9843 clauses out of 20224 with flag 175000/175000
135.75/67.98	c cleaning 9981 clauses out of 20382 with flag 185001/185001
143.39/71.80	c cleaning 9922 clauses out of 20400 with flag 195000/195000
154.50/77.41	c cleaning 10232 clauses out of 20480 with flag 205002/205002
160.59/80.55	c cleaning 9990 clauses out of 20247 with flag 215001/215001
166.70/83.62	c cleaning 9546 clauses out of 20256 with flag 225000/225000
172.31/86.54	c cleaning 9654 clauses out of 20710 with flag 235000/235000
182.80/91.81	c cleaning 9837 clauses out of 21056 with flag 245000/245000
193.91/97.42	c cleaning 9520 clauses out of 21226 with flag 255007/255007
203.20/102.13	c cleaning 9838 clauses out of 21702 with flag 265003/265003
215.01/108.17	c cleaning 9653 clauses out of 21860 with flag 275000/275000
229.88/115.64	c cleaning 9699 clauses out of 22210 with flag 285003/285003
243.56/122.56	c cleaning 9694 clauses out of 22508 with flag 295000/295000
252.42/127.07	c cleaning 9737 clauses out of 22814 with flag 305000/305000
264.59/133.30	c cleaning 9651 clauses out of 23078 with flag 315001/315001
273.22/137.62	c cleaning 9600 clauses out of 23426 with flag 325000/325000
284.47/143.34	c cleaning 9614 clauses out of 23827 with flag 335001/335001
293.90/148.17	c cleaning 9643 clauses out of 24212 with flag 345000/345000
307.47/155.05	c cleaning 9600 clauses out of 24569 with flag 355000/355000
314.88/158.88	c cleaning 9791 clauses out of 24968 with flag 365000/365000
325.76/164.37	c cleaning 9666 clauses out of 25177 with flag 375000/375000
339.79/171.49	c cleaning 9625 clauses out of 25512 with flag 385001/385001
347.51/175.40	c cleaning 9959 clauses out of 25886 with flag 395000/395000
352.94/178.23	c cleaning 9261 clauses out of 25926 with flag 405000/405000
361.62/182.65	c cleaning 9512 clauses out of 26668 with flag 415003/415003
369.61/186.74	c cleaning 9584 clauses out of 27154 with flag 425001/425001
379.54/191.81	c cleaning 9634 clauses out of 27569 with flag 435000/435000
388.76/196.57	c cleaning 9791 clauses out of 27935 with flag 445000/445000
395.99/200.21	c cleaning 9513 clauses out of 28149 with flag 455005/455005
401.80/203.27	c cleaning 9621 clauses out of 28631 with flag 465001/465001
408.08/206.58	c cleaning 9611 clauses out of 29010 with flag 475001/475001
420.48/212.80	c cleaning 9672 clauses out of 29400 with flag 485002/485002
429.89/217.68	c cleaning 9656 clauses out of 29728 with flag 495002/495002
437.69/221.68	c cleaning 9736 clauses out of 30071 with flag 505001/505001
445.36/225.62	c cleaning 9593 clauses out of 30336 with flag 515002/515002
452.55/229.37	c cleaning 9628 clauses out of 30742 with flag 525001/525001
459.54/232.90	c cleaning 9771 clauses out of 31113 with flag 535000/535000
470.53/238.54	c cleaning 9724 clauses out of 31343 with flag 545001/545001
479.41/243.14	c cleaning 9727 clauses out of 31618 with flag 555000/555000
488.18/247.67	c cleaning 0 clauses out of 5004 with flag 0/5004
489.74/248.45	c cleaning 9623 clauses out of 31891 with flag 565000/565000
503.06/255.12	c cleaning 9957 clauses out of 32269 with flag 575001/575001
509.87/258.72	c cleaning 9671 clauses out of 32313 with flag 585002/585002
516.61/262.26	c cleaning 9715 clauses out of 32640 with flag 595000/595000
524.56/266.35	c cleaning 9461 clauses out of 32925 with flag 605000/605000
531.49/269.96	c cleaning 9827 clauses out of 33465 with flag 615001/615001
541.48/275.18	c cleaning 9762 clauses out of 33640 with flag 625003/625003
554.25/281.67	c cleaning 9730 clauses out of 33876 with flag 635001/635001
562.62/285.94	c cleaning 9936 clauses out of 34145 with flag 645000/645000
569.95/289.72	c cleaning 9693 clauses out of 34208 with flag 655000/655000
578.73/294.35	c cleaning 9580 clauses out of 34515 with flag 665000/665000
586.69/298.43	c cleaning 9552 clauses out of 34936 with flag 675001/675001
598.62/304.56	c cleaning 9758 clauses out of 35383 with flag 685000/685000
612.54/311.66	c cleaning 9559 clauses out of 35627 with flag 695002/695002
623.12/317.11	c cleaning 9717 clauses out of 36066 with flag 705000/705000
638.87/325.12	c cleaning 9771 clauses out of 36351 with flag 715002/715002
656.41/334.07	c cleaning 9820 clauses out of 36578 with flag 725000/725000
666.96/339.46	c cleaning 10038 clauses out of 36758 with flag 735000/735000
675.13/343.74	c cleaning 9764 clauses out of 36720 with flag 745000/745000
683.47/348.01	c cleaning 9509 clauses out of 36956 with flag 755000/755000
696.82/354.82	c cleaning 9788 clauses out of 37448 with flag 765001/765001
709.35/361.20	c cleaning 9765 clauses out of 37659 with flag 775000/775000
727.48/370.51	c cleaning 9884 clauses out of 37894 with flag 785000/785000
745.84/379.84	c cleaning 9777 clauses out of 38011 with flag 795001/795001
762.59/388.34	c cleaning 9846 clauses out of 38237 with flag 805004/805004
775.30/394.86	c cleaning 9861 clauses out of 38387 with flag 815000/815000
788.41/401.62	c cleaning 9806 clauses out of 38527 with flag 825001/825001
807.74/411.47	c cleaning 9828 clauses out of 38720 with flag 835000/835000
821.84/418.64	c cleaning 10119 clauses out of 38892 with flag 845000/845000
829.55/422.62	c cleaning 9688 clauses out of 38774 with flag 855001/855001
845.47/430.87	c cleaning 9652 clauses out of 39085 with flag 865000/865000
856.37/436.49	c cleaning 9843 clauses out of 39433 with flag 875000/875000
865.47/441.19	c cleaning 9605 clauses out of 39590 with flag 885000/885000
876.35/446.71	c cleaning 9562 clauses out of 39986 with flag 895001/895001
885.44/451.57	c cleaning 9760 clauses out of 40423 with flag 905000/905000
899.94/458.97	c cleaning 9892 clauses out of 40663 with flag 915000/915000
916.03/467.15	c cleaning 9589 clauses out of 40772 with flag 925001/925001
942.35/480.42	c cleaning 9857 clauses out of 41182 with flag 935000/935000
950.83/484.93	c cleaning 9700 clauses out of 41323 with flag 945003/945003
961.11/490.28	c cleaning 9705 clauses out of 41622 with flag 955003/955003
972.62/496.16	c cleaning 9634 clauses out of 41915 with flag 965001/965001
985.68/502.84	c cleaning 9634 clauses out of 42284 with flag 975004/975004
998.53/509.55	c cleaning 10014 clauses out of 42646 with flag 985000/985000
1015.24/518.05	c cleaning 9595 clauses out of 42633 with flag 995001/995001
1030.53/525.89	c cleaning 9803 clauses out of 43038 with flag 1005001/1005001
1047.40/534.46	c cleaning 9690 clauses out of 43234 with flag 1015001/1015001
1061.29/541.64	c cleaning 9728 clauses out of 43543 with flag 1025000/1025000
1075.60/548.97	c cleaning 9696 clauses out of 43815 with flag 1035000/1035000
1088.27/555.47	c cleaning 9819 clauses out of 44120 with flag 1045001/1045001
1100.72/561.86	c cleaning 9643 clauses out of 44304 with flag 1055004/1055004
1120.63/572.10	c cleaning 9900 clauses out of 44660 with flag 1065004/1065004
1130.30/577.08	c cleaning 9685 clauses out of 44756 with flag 1075000/1075000
1142.96/583.53	c cleaning 9682 clauses out of 45075 with flag 1085004/1085004
1167.42/595.95	c cleaning 9775 clauses out of 45390 with flag 1095001/1095001
1177.28/601.17	c cleaning 9719 clauses out of 45615 with flag 1105001/1105001
1187.53/606.47	c cleaning 9708 clauses out of 45895 with flag 1115000/1115000
1202.18/613.92	c cleaning 9652 clauses out of 46189 with flag 1125002/1125002
1209.64/617.83	c cleaning 9798 clauses out of 46535 with flag 1135000/1135000
1219.65/623.14	c cleaning 9663 clauses out of 46738 with flag 1145001/1145001
1230.09/628.58	c cleaning 9842 clauses out of 47074 with flag 1155000/1155000
1239.14/633.25	c cleaning 9711 clauses out of 47232 with flag 1165000/1165000
1249.20/638.43	c cleaning 9980 clauses out of 47520 with flag 1175000/1175000
1263.01/645.69	c cleaning 9725 clauses out of 47540 with flag 1185000/1185000
1276.23/652.49	c cleaning 9763 clauses out of 47815 with flag 1195000/1195000
1286.49/657.76	c cleaning 9783 clauses out of 48053 with flag 1205001/1205001
1296.32/662.84	c cleaning 9745 clauses out of 48273 with flag 1215004/1215004
1311.12/670.51	c cleaning 9927 clauses out of 48525 with flag 1225001/1225001
1329.20/679.72	c cleaning 9919 clauses out of 48598 with flag 1235001/1235001
1339.26/684.99	c cleaning 9766 clauses out of 48678 with flag 1245000/1245000
1355.48/693.28	c cleaning 9805 clauses out of 48914 with flag 1255002/1255002
1366.87/699.26	c cleaning 9781 clauses out of 49107 with flag 1265000/1265000
1377.71/704.81	c cleaning 10032 clauses out of 49326 with flag 1275000/1275000
1388.56/710.40	c cleaning 9652 clauses out of 49295 with flag 1285001/1285001
1398.40/715.56	c cleaning 9770 clauses out of 49642 with flag 1295000/1295000
1408.77/721.07	c cleaning 9782 clauses out of 49874 with flag 1305002/1305002
1422.80/728.24	c cleaning 9864 clauses out of 50090 with flag 1315000/1315000
1430.99/732.52	c cleaning 9724 clauses out of 50226 with flag 1325000/1325000
1444.01/739.25	c cleaning 9788 clauses out of 50503 with flag 1335001/1335001
1454.15/744.69	c cleaning 9751 clauses out of 50715 with flag 1345001/1345001
1464.34/749.99	c cleaning 9950 clauses out of 50963 with flag 1355000/1355000
1471.35/753.70	c cleaning 9710 clauses out of 51013 with flag 1365000/1365000
1479.14/757.78	c cleaning 9623 clauses out of 51303 with flag 1375000/1375000
1486.29/761.62	c cleaning 9681 clauses out of 51680 with flag 1385000/1385000
1496.89/767.18	c cleaning 9749 clauses out of 51999 with flag 1395001/1395001
1505.88/771.81	c cleaning 9792 clauses out of 52250 with flag 1405001/1405001
1514.08/776.20	c cleaning 9870 clauses out of 52458 with flag 1415001/1415001
1523.98/781.44	c cleaning 9686 clauses out of 52587 with flag 1425000/1425000
1535.37/787.33	c cleaning 9752 clauses out of 52902 with flag 1435001/1435001
1541.78/790.76	c cleaning 9783 clauses out of 53153 with flag 1445004/1445004
1550.18/795.19	c cleaning 9779 clauses out of 53367 with flag 1455001/1455001
1557.68/799.23	c cleaning 9830 clauses out of 53588 with flag 1465001/1465001
1566.63/803.94	c cleaning 9664 clauses out of 53758 with flag 1475001/1475001
1583.20/812.40	c cleaning 9945 clauses out of 54097 with flag 1485004/1485004
1599.98/821.08	c cleaning 9744 clauses out of 54148 with flag 1495000/1495000
1621.09/831.99	c cleaning 9923 clauses out of 54405 with flag 1505001/1505001
1630.87/837.06	c cleaning 9775 clauses out of 54482 with flag 1515001/1515001
1640.21/841.90	c cleaning 9726 clauses out of 54707 with flag 1525001/1525001
1648.75/846.44	c cleaning 9608 clauses out of 54980 with flag 1535000/1535000
1659.43/852.11	c cleaning 9974 clauses out of 55372 with flag 1545001/1545001
1666.38/855.81	c cleaning 9887 clauses out of 55398 with flag 1555001/1555001
1674.31/860.10	c cleaning 9733 clauses out of 55510 with flag 1565000/1565000
1685.29/865.77	c cleaning 9837 clauses out of 55778 with flag 1575001/1575001
1696.14/871.54	c cleaning 9727 clauses out of 55940 with flag 1585000/1585000
1711.91/879.60	c cleaning 9688 clauses out of 56214 with flag 1595001/1595001
1723.47/885.63	c cleaning 9853 clauses out of 56525 with flag 1605000/1605000
1747.64/897.98	c cleaning 9721 clauses out of 56672 with flag 1615000/1615000
1757.30/903.10	c cleaning 9702 clauses out of 56955 with flag 1625004/1625004
1765.82/907.67	c cleaning 9841 clauses out of 57246 with flag 1635000/1635000
1774.76/912.31	c cleaning 9643 clauses out of 57405 with flag 1645000/1645000
1783.70/917.05	c cleaning 9745 clauses out of 57762 with flag 1655000/1655000
1797.51/924.38	c cleaning 9821 clauses out of 58017 with flag 1665000/1665000
1800.08/925.81	c starts		: 206
1800.08/925.81	c conflicts		: 1667105
1800.08/925.81	c decisions		: 14083616
1800.08/925.81	c propagations		: 618433304
1800.08/925.81	c inspects		: 1720114610
1800.08/925.81	c shortcuts		: 0
1800.08/925.81	c learnt literals	: 74
1800.08/925.81	c learnt binary clauses	: 39386
1800.08/925.81	c learnt ternary clauses	: 61430
1800.08/925.81	c learnt constraints	: 1667031
1800.08/925.81	c ignored constraints	: 0
1800.08/925.81	c root simplifications	: 0
1800.08/925.81	c removed literals (reason simplification)	: 45378018
1800.08/925.81	c reason swapping (by a shorter reason)	: 0
1800.08/925.81	c Calls to reduceDB	: 168
1800.08/925.81	c number of reductions to clauses (during analyze)	: 0
1800.08/925.81	c number of learned constraints concerned by reduction	: 0
1800.08/925.81	c number of learning phase by resolution	: 0
1800.08/925.81	c number of learning phase by cutting planes	: 0
1800.08/925.81	c speed (assignments/second)	: 668314.7305435812
1800.08/925.81	c non guided choices	3701
1800.08/925.83	c learnt constraints type 
1800.08/925.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39386
1800.08/925.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10961
1800.08/925.83	c constraints type 
1800.08/925.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
1800.08/925.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.08/925.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.08/925.83	c constraints type 
1800.08/925.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1144
1800.08/925.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4997
1800.08/925.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 89
1800.08/925.83	s UNKNOWN
1800.08/925.83	c Total wall clock time (in seconds): 925.697

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-3742058-1338763582/watcher-3742058-1338763582 -o /tmp/evaluation-result-3742058-1338763582/solver-3742058-1338763582 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3742058-1338763582.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.73 3.83 3.82 5/197 15646
/proc/meminfo: memFree=28232524/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15646/stat : 15646 (java) D 15644 15646 13088 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 342483124 9515008 175 33554432000 1073741824 1073778376 140733882787536 140733882770264 240565175184 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15646/statm: 2323 175 133 9 0 71 0

[startup+0.0430531 s]
/proc/loadavg: 3.73 3.83 3.82 5/197 15646
/proc/meminfo: memFree=28232524/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11044572 CPUtime=0.01 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 3033 0 1 0 1 0 0 0 20 0 10 0 342483124 11309641728 10888 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2761143 10898 1119 9 0 2751844 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044572

[startup+0.100283 s]
/proc/loadavg: 3.73 3.83 3.82 5/197 15646
/proc/meminfo: memFree=28232524/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 3960 0 1 0 6 1 0 0 20 0 18 0 342483124 11864465408 12834 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2896598 12834 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300227 s]
/proc/loadavg: 3.73 3.83 3.82 5/197 15646
/proc/meminfo: memFree=28232524/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 7686 0 1 0 51 2 0 0 20 0 18 0 342483124 11864465408 17426 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2896598 17426 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.70018 s]
/proc/loadavg: 3.73 3.83 3.82 5/197 15646
/proc/meminfo: memFree=28232524/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 9927 0 1 0 178 3 0 0 20 0 22 0 342483124 12137111552 25961 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 25961 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 11852648

[startup+1.50079 s]
/proc/loadavg: 3.73 3.83 3.82 7/219 15668
/proc/meminfo: memFree=28088824/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=3.96 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 14447 0 1 0 387 9 0 0 20 0 22 0 342483124 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 94819 2265 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2889 0 1 0 38 3 0 0 20 0 22 0 342483125 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342483129 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 4454 0 0 0 68 1 0 0 20 0 22 0 342483132 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15662] ppid=15644 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/15646/task/15662/stat : 15662 (java) S 15644 15646 13088 0 -1 4202560 5672 0 0 0 73 2 0 0 20 0 22 0 342483132 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435555043896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15663] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15663/stat : 15663 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435553991800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15664] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15664/stat : 15664 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435552939208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15665] ppid=15644 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/15646/task/15665/stat : 15665 (java) R 15644 15646 13088 0 -1 4202560 30 0 0 0 102 0 0 0 20 0 22 0 342483169 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435551883672 140436052768299 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15666] ppid=15644 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/15646/task/15666/stat : 15666 (java) R 15644 15646 13088 0 -1 4202560 200 0 0 0 98 5 0 0 20 0 22 0 342483169 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435550830568 140436053259396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15667] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15667/stat : 15667 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435549779112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15668] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15668/stat : 15668 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 94819 33554432000 1073741824 1073778376 140734400468608 140435548726312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 11852648

[startup+3.10075 s]
/proc/loadavg: 3.73 3.83 3.82 5/219 15668
/proc/meminfo: memFree=27700636/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=7.35 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 15472 0 1 0 721 14 0 0 20 0 22 0 342483124 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 136339 2290 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2889 0 1 0 38 3 0 0 20 0 22 0 342483125 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342483129 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 4459 0 0 0 79 2 0 0 20 0 22 0 342483132 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15662] ppid=15644 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/15646/task/15662/stat : 15662 (java) S 15644 15646 13088 0 -1 4202560 6552 0 0 0 85 2 0 0 20 0 22 0 342483132 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435555043896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15663] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15663/stat : 15663 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435553991800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15664] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15664/stat : 15664 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435552939208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15665] ppid=15644 vsize=11852648 CPUtime=2.55 cores=1,3,5,7
/proc/15646/task/15665/stat : 15665 (java) R 15644 15646 13088 0 -1 4202560 34 0 0 0 255 0 0 0 20 0 22 0 342483169 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435551883368 140436052900605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15666] ppid=15644 vsize=11852648 CPUtime=2.57 cores=1,3,5,7
/proc/15646/task/15666/stat : 15666 (java) R 15644 15646 13088 0 -1 4202560 271 0 0 0 250 7 0 0 20 0 22 0 342483169 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435550830056 140436052239184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15667] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15667/stat : 15667 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435549779112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15668] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15668/stat : 15668 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 136339 33554432000 1073741824 1073778376 140734400468608 140435548726312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.75 3.84 3.82 5/219 15668
/proc/meminfo: memFree=27503292/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=13.75 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 15719 0 1 0 1354 21 0 0 20 0 22 0 342483124 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 206452 2290 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2889 0 1 0 38 3 0 0 20 0 22 0 342483125 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483128 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 38 0 0 0 11 0 0 0 20 0 22 0 342483129 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 4460 0 0 0 82 2 0 0 20 0 22 0 342483132 12137111552 206452 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/15646/statm: 2963162 759608 2291 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2978 0 1 0 42 5 0 0 20 0 22 0 342483125 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 75 0 0 0 120 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 59 0 0 0 113 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 72 0 0 0 122 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 68 0 0 0 119 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 58 0 0 0 117 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 58 0 0 0 109 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=1.32 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 60 0 0 0 130 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 61 0 0 0 124 2 0 0 20 0 22 0 342483128 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=48.75 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 274 0 0 0 4867 8 0 0 20 0 22 0 342483129 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 8520 0 0 0 143 2 0 0 20 0 22 0 342483132 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15662] ppid=15644 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/15646/task/15662/stat : 15662 (java) S 15644 15646 13088 0 -1 4202560 6632 0 0 0 95 2 0 0 20 0 22 0 342483132 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435555043896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15663] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15663/stat : 15663 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435553991800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15664] ppid=15644 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/15646/task/15664/stat : 15664 (java) S 15644 15646 13088 0 -1 4202560 46 0 0 0 23 21 0 0 20 0 22 0 342483132 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435552939208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15665] ppid=15644 vsize=11852648 CPUtime=768.03 cores=1,3,5,7
/proc/15646/task/15665/stat : 15665 (java) R 15644 15646 13088 0 -1 4202560 86 0 0 0 76792 11 0 0 20 0 22 0 342483169 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435551883472 140436052911446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15666] ppid=15644 vsize=11852648 CPUtime=768.12 cores=1,3,5,7
/proc/15646/task/15666/stat : 15666 (java) R 15644 15646 13088 0 -1 4202560 1307 0 0 0 76755 57 0 0 20 0 22 0 342483169 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435550828800 140436053145729 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15667] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15667/stat : 15667 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435549779112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15668] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15668/stat : 15668 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 759608 33554432000 1073741824 1073778376 140734400468608 140435548726312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.88 3.90 3.84 5/220 15762
/proc/meminfo: memFree=25228004/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=1716.87 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 21598 0 1 0 171586 101 0 0 20 0 22 0 342483124 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 764244 2291 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2986 0 1 0 42 5 0 0 20 0 22 0 342483125 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 75 0 0 0 131 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 66 0 0 0 128 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 77 0 0 0 137 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 70 0 0 0 127 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 66 0 0 0 132 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 58 0 0 0 121 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 63 0 0 0 143 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 64 0 0 0 140 2 0 0 20 0 22 0 342483128 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=54.18 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 287 0 0 0 5409 9 0 0 20 0 22 0 342483129 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 8520 0 0 0 143 2 0 0 20 0 22 0 342483132 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15662] ppid=15644 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/15646/task/15662/stat : 15662 (java) S 15644 15646 13088 0 -1 4202560 6632 0 0 0 95 2 0 0 20 0 22 0 342483132 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435555043896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15663] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15663/stat : 15663 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435553991800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15664] ppid=15644 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15646/task/15664/stat : 15664 (java) S 15644 15646 13088 0 -1 4202560 50 0 0 0 25 22 0 0 20 0 22 0 342483132 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435552939208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15665] ppid=15644 vsize=11852648 CPUtime=822.15 cores=1,3,5,7
/proc/15646/task/15665/stat : 15665 (java) R 15644 15646 13088 0 -1 4202560 88 0 0 0 82203 12 0 0 20 0 22 0 342483169 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435551883472 140436052768495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15666] ppid=15644 vsize=11852648 CPUtime=822.21 cores=1,3,5,7
/proc/15646/task/15666/stat : 15666 (java) R 15644 15646 13088 0 -1 4202560 1308 0 0 0 82163 58 0 0 20 0 22 0 342483169 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435550828800 140436053000178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15667] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15667/stat : 15667 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435549779112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15668] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15668/stat : 15668 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 764244 33554432000 1073741824 1073778376 140734400468608 140435548726312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1716.87
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.801 s]
/proc/loadavg: 3.89 3.89 3.84 5/220 15762
/proc/meminfo: memFree=25198876/32873844 swapFree=7116/7116
[pid=15646] ppid=15644 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/15646/stat : 15646 (java) S 15644 15646 13088 0 -1 4202496 21637 0 1 0 179906 102 0 0 20 0 22 0 342483124 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140734400459744 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15646/statm: 2963162 768359 2291 9 0 2953849 0
[pid=15646/tid=15648] ppid=15644 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15646/task/15648/stat : 15648 (java) S 15644 15646 13088 0 -1 4202560 2992 0 1 0 42 5 0 0 20 0 22 0 342483125 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436214011032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15649] ppid=15644 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/15646/task/15649/stat : 15649 (java) S 15644 15646 13088 0 -1 4202560 75 0 0 0 139 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436182419752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15650] ppid=15644 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/15646/task/15650/stat : 15650 (java) S 15644 15646 13088 0 -1 4202560 69 0 0 0 141 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436181366952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15651] ppid=15644 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/15646/task/15651/stat : 15651 (java) S 15644 15646 13088 0 -1 4202560 79 0 0 0 148 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436180314664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15652] ppid=15644 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/15646/task/15652/stat : 15652 (java) S 15644 15646 13088 0 -1 4202560 74 0 0 0 139 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436179261864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15653] ppid=15644 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/15646/task/15653/stat : 15653 (java) S 15644 15646 13088 0 -1 4202560 70 0 0 0 139 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436178209576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15654] ppid=15644 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/15646/task/15654/stat : 15654 (java) S 15644 15646 13088 0 -1 4202560 58 0 0 0 131 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436177156776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15655] ppid=15644 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/15646/task/15655/stat : 15655 (java) S 15644 15646 13088 0 -1 4202560 65 0 0 0 150 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436176104488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15656] ppid=15644 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/15646/task/15656/stat : 15656 (java) S 15644 15646 13088 0 -1 4202560 68 0 0 0 147 2 0 0 20 0 22 0 342483128 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140436175051688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15657] ppid=15644 vsize=11852648 CPUtime=58.31 cores=1,3,5,7
/proc/15646/task/15657/stat : 15657 (java) S 15644 15646 13088 0 -1 4202560 297 0 0 0 5822 9 0 0 20 0 22 0 342483129 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435560306920 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15658] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15658/stat : 15658 (java) S 15644 15646 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435559252984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15659] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15659/stat : 15659 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483130 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435558200584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15660] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15660/stat : 15660 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435557149072 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15661] ppid=15644 vsize=11852648 CPUtime=1.45 cores=1,3,5,7
/proc/15646/task/15661/stat : 15661 (java) S 15644 15646 13088 0 -1 4202560 8520 0 0 0 143 2 0 0 20 0 22 0 342483132 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435556096696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15662] ppid=15644 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/15646/task/15662/stat : 15662 (java) S 15644 15646 13088 0 -1 4202560 6632 0 0 0 95 2 0 0 20 0 22 0 342483132 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435555043896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15663] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15663/stat : 15663 (java) S 15644 15646 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342483132 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435553991800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15646/tid=15664] ppid=15644 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/15646/task/15664/stat : 15664 (java) S 15644 15646 13088 0 -1 4202560 52 0 0 0 27 22 0 0 20 0 22 0 342483132 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435552939208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15665] ppid=15644 vsize=11852648 CPUtime=861.22 cores=1,3,5,7
/proc/15646/task/15665/stat : 15665 (java) R 15644 15646 13088 0 -1 4202560 90 0 0 0 86109 13 0 0 20 0 22 0 342483169 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435551883472 140436052918037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15646/tid=15666] ppid=15644 vsize=11852648 CPUtime=861.25 cores=1,3,5,7
/proc/15646/task/15666/stat : 15666 (java) R 15644 15646 13088 0 -1 4202560 1308 0 0 0 86066 59 0 0 20 0 22 0 342483169 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435550828800 140436053044096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15646/tid=15667] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15667/stat : 15667 (java) S 15644 15646 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435549779112 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15646/tid=15668] ppid=15644 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15646/task/15668/stat : 15668 (java) S 15644 15646 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342483171 12137111552 768359 33554432000 1073741824 1073778376 140734400468608 140435548726312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

Child status: 143

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

Real time (s): 925.859
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.02
CPU usage (%): 194.423
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.45278
maximum resident set size= 3075600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21669
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26896
involuntary context switches= 29716

runsolver used 6.01309 second user time and 6.78197 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 00:46:22
IDJOB=3742058
IDBENCH=90128
IDSOLVER=2328
FILE ID=node146/3742058-1338763582
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70908 MiB

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

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=582097340

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28233432 kB
Buffers:          322724 kB
Cached:           608908 kB
SwapCached:         1792 kB
Active:          3294556 kB
Inactive:         498252 kB
Active(anon):    2861452 kB
Inactive(anon):     1664 kB
Active(file):     433104 kB
Inactive(file):   496588 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2891396 kB
Mapped:            17144 kB
Shmem:                 0 kB
Slab:             678128 kB
SReclaimable:     117968 kB
SUnreclaim:       560160 kB
KernelStack:        1632 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2830336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70904 MiB
End job on node146 at 2012-06-04 01:01:50