Trace number 3321520

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
borg-sat 11.03.02-industrial? (MO) 2227.73 1515.54

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.1306
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3321520-1304344743.cnf
0.37/0.67	c INFO: computing task features
75.74/76.02	c INFO: computed variable-clause graph statistics
77.63/77.92	c INFO: computed clause balance statistics
307.15/307.42	c INFO: computed variable balance statistics
463.85/464.12	c INFO: computed small-clause counts
477.35/477.67	c INFO: computed Horn-clause counts
1412.67/1412.95	c INFO: computed variable graph statistics
1412.77/1413.00	c INFO: collected features for HOME/instance-3321520-1304344743.cnf in 1408.29 s
1412.77/1413.04	c INFO: running lingeling-276@0 for 97 with 38587 remaining (b = 0.80)
1412.87/1413.11	c INFO: running precosat-570@0 for 97 with 38587 remaining (b = 0.69)
1412.87/1413.18	c INFO: running lingeling-276@0 for 97 with 38587 remaining (b = 0.60)
1412.97/1413.24	c INFO: running lingeling-276@0 for 485 with 38587 remaining (b = 0.90)
1413.06/1413.31	c INFO: running glucosER@0 for 291 with 38587 remaining (b = 0.85)
1413.06/1413.38	c INFO: running precosat-570@0 for 194 with 38587 remaining (b = 0.68)
1413.17/1413.44	c INFO: running cryptominisat-2.9.0@0 for 97 with 38587 remaining (b = 0.42)
1414.70/1413.51	c INFO: running cryptominisat-2.9.0@0 for 485 with 38587 remaining (b = 0.55)
2204.17/1512.31	c INFO: running lingeling-276@0 for 388 with 38488 remaining (b = 0.50)
2204.96/1512.44	c INFO: running glucosER@0 for 291 with 38488 remaining (b = 0.74)
2211.36/1513.39	c INFO: running lingeling-276@0 for 97 with 38487 remaining (b = 0.40)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3321520-1304344743/watcher-3321520-1304344743 -o /tmp/evaluation-result-3321520-1304344743/solver-3321520-1304344743 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321520-1304344743.cnf -seed 2050203275 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.92 7.79 7.92 1/192 30987
/proc/meminfo: memFree=16738472/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=15184 CPUtime=0 cores=0-7
/proc/30987/stat : 30987 (python) S 30985 30987 30702 0 -1 4202496 733 0 0 0 0 0 0 0 17 0 1 0 546075774 15548416 622 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/30987/statm: 3796 622 322 364 0 283 0

[startup+0.102143 s]
/proc/loadavg: 6.92 7.79 7.92 1/192 30987
/proc/meminfo: memFree=16738472/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=87708 CPUtime=0.06 cores=0-7
/proc/30987/stat : 30987 (python) S 30985 30987 30702 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 546075774 89812992 2354 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/30987/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.202297 s]
/proc/loadavg: 6.92 7.79 7.92 1/192 30987
/proc/meminfo: memFree=16738472/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=124236 CPUtime=0.12 cores=0-7
/proc/30987/stat : 30987 (python) S 30985 30987 30702 0 -1 4202496 4264 0 1 0 8 4 0 0 17 0 1 0 546075774 127217664 3872 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/30987/statm: 31059 3872 996 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.300904 s]
/proc/loadavg: 6.92 7.79 7.92 1/192 30987
/proc/meminfo: memFree=16738472/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=135752 CPUtime=0.19 cores=0-7
/proc/30987/stat : 30987 (python) S 30985 30987 30702 0 -1 4202496 5964 938 1 0 13 6 0 0 18 0 1 0 546075774 139010048 4150 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809161733 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/30987/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.704824 s]
/proc/loadavg: 6.92 7.79 7.92 1/192 30987
/proc/meminfo: memFree=16738472/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=594672 CPUtime=0.44 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 22023 938 1 0 29 15 0 0 17 0 1 0 546075774 608944128 19705 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809165568 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 148668 19731 1758 364 0 84592 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 594672

[startup+1.50071 s]
/proc/loadavg: 6.53 7.70 7.89 2/193 30992
/proc/meminfo: memFree=16391312/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=632556 CPUtime=1.24 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 97730 938 1 0 93 31 0 0 18 0 1 0 546075774 647737344 95411 33554432000 4194304 5683644 140737112746608 18446744073709551615 4539178 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 158139 95412 1761 364 0 94063 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 632556

