Trace number 3741863

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.04 929.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
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 variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 88
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3741863-1338761595.opb
0.07/0.12	c reading problem ... 
0.79/0.44	c ... done. Wall clock time 0.312s.
0.79/0.44	c #vars     5916
0.79/0.44	c #constraints  6092
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.79/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
0.79/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
5.09/1.89	c cleaning 2485 clauses out of 4993 with flag 5002/5002
8.42/3.47	c cleaning 4239 clauses out of 8498 with flag 11002/11002
12.07/5.20	c cleaning 5592 clauses out of 11249 with flag 18000/18000
16.26/7.31	c cleaning 6768 clauses out of 13652 with flag 26000/26000
21.52/9.95	c cleaning 7907 clauses out of 15884 with flag 35001/35001
26.26/12.34	c cleaning 8922 clauses out of 17973 with flag 45000/45000
31.80/15.17	c cleaning 9397 clauses out of 19050 with flag 55000/55000
36.96/17.77	c cleaning 9703 clauses out of 19654 with flag 65001/65001
42.47/20.52	c cleaning 9780 clauses out of 19950 with flag 75000/75000
48.59/23.63	c cleaning 9927 clauses out of 20171 with flag 85002/85002
53.73/26.25	c cleaning 9983 clauses out of 20239 with flag 95000/95000
60.46/29.68	c cleaning 10039 clauses out of 20257 with flag 105001/105001
66.14/32.54	c cleaning 9952 clauses out of 20217 with flag 115000/115000
82.89/40.99	c cleaning 10112 clauses out of 20266 with flag 125001/125001
88.22/43.66	c cleaning 9963 clauses out of 20151 with flag 135000/135000
93.33/46.23	c cleaning 9930 clauses out of 20188 with flag 145000/145000
99.16/49.27	c cleaning 10000 clauses out of 20258 with flag 155000/155000
106.87/53.17	c cleaning 10072 clauses out of 20258 with flag 165000/165000
115.96/57.77	c cleaning 9926 clauses out of 20188 with flag 175002/175002
121.85/60.73	c cleaning 10048 clauses out of 20261 with flag 185001/185001
127.47/63.68	c cleaning 10069 clauses out of 20210 with flag 195000/195000
133.57/66.76	c cleaning 9953 clauses out of 20141 with flag 205004/205004
141.65/70.80	c cleaning 10068 clauses out of 20185 with flag 215001/215001
148.13/74.13	c cleaning 9604 clauses out of 20117 with flag 225001/225001
156.94/78.67	c cleaning 9508 clauses out of 20515 with flag 235003/235003
166.22/83.31	c cleaning 9807 clauses out of 21004 with flag 245000/245000
173.30/87.00	c cleaning 9449 clauses out of 21199 with flag 255002/255002
185.55/93.16	c cleaning 9823 clauses out of 21749 with flag 265001/265001
192.55/96.76	c cleaning 9919 clauses out of 21930 with flag 275005/275005
200.99/101.04	c cleaning 9555 clauses out of 22007 with flag 285001/285001
206.06/103.67	c cleaning 9599 clauses out of 22451 with flag 295000/295000
212.30/106.87	c cleaning 9478 clauses out of 22853 with flag 305001/305001
218.28/109.98	c cleaning 9714 clauses out of 23374 with flag 315000/315000
225.09/113.44	c cleaning 9720 clauses out of 23662 with flag 325002/325002
231.15/116.57	c cleaning 9583 clauses out of 23942 with flag 335002/335002
238.17/120.14	c cleaning 9824 clauses out of 24358 with flag 345001/345001
244.13/123.22	c cleaning 9644 clauses out of 24540 with flag 355007/355007
249.39/125.99	c cleaning 9578 clauses out of 24889 with flag 365000/365000
257.43/130.02	c cleaning 9601 clauses out of 25311 with flag 375000/375000
265.26/134.04	c cleaning 9517 clauses out of 25711 with flag 385001/385001
272.79/137.99	c cleaning 9689 clauses out of 26194 with flag 395001/395001
281.06/142.15	c cleaning 9943 clauses out of 26507 with flag 405003/405003
288.29/145.87	c cleaning 9575 clauses out of 26560 with flag 415000/415000
294.32/148.93	c cleaning 9685 clauses out of 26987 with flag 425002/425002
299.84/151.85	c cleaning 9444 clauses out of 27300 with flag 435000/435000
308.83/156.49	c cleaning 9586 clauses out of 27856 with flag 445000/445000
321.64/162.95	c cleaning 9675 clauses out of 28271 with flag 455001/455001
335.66/170.05	c cleaning 9971 clauses out of 28595 with flag 465000/465000
348.96/176.82	c cleaning 9923 clauses out of 28624 with flag 475000/475000
357.35/181.12	c cleaning 9534 clauses out of 28702 with flag 485001/485001
364.93/185.06	c cleaning 9822 clauses out of 29167 with flag 495000/495000
374.32/189.87	c cleaning 9630 clauses out of 29347 with flag 505002/505002
383.40/194.52	c cleaning 9690 clauses out of 29716 with flag 515001/515001
390.78/198.37	c cleaning 9592 clauses out of 30025 with flag 525000/525000
398.37/202.27	c cleaning 9620 clauses out of 30435 with flag 535002/535002
406.96/206.66	c cleaning 9666 clauses out of 30815 with flag 545002/545002
416.41/211.53	c cleaning 9736 clauses out of 31148 with flag 555001/555001
425.60/216.27	c cleaning 9781 clauses out of 31412 with flag 565001/565001
434.39/220.73	c cleaning 9728 clauses out of 31633 with flag 575003/575003
447.19/227.27	c cleaning 9838 clauses out of 31903 with flag 585001/585001
459.23/233.44	c cleaning 9894 clauses out of 32064 with flag 595000/595000
466.41/237.14	c cleaning 10074 clauses out of 32171 with flag 605001/605001
474.18/241.15	c cleaning 9620 clauses out of 32091 with flag 615000/615000
481.16/244.73	c cleaning 9646 clauses out of 32472 with flag 625001/625001
487.97/248.39	c cleaning 9859 clauses out of 32825 with flag 635001/635001
497.54/253.28	c cleaning 9623 clauses out of 32967 with flag 645002/645002
500.09/254.65	c cleaning 0 clauses out of 5002 with flag 0/5002
506.89/258.06	c cleaning 9744 clauses out of 33342 with flag 655000/655000
515.26/262.38	c cleaning 9671 clauses out of 33598 with flag 665000/665000
525.40/267.51	c cleaning 9527 clauses out of 33927 with flag 675000/675000
531.38/270.64	c cleaning 9629 clauses out of 34400 with flag 685000/685000
538.34/274.26	c cleaning 9759 clauses out of 34771 with flag 695000/695000
550.34/280.40	c cleaning 9539 clauses out of 35012 with flag 705000/705000
563.89/287.34	c cleaning 9684 clauses out of 35474 with flag 715001/715001
570.44/290.78	c cleaning 9793 clauses out of 35789 with flag 725000/725000
587.79/299.54	c cleaning 9648 clauses out of 35996 with flag 735000/735000
596.58/304.10	c cleaning 9956 clauses out of 36349 with flag 745001/745001
607.11/309.51	c cleaning 9715 clauses out of 36393 with flag 755001/755001
620.66/316.48	c cleaning 9749 clauses out of 36677 with flag 765000/765000
631.59/322.08	c cleaning 9932 clauses out of 36928 with flag 775000/775000
645.56/329.20	c cleaning 9959 clauses out of 36999 with flag 785003/785003
661.51/337.34	c cleaning 9821 clauses out of 37040 with flag 795003/795003
673.64/343.57	c cleaning 10124 clauses out of 37216 with flag 805000/805000
679.56/346.69	c cleaning 9584 clauses out of 37093 with flag 815001/815001
687.11/350.67	c cleaning 9728 clauses out of 37509 with flag 825001/825001
696.04/355.26	c cleaning 9564 clauses out of 37780 with flag 835000/835000
706.77/360.76	c cleaning 9360 clauses out of 38218 with flag 845002/845002
712.88/363.95	c cleaning 9662 clauses out of 38856 with flag 855000/855000
720.99/368.21	c cleaning 9850 clauses out of 39198 with flag 865004/865004
732.11/373.97	c cleaning 9711 clauses out of 39345 with flag 875001/875001
741.60/378.82	c cleaning 9928 clauses out of 39635 with flag 885002/885002
754.12/385.22	c cleaning 9761 clauses out of 39705 with flag 895000/895000
761.45/389.10	c cleaning 9856 clauses out of 39943 with flag 905000/905000
768.77/393.00	c cleaning 9604 clauses out of 40087 with flag 915000/915000
775.48/396.45	c cleaning 9861 clauses out of 40486 with flag 925004/925004
783.79/400.73	c cleaning 9689 clauses out of 40621 with flag 935000/935000
793.09/405.62	c cleaning 9882 clauses out of 40933 with flag 945001/945001
806.59/412.56	c cleaning 9738 clauses out of 41052 with flag 955002/955002
812.89/415.86	c cleaning 9697 clauses out of 41312 with flag 965000/965000
821.19/420.17	c cleaning 9783 clauses out of 41616 with flag 975001/975001
829.30/424.44	c cleaning 9747 clauses out of 41832 with flag 985000/985000
836.39/428.18	c cleaning 9794 clauses out of 42085 with flag 995000/995000
852.88/436.53	c cleaning 9865 clauses out of 42291 with flag 1005000/1005000
860.97/440.75	c cleaning 9694 clauses out of 42427 with flag 1015001/1015001
877.03/449.00	c cleaning 10005 clauses out of 42732 with flag 1025000/1025000
885.91/453.67	c cleaning 9862 clauses out of 42724 with flag 1035000/1035000
894.20/457.98	c cleaning 9648 clauses out of 42862 with flag 1045000/1045000
902.29/462.11	c cleaning 9729 clauses out of 43219 with flag 1055005/1055005
913.37/467.97	c cleaning 9748 clauses out of 43485 with flag 1065000/1065000
927.26/475.03	c cleaning 9746 clauses out of 43737 with flag 1075000/1075000
939.94/481.54	c cleaning 9878 clauses out of 43992 with flag 1085001/1085001
949.01/486.21	c cleaning 9885 clauses out of 44117 with flag 1095004/1095004
957.64/490.81	c cleaning 9904 clauses out of 44228 with flag 1105000/1105000
965.73/495.06	c cleaning 9735 clauses out of 44326 with flag 1115002/1115002
975.75/500.27	c cleaning 9882 clauses out of 44590 with flag 1125001/1125001
986.79/505.92	c cleaning 9681 clauses out of 44708 with flag 1135001/1135001
996.60/511.18	c cleaning 9896 clauses out of 45026 with flag 1145000/1145000
1006.24/516.19	c cleaning 9726 clauses out of 45130 with flag 1155000/1155000
1016.29/521.39	c cleaning 9940 clauses out of 45407 with flag 1165003/1165003
1024.93/525.87	c cleaning 9903 clauses out of 45463 with flag 1175000/1175000
1032.70/530.01	c cleaning 9808 clauses out of 45560 with flag 1185000/1185000
1042.33/535.07	c cleaning 9828 clauses out of 45754 with flag 1195002/1195002
1050.15/539.17	c cleaning 9770 clauses out of 45924 with flag 1205000/1205000
1058.56/543.53	c cleaning 9796 clauses out of 46154 with flag 1215000/1215000
1067.93/548.50	c cleaning 9971 clauses out of 46360 with flag 1225002/1225002
1076.76/553.10	c cleaning 9836 clauses out of 46387 with flag 1235000/1235000
1087.18/558.51	c cleaning 9935 clauses out of 46551 with flag 1245000/1245000
1096.60/563.43	c cleaning 9813 clauses out of 46620 with flag 1255004/1255004
1106.19/568.52	c cleaning 9837 clauses out of 46804 with flag 1265001/1265001
1113.21/572.20	c cleaning 9821 clauses out of 46965 with flag 1275000/1275000
1121.81/576.77	c cleaning 9693 clauses out of 47144 with flag 1285000/1285000
1132.41/582.25	c cleaning 9791 clauses out of 47451 with flag 1295000/1295000
1142.96/587.80	c cleaning 9747 clauses out of 47662 with flag 1305002/1305002
1152.98/593.01	c cleaning 9949 clauses out of 47913 with flag 1315000/1315000
1163.99/598.74	c cleaning 9765 clauses out of 47965 with flag 1325001/1325001
1177.00/605.45	c cleaning 9980 clauses out of 48199 with flag 1335000/1335000
1186.57/610.59	c cleaning 9818 clauses out of 48219 with flag 1345000/1345000
1198.34/616.66	c cleaning 9812 clauses out of 48402 with flag 1355001/1355001
1209.55/622.45	c cleaning 9852 clauses out of 48592 with flag 1365003/1365003
1218.38/627.06	c cleaning 9908 clauses out of 48739 with flag 1375002/1375002
1227.68/632.09	c cleaning 9850 clauses out of 48829 with flag 1385000/1385000
1235.65/636.25	c cleaning 9868 clauses out of 48979 with flag 1395000/1395000
1245.23/641.22	c cleaning 9878 clauses out of 49112 with flag 1405001/1405001
1254.19/645.92	c cleaning 10113 clauses out of 49231 with flag 1415000/1415000
1260.29/649.31	c cleaning 9607 clauses out of 49118 with flag 1425000/1425000
1266.07/652.41	c cleaning 9840 clauses out of 49510 with flag 1435000/1435000
1271.87/655.58	c cleaning 9561 clauses out of 49670 with flag 1445000/1445000
1282.03/660.87	c cleaning 9798 clauses out of 50111 with flag 1455002/1455002
1288.96/664.62	c cleaning 9470 clauses out of 50311 with flag 1465000/1465000
1296.95/668.90	c cleaning 10089 clauses out of 50842 with flag 1475001/1475001
1308.52/674.89	c cleaning 9787 clauses out of 50752 with flag 1485000/1485000
1319.89/680.78	c cleaning 9542 clauses out of 50966 with flag 1495001/1495001
1329.81/686.02	c cleaning 9771 clauses out of 51423 with flag 1505000/1505000
1339.58/691.13	c cleaning 9703 clauses out of 51657 with flag 1515005/1515005
1352.75/697.91	c cleaning 9805 clauses out of 51952 with flag 1525003/1525003
1369.73/706.62	c cleaning 9932 clauses out of 52147 with flag 1535003/1535003
1380.45/712.32	c cleaning 9899 clauses out of 52213 with flag 1545001/1545001
1386.24/715.49	c cleaning 9859 clauses out of 52313 with flag 1555000/1555000
1396.42/720.74	c cleaning 9786 clauses out of 52454 with flag 1565000/1565000
1404.61/725.08	c cleaning 9802 clauses out of 52669 with flag 1575001/1575001
1413.73/729.90	c cleaning 9523 clauses out of 52866 with flag 1585000/1585000
1423.50/735.03	c cleaning 9753 clauses out of 53343 with flag 1595000/1595000
1433.69/740.35	c cleaning 9817 clauses out of 53590 with flag 1605000/1605000
1444.28/745.81	c cleaning 9954 clauses out of 53773 with flag 1615000/1615000
1451.79/749.90	c cleaning 9785 clauses out of 53821 with flag 1625002/1625002
1460.97/754.76	c cleaning 9794 clauses out of 54035 with flag 1635001/1635001
1469.93/759.43	c cleaning 9781 clauses out of 54240 with flag 1645000/1645000
1480.30/764.83	c cleaning 9842 clauses out of 54464 with flag 1655005/1655005
1490.03/770.01	c cleaning 9860 clauses out of 54617 with flag 1665000/1665000
1504.18/777.32	c cleaning 9795 clauses out of 54759 with flag 1675002/1675002
1517.16/784.00	c cleaning 9923 clauses out of 54962 with flag 1685000/1685000
1528.35/789.82	c cleaning 9719 clauses out of 55041 with flag 1695002/1695002
1540.04/796.04	c cleaning 9866 clauses out of 55320 with flag 1705000/1705000
1551.02/801.74	c cleaning 9914 clauses out of 55455 with flag 1715001/1715001
1572.38/812.62	c cleaning 9812 clauses out of 55541 with flag 1725001/1725001
1606.15/829.79	c cleaning 9726 clauses out of 55731 with flag 1735003/1735003
1630.56/842.29	c cleaning 9884 clauses out of 56004 with flag 1745002/1745002
1646.96/850.62	c cleaning 9784 clauses out of 56121 with flag 1755003/1755003
1661.94/858.39	c cleaning 9862 clauses out of 56334 with flag 1765000/1765000
1673.75/864.49	c cleaning 9762 clauses out of 56476 with flag 1775004/1775004
1686.25/871.00	c cleaning 9719 clauses out of 56712 with flag 1785002/1785002
1702.06/879.10	c cleaning 9777 clauses out of 56992 with flag 1795001/1795001
1728.30/892.46	c cleaning 9863 clauses out of 57214 with flag 1805000/1805000
1749.74/903.30	c cleaning 9918 clauses out of 57351 with flag 1815000/1815000
1768.06/912.86	c cleaning 9821 clauses out of 57434 with flag 1825001/1825001
1785.05/921.56	c cleaning 9789 clauses out of 57613 with flag 1835001/1835001
1800.04/929.21	c starts		: 209
1800.04/929.21	c conflicts		: 1842808
1800.04/929.21	c decisions		: 13656930
1800.04/929.21	c propagations		: 700757502
1800.04/929.21	c inspects		: 2040595478
1800.04/929.21	c shortcuts		: 0
1800.04/929.21	c learnt literals	: 66
1800.04/929.21	c learnt binary clauses	: 39179
1800.04/929.21	c learnt ternary clauses	: 61799
1800.04/929.21	c learnt constraints	: 1842741
1800.04/929.21	c ignored constraints	: 0
1800.04/929.21	c root simplifications	: 0
1800.04/929.21	c removed literals (reason simplification)	: 54864805
1800.04/929.21	c reason swapping (by a shorter reason)	: 0
1800.04/929.21	c Calls to reduceDB	: 185
1800.04/929.21	c number of reductions to clauses (during analyze)	: 0
1800.04/929.21	c number of learned constraints concerned by reduction	: 0
1800.04/929.21	c number of learning phase by resolution	: 0
1800.04/929.21	c number of learning phase by cutting planes	: 0
1800.04/929.21	c speed (assignments/second)	: 754499.7658195616
1800.04/929.21	c non guided choices	4167
1800.04/929.24	c learnt constraints type 
1800.04/929.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 39179
1800.04/929.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16466
1800.04/929.24	c constraints type 
1800.04/929.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.04/929.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.04/929.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
1800.04/929.24	c constraints type 
1800.04/929.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
1800.04/929.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
1800.04/929.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
1800.04/929.24	s UNKNOWN
1800.04/929.24	c Total wall clock time (in seconds): 929.113

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-3741863-1338761595/watcher-3741863-1338761595 -o /tmp/evaluation-result-3741863-1338761595/solver-3741863-1338761595 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741863-1338761595.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.89 3.75 3.69 4/195 4444
/proc/meminfo: memFree=25390244/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4444/stat : 4444 (java) D 4442 4444 1918 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342284925 9515008 182 33554432000 1073741824 1073778376 140736684756032 140736684747064 252263087797 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4444/statm: 2323 182 140 9 0 71 0

