Trace number 3707315

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Solver Data

0.03/0.09	c 2012-05-27T17:39:29+0200
0.03/0.09	c arch = x86_64
0.03/0.09	c os = linux
0.03/0.09	c compiler = ghc 7.4
0.03/0.09	c packages:
0.03/0.09	c   OptDir-0.0.1
0.03/0.09	c   array-0.4.0.0
0.03/0.09	c   base-4.5.0.0
0.03/0.09	c   bytestring-0.9.2.1
0.03/0.09	c   containers-0.4.2.1
0.03/0.09	c   deepseq-1.3.0.0
0.03/0.09	c   mtl-2.1.1
0.03/0.09	c   old_locale-1.0.0.4
0.03/0.09	c   parse_dimacs-1.2
0.03/0.09	c   parsec-3.1.2
0.03/0.09	c   queue-0.1.2
0.03/0.09	c   stm-2.3
0.03/0.09	c   time-1.4
0.03/0.09	c command line = ["--pb","HOME/instance-3707315-1338133169.opb"]
0.03/0.09	c #vars 200
0.03/0.09	c #constraints 200
0.03/0.09	c Solving starts ...
0.03/0.09	c solving time = 0.003s
0.03/0.09	c #decision = 23
0.03/0.09	c #conflict = 0
0.03/0.09	c #restart = 0
0.03/0.09	o -23
0.03/0.09	c Solving starts ...
10.89/10.96	c learnt constraints deletion: 14190 -> 7095
19.08/19.13	c learnt constraints deletion: 15270 -> 7635
28.59/28.62	c learnt constraints deletion: 16480 -> 8240
40.69/40.73	c learnt constraints deletion: 17803 -> 8902
52.88/52.92	c learnt constraints deletion: 17804 -> 8902
65.18/65.21	c learnt constraints deletion: 19256 -> 9628
77.67/77.76	c learnt constraints deletion: 19255 -> 9628
92.29/92.35	c learnt constraints deletion: 19258 -> 9630
106.68/106.79	c learnt constraints deletion: 20854 -> 10427
124.18/124.22	c learnt constraints deletion: 20846 -> 10423
139.07/139.19	c learnt constraints deletion: 20855 -> 10428
155.86/155.97	c learnt constraints deletion: 20856 -> 10428
174.06/174.10	c learnt constraints deletion: 22612 -> 11306
191.56/191.69	c learnt constraints deletion: 22606 -> 11303
211.07/211.19	c learnt constraints deletion: 22613 -> 11307
230.65/230.79	c learnt constraints deletion: 22612 -> 11308
245.93/246.09	c learnt constraints deletion: 22604 -> 11304
262.33/262.43	c learnt constraints deletion: 22596 -> 11298
282.23/282.36	c learnt constraints deletion: 24542 -> 12271
303.43/303.58	c learnt constraints deletion: 24537 -> 12269
324.71/324.87	c learnt constraints deletion: 24540 -> 12271
342.41/342.53	c learnt constraints deletion: 24543 -> 12272
359.20/359.30	c learnt constraints deletion: 24548 -> 12274
380.80/380.92	c learnt constraints deletion: 24548 -> 12275
394.19/394.38	c learnt constraints deletion: 24530 -> 12266
411.69/411.89	c learnt constraints deletion: 24544 -> 12272
432.78/432.96	c learnt constraints deletion: 26674 -> 13337
455.98/456.15	c learnt constraints deletion: 26663 -> 13332
479.78/479.94	c learnt constraints deletion: 26672 -> 13337
497.27/497.44	c learnt constraints deletion: 26672 -> 13337
519.67/519.82	c learnt constraints deletion: 26658 -> 13329
542.87/543.01	c learnt constraints deletion: 26662 -> 13331
567.27/567.46	c learnt constraints deletion: 26674 -> 13338
585.26/585.40	c learnt constraints deletion: 26665 -> 13337
604.96/605.19	c learnt constraints deletion: 26676 -> 13340
626.95/627.18	c learnt constraints deletion: 26674 -> 13339
650.65/650.85	c learnt constraints deletion: 26672 -> 13338
676.74/676.93	c learnt constraints deletion: 29014 -> 14507
709.34/709.52	c learnt constraints deletion: 29011 -> 14508
729.23/729.45	c learnt constraints deletion: 29015 -> 14508
756.12/756.37	c learnt constraints deletion: 29016 -> 14509
774.71/774.90	c learnt constraints deletion: 29013 -> 14509
801.91/802.10	c learnt constraints deletion: 29014 -> 14507
829.00/829.27	c learnt constraints deletion: 29016 -> 14509
848.91/849.19	c learnt constraints deletion: 29005 -> 14503
878.48/878.73	c learnt constraints deletion: 29004 -> 14504
898.49/898.74	c learnt constraints deletion: 29010 -> 14506
921.28/921.59	c learnt constraints deletion: 29000 -> 14500
953.07/953.30	c learnt constraints deletion: 29015 -> 14510
975.27/975.51	c learnt constraints deletion: 29010 -> 14505
1002.36/1002.63	c learnt constraints deletion: 29015 -> 14509
1024.57/1024.85	c learnt constraints deletion: 29014 -> 14510
1047.77/1048.06	c learnt constraints deletion: 31575 -> 15788
1081.36/1081.63	c learnt constraints deletion: 31584 -> 15793
1110.05/1110.30	c learnt constraints deletion: 31588 -> 15794
1138.35/1138.69	c learnt constraints deletion: 31580 -> 15790
1161.45/1161.72	c learnt constraints deletion: 31589 -> 15795
1193.94/1194.21	c learnt constraints deletion: 31585 -> 15795
1216.43/1216.76	c learnt constraints deletion: 31589 -> 15795
1247.53/1247.85	c learnt constraints deletion: 31582 -> 15793
1271.72/1272.05	c learnt constraints deletion: 31575 -> 15788
1304.33/1304.69	c learnt constraints deletion: 31581 -> 15793
1329.22/1329.53	c learnt constraints deletion: 31585 -> 15795
1360.22/1360.60	c learnt constraints deletion: 31587 -> 15797
1390.21/1390.58	c learnt constraints deletion: 31586 -> 15793
1417.69/1418.02	c learnt constraints deletion: 31585 -> 15795
1444.89/1445.21	c learnt constraints deletion: 31586 -> 15793
1470.28/1470.64	c learnt constraints deletion: 31590 -> 15795
1497.17/1497.56	c learnt constraints deletion: 31590 -> 15797
1520.66/1521.06	c learnt constraints deletion: 31588 -> 15796
1551.25/1551.63	c learnt constraints deletion: 31591 -> 15798
1582.45/1582.83	c learnt constraints deletion: 31587 -> 15794
1618.85/1619.28	c learnt constraints deletion: 31589 -> 15797
1643.53/1643.97	c learnt constraints deletion: 34410 -> 17205
1676.73/1677.13	c learnt constraints deletion: 34419 -> 17210
1719.53/1719.93	c learnt constraints deletion: 34421 -> 17213
1744.13/1744.53	c learnt constraints deletion: 34407 -> 17204
1777.62/1778.05	c learnt constraints deletion: 34414 -> 17207

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-3707315-1338133169/watcher-3707315-1338133169 -o /tmp/evaluation-result-3707315-1338133169/solver-3707315-1338133169 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707315-1338133169.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 23804
/proc/meminfo: memFree=29700484/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 817 0 0 0 0 0 0 0 20 0 1 0 279441682 6356992 738 33554432000 4194304 8973514 140735795670656 140734946571512 7937344 0 2 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 1552 738 416 1167 0 333 0