[startup+3.10041 s]
/proc/loadavg: 6.53 7.70 7.89 2/193 30993
/proc/meminfo: memFree=16326708/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=729076 CPUtime=2.83 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 121077 938 1 0 250 33 0 0 21 0 1 0 546075774 746573824 118758 33554432000 4194304 5683644 140737112746608 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 182269 118758 1761 364 0 118193 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 729076

[startup+6.30083 s]
/proc/loadavg: 6.53 7.70 7.89 2/193 30993
/proc/meminfo: memFree=16134152/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=914620 CPUtime=6.04 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 168137 938 1 0 565 39 0 0 25 0 1 0 546075774 936570880 165818 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563806174941 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 228655 165818 1761 364 0 164579 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 914620

[startup+12.7007 s]
/proc/loadavg: 5.68 7.47 7.82 2/193 30993
/proc/meminfo: memFree=15748668/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=1300712 CPUtime=12.44 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 261411 938 1 0 1191 53 0 0 25 0 1 0 546075774 1331929088 259092 33554432000 4194304 5683644 140737112746608 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 325178 259092 1761 364 0 261102 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1300712

[startup+25.5003 s]
/proc/loadavg: 4.96 7.26 7.74 2/193 30993
/proc/meminfo: memFree=14977368/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2048396 CPUtime=25.24 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 448224 938 1 0 2444 80 0 0 25 0 1 0 546075774 2097557504 445905 33554432000 4194304 5683644 140737112746608 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 512099 445905 1761 364 0 448023 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 2048396

[startup+51.1006 s]
/proc/loadavg: 3.61 6.76 7.56 2/193 30994
/proc/meminfo: memFree=13671728/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=3377028 CPUtime=50.83 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 1297892 938 1 0 4891 192 0 0 25 0 1 0 546075774 3458076672 753754 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563635725946 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 844257 753755 1814 364 0 780181 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 3377028

[startup+102.3 s]
/proc/loadavg: 2.04 5.79 7.18 2/193 30995
/proc/meminfo: memFree=14076064/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2921844 CPUtime=102.04 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2249770 938 1 0 9901 303 0 0 25 0 1 0 546075774 2991968256 667845 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563635560224 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 730461 667845 1826 364 0 666385 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 2921844

[startup+162.3 s]
/proc/loadavg: 1.38 4.91 6.79 2/193 31006
/proc/meminfo: memFree=14075840/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2921844 CPUtime=162.04 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2249770 938 1 0 15901 303 0 0 25 0 1 0 546075774 2991968256 667845 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563635562127 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 730461 667845 1826 364 0 666385 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 2921844

[startup+222.306 s]
/proc/loadavg: 1.14 4.20 6.43 2/193 31007
/proc/meminfo: memFree=14075936/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2921844 CPUtime=222.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2249770 938 1 0 21902 303 0 0 25 0 1 0 546075774 2991968256 667845 33554432000 4194304 5683644 140737112746608 18446744073709551615 230808814645 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 730461 667845 1826 364 0 666385 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 2921844

[startup+282.3 s]
/proc/loadavg: 1.05 3.61 6.08 2/193 31011
/proc/meminfo: memFree=14075668/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2921844 CPUtime=282.04 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2249770 938 1 0 27901 303 0 0 25 0 1 0 546075774 2991968256 667845 33554432000 4194304 5683644 140737112746608 18446744073709551615 4539648 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 730461 667845 1826 364 0 666385 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 2921844

[startup+342.3 s]
/proc/loadavg: 1.02 3.13 5.76 2/193 31014
/proc/meminfo: memFree=14062164/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2935736 CPUtime=342.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2253244 938 1 0 33901 304 0 0 25 0 1 0 546075774 3006193664 671319 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563638089089 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 733934 671319 1827 364 0 669858 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 2935736

[startup+402.3 s]
/proc/loadavg: 1.00 2.74 5.46 2/193 31015
/proc/meminfo: memFree=14062272/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2935736 CPUtime=402.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2253244 938 1 0 39901 304 0 0 25 0 1 0 546075774 3006193664 671319 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563638188330 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 733934 671319 1827 364 0 669858 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 2935736

