Trace number 3484667

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-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.11 1200.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.38/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.72	c INFO: solving HOME/instance-3484667-1307753080.cnf
0.38/0.72	c INFO: computing task features
0.97/1.31	c INFO: computed variable-clause graph statistics
0.97/1.33	c INFO: computed clause balance statistics
2.78/3.87	c INFO: computed variable balance statistics
5.98/6.31	c INFO: computed small-clause counts
5.98/6.32	c INFO: computed Horn-clause counts
5.98/6.36	c INFO: computed variable graph statistics
5.98/6.36	c INFO: collected features for HOME/instance-3484667-1307753080.cnf in 5.59 s
5.98/6.37	c INFO: running lingeling-276@0 for 1194 with 1194 remaining (b = 0.55)
1200.07/1200.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484667-1307753080/watcher-3484667-1307753080 -o /tmp/evaluation-result-3484667-1307753080/solver-3484667-1307753080 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484667-1307753080.cnf -seed 1912040148 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.01 3.90 5/183 23661
/proc/meminfo: memFree=29844844/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=14644 CPUtime=0 cores=1,3
/proc/23661/stat : 23661 (python) R 23659 23661 18188 0 -1 4202496 423 0 0 0 0 0 0 0 25 0 1 0 886905103 14995456 332 33554432000 4194304 5683644 140737302695856 18446744073709551615 4682124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23661/statm: 3661 335 217 364 0 148 0

[startup+0.0183231 s]
/proc/loadavg: 4.00 4.01 3.90 5/183 23661
/proc/meminfo: memFree=29844844/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=15772 CPUtime=0 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 928 0 0 0 0 0 0 0 25 0 1 0 886905103 16150528 806 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23661/statm: 3943 806 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.100333 s]
/proc/loadavg: 4.00 4.01 3.90 5/183 23661
/proc/meminfo: memFree=29844844/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=84468 CPUtime=0.05 cores=1,3
/proc/23661/stat : 23661 (python) R 23659 23661 18188 0 -1 4202496 2322 0 0 0 4 1 0 0 17 0 1 0 886905103 86495232 2050 33554432000 4194304 5683644 140737302695856 18446744073709551615 239593846332 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23661/statm: 21117 2056 666 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+0.3003 s]
/proc/loadavg: 4.00 4.01 3.90 5/183 23661
/proc/meminfo: memFree=29844844/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=135748 CPUtime=0.18 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 5973 931 1 0 12 6 0 0 17 0 1 0 886905103 139005952 4148 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23661/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700228 s]
/proc/loadavg: 4.00 4.01 3.90 5/183 23661
/proc/meminfo: memFree=29844844/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=261728 CPUtime=0.38 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 8752 931 1 0 25 13 0 0 15 0 1 0 886905103 268009472 6520 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/23661/statm: 65432 6520 1663 364 0 5256 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 261728

[startup+1.50107 s]
/proc/loadavg: 4.00 4.01 3.90 5/184 23666
/proc/meminfo: memFree=29714692/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=316884 CPUtime=1.17 cores=1,3
/proc/23661/stat : 23661 (python) R 23659 23661 18188 0 -1 4202496 23506 931 1 0 101 16 0 0 16 0 1 0 886905103 324489216 16606 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476354409 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23661/statm: 79221 16606 1826 364 0 15145 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 316884

[startup+3.10075 s]
/proc/loadavg: 4.00 4.01 3.90 4/186 23677
/proc/meminfo: memFree=29600604/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=316884 CPUtime=2.78 cores=1,3
/proc/23661/stat : 23661 (python) R 23659 23661 18188 0 -1 4202496 23506 931 1 0 260 18 0 0 18 0 1 0 886905103 324489216 16606 33554432000 4194304 5683644 140737302695856 18446744073709551615 47357611264778 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23661/statm: 79221 16606 1826 364 0 15145 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 316884

