Trace number 3706969

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2012-05-17? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/
area_partials/normalized-fir10_area_partials.opb
MD5SUM8e58fdc516472c37b974ebbf77c2a4fa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark1.16482
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 52
Optimality of the best value was proved YES
Number of variables2091
Total number of constraints7288
Number of constraints which are clauses7288
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint124
Number of terms in the objective function 486
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 486
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 486
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.16	c 2012-05-27T16:20:28+0200
0.09/0.16	c arch = x86_64
0.09/0.16	c os = linux
0.09/0.16	c compiler = ghc 7.4
0.09/0.16	c packages:
0.09/0.16	c   OptDir-0.0.1
0.09/0.16	c   array-0.4.0.0
0.09/0.16	c   base-4.5.0.0
0.09/0.16	c   bytestring-0.9.2.1
0.09/0.16	c   containers-0.4.2.1
0.09/0.16	c   deepseq-1.3.0.0
0.09/0.16	c   mtl-2.1.1
0.09/0.16	c   old_locale-1.0.0.4
0.09/0.16	c   parse_dimacs-1.2
0.09/0.16	c   parsec-3.1.2
0.09/0.16	c   queue-0.1.2
0.09/0.16	c   stm-2.3
0.09/0.16	c   time-1.4
0.09/0.16	c command line = ["--pb","HOME/instance-3706969-1338128428.opb"]
0.09/0.16	c #vars 2091
0.09/0.16	c #constraints 7288
0.09/0.16	c Solving starts ...
0.09/0.17	c solving time = 0.003s
0.09/0.17	c #decision = 433
0.09/0.17	c #conflict = 0
0.09/0.17	c #restart = 0
0.09/0.17	o 53
0.09/0.17	c Solving starts ...
2.78/2.88	c solving time = 2.713s
2.78/2.88	c #decision = 40718
2.78/2.88	c #conflict = 1749
2.78/2.88	c #restart = 5
2.78/2.88	o 52
2.78/2.88	c Solving starts ...
9.38/9.46	c learnt constraints deletion: 6317 -> 3159
15.78/15.85	c learnt constraints deletion: 7511 -> 3756
23.59/23.66	c learnt constraints deletion: 8780 -> 4390
31.38/31.42	c learnt constraints deletion: 9455 -> 4731
37.59/37.68	c learnt constraints deletion: 9640 -> 4827
43.99/44.02	c learnt constraints deletion: 10400 -> 5206
51.08/51.15	c learnt constraints deletion: 10409 -> 5205
59.08/59.14	c learnt constraints deletion: 11010 -> 5505
67.48/67.52	c learnt constraints deletion: 11191 -> 5598
75.28/75.35	c learnt constraints deletion: 11803 -> 5911
82.39/82.45	c learnt constraints deletion: 12043 -> 6022
90.98/91.00	c learnt constraints deletion: 12266 -> 6134
98.57/98.62	c learnt constraints deletion: 12700 -> 6356
105.17/105.25	c learnt constraints deletion: 12819 -> 6423
113.37/113.44	c learnt constraints deletion: 12578 -> 6289
122.76/122.80	c learnt constraints deletion: 13436 -> 6723
133.86/133.94	c learnt constraints deletion: 13478 -> 6739
143.97/144.09	c learnt constraints deletion: 13927 -> 6968
151.56/151.66	c learnt constraints deletion: 13650 -> 6825
160.46/160.53	c learnt constraints deletion: 13744 -> 6872
169.06/169.13	c learnt constraints deletion: 14000 -> 7005
177.06/177.19	c learnt constraints deletion: 14883 -> 7442
186.86/186.96	c learnt constraints deletion: 14608 -> 7304
197.65/197.72	c learnt constraints deletion: 15121 -> 7567
205.74/205.86	c learnt constraints deletion: 15284 -> 7654
214.45/214.55	c learnt constraints deletion: 14520 -> 7260
224.85/224.96	c learnt constraints deletion: 15192 -> 7597
234.15/234.22	c learnt constraints deletion: 15330 -> 7670
242.24/242.37	c learnt constraints deletion: 15324 -> 7672
249.74/249.88	c learnt constraints deletion: 15375 -> 7704
259.64/259.78	c learnt constraints deletion: 16781 -> 8392
269.84/269.97	c learnt constraints deletion: 16513 -> 8257
280.14/280.25	c learnt constraints deletion: 16506 -> 8255
289.34/289.46	c learnt constraints deletion: 16714 -> 8366
300.73/300.87	c learnt constraints deletion: 16450 -> 8225
311.63/311.72	c learnt constraints deletion: 16555 -> 8282
320.93/321.06	c learnt constraints deletion: 16950 -> 8485
328.83/328.97	c learnt constraints deletion: 16146 -> 8073
340.72/340.86	c learnt constraints deletion: 16431 -> 8217
350.73/350.88	c learnt constraints deletion: 16568 -> 8284
361.83/361.99	c learnt constraints deletion: 16524 -> 8266
371.42/371.52	c learnt constraints deletion: 17805 -> 8904
383.62/383.71	c learnt constraints deletion: 18110 -> 9055
395.22/395.37	c learnt constraints deletion: 17947 -> 8978
407.11/407.21	c learnt constraints deletion: 18329 -> 9172
417.21/417.32	c learnt constraints deletion: 18470 -> 9248
426.11/426.23	c learnt constraints deletion: 18521 -> 9283
438.82/438.95	c learnt constraints deletion: 18006 -> 9003
453.02/453.17	c learnt constraints deletion: 18035 -> 9019
466.91/467.09	c learnt constraints deletion: 18101 -> 9057
481.50/481.62	c learnt constraints deletion: 17901 -> 8951
494.40/494.53	c learnt constraints deletion: 18318 -> 9161
504.59/504.78	c learnt constraints deletion: 18298 -> 9159
513.80/513.97	c learnt constraints deletion: 18358 -> 9179
527.19/527.33	c learnt constraints deletion: 18427 -> 9214
536.89/537.00	c learnt constraints deletion: 18247 -> 9132
549.99/550.18	c learnt constraints deletion: 18116 -> 9058
562.00/562.16	c learnt constraints deletion: 18324 -> 9168
576.79/576.91	c learnt constraints deletion: 19702 -> 9851
591.08/591.26	c learnt constraints deletion: 19434 -> 9717
605.38/605.56	c learnt constraints deletion: 20012 -> 10010
619.09/619.27	c learnt constraints deletion: 19845 -> 9923
633.17/633.30	c learnt constraints deletion: 19848 -> 9924
647.58/647.79	c learnt constraints deletion: 20012 -> 10006
662.38/662.51	c learnt constraints deletion: 19922 -> 9961
677.38/677.57	c learnt constraints deletion: 19874 -> 9938
690.37/690.53	c learnt constraints deletion: 20128 -> 10065
705.46/705.64	c learnt constraints deletion: 19771 -> 9886
719.17/719.32	c learnt constraints deletion: 19793 -> 9897
735.47/735.65	c learnt constraints deletion: 19670 -> 9835
748.46/748.66	c learnt constraints deletion: 19865 -> 9933
760.65/760.88	c learnt constraints deletion: 19938 -> 9969
772.65/772.80	c learnt constraints deletion: 20174 -> 10087
786.36/786.57	c learnt constraints deletion: 19626 -> 9813
801.45/801.69	c learnt constraints deletion: 19622 -> 9811
815.45/815.68	c learnt constraints deletion: 19695 -> 9848
829.04/829.22	c learnt constraints deletion: 20100 -> 10055
843.05/843.21	c learnt constraints deletion: 19839 -> 9920
857.75/857.98	c learnt constraints deletion: 20079 -> 10040
873.24/873.47	c learnt constraints deletion: 20149 -> 10075
889.93/890.10	c learnt constraints deletion: 21901 -> 10951
902.53/902.79	c learnt constraints deletion: 21279 -> 10640
921.23/921.45	c learnt constraints deletion: 21837 -> 10920
934.52/934.75	c learnt constraints deletion: 21871 -> 10936
950.82/951.02	c learnt constraints deletion: 21954 -> 10977
964.62/964.81	c learnt constraints deletion: 21915 -> 10965
978.22/978.48	c learnt constraints deletion: 21736 -> 10868
993.91/994.10	c learnt constraints deletion: 21982 -> 10991
1008.42/1008.64	c learnt constraints deletion: 22018 -> 11010
1023.82/1024.09	c learnt constraints deletion: 21698 -> 10855
1041.61/1041.84	c learnt constraints deletion: 21927 -> 10964
1055.71/1055.92	c learnt constraints deletion: 21762 -> 10889
1069.50/1069.76	c learnt constraints deletion: 21813 -> 10907
1087.80/1088.07	c learnt constraints deletion: 21849 -> 10927
1101.20/1101.48	c learnt constraints deletion: 21502 -> 10751
1114.99/1115.21	c learnt constraints deletion: 21577 -> 10789
1128.99/1129.23	c learnt constraints deletion: 21565 -> 10783
1143.79/1144.03	c learnt constraints deletion: 21978 -> 10989
1157.78/1158.04	c learnt constraints deletion: 21460 -> 10731
1174.28/1174.57	c learnt constraints deletion: 21750 -> 10880
1187.88/1188.16	c learnt constraints deletion: 21868 -> 10948
1201.28/1201.55	c learnt constraints deletion: 21891 -> 10948
1215.67/1215.90	c learnt constraints deletion: 21985 -> 10998
1230.27/1230.56	c learnt constraints deletion: 21943 -> 10975
1244.57/1244.81	c learnt constraints deletion: 21953 -> 10981
1256.98/1257.28	c learnt constraints deletion: 22008 -> 11016
1270.17/1270.43	c learnt constraints deletion: 21948 -> 10979
1284.97/1285.20	c learnt constraints deletion: 22030 -> 11021
1299.36/1299.62	c learnt constraints deletion: 22134 -> 11074
1312.45/1312.78	c learnt constraints deletion: 22032 -> 11024
1327.75/1328.00	c learnt constraints deletion: 23631 -> 11816
1344.96/1345.23	c learnt constraints deletion: 23544 -> 11772
1364.35/1364.61	c learnt constraints deletion: 23916 -> 11958
1380.35/1380.66	c learnt constraints deletion: 23717 -> 11859
1396.95/1397.29	c learnt constraints deletion: 23861 -> 11931
1416.45/1416.80	c learnt constraints deletion: 24127 -> 12065
1436.35/1436.61	c learnt constraints deletion: 23724 -> 11862
1451.94/1452.21	c learnt constraints deletion: 24071 -> 12045
1468.14/1468.46	c learnt constraints deletion: 24178 -> 12089
1484.44/1484.75	c learnt constraints deletion: 24303 -> 12153
1499.43/1499.75	c learnt constraints deletion: 24010 -> 12005
1515.02/1515.39	c learnt constraints deletion: 24038 -> 12019
1534.23/1534.52	c learnt constraints deletion: 23741 -> 11871
1550.73/1551.07	c learnt constraints deletion: 24172 -> 12086
1568.33/1568.63	c learnt constraints deletion: 24022 -> 12011
1582.21/1582.52	c learnt constraints deletion: 23804 -> 11902
1596.61/1596.99	c learnt constraints deletion: 24009 -> 12005
1612.71/1613.04	c learnt constraints deletion: 24023 -> 12012
1629.31/1629.63	c learnt constraints deletion: 24115 -> 12059
1646.70/1647.08	c learnt constraints deletion: 23951 -> 11978
1660.90/1661.23	c learnt constraints deletion: 24233 -> 12127
1678.40/1678.76	c learnt constraints deletion: 23829 -> 11915
1693.29/1693.63	c learnt constraints deletion: 23322 -> 11661
1712.69/1713.03	c learnt constraints deletion: 24071 -> 12037
1725.29/1725.60	c learnt constraints deletion: 23466 -> 11733
1744.39/1744.74	c learnt constraints deletion: 24186 -> 12093
1758.08/1758.49	c learnt constraints deletion: 23502 -> 11751
1774.88/1775.24	c learnt constraints deletion: 24043 -> 12023
1789.58/1789.95	c learnt constraints deletion: 24122 -> 12066

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-3706969-1338128428/watcher-3706969-1338128428 -o /tmp/evaluation-result-3706969-1338128428/solver-3706969-1338128428 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3706969-1338128428.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: 2.02 2.04 2.00 3/177 14072
/proc/meminfo: memFree=28696956/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 779 0 0 0 0 0 0 0 20 0 1 0 278968815 6356992 700 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 1552 700 415 1167 0 333 0