[startup+462.3 s]
/proc/loadavg: 1.00 2.42 5.18 2/193 31017
/proc/meminfo: memFree=14062364/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2935736 CPUtime=462.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 2253244 938 1 0 45901 304 0 0 25 0 1 0 546075774 3006193664 671319 33554432000 4194304 5683644 140737112746608 18446744073709551615 4619985 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 733934 671319 1827 364 0 669858 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 2935736

[startup+522.3 s]
/proc/loadavg: 1.00 2.16 4.92 2/193 31018
/proc/meminfo: memFree=14061584/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2935736 CPUtime=522.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 3193123 938 1 0 51791 414 0 0 25 0 1 0 546075774 3006193664 671325 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563635312780 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 733934 671325 1833 364 0 669858 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 2935736

[startup+582.3 s]
/proc/loadavg: 1.04 1.96 4.67 2/193 31020
/proc/meminfo: memFree=14061812/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=2935736 CPUtime=582.05 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4202496 3193123 938 1 0 57791 414 0 0 25 0 1 0 546075774 3006193664 671325 33554432000 4194304 5683644 140737112746608 18446744073709551615 47563635312780 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30987/statm: 733934 671325 1833 364 0 669858 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 2935736

[startup+642.3 s]

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

[pid=31072] ppid=30987 vsize=1767924 CPUtime=0.04 cores=0-7
/proc/31072/stat : 31072 (python) S 30987 30987 30702 0 -1 4202560 776 0 0 0 0 4 0 0 18 0 1 0 546227018 1810354176 341050 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809185862 0 0 16781312 514 10008713339573600515 0 0 17 0 0 0 0
/proc/31072/statm: 441981 341050 347 364 0 377875 0
[pid=31074] ppid=31072 vsize=538052 CPUtime=2.67 cores=0-7
/proc/31074/stat : 31074 (glucoser_static) R 31072 31074 31074 0 -1 4202496 121285 0 0 0 237 30 0 0 25 0 1 0 546227023 550965248 120705 33554432000 134512640 134580299 4293703728 18446744073709551615 5215740 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/31074/statm: 134513 120705 225 17 0 133841 0
[pid=31076] ppid=30987 vsize=1778180 CPUtime=0.04 cores=0-7
/proc/31076/stat : 31076 (python) S 30987 30987 30702 0 -1 4202560 784 0 0 0 0 4 0 0 18 0 1 0 546227113 1820856320 341054 33554432000 4194304 5683644 140737112746608 18446744073709551615 230809185862 0 0 16781312 514 10008705642992238591 0 0 17 0 0 0 0
/proc/31076/statm: 444545 341054 347 364 0 380436 0
[pid=31078] ppid=31076 vsize=104700 CPUtime=1.71 cores=0-7
/proc/31078/stat : 31078 (lingeling) R 31076 31078 31078 0 -1 4202496 25646 0 0 0 161 10 0 0 25 0 1 0 546227118 107212800 25344 33554432000 4194304 4352236 140735814652416 18446744073709551615 230809165568 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31078/statm: 26175 25344 103 39 0 25255 0
[pid=30987/tid=31044] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31044/stat : 31044 (python) S 30985 30987 30702 0 -1 4202560 31 938 0 0 0 0 0 0 18 0 11 0 546217083 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 0 0 0 0
[pid=30987/tid=31047] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31047/stat : 31047 (python) S 30985 30987 30702 0 -1 4202560 21 938 0 0 0 0 0 0 25 0 11 0 546217089 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 4 0 0 0
[pid=30987/tid=31050] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31050/stat : 31050 (python) S 30985 30987 30702 0 -1 4202560 24 938 0 0 0 0 0 0 25 0 11 0 546217096 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 4 0 0 0
[pid=30987/tid=31053] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31053/stat : 31053 (python) S 30985 30987 30702 0 -1 4202560 24 938 0 0 0 0 0 0 18 0 11 0 546217103 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 6 0 0 0
[pid=30987/tid=31056] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31056/stat : 31056 (python) S 30985 30987 30702 0 -1 4202560 18 938 0 0 0 0 0 0 18 0 11 0 546217110 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 7 0 0 0
[pid=30987/tid=31059] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31059/stat : 31059 (python) S 30985 30987 30702 0 -1 4202560 24 938 0 0 0 0 0 0 22 0 11 0 546217116 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 4 0 0 0
[pid=30987/tid=31062] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31062/stat : 31062 (python) S 30985 30987 30702 0 -1 4202560 24 938 0 0 0 0 0 0 23 0 11 0 546217123 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 0 0 0 0
[pid=30987/tid=31065] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31065/stat : 31065 (python) S 30985 30987 30702 0 -1 4202560 31 938 0 0 0 0 0 0 24 0 11 0 546217130 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 1 0 0 0
[pid=30987/tid=31073] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31073/stat : 31073 (python) S 30985 30987 30702 0 -1 4202560 25 938 0 0 0 0 0 0 18 0 11 0 546227023 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 1 0 0 0
[pid=30987/tid=31077] ppid=30985 vsize=1788424 CPUtime=0 cores=0-7
/proc/30987/task/31077/stat : 31077 (python) S 30985 30987 30702 0 -1 4202560 29 938 0 0 0 0 0 0 20 0 11 0 546227118 1831346176 342605 33554432000 4194304 5683644 140737112746608 18446744073709551615 230820989361 0 0 16781312 2 18446604453888452672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2227.3
Current children cumulated vsize (KiB) 31749828