[startup+0.0359681 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 23804
/proc/meminfo: memFree=29700484/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=8256 CPUtime=0.03 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 1221 0 0 0 3 0 0 0 20 0 1 0 279441682 8454144 1142 33554432000 4194304 8973514 140735795670656 140734946571512 7734360 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 2064 1142 418 1167 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8256

[startup+0.100224 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 23804
/proc/meminfo: memFree=29700484/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=15424 CPUtime=0.09 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 3085 0 0 0 9 0 0 0 20 0 1 0 279441682 15794176 3006 33554432000 4194304 8973514 140735795670656 140734946571512 7707296 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 3856 3006 458 1167 0 2637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15424

[startup+0.300198 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 23804
/proc/meminfo: memFree=29700484/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=20544 CPUtime=0.29 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 4258 0 0 0 28 1 0 0 20 0 1 0 279441682 21037056 4179 33554432000 4194304 8973514 140735795670656 140735795670152 6563269 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 5136 4179 458 1167 0 3917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20544

[startup+0.700219 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 23804
/proc/meminfo: memFree=29700484/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=22592 CPUtime=0.69 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 4817 0 0 0 68 1 0 0 20 0 1 0 279441682 23134208 4738 33554432000 4194304 8973514 140735795670656 140735795670152 4368548 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 5648 4738 458 1167 0 4429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22592

[startup+1.5002 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 23805
/proc/meminfo: memFree=29674544/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=27712 CPUtime=1.49 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 6236 0 0 0 147 2 0 0 20 0 1 0 279441682 28377088 6157 33554432000 4194304 8973514 140735795670656 140735795670152 4441933 0 0 0 34082818 0 0 0 17 0 0 0 0 0 0
/proc/23804/statm: 6928 6157 458 1167 0 5709 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27712

[startup+3.10022 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 23805
/proc/meminfo: memFree=29665120/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=40000 CPUtime=3.09 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 9308 0 0 0 306 3 0 0 20 0 1 0 279441682 40960000 9229 33554432000 4194304 8973514 140735795670656 140735795670152 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 10000 9229 458 1167 0 8781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40000

[startup+6.30027 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 23805
/proc/meminfo: memFree=29633360/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=63552 CPUtime=6.29 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 15196 0 0 0 623 6 0 0 20 0 1 0 279441682 65077248 15117 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 15888 15117 458 1167 0 14669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63552

[startup+12.7002 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 23805
/proc/meminfo: memFree=29589232/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=87104 CPUtime=12.68 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 21601 0 0 0 1259 9 0 0 20 0 1 0 279441682 89194496 21010 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 21776 21010 459 1167 0 20557 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87104

[startup+25.5003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 23806
/proc/meminfo: memFree=29566516/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=97344 CPUtime=25.48 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 24161 0 0 0 2533 15 0 0 20 0 1 0 279441682 99680256 23570 33554432000 4194304 8973514 140735795670656 140735795669920 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 24336 23570 459 1167 0 23117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 97344

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 23809
/proc/meminfo: memFree=29539196/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=95296 CPUtime=51.08 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 30305 0 0 0 5084 24 0 0 20 0 1 0 279441682 97583104 23058 33554432000 4194304 8973514 140735795670656 140735795670152 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 23824 23058 459 1167 0 22605 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95296

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 23809
/proc/meminfo: memFree=29466956/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=123968 CPUtime=102.28 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 48737 0 0 0 10186 42 0 0 20 0 1 0 279441682 126943232 30226 33554432000 4194304 8973514 140735795670656 140735795670152 4424580 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 30992 30226 459 1167 0 29773 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 123968

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23809
/proc/meminfo: memFree=29433752/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=134208 CPUtime=162.27 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 56673 0 0 0 16171 56 0 0 20 0 1 0 279441682 137428992 32786 33554432000 4194304 8973514 140735795670656 140735795670152 4204826 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 33552 32786 459 1167 0 32333 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 134208

[startup+222.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 23809
/proc/meminfo: memFree=29370856/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=170048 CPUtime=222.26 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 76385 0 0 0 22151 75 0 0 20 0 1 0 279441682 174129152 41746 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 42512 41746 459 1167 0 41293 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 170048

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 23809
/proc/meminfo: memFree=29376376/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=144448 CPUtime=282.23 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 86138 0 0 0 28131 92 0 0 20 0 1 0 279441682 147914752 35346 33554432000 4194304 8973514 140735795670656 140735795669920 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 36112 35346 459 1167 0 34893 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 144448

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 23810
/proc/meminfo: memFree=29365308/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=135232 CPUtime=342.21 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 104068 0 0 0 34109 112 0 0 20 0 1 0 279441682 138477568 33042 33554432000 4194304 8973514 140735795670656 140735795670152 4427820 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 33808 33042 459 1167 0 32589 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 135232

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 23810
/proc/meminfo: memFree=29328320/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=151616 CPUtime=402.19 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 125589 0 0 0 40087 132 0 0 20 0 1 0 279441682 155254784 37138 33554432000 4194304 8973514 140735795670656 140735795670152 4213703 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 37904 37138 459 1167 0 36685 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 151616

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23810
/proc/meminfo: memFree=29304916/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=152640 CPUtime=462.18 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 136341 0 0 0 46068 150 0 0 20 0 1 0 279441682 156303360 37394 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 38160 37394 459 1167 0 36941 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 152640

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23810
/proc/meminfo: memFree=29286676/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=150592 CPUtime=522.17 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 150933 0 0 0 52048 169 0 0 20 0 1 0 279441682 154206208 36882 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 37648 36882 459 1167 0 36429 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 150592

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23810
/proc/meminfo: memFree=29268704/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=145472 CPUtime=582.16 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 167317 0 0 0 58027 189 0 0 20 0 1 0 279441682 148963328 35602 33554432000 4194304 8973514 140735795670656 140735795670152 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 36368 35602 459 1167 0 35149 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 145472

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23814
/proc/meminfo: memFree=29151116/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=205888 CPUtime=822.1 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 234167 0 0 0 81943 267 0 0 20 0 1 0 279441682 210829312 50706 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 51472 50706 459 1167 0 50253 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 205888

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23814
/proc/meminfo: memFree=29193888/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=148544 CPUtime=882.09 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 248765 0 0 0 87922 287 0 0 20 0 1 0 279441682 152109056 36370 33554432000 4194304 8973514 140735795670656 140735795669920 4427684 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 37136 36370 459 1167 0 35917 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 148544

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23815
/proc/meminfo: memFree=29107932/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=223296 CPUtime=942.08 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 268480 0 0 0 93901 307 0 0 20 0 1 0 279441682 228655104 55058 33554432000 4194304 8973514 140735795670656 140735795670152 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 55824 55058 459 1167 0 54605 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 223296

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23815
/proc/meminfo: memFree=29098624/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=207936 CPUtime=1002.06 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 284352 0 0 0 99883 323 0 0 20 0 1 0 279441682 212926464 51218 33554432000 4194304 8973514 140735795670656 140735795670152 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 51984 51218 459 1167 0 50765 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 207936

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23815
/proc/meminfo: memFree=29122404/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=172096 CPUtime=1062.06 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 292288 0 0 0 105868 338 0 0 20 0 1 0 279441682 176226304 42258 33554432000 4194304 8973514 140735795670656 140735795669920 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 43024 42258 459 1167 0 41805 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 172096

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23815
/proc/meminfo: memFree=29100036/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=182336 CPUtime=1122.05 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 308160 0 0 0 111847 358 0 0 20 0 1 0 279441682 186712064 44818 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 45584 44818 459 1167 0 44365 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 182336

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23815
/proc/meminfo: memFree=29047708/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=227392 CPUtime=1182.04 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 332992 0 0 0 117826 378 0 0 20 0 1 0 279441682 232849408 56082 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 56848 56082 459 1167 0 55629 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 227392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23819
/proc/meminfo: memFree=29016304/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=239680 CPUtime=1242.04 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 357056 0 0 0 123805 399 0 0 20 0 1 0 279441682 245432320 59154 33554432000 4194304 8973514 140735795670656 140735795669920 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 59920 59154 459 1167 0 58701 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 239680

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23842
/proc/meminfo: memFree=28996844/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=244800 CPUtime=1302.02 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 379072 0 0 0 129785 417 0 0 20 0 1 0 279441682 250675200 60434 33554432000 4194304 8973514 140735795670656 140735795669920 4209456 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 61200 60434 459 1167 0 59981 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 244800

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23842
/proc/meminfo: memFree=29051980/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=177216 CPUtime=1362.01 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 386242 0 0 0 135765 436 0 0 20 0 1 0 279441682 181469184 43538 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 44304 43538 459 1167 0 43085 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 177216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23842
/proc/meminfo: memFree=29030224/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=197696 CPUtime=1422 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 409040 0 0 0 141746 454 0 0 20 0 1 0 279441682 202440704 48658 33554432000 4194304 8973514 140735795670656 140735795669920 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 49424 48658 459 1167 0 48205 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 197696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23842
/proc/meminfo: memFree=29029936/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=193600 CPUtime=1481.97 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 426974 0 0 0 147724 473 0 0 20 0 1 0 279441682 198246400 47634 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 48400 47634 459 1167 0 47181 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 193600

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=29027976/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=177216 CPUtime=1541.96 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 442341 0 0 0 153705 491 0 0 20 0 1 0 279441682 181469184 43538 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 44304 43538 459 1167 0 43085 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 177216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28973992/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=219200 CPUtime=1601.95 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 458730 0 0 0 159684 511 0 0 20 0 1 0 279441682 224460800 54034 33554432000 4194304 8973514 140735795670656 140735795670152 4204286 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 54800 54034 459 1167 0 53581 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 219200

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28972060/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=207936 CPUtime=1661.94 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 475626 0 0 0 165668 526 0 0 20 0 1 0 279441682 212926464 51218 33554432000 4194304 8973514 140735795670656 140735795670152 4209212 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 51984 51218 459 1167 0 50765 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 207936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28993884/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=177216 CPUtime=1721.93 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 492010 0 0 0 171651 542 0 0 20 0 1 0 279441682 181469184 43538 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 44304 43538 459 1167 0 43085 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 177216

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23882
/proc/meminfo: memFree=29633048/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=205888 CPUtime=1781.91 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 502250 0 0 0 177633 558 0 0 20 0 1 0 279441682 210829312 50706 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 51472 50706 459 1167 0 50253 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 205888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 23882
/proc/meminfo: memFree=29636116/32873844 swapFree=7372/7372
[pid=23804] ppid=23802 vsize=205888 CPUtime=1800.02 cores=0,2,4,6
/proc/23804/stat : 23804 (toysat) R 23802 23804 21797 0 -1 4202496 502250 0 0 0 179441 561 0 0 20 0 1 0 279441682 210829312 50706 33554432000 4194304 8973514 140735795670656 140735795670152 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/23804/statm: 51472 50706 459 1167 0 50253 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 205888

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.42
CPU time (s): 1800.04
CPU user time (s): 1794.42
CPU system time (s): 5.62115
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 263232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 5.62115
maximum resident set size= 260168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502250
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= 140
involuntary context switches= 1845

runsolver used 3.15052 second user time and 9.69553 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 17:39:29
IDJOB=3707315
IDBENCH=48207
IDSOLVER=2285
FILE ID=node133/3707315-1338133169
RUNJOBID= node133-1338109544-21813
PBS_JOBID= 14624470
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707315-1338133169/watcher-3707315-1338133169 -o /tmp/evaluation-result-3707315-1338133169/solver-3707315-1338133169 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707315-1338133169.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=2065961962

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.540
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.540
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.90
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.540
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.540
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:       32873844 kB
MemFree:        29700748 kB
Buffers:          356172 kB
Cached:          1784668 kB
SwapCached:          104 kB
Active:           820820 kB
Inactive:        1526440 kB
Active(anon):     197568 kB
Inactive(anon):    11368 kB
Active(file):     623252 kB
Inactive(file):  1515072 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              7388 kB
Writeback:             0 kB
AnonPages:        213284 kB
Mapped:            16212 kB
Shmem:               212 kB
Slab:             685792 kB
SReclaimable:     127940 kB
SUnreclaim:       557852 kB
KernelStack:        1480 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     320512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71716 MiB
End job on node133 at 2012-05-27 18:09:31