[startup+0.041768 s]
/proc/loadavg: 3.89 3.75 3.69 4/195 4444
/proc/meminfo: memFree=25390244/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 3687 0 1 0 1 1 0 0 20 0 10 0 342284925 11309641728 11030 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2761143 11039 1246 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100328 s]
/proc/loadavg: 3.89 3.75 3.69 4/195 4444
/proc/meminfo: memFree=25390244/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 4716 0 1 0 6 1 0 0 20 0 18 0 342284925 11864465408 13079 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2896598 13079 1940 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300279 s]
/proc/loadavg: 3.89 3.75 3.69 4/195 4444
/proc/meminfo: memFree=25390244/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11586392 CPUtime=0.54 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 8139 0 1 0 52 2 0 0 20 0 18 0 342284925 11864465408 17889 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2896598 17889 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11586392

[startup+0.700203 s]
/proc/loadavg: 3.89 3.75 3.69 4/195 4444
/proc/meminfo: memFree=25390244/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=1.94 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 14049 0 1 0 190 4 0 0 20 0 22 0 342284925 12137111552 28868 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 28868 2261 9 0 2953849 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 11852648

[startup+1.50074 s]
/proc/loadavg: 3.82 3.74 3.69 7/217 4466
/proc/meminfo: memFree=25229112/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=4.48 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 24395 0 1 0 438 10 0 0 20 0 22 0 342284925 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 80363 2265 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3394 0 1 0 38 3 0 0 20 0 22 0 342284926 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342284929 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9360 0 0 0 90 2 0 0 20 0 22 0 342284932 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4460] ppid=4442 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/4444/task/4460/stat : 4460 (java) S 4442 4444 1918 0 -1 4202560 10235 0 0 0 99 2 0 0 20 0 22 0 342284932 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851276385080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4461] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4461/stat : 4461 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851275332472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4462] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4462/stat : 4462 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851274279880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4463] ppid=4442 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/4444/task/4463/stat : 4463 (java) R 4442 4444 1918 0 -1 4202560 25 0 0 0 103 0 0 0 20 0 22 0 342284969 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851273224856 139851333373384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4464] ppid=4442 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/4444/task/4464/stat : 4464 (java) R 4442 4444 1918 0 -1 4202560 178 0 0 0 100 4 0 0 20 0 22 0 342284969 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851272172184 139851333456076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4465] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4465/stat : 4465 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284970 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851271119784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4466] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4466/stat : 4466 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284971 12137111552 80363 33554432000 1073741824 1073778376 140736983760240 139851270066984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.82 3.74 3.69 5/217 4466
/proc/meminfo: memFree=24875120/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=7.8 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 24552 0 1 0 766 14 0 0 20 0 22 0 342284925 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 130073 2290 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3394 0 1 0 38 3 0 0 20 0 22 0 342284926 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342284929 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9363 0 0 0 96 2 0 0 20 0 22 0 342284932 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4460] ppid=4442 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/4444/task/4460/stat : 4460 (java) S 4442 4444 1918 0 -1 4202560 10240 0 0 0 104 2 0 0 20 0 22 0 342284932 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851276385080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4461] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4461/stat : 4461 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851275332472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4462] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4462/stat : 4462 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851274279880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4463] ppid=4442 vsize=11852648 CPUtime=2.54 cores=1,3,5,7
/proc/4444/task/4463/stat : 4463 (java) R 4442 4444 1918 0 -1 4202560 28 0 0 0 254 0 0 0 20 0 22 0 342284969 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851273225000 139851333412160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4464] ppid=4442 vsize=11852648 CPUtime=2.56 cores=1,3,5,7
/proc/4444/task/4464/stat : 4464 (java) R 4442 4444 1918 0 -1 4202560 264 0 0 0 250 6 0 0 20 0 22 0 342284969 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851272171880 139851333243610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4465] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4465/stat : 4465 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284970 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851271119784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4466] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4466/stat : 4466 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284971 12137111552 130073 33554432000 1073741824 1073778376 140736983760240 139851270066984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.83 3.74 3.69 4/217 4466
/proc/meminfo: memFree=24612728/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=14.26 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 24693 0 1 0 1407 19 0 0 20 0 22 0 342284925 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 190206 2290 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3394 0 1 0 38 3 0 0 20 0 22 0 342284926 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 342284928 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=0.13 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 39 0 0 0 13 0 0 0 20 0 22 0 342284929 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9363 0 0 0 102 2 0 0 20 0 22 0 342284932 12137111552 190206 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/4444/statm: 2963162 761580 2291 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3502 0 1 0 41 4 0 0 20 0 22 0 342284926 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 74 0 0 0 118 2 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 71 0 0 0 127 2 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 67 0 0 0 134 1 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 93 0 0 0 123 3 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 82 0 0 0 125 1 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 81 0 0 0 114 2 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 71 0 0 0 123 2 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 76 0 0 0 114 3 0 0 20 0 22 0 342284928 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=59.66 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 255 0 0 0 5957 9 0 0 20 0 22 0 342284929 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9830 0 0 0 168 2 0 0 20 0 22 0 342284932 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4460] ppid=4442 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/4444/task/4460/stat : 4460 (java) S 4442 4444 1918 0 -1 4202560 10241 0 0 0 116 2 0 0 20 0 22 0 342284932 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851276385080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4461] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4461/stat : 4461 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851275332472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4462] ppid=4442 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/4444/task/4462/stat : 4462 (java) S 4442 4444 1918 0 -1 4202560 47 0 0 0 12 19 0 0 20 0 22 0 342284932 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851274279880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4463] ppid=4442 vsize=11852648 CPUtime=757 cores=1,3,5,7
/proc/4444/task/4463/stat : 4463 (java) R 4442 4444 1918 0 -1 4202560 91 0 0 0 75687 13 0 0 20 0 22 0 342284969 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851273224656 139851333175623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4464] ppid=4442 vsize=11852648 CPUtime=757 cores=1,3,5,7
/proc/4444/task/4464/stat : 4464 (java) R 4442 4444 1918 0 -1 4202560 1314 0 0 0 75643 57 0 0 20 0 22 0 342284969 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851272169424 139851333571927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4465] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4465/stat : 4465 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284970 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851271119784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4466] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4466/stat : 4466 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284971 12137111552 761580 33554432000 1073741824 1073778376 140736983760240 139851270066984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1591.36
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.88 3.78 3.73 5/217 4534
/proc/meminfo: memFree=22438524/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=1708.04 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 27116 0 1 0 170709 95 0 0 20 0 22 0 342284925 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 761599 2291 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3508 0 1 0 41 4 0 0 20 0 22 0 342284926 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 79 0 0 0 128 2 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 74 0 0 0 138 2 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 68 0 0 0 142 1 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 98 0 0 0 133 3 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 82 0 0 0 135 2 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 81 0 0 0 121 2 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 76 0 0 0 137 2 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 76 0 0 0 127 3 0 0 20 0 22 0 342284928 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=63.34 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 259 0 0 0 6324 10 0 0 20 0 22 0 342284929 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9830 0 0 0 168 2 0 0 20 0 22 0 342284932 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4460] ppid=4442 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/4444/task/4460/stat : 4460 (java) S 4442 4444 1918 0 -1 4202560 10241 0 0 0 116 2 0 0 20 0 22 0 342284932 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851276385080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4461] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4461/stat : 4461 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851275332472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4462] ppid=4442 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/4444/task/4462/stat : 4462 (java) S 4442 4444 1918 0 -1 4202560 49 0 0 0 15 20 0 0 20 0 22 0 342284932 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851274279880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4463] ppid=4442 vsize=11852648 CPUtime=812.92 cores=1,3,5,7
/proc/4444/task/4463/stat : 4463 (java) R 4442 4444 1918 0 -1 4202560 92 0 0 0 81278 14 0 0 20 0 22 0 342284969 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851273224656 139851333175764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4464] ppid=4442 vsize=11852648 CPUtime=812.92 cores=1,3,5,7
/proc/4444/task/4464/stat : 4464 (java) R 4442 4444 1918 0 -1 4202560 1315 0 0 0 81234 58 0 0 20 0 22 0 342284969 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851272170064 139851333497362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4465] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4465/stat : 4465 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284970 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851271119784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4466] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4466/stat : 4466 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284971 12137111552 761599 33554432000 1073741824 1073778376 140736983760240 139851270066984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1708.04
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.201 s]
/proc/loadavg: 4.02 3.83 3.75 5/217 4534
/proc/meminfo: memFree=22397432/32873852 swapFree=7624/7624
[pid=4444] ppid=4442 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/4444/stat : 4444 (java) S 4442 4444 1918 0 -1 4202496 27166 0 1 0 179905 99 0 0 20 0 22 0 342284925 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 140736983751376 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4444/statm: 2963162 765212 2291 9 0 2953849 0
[pid=4444/tid=4446] ppid=4442 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/4444/task/4446/stat : 4446 (java) S 4442 4444 1918 0 -1 4202560 3512 0 1 0 41 4 0 0 20 0 22 0 342284926 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851464193176 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4447] ppid=4442 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/4444/task/4447/stat : 4447 (java) S 4442 4444 1918 0 -1 4202560 84 0 0 0 138 2 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851453254184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4448] ppid=4442 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/4444/task/4448/stat : 4448 (java) S 4442 4444 1918 0 -1 4202560 80 0 0 0 147 2 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851452201384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4449] ppid=4442 vsize=11852648 CPUtime=1.51 cores=1,3,5,7
/proc/4444/task/4449/stat : 4449 (java) S 4442 4444 1918 0 -1 4202560 74 0 0 0 150 1 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851451148584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4444/tid=4450] ppid=4442 vsize=11852648 CPUtime=1.47 cores=1,3,5,7
/proc/4444/task/4450/stat : 4450 (java) S 4442 4444 1918 0 -1 4202560 103 0 0 0 144 3 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851298269352 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4451] ppid=4442 vsize=11852648 CPUtime=1.42 cores=1,3,5,7
/proc/4444/task/4451/stat : 4451 (java) S 4442 4444 1918 0 -1 4202560 82 0 0 0 140 2 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851297217576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4452] ppid=4442 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/4444/task/4452/stat : 4452 (java) S 4442 4444 1918 0 -1 4202560 82 0 0 0 128 2 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851296164776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4453] ppid=4442 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/4444/task/4453/stat : 4453 (java) S 4442 4444 1918 0 -1 4202560 80 0 0 0 146 2 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851295111976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4454] ppid=4442 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/4444/task/4454/stat : 4454 (java) S 4442 4444 1918 0 -1 4202560 78 0 0 0 138 3 0 0 20 0 22 0 342284928 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851294059176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4455] ppid=4442 vsize=11852648 CPUtime=65.51 cores=1,3,5,7
/proc/4444/task/4455/stat : 4455 (java) S 4442 4444 1918 0 -1 4202560 270 0 0 0 6541 10 0 0 20 0 22 0 342284929 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851281648104 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4456] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4456/stat : 4456 (java) S 4442 4444 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851280594168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4457] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4457/stat : 4457 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284930 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851279541256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4458] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4458/stat : 4458 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851278489744 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4459] ppid=4442 vsize=11852648 CPUtime=1.7 cores=1,3,5,7
/proc/4444/task/4459/stat : 4459 (java) S 4442 4444 1918 0 -1 4202560 9830 0 0 0 168 2 0 0 20 0 22 0 342284932 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851277437880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4460] ppid=4442 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/4444/task/4460/stat : 4460 (java) S 4442 4444 1918 0 -1 4202560 10241 0 0 0 116 2 0 0 20 0 22 0 342284932 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851276385080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4461] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4461/stat : 4461 (java) S 4442 4444 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284932 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851275332472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4462] ppid=4442 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/4444/task/4462/stat : 4462 (java) S 4442 4444 1918 0 -1 4202560 53 0 0 0 16 21 0 0 20 0 22 0 342284932 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851274279880 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4463] ppid=4442 vsize=11852648 CPUtime=857.35 cores=1,3,5,7
/proc/4444/task/4463/stat : 4463 (java) R 4442 4444 1918 0 -1 4202560 93 0 0 0 85720 15 0 0 20 0 22 0 342284969 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851273224656 139851333413717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4444/tid=4464] ppid=4442 vsize=11852648 CPUtime=857.35 cores=1,3,5,7
/proc/4444/task/4464/stat : 4464 (java) R 4442 4444 1918 0 -1 4202560 1316 0 0 0 85676 59 0 0 20 0 22 0 342284969 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851272170064 139851333529632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4444/tid=4465] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4465/stat : 4465 (java) S 4442 4444 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284970 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851271119784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4444/tid=4466] ppid=4442 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/4444/task/4466/stat : 4466 (java) S 4442 4444 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342284971 12137111552 765212 33554432000 1073741824 1073778376 140736983760240 139851270066984 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 4444 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=340218
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=471776
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 929.26
CPU time (s): 1800.04
CPU user time (s): 1799.05
CPU system time (s): 0.99
CPU usage (%): 193.707
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.47178
maximum resident set size= 3063020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27200
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27385
involuntary context switches= 36639

runsolver used 3.72043 second user time and 8.60469 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 00:13:15
IDJOB=3741863
IDBENCH=90113
IDSOLVER=2328
FILE ID=node131/3741863-1338761595
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71404 MiB

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

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
RANDOM SEED=1568084363

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25390624 kB
Buffers:          566080 kB
Cached:          3132636 kB
SwapCached:         2348 kB
Active:          4334996 kB
Inactive:        2264324 kB
Active(anon):    2896396 kB
Inactive(anon):     3664 kB
Active(file):    1438600 kB
Inactive(file):  2260660 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               540 kB
Writeback:             0 kB
AnonPages:       2914416 kB
Mapped:            22512 kB
Shmem:                 0 kB
Slab:             729124 kB
SReclaimable:     171296 kB
SUnreclaim:       557828 kB
KernelStack:        1600 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10461344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 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= 71404 MiB
End job on node131 at 2012-06-04 00:28:46