[startup+1515.4 s]
/proc/loadavg: 6.80 3.07 3.05 9/226 31078
/proc/meminfo: memFree=3600944/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=0 CPUtime=1413.6 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4203524 3202704 938 1 0 140890 470 0 0 18 0 1 0 546075774 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30987/statm: 0 0 0 0 0 0 0
[pid=31043] ppid=30987 vsize=0 CPUtime=0.18 cores=0-7
/proc/31043/stat : 31043 (python) Z 30987 30987 30702 0 -1 4203612 1104 0 0 0 7 11 0 0 18 0 1 0 546217079 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31043/statm: 0 0 0 0 0 0 0
[pid=31046] ppid=30987 vsize=0 CPUtime=0.21 cores=0-7
/proc/31046/stat : 31046 (python) Z 30987 30987 30702 0 -1 4203612 1096 0 0 0 8 13 0 0 18 0 1 0 546217085 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31046/statm: 0 0 0 0 0 0 0
[pid=31048] ppid=1 vsize=1965924 CPUtime=100.15 cores=0-7
/proc/31048/stat : 31048 (precosat) T 1 31048 31048 0 -1 4202496 504186 0 0 0 9918 97 0 0 25 0 1 0 546217089 2013106176 471924 33554432000 4194304 4890832 140737360828544 18446744073709551615 4293245 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/31048/statm: 491481 471924 80 171 0 491308 0
[pid=31049] ppid=30987 vsize=0 CPUtime=0.19 cores=0-7
/proc/31049/stat : 31049 (python) Z 30987 30987 30702 0 -1 4203612 1112 0 0 0 8 11 0 0 18 0 1 0 546217092 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31049/statm: 0 0 0 0 0 0 0
[pid=31051] ppid=1 vsize=751796 CPUtime=99.15 cores=0-7
/proc/31051/stat : 31051 (lingeling) T 1 31051 31051 0 -1 4202496 292143 0 0 0 9861 54 0 0 25 0 1 0 546217096 769839104 187119 33554432000 4194304 4352236 140733370168880 18446744073709551615 4207627 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31051/statm: 187949 187119 129 39 0 187029 0
[pid=31052] ppid=30987 vsize=0 CPUtime=0.21 cores=0-7
/proc/31052/stat : 31052 (python) Z 30987 30987 30702 0 -1 4203612 965 0 0 0 7 14 0 0 15 0 1 0 546217099 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31052/statm: 0 0 0 0 0 0 0
[pid=31055] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31055/stat : 31055 (python) Z 30987 30987 30702 0 -1 4203612 967 0 0 0 7 13 0 0 15 0 1 0 546217106 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31055/statm: 0 0 0 0 0 0 0
[pid=31058] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31058/stat : 31058 (python) Z 30987 30987 30702 0 -1 4203612 972 0 0 0 7 13 0 0 15 0 1 0 546217113 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 0 0 0 0 0 0 0
[pid=31060] ppid=1 vsize=0 CPUtime=100.98 cores=0-7
/proc/31060/stat : 31060 (precosat) R 1 31060 31060 0 -1 4203524 502639 0 0 0 9988 110 0 0 25 0 1 0 546217116 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31060/statm: 0 0 0 0 0 0 0
[pid=31061] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31061/stat : 31061 (python) Z 30987 30987 30702 0 -1 4203612 980 0 0 0 8 12 0 0 15 0 1 0 546217119 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31061/statm: 0 0 0 0 0 0 0
[pid=31063] ppid=1 vsize=0 CPUtime=101.79 cores=0-7
/proc/31063/stat : 31063 (cryptominisat-2) R 1 31063 31063 0 -1 4203524 552815 0 0 0 10074 105 0 0 25 0 1 0 546217124 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31063/statm: 0 0 0 0 0 0 0
[pid=31064] ppid=30987 vsize=0 CPUtime=0.22 cores=0-7
/proc/31064/stat : 31064 (python) Z 30987 30987 30702 0 -1 4203612 1037 0 0 0 9 13 0 0 15 0 1 0 546217126 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31064/statm: 0 0 0 0 0 0 0
[pid=31066] ppid=1 vsize=0 CPUtime=100.95 cores=0-7
/proc/31066/stat : 31066 (cryptominisat-2) R 1 31066 31066 0 -1 4203524 541286 0 0 0 10007 88 0 0 25 0 1 0 546217133 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31066/statm: 0 0 0 0 0 0 0
[pid=31072] ppid=30987 vsize=0 CPUtime=0.07 cores=0-7
/proc/31072/stat : 31072 (python) Z 30987 30987 30702 0 -1 4203612 776 0 0 0 0 7 0 0 15 0 1 0 546227018 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31072/statm: 0 0 0 0 0 0 0
[pid=31076] ppid=30987 vsize=0 CPUtime=0.07 cores=0-7
/proc/31076/stat : 31076 (python) Z 30987 30987 30702 0 -1 4203612 784 0 0 0 0 7 0 0 15 0 1 0 546227113 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1918.37
Current children cumulated vsize (KiB) 2717720
#
############


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