[startup+6.30714 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 23695
/proc/meminfo: memFree=28910736/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=316884 CPUtime=5.98 cores=1,3
/proc/23661/stat : 23661 (python) R 23659 23661 18188 0 -1 4202496 23507 931 1 0 579 19 0 0 25 0 1 0 886905103 324489216 16607 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476349943 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23661/statm: 79221 16607 1827 364 0 15145 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 316884

[startup+12.7009 s]
/proc/loadavg: 4.00 4.01 3.90 5/193 23698
/proc/meminfo: memFree=28214328/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5636298093780500744 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=19292 CPUtime=6.29 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 7802 0 0 0 629 0 0 0 25 0 1 0 886905741 19755008 3987 33554432000 4194304 4352236 140734739405648 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 4823 3987 129 39 0 3903 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 656856

[startup+25.5005 s]
/proc/loadavg: 4.00 4.01 3.90 5/193 23698
/proc/meminfo: memFree=27796792/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.02 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=19792 CPUtime=19.08 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 7927 0 0 0 1907 1 0 0 25 0 1 0 886905741 20267008 4112 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 4948 4112 129 39 0 4028 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 657356

[startup+51.1006 s]
/proc/loadavg: 4.00 4.01 3.91 5/193 23699
/proc/meminfo: memFree=27796360/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.04 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 900 0 0 0 2 2 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=21328 CPUtime=44.66 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 8311 0 0 0 4465 1 0 0 25 0 1 0 886905741 21839872 4496 33554432000 4194304 4352236 140734739405648 18446744073709551615 4329066 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 5332 4496 129 39 0 4412 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 658892

[startup+102.301 s]
/proc/loadavg: 4.03 4.02 3.91 5/193 23700
/proc/meminfo: memFree=27794148/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.11 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 924 0 0 0 6 5 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=22820 CPUtime=95.82 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 8684 0 0 0 9581 1 0 0 25 0 1 0 886905741 23367680 4869 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 5705 4869 129 39 0 4785 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 660384

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/193 23702
/proc/meminfo: memFree=27793116/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.17 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 943 0 0 0 9 8 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=23540 CPUtime=155.78 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 8864 0 0 0 15577 1 0 0 25 0 1 0 886905741 24104960 5049 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 5885 5049 129 39 0 4965 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 661104

[startup+222.301 s]
/proc/loadavg: 4.04 4.02 3.92 5/196 23798
/proc/meminfo: memFree=28889244/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.25 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 963 0 0 0 13 12 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=36196 CPUtime=215.72 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 12028 0 0 0 21570 2 0 0 25 0 1 0 886905741 37064704 8213 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 9049 8213 129 39 0 8129 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 673760

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/199 23849
/proc/meminfo: memFree=29519868/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.31 cores=1,3

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

/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=47760 CPUtime=695.29 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 14919 0 0 0 69526 3 0 0 25 0 1 0 886905741 48906240 11104 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 11940 11104 129 39 0 11020 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 685324

[startup+762.3 s]
/proc/loadavg: 3.08 3.37 3.65 4/195 23942
/proc/meminfo: memFree=26915644/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.89 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 47 42 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=50308 CPUtime=755.25 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 15556 0 0 0 75522 3 0 0 25 0 1 0 886905741 51515392 11741 33554432000 4194304 4352236 140734739405648 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 12577 11741 129 39 0 11657 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 687872

[startup+822.301 s]
/proc/loadavg: 3.03 3.30 3.61 4/195 23943
/proc/meminfo: memFree=26951200/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=0.96 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 51 45 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=50308 CPUtime=815.21 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 15556 0 0 0 81518 3 0 0 25 0 1 0 886905741 51515392 11741 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 12577 11741 129 39 0 11657 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 687872

[startup+882.3 s]
/proc/loadavg: 3.01 3.24 3.56 4/195 23945
/proc/meminfo: memFree=26916812/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.03 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 55 48 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=50308 CPUtime=875.16 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 15556 0 0 0 87513 3 0 0 25 0 1 0 886905741 51515392 11741 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 12577 11741 129 39 0 11657 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 687872

[startup+942.301 s]
/proc/loadavg: 3.00 3.20 3.53 4/195 23947
/proc/meminfo: memFree=26951732/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.09 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 58 51 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=50308 CPUtime=935.12 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 15556 0 0 0 93509 3 0 0 25 0 1 0 886905741 51515392 11741 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 12577 11741 129 39 0 11657 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 687872

[startup+1002.3 s]
/proc/loadavg: 3.00 3.16 3.49 4/195 23957
/proc/meminfo: memFree=26947636/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.17 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 62 55 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=50572 CPUtime=995.07 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 15622 0 0 0 99504 3 0 0 25 0 1 0 886905741 51785728 11807 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 12643 11807 129 39 0 11723 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 688136

[startup+1062.31 s]
/proc/loadavg: 3.00 3.13 3.46 4/195 23959
/proc/meminfo: memFree=26943008/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.23 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 65 58 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=52308 CPUtime=1055.03 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 16056 0 0 0 105500 3 0 0 25 0 1 0 886905741 53563392 12241 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 13077 12241 129 39 0 12157 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 689872

[startup+1122.3 s]
/proc/loadavg: 2.72 3.04 3.41 3/181 23985
/proc/meminfo: memFree=29689092/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.3 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 69 61 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=52308 CPUtime=1114.97 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 16056 0 0 0 111494 3 0 0 25 0 1 0 886905741 53563392 12241 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 13077 12241 129 39 0 12157 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 689872

[startup+1182.3 s]
/proc/loadavg: 2.31 2.86 3.32 4/182 23990
/proc/meminfo: memFree=29672660/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.37 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 72 65 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=52308 CPUtime=1174.92 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 16056 0 0 0 117489 3 0 0 25 0 1 0 886905741 53563392 12241 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 13077 12241 129 39 0 12157 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 689872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 2.24 2.82 3.30 3/181 23990
/proc/meminfo: memFree=29689492/32950928 swapFree=67055428/67111528
[pid=23661] ppid=23659 vsize=323904 CPUtime=6.06 cores=1,3
/proc/23661/stat : 23661 (python) S 23659 23661 18188 0 -1 4202496 23794 931 1 0 586 20 0 0 20 0 2 0 886905103 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23661/statm: 80976 15839 1867 364 0 16894 0
[pid=23696] ppid=23661 vsize=313660 CPUtime=1.4 cores=1,3
/proc/23696/stat : 23696 (python) S 23661 23661 18188 0 -1 4202560 970 0 0 0 74 66 0 0 18 0 1 0 886905741 321187840 14344 33554432000 4194304 5683644 140737302695856 18446744073709551615 239476715023 0 0 16781312 514 5360743708012544264 0 0 17 1 0 0 0
/proc/23696/statm: 78415 14344 376 364 0 14333 0
[pid=23698] ppid=23696 vsize=52308 CPUtime=1192.61 cores=1,3
/proc/23698/stat : 23698 (lingeling) R 23696 23698 23698 0 -1 4202496 16056 0 0 0 119258 3 0 0 25 0 1 0 886905741 53563392 12241 33554432000 4194304 4352236 140734739405648 18446744073709551615 4328447 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23698/statm: 13077 12241 129 39 0 12157 0
[pid=23661/tid=23697] ppid=23659 vsize=323904 CPUtime=0 cores=1,3
/proc/23661/task/23697/stat : 23697 (python) S 23659 23661 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 2 0 886905741 331677696 15839 33554432000 4194304 5683644 140737302695856 18446744073709551615 239488518577 0 0 16781312 2 18446604458005897280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 689872

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): 1200.02
CPU time (s): 1200.11
CPU user time (s): 1199.2
CPU system time (s): 0.908861
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 689872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.2
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44335
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= 4145
involuntary context switches= 7444

runsolver used 1.9577 second user time and 4.52531 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:44:40
IDJOB=3484667
IDBENCH=85965
IDSOLVER=1976
FILE ID=node148/3484667-1307753080
RUNJOBID= node148-1307750674-23110
PBS_JOBID= 13550812
Free space on /tmp= 73748 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484667-1307753080/watcher-3484667-1307753080 -o /tmp/evaluation-result-3484667-1307753080/solver-3484667-1307753080 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484667-1307753080.cnf -seed 1912040148 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=1912040148

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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	: 5332.82
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.854
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.75
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29846744 kB
Buffers:        115732 kB
Cached:        1010728 kB
SwapCached:       8824 kB
Active:        2329688 kB
Inactive:       611832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29846744 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:          303944 kB
Writeback:           0 kB
AnonPages:     1813288 kB
Mapped:          18432 kB
Slab:            93736 kB
PageTables:       9292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2010836 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= 73756 MiB
End job on node148 at 2011-06-11 03:04:42