[startup+0.0943631 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 14072
/proc/meminfo: memFree=28696956/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=12352 CPUtime=0.08 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 2206 0 0 0 8 0 0 0 20 0 1 0 278968815 12648448 2127 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 3088 2127 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12352

[startup+0.100206 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 14072
/proc/meminfo: memFree=28696956/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 2318 0 0 0 9 0 0 0 20 0 1 0 278968815 12648448 2239 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 3088 2239 418 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300229 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 14072
/proc/meminfo: memFree=28696956/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=16448 CPUtime=0.29 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 3184 0 0 0 29 0 0 0 20 0 1 0 278968815 16842752 3105 33554432000 4194304 8973514 140736035387280 140736035386776 4427744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 4112 3105 456 1167 0 2893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16448

[startup+0.700257 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 14072
/proc/meminfo: memFree=28696956/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=16448 CPUtime=0.69 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 3424 0 0 0 69 0 0 0 20 0 1 0 278968815 16842752 3345 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 4112 3345 456 1167 0 2893 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16448

[startup+1.50025 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 14073
/proc/meminfo: memFree=28685328/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=17472 CPUtime=1.49 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 3680 0 0 0 149 0 0 0 20 0 1 0 278968815 17891328 3601 33554432000 4194304 8973514 140736035387280 140736035386776 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 4368 3601 456 1167 0 3149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17472

[startup+3.1003 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 14073
/proc/meminfo: memFree=28684092/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=18496 CPUtime=3.09 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 3936 0 0 0 308 1 0 0 20 0 1 0 278968815 18939904 3857 33554432000 4194304 8973514 140736035387280 140736035386544 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 4624 3857 456 1167 0 3405 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18496

[startup+6.30029 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 14073
/proc/meminfo: memFree=28680252/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=22592 CPUtime=6.29 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 4960 0 0 0 627 2 0 0 20 0 1 0 278968815 23134208 4881 33554432000 4194304 8973514 140736035387280 140736035386544 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 5648 4881 456 1167 0 4429 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22592

[startup+12.7002 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 14073
/proc/meminfo: memFree=28674860/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=26688 CPUtime=12.68 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 5985 0 0 0 1265 3 0 0 20 0 1 0 278968815 27328512 5906 33554432000 4194304 8973514 140736035387280 140736035386776 4208857 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 6672 5906 457 1167 0 5453 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26688

[startup+25.5002 s]
/proc/loadavg: 2.01 2.04 2.00 3/178 14073
/proc/meminfo: memFree=28669200/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=31808 CPUtime=25.48 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 7265 0 0 0 2542 6 0 0 20 0 1 0 278968815 32571392 7186 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 7952 7186 457 1167 0 6733 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31808

[startup+51.1002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 14074
/proc/meminfo: memFree=28658552/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=37952 CPUtime=51.08 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 9313 0 0 0 5095 13 0 0 20 0 1 0 278968815 38862848 8722 33554432000 4194304 8973514 140736035387280 140736035386776 4441196 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 9488 8722 457 1167 0 8269 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37952

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 14074
/proc/meminfo: memFree=28647000/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=42048 CPUtime=102.28 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 10337 0 0 0 10201 27 0 0 20 0 1 0 278968815 43057152 9746 33554432000 4194304 8973514 140736035387280 140736035386776 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 10512 9746 457 1167 0 9293 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 42048

[startup+162.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 14074
/proc/meminfo: memFree=28631852/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=46144 CPUtime=162.25 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 12138 0 0 0 16185 40 0 0 20 0 1 0 278968815 47251456 10775 33554432000 4194304 8973514 140736035387280 140736035386776 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 11536 10775 457 1167 0 10317 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46144

[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 14074
/proc/meminfo: memFree=28620636/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=50240 CPUtime=222.24 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 13418 0 0 0 22168 56 0 0 20 0 1 0 278968815 51445760 11799 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 12560 11799 457 1167 0 11341 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50240

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 14074
/proc/meminfo: memFree=28607532/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=282.24 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 14698 0 0 0 28152 72 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 54336

[startup+342.3 s]
/proc/loadavg: 2.09 2.06 2.00 3/176 14075
/proc/meminfo: memFree=28605160/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=342.23 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 14703 0 0 0 34134 89 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386776 4427192 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 54336

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/178 14077
/proc/meminfo: memFree=28594624/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=57408 CPUtime=402.22 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 16751 0 0 0 40118 104 0 0 20 0 1 0 278968815 58785792 13591 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 14352 13591 457 1167 0 13133 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 57408

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 14077
/proc/meminfo: memFree=28593040/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=462.2 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 17263 0 0 0 46101 119 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386776 4372288 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 54336

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 14077
/proc/meminfo: memFree=28586472/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=56384 CPUtime=522.19 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 17777 0 0 0 52084 135 0 0 20 0 1 0 278968815 57737216 13335 33554432000 4194304 8973514 140736035387280 140736035386544 7680080 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 14096 13335 457 1167 0 12877 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 56384

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 14080
/proc/meminfo: memFree=28581356/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=582.18 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 18289 0 0 0 58069 149 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 54336

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14081
/proc/meminfo: memFree=28557200/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=822.15 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 24434 0 0 0 82011 204 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386544 4427286 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 54336

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14081
/proc/meminfo: memFree=28549852/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=57408 CPUtime=882.13 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 26233 0 0 0 87996 217 0 0 20 0 1 0 278968815 58785792 13591 33554432000 4194304 8973514 140736035387280 140736035386776 4208855 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 14352 13591 457 1167 0 13133 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 57408

[startup+942.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14082
/proc/meminfo: memFree=28541100/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=58432 CPUtime=942.13 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 27257 0 0 0 93980 233 0 0 20 0 1 0 278968815 59834368 13847 33554432000 4194304 8973514 140736035387280 140736035386544 6571900 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 14608 13847 457 1167 0 13389 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 58432

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14082
/proc/meminfo: memFree=28540080/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=54336 CPUtime=1002.11 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 29305 0 0 0 99964 247 0 0 20 0 1 0 278968815 55640064 12823 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 13584 12823 457 1167 0 12365 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 54336

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14082
/proc/meminfo: memFree=28524908/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=63552 CPUtime=1062.1 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 33657 0 0 0 105949 261 0 0 20 0 1 0 278968815 65077248 15127 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 15888 15127 457 1167 0 14669 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 63552

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 14082
/proc/meminfo: memFree=28521392/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=62528 CPUtime=1122.08 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 33920 0 0 0 111933 275 0 0 20 0 1 0 278968815 64028672 14871 33554432000 4194304 8973514 140736035387280 140736035385216 7680183 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 15632 14871 457 1167 0 14413 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 62528

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 14085
/proc/meminfo: memFree=28510336/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=66624 CPUtime=1182.08 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 35968 0 0 0 117920 288 0 0 20 0 1 0 278968815 68222976 15895 33554432000 4194304 8973514 140736035387280 140736035385216 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16656 15895 457 1167 0 15437 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 66624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 14085
/proc/meminfo: memFree=28507932/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=65600 CPUtime=1242.07 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 36992 0 0 0 123903 304 0 0 20 0 1 0 278968815 67174400 15639 33554432000 4194304 8973514 140736035387280 140736035386544 4424580 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16400 15639 457 1167 0 15181 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 65600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=28789928/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=66624 CPUtime=1302.07 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 39552 0 0 0 129889 318 0 0 20 0 1 0 278968815 68222976 15895 33554432000 4194304 8973514 140736035387280 140736035385216 4209488 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16656 15895 457 1167 0 15437 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 66624

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=28792664/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=62528 CPUtime=1362.05 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 40066 0 0 0 135873 332 0 0 20 0 1 0 278968815 64028672 14871 33554432000 4194304 8973514 140736035387280 140736035386776 4427820 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 15632 14871 457 1167 0 14413 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 62528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=28783676/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=70720 CPUtime=1422.04 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 42370 0 0 0 141860 344 0 0 20 0 1 0 278968815 72417280 16919 33554432000 4194304 8973514 140736035387280 140736035385216 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 17680 16919 457 1167 0 16461 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 70720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=28792140/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=62528 CPUtime=1482.03 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 43395 0 0 0 147846 357 0 0 20 0 1 0 278968815 64028672 14871 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 15632 14871 457 1167 0 14413 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 62528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14163
/proc/meminfo: memFree=28788536/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=65600 CPUtime=1542.03 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 45443 0 0 0 153832 371 0 0 20 0 1 0 278968815 67174400 15639 33554432000 4194304 8973514 140736035387280 140736035386776 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16400 15639 457 1167 0 15181 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 65600

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 14164
/proc/meminfo: memFree=28789692/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=64576 CPUtime=1602.01 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 47753 0 0 0 159815 386 0 0 20 0 1 0 278968815 66125824 15383 33554432000 4194304 8973514 140736035387280 140736035386776 4424902 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16144 15383 457 1167 0 14925 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 64576

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14164
/proc/meminfo: memFree=28785572/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=68672 CPUtime=1662 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 49545 0 0 0 165799 401 0 0 20 0 1 0 278968815 70320128 16407 33554432000 4194304 8973514 140736035387280 140736035386776 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 17168 16407 457 1167 0 15949 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 68672

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14164
/proc/meminfo: memFree=28788988/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=62528 CPUtime=1721.98 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 50570 0 0 0 171785 413 0 0 20 0 1 0 278968815 64028672 14871 33554432000 4194304 8973514 140736035387280 140736035386776 4208846 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 15632 14871 457 1167 0 14413 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 62528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14167
/proc/meminfo: memFree=28783140/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=67648 CPUtime=1781.98 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 52878 0 0 0 177770 428 0 0 20 0 1 0 278968815 69271552 16151 33554432000 4194304 8973514 140736035387280 140736035385216 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 16912 16151 457 1167 0 15693 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 67648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 14167
/proc/meminfo: memFree=28780336/32873648 swapFree=7372/7372
[pid=14072] ppid=14070 vsize=70720 CPUtime=1800.08 cores=1,3,5,7
/proc/14072/stat : 14072 (toysat) R 14070 14072 12124 0 -1 4202496 54414 0 0 0 179576 432 0 0 20 0 1 0 278968815 72417280 16919 33554432000 4194304 8973514 140736035387280 140736035386544 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/14072/statm: 17680 16919 457 1167 0 16461 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 70720

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1795.77
CPU system time (s): 4.32434
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 74816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.77
system time used= 4.32434
maximum resident set size= 71772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 1947

runsolver used 3.38149 second user time and 9.16361 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 16:20:28
IDJOB=3706969
IDBENCH=25029
IDSOLVER=2285
FILE ID=node122/3706969-1338128428
RUNJOBID= node122-1338119311-12141
PBS_JOBID= 14624476
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_partials/normalized-fir10_area_partials.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3706969-1338128428/watcher-3706969-1338128428 -o /tmp/evaluation-result-3706969-1338128428/solver-3706969-1338128428 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3706969-1338128428.opb

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

MD5SUM BENCH= 8e58fdc516472c37b974ebbf77c2a4fa
RANDOM SEED=350613789

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28697600 kB
Buffers:          304632 kB
Cached:          2897032 kB
SwapCached:            0 kB
Active:          1363172 kB
Inactive:        2013248 kB
Active(anon):     166004 kB
Inactive(anon):    11052 kB
Active(file):    1197168 kB
Inactive(file):  2002196 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7600 kB
Writeback:             0 kB
AnonPages:        181588 kB
Mapped:            15456 kB
Shmem:               200 kB
Slab:             660688 kB
SReclaimable:     104560 kB
SUnreclaim:       556128 kB
KernelStack:        1480 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     288952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node122 at 2012-05-27 16:50:31