[startup+1515.5 s]
/proc/loadavg: 6.80 3.07 3.05 9/226 31078
/proc/meminfo: memFree=3600944/32951124 swapFree=67111448/67111528
[pid=30987] ppid=30985 vsize=0 CPUtime=1413.71 cores=0-7
/proc/30987/stat : 30987 (python) R 30985 30987 30702 0 -1 4203524 3202704 938 1 0 140890 481 0 0 18 0 1 0 546075774 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30987/statm: 0 0 0 0 0 0 0
[pid=31043] ppid=30987 vsize=0 CPUtime=0.18 cores=0-7
/proc/31043/stat : 31043 (python) Z 30987 30987 30702 0 -1 4203612 1104 0 0 0 7 11 0 0 18 0 1 0 546217079 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31043/statm: 0 0 0 0 0 0 0
[pid=31046] ppid=30987 vsize=0 CPUtime=0.21 cores=0-7
/proc/31046/stat : 31046 (python) Z 30987 30987 30702 0 -1 4203612 1096 0 0 0 8 13 0 0 18 0 1 0 546217085 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31046/statm: 0 0 0 0 0 0 0
[pid=31048] ppid=1 vsize=1965924 CPUtime=100.15 cores=0-7
/proc/31048/stat : 31048 (precosat) T 1 31048 31048 0 -1 4202496 504186 0 0 0 9918 97 0 0 25 0 1 0 546217089 2013106176 471924 33554432000 4194304 4890832 140737360828544 18446744073709551615 4293245 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/31048/statm: 491481 471924 80 171 0 491308 0
[pid=31049] ppid=30987 vsize=0 CPUtime=0.19 cores=0-7
/proc/31049/stat : 31049 (python) Z 30987 30987 30702 0 -1 4203612 1112 0 0 0 8 11 0 0 18 0 1 0 546217092 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31049/statm: 0 0 0 0 0 0 0
[pid=31051] ppid=1 vsize=751796 CPUtime=99.15 cores=0-7
/proc/31051/stat : 31051 (lingeling) T 1 31051 31051 0 -1 4202496 292143 0 0 0 9861 54 0 0 25 0 1 0 546217096 769839104 187119 33554432000 4194304 4352236 140733370168880 18446744073709551615 4207627 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31051/statm: 187949 187119 129 39 0 187029 0
[pid=31052] ppid=30987 vsize=0 CPUtime=0.21 cores=0-7
/proc/31052/stat : 31052 (python) Z 30987 30987 30702 0 -1 4203612 965 0 0 0 7 14 0 0 15 0 1 0 546217099 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31052/statm: 0 0 0 0 0 0 0
[pid=31055] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31055/stat : 31055 (python) Z 30987 30987 30702 0 -1 4203612 967 0 0 0 7 13 0 0 15 0 1 0 546217106 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31055/statm: 0 0 0 0 0 0 0
[pid=31058] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31058/stat : 31058 (python) Z 30987 30987 30702 0 -1 4203612 972 0 0 0 7 13 0 0 15 0 1 0 546217113 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 0 0 0 0 0 0 0
[pid=31060] ppid=1 vsize=0 CPUtime=101.08 cores=0-7
/proc/31060/stat : 31060 (precosat) R 1 31060 31060 0 -1 4203524 502639 0 0 0 9988 120 0 0 25 0 1 0 546217116 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31060/statm: 0 0 0 0 0 0 0
[pid=31061] ppid=30987 vsize=0 CPUtime=0.2 cores=0-7
/proc/31061/stat : 31061 (python) Z 30987 30987 30702 0 -1 4203612 980 0 0 0 8 12 0 0 15 0 1 0 546217119 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31061/statm: 0 0 0 0 0 0 0
[pid=31063] ppid=1 vsize=0 CPUtime=101.9 cores=0-7
/proc/31063/stat : 31063 (cryptominisat-2) R 1 31063 31063 0 -1 4203524 552815 0 0 0 10074 116 0 0 25 0 1 0 546217124 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31063/statm: 0 0 0 0 0 0 0
[pid=31064] ppid=30987 vsize=0 CPUtime=0.22 cores=0-7
/proc/31064/stat : 31064 (python) Z 30987 30987 30702 0 -1 4203612 1037 0 0 0 9 13 0 0 15 0 1 0 546217126 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31064/statm: 0 0 0 0 0 0 0
[pid=31066] ppid=1 vsize=0 CPUtime=101.06 cores=0-7
/proc/31066/stat : 31066 (cryptominisat-2) R 1 31066 31066 0 -1 4203524 541286 0 0 0 10007 99 0 0 25 0 1 0 546217133 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31066/statm: 0 0 0 0 0 0 0
[pid=31072] ppid=30987 vsize=0 CPUtime=0.07 cores=0-7
/proc/31072/stat : 31072 (python) Z 30987 30987 30702 0 -1 4203612 776 0 0 0 0 7 0 0 15 0 1 0 546227018 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31072/statm: 0 0 0 0 0 0 0
[pid=31076] ppid=30987 vsize=0 CPUtime=0.07 cores=0-7
/proc/31076/stat : 31076 (python) Z 30987 30987 30702 0 -1 4203612 784 0 0 0 0 7 0 0 15 0 1 0 546227113 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/31076/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1918.8
Current children cumulated vsize (KiB) 2717720

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30987 and gives
#  childrusage.ru_utime.tv_sec=1408
#  childrusage.ru_utime.tv_usec=911812
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=855261
# CPU time returned by wait4() is 1413.77
# while last known CPU time is 1918.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 308.93
#  lost CPU user time (s): 307.74
#  lost CPU system time (s): 1.19

Real time (s): 1515.54
CPU time (s): 2227.73
CPU user time (s): 2215.73
CPU system time (s): 12
CPU usage (%): 146.992
Max. virtual memory (cumulated for all children) (KiB): 31749828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1408.91
system time used= 4.85526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3203642
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3025
involuntary context switches= 10340

runsolver used 2.42263 second user time and 5.82111 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 15:59:13
IDJOB=3321520
IDBENCH=71686
IDSOLVER=1710
FILE ID=node104/3321520-1304344743
RUNJOBID= node104-1304342614-30716
PBS_JOBID= 13178062
Free space on /tmp= 73124 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321520-1304344743/watcher-3321520-1304344743 -o /tmp/evaluation-result-3321520-1304344743/solver-3321520-1304344743 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321520-1304344743.cnf -seed 2050203275 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=2050203275

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16738876 kB
Buffers:        469116 kB
Cached:        3204748 kB
SwapCached:         80 kB
Active:       12828948 kB
Inactive:      2931612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16738876 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          348496 kB
Writeback:           0 kB
AnonPages:    12086324 kB
Mapped:          20320 kB
Slab:           359900 kB
PageTables:      30904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13608600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73096 MiB
End job on node104 at 2011-05-02 16:24:31