Trace number 3317801

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-industrialUNSAT 71.6571 26.1006

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.65	c INFO: solving HOME/instance-3317801-1304271051.cnf
0.35/0.65	c INFO: computing task features
0.52/0.82	c INFO: computed variable-clause graph statistics
0.52/0.83	c INFO: computed clause balance statistics
1.51/1.82	c INFO: computed variable balance statistics
2.22/2.54	c INFO: computed small-clause counts
2.22/2.54	c INFO: computed Horn-clause counts
2.82/3.15	c INFO: computed variable graph statistics
2.82/3.15	c INFO: collected features for HOME/instance-3317801-1304271051.cnf in 2.48 s
2.82/3.17	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.31)
2.82/3.20	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.33)
2.93/3.22	c INFO: running lingeling-276@0 for 582 with 4797 remaining (b = 0.38)
2.93/3.24	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.43)
71.31/26.07	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3317801-1304271051/watcher-3317801-1304271051 -o /tmp/evaluation-result-3317801-1304271051/solver-3317801-1304271051 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317801-1304271051.cnf -seed 1147165479 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.42 8.81 8.63 4/248 955
/proc/meminfo: memFree=23122180/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 648 0 0 0 0 0 0 0 21 0 1 0 519521273 15441920 544 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/955/statm: 3770 544 312 364 0 257 0

[startup+0.097393 s]
/proc/loadavg: 7.42 8.81 8.63 4/248 955
/proc/meminfo: memFree=23122180/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=87700 CPUtime=0.06 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 2637 0 0 0 4 2 0 0 21 0 1 0 519521273 89804800 2353 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/955/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.100414 s]
/proc/loadavg: 7.42 8.81 8.63 4/248 955
/proc/meminfo: memFree=23122180/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=93956 CPUtime=0.06 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 2692 0 0 0 4 2 0 0 21 0 1 0 519521273 96210944 2406 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/955/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300358 s]
/proc/loadavg: 7.42 8.81 8.63 4/248 955
/proc/meminfo: memFree=23122180/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=135744 CPUtime=0.18 cores=0,2,4,6
/proc/955/stat : 955 (python) R 953 955 31940 0 -1 4202496 5962 937 1 0 13 5 0 0 17 0 1 0 519521273 139001856 4149 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106764805 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/955/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700293 s]
/proc/loadavg: 7.42 8.81 8.63 4/248 955
/proc/meminfo: memFree=23122180/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=282100 CPUtime=0.42 cores=0,2,4,6
/proc/955/stat : 955 (python) R 953 955 31940 0 -1 4202496 10169 937 1 0 31 11 0 0 16 0 1 0 519521273 288870400 7849 33554432000 4194304 5683644 140734117769600 18446744073709551615 4571079 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/955/statm: 70525 7849 1761 364 0 6449 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282100

[startup+1.50115 s]
/proc/loadavg: 7.06 8.71 8.60 4/249 960
/proc/meminfo: memFree=23047296/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=289456 CPUtime=1.22 cores=0,2,4,6
/proc/955/stat : 955 (python) R 953 955 31940 0 -1 4202496 14168 937 1 0 111 11 0 0 17 0 1 0 519521273 296402944 9749 33554432000 4194304 5683644 140734117769600 18446744073709551615 4602370 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/955/statm: 72364 9749 1826 364 0 8288 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 289456

[startup+3.10087 s]
/proc/loadavg: 7.06 8.71 8.60 4/249 960
/proc/meminfo: memFree=22999988/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=290120 CPUtime=2.82 cores=0,2,4,6
/proc/955/stat : 955 (python) R 953 955 31940 0 -1 4202496 14341 937 1 0 270 12 0 0 19 0 1 0 519521273 297082880 9922 33554432000 4194304 5683644 140734117769600 18446744073709551615 47616620746880 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/955/statm: 72530 9922 1833 364 0 8454 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 290120

[startup+6.30123 s]
/proc/loadavg: 7.06 8.71 8.60 7/264 983
/proc/meminfo: memFree=22802224/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=324896 CPUtime=2.96 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 17048 937 1 0 283 13 0 0 20 0 5 0 519521273 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/955/statm: 81224 8421 1881 364 0 17133 0
[pid=961] ppid=955 vsize=284548 CPUtime=0 cores=0,2,4,6
/proc/961/stat : 961 (python) S 955 955 31940 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 519521590 291377152 6828 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788879 0 0 16781312 514 4328319336256078082 0 0 17 6 0 0 0
/proc/961/statm: 71137 6828 360 364 0 7055 0
[pid=963] ppid=961 vsize=10508 CPUtime=1.58 cores=0,2,4,6
/proc/963/stat : 963 (lingeling) R 961 963 963 0 -1 4202496 4229 0 0 0 158 0 0 0 25 0 1 0 519521591 10760192 1813 33554432000 4194304 4352236 140735148443376 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/963/statm: 2627 1813 129 39 0 1707 0
[pid=964] ppid=955 vsize=294624 CPUtime=0 cores=0,2,4,6
/proc/964/stat : 964 (python) S 955 955 31940 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 519521593 301694976 6878 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 2600336207892152578 0 0 17 6 0 0 0
/proc/964/statm: 73656 6878 349 364 0 9571 0
[pid=966] ppid=964 vsize=62036 CPUtime=3.08 cores=0,2,4,6
/proc/966/stat : 966 (cryptominisat-2) R 964 966 966 0 -1 4202496 9968 0 0 0 307 1 0 0 25 0 1 0 519521594 63524864 8338 33554432000 4194304 4677096 140733672948672 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/966/statm: 15509 8338 391 118 0 10468 0
[pid=967] ppid=955 vsize=305284 CPUtime=0 cores=0,2,4,6
/proc/967/stat : 967 (python) S 955 955 31940 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 519521595 312610816 6882 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 4344419759899508994 0 0 17 2 0 0 0
/proc/967/statm: 76321 6882 349 364 0 12233 0
[pid=970] ppid=967 vsize=10464 CPUtime=1.51 cores=0,2,4,6
/proc/970/stat : 970 (lingeling) R 967 970 970 0 -1 4202496 4228 0 0 0 151 0 0 0 25 0 1 0 519521598 10715136 1802 33554432000 4194304 4352236 140736494186704 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/970/statm: 2616 1802 129 39 0 1696 0
[pid=969] ppid=955 vsize=315588 CPUtime=0 cores=0,2,4,6
/proc/969/stat : 969 (python) S 955 955 31940 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 519521598 323162112 6884 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 4344412063318114562 0 0 17 2 0 0 0
/proc/969/statm: 78897 6884 349 364 0 14806 0
[pid=972] ppid=969 vsize=10528 CPUtime=3.03 cores=0,2,4,6
/proc/972/stat : 972 (lingeling) R 969 972 972 0 -1 4202496 4694 0 0 0 303 0 0 0 25 0 1 0 519521598 10780672 1809 33554432000 4194304 4352236 140736563993456 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/972/statm: 2632 1809 129 39 0 1712 0
[pid=955/tid=962] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/962/stat : 962 (python) S 953 955 31940 0 -1 4202560 25 937 0 0 0 0 0 0 21 0 5 0 519521591 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=965] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/965/stat : 965 (python) S 953 955 31940 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 519521593 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=968] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/968/stat : 968 (python) S 953 955 31940 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 5 0 519521595 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
[pid=955/tid=971] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/971/stat : 971 (python) S 953 955 31940 0 -1 4202560 16 937 0 0 0 0 0 0 21 0 5 0 519521598 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 1618476

[startup+12.7011 s]
/proc/loadavg: 7.13 8.67 8.58 7/264 983
/proc/meminfo: memFree=22254184/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=324896 CPUtime=2.96 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 17048 937 1 0 283 13 0 0 20 0 5 0 519521273 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/955/statm: 81224 8421 1881 364 0 17133 0
[pid=961] ppid=955 vsize=284548 CPUtime=0 cores=0,2,4,6
/proc/961/stat : 961 (python) S 955 955 31940 0 -1 4202560 976 0 0 0 0 0 0 0 18 0 1 0 519521590 291377152 6850 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788879 0 0 16781312 514 4328319336256078082 0 0 17 6 0 0 0
/proc/961/statm: 71137 6850 382 364 0 7055 0
[pid=963] ppid=961 vsize=11788 CPUtime=4.79 cores=0,2,4,6
/proc/963/stat : 963 (lingeling) R 961 963 963 0 -1 4202496 4995 0 0 0 478 1 0 0 25 0 1 0 519521591 12070912 2117 33554432000 4194304 4352236 140735148443376 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/963/statm: 2947 2117 129 39 0 2027 0
[pid=964] ppid=955 vsize=294624 CPUtime=0.02 cores=0,2,4,6
/proc/964/stat : 964 (python) S 955 955 31940 0 -1 4202560 949 0 0 0 1 1 0 0 15 0 1 0 519521593 301694976 6901 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 6 0 0 0
/proc/964/statm: 73656 6901 372 364 0 9571 0
[pid=966] ppid=964 vsize=77060 CPUtime=9.48 cores=0,2,4,6
/proc/966/stat : 966 (cryptominisat-2) R 964 966 966 0 -1 4202496 15542 0 0 0 946 2 0 0 25 0 1 0 519521594 78909440 12185 33554432000 4194304 4677096 140733672948672 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/966/statm: 19265 12185 392 118 0 14224 0
[pid=967] ppid=955 vsize=305284 CPUtime=0 cores=0,2,4,6
/proc/967/stat : 967 (python) S 955 955 31940 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 519521595 312610816 6905 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 4344419759899508994 0 0 17 2 0 0 0
/proc/967/statm: 76321 6905 372 364 0 12233 0
[pid=970] ppid=967 vsize=11188 CPUtime=4.71 cores=0,2,4,6
/proc/970/stat : 970 (lingeling) R 967 970 970 0 -1 4202496 4909 0 0 0 471 0 0 0 25 0 1 0 519521598 11456512 1967 33554432000 4194304 4352236 140736494186704 18446744073709551615 4327820 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/970/statm: 2797 1967 129 39 0 1877 0
[pid=969] ppid=955 vsize=315588 CPUtime=0 cores=0,2,4,6
/proc/969/stat : 969 (python) S 955 955 31940 0 -1 4202560 943 0 0 0 0 0 0 0 18 0 1 0 519521598 323162112 6907 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 4344412063318114562 0 0 17 2 0 0 0
/proc/969/statm: 78897 6907 372 364 0 14806 0
[pid=972] ppid=969 vsize=14324 CPUtime=9.42 cores=0,2,4,6
/proc/972/stat : 972 (lingeling) R 969 972 972 0 -1 4202496 5690 0 0 0 941 1 0 0 25 0 1 0 519521598 14667776 2751 33554432000 4194304 4352236 140736563993456 18446744073709551615 4256220 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/972/statm: 3581 2751 129 39 0 2661 0
[pid=955/tid=962] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/962/stat : 962 (python) S 953 955 31940 0 -1 4202560 25 937 0 0 0 0 0 0 21 0 5 0 519521591 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=965] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/965/stat : 965 (python) S 953 955 31940 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 519521593 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=968] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/968/stat : 968 (python) S 953 955 31940 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 5 0 519521595 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
[pid=955/tid=971] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/971/stat : 971 (python) S 953 955 31940 0 -1 4202560 16 937 0 0 0 0 0 0 21 0 5 0 519521598 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 1639300

[startup+25.5009 s]
/proc/loadavg: 6.95 8.58 8.56 9/264 983
/proc/meminfo: memFree=21569588/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=324896 CPUtime=2.96 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 17048 937 1 0 283 13 0 0 20 0 5 0 519521273 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/955/statm: 81224 8421 1881 364 0 17133 0
[pid=961] ppid=955 vsize=284548 CPUtime=0.04 cores=0,2,4,6
/proc/961/stat : 961 (python) S 955 955 31940 0 -1 4202560 988 0 0 0 2 2 0 0 18 0 1 0 519521590 291377152 6851 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788879 0 0 16781312 514 11005214192549462274 0 0 17 6 0 0 0
/proc/961/statm: 71137 6851 383 364 0 7055 0
[pid=963] ppid=961 vsize=15796 CPUtime=11.19 cores=0,2,4,6
/proc/963/stat : 963 (lingeling) R 961 963 963 0 -1 4202496 6051 0 0 0 1118 1 0 0 25 0 1 0 519521591 16175104 3119 33554432000 4194304 4352236 140735148443376 18446744073709551615 4207831 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/963/statm: 3949 3119 129 39 0 3029 0
[pid=964] ppid=955 vsize=294624 CPUtime=2.04 cores=0,2,4,6
/proc/964/stat : 964 (python) R 955 955 31940 0 -1 4202560 960 0 0 0 179 25 0 0 18 0 1 0 519521593 301694976 6901 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/964/statm: 73656 6901 372 364 0 9571 0
[pid=966] ppid=964 vsize=0 CPUtime=20.25 cores=0,2,4,6
/proc/966/stat : 966 (cryptominisat-2) R 964 966 966 0 -1 4202500 19877 0 0 0 2022 3 0 0 25 0 1 0 519521594 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/966/statm: 0 0 0 0 0 0 0
[pid=967] ppid=955 vsize=305284 CPUtime=0.03 cores=0,2,4,6
/proc/967/stat : 967 (python) S 955 955 31940 0 -1 4202560 921 0 0 0 2 1 0 0 18 0 1 0 519521595 312610816 6905 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/967/statm: 76321 6905 372 364 0 12233 0
[pid=970] ppid=967 vsize=15664 CPUtime=11.12 cores=0,2,4,6
/proc/970/stat : 970 (lingeling) R 967 970 970 0 -1 4202496 6029 0 0 0 1111 1 0 0 25 0 1 0 519521598 16039936 3086 33554432000 4194304 4352236 140736494186704 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/970/statm: 3916 3086 129 39 0 2996 0
[pid=969] ppid=955 vsize=315588 CPUtime=0.03 cores=0,2,4,6
/proc/969/stat : 969 (python) S 955 955 31940 0 -1 4202560 948 0 0 0 2 1 0 0 18 0 1 0 519521598 323162112 6907 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/969/statm: 78897 6907 372 364 0 14806 0
[pid=972] ppid=969 vsize=16040 CPUtime=22.15 cores=0,2,4,6
/proc/972/stat : 972 (lingeling) R 969 972 972 0 -1 4202496 6682 0 0 0 2214 1 0 0 25 0 1 0 519521598 16424960 3180 33554432000 4194304 4352236 140736563993456 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/972/statm: 4010 3180 129 39 0 3090 0
[pid=955/tid=962] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/962/stat : 962 (python) S 953 955 31940 0 -1 4202560 25 937 0 0 0 0 0 0 21 0 5 0 519521591 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=965] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/965/stat : 965 (python) S 953 955 31940 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 519521593 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=968] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/968/stat : 968 (python) S 953 955 31940 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 5 0 519521595 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
[pid=955/tid=971] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/971/stat : 971 (python) S 953 955 31940 0 -1 4202560 16 937 0 0 0 0 0 0 21 0 5 0 519521598 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 69.81
Current children cumulated vsize (KiB) 1572440

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

[startup+25.9008 s]
/proc/loadavg: 6.95 8.58 8.56 9/264 983
/proc/meminfo: memFree=21569588/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=324896 CPUtime=2.96 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 17048 937 1 0 283 13 0 0 20 0 5 0 519521273 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/955/statm: 81224 8421 1881 364 0 17133 0
[pid=961] ppid=955 vsize=284548 CPUtime=0.04 cores=0,2,4,6
/proc/961/stat : 961 (python) S 955 955 31940 0 -1 4202560 988 0 0 0 2 2 0 0 18 0 1 0 519521590 291377152 6851 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788879 0 0 16781312 514 11005214192549462274 0 0 17 6 0 0 0
/proc/961/statm: 71137 6851 383 364 0 7055 0
[pid=963] ppid=961 vsize=15796 CPUtime=11.39 cores=0,2,4,6
/proc/963/stat : 963 (lingeling) R 961 963 963 0 -1 4202496 6051 0 0 0 1138 1 0 0 25 0 1 0 519521591 16175104 3119 33554432000 4194304 4352236 140735148443376 18446744073709551615 4207820 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/963/statm: 3949 3119 129 39 0 3029 0
[pid=964] ppid=955 vsize=294624 CPUtime=2.45 cores=0,2,4,6
/proc/964/stat : 964 (python) R 955 955 31940 0 -1 4202560 960 0 0 0 216 29 0 0 18 0 1 0 519521593 301694976 6901 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/964/statm: 73656 6901 372 364 0 9571 0
[pid=966] ppid=964 vsize=0 CPUtime=20.25 cores=0,2,4,6
/proc/966/stat : 966 (cryptominisat-2) R 964 966 966 0 -1 4202500 19877 0 0 0 2022 3 0 0 25 0 1 0 519521594 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/966/statm: 0 0 0 0 0 0 0
[pid=967] ppid=955 vsize=305284 CPUtime=0.03 cores=0,2,4,6
/proc/967/stat : 967 (python) S 955 955 31940 0 -1 4202560 921 0 0 0 2 1 0 0 18 0 1 0 519521595 312610816 6905 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/967/statm: 76321 6905 372 364 0 12233 0
[pid=970] ppid=967 vsize=15664 CPUtime=11.32 cores=0,2,4,6
/proc/970/stat : 970 (lingeling) R 967 970 970 0 -1 4202496 6029 0 0 0 1131 1 0 0 25 0 1 0 519521598 16039936 3086 33554432000 4194304 4352236 140736494186704 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/970/statm: 3916 3086 129 39 0 2996 0
[pid=969] ppid=955 vsize=315588 CPUtime=0.03 cores=0,2,4,6
/proc/969/stat : 969 (python) S 955 955 31940 0 -1 4202560 948 0 0 0 2 1 0 0 18 0 1 0 519521598 323162112 6907 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/969/statm: 78897 6907 372 364 0 14806 0
[pid=972] ppid=969 vsize=16552 CPUtime=22.55 cores=0,2,4,6
/proc/972/stat : 972 (lingeling) R 969 972 972 0 -1 4202496 6810 0 0 0 2254 1 0 0 25 0 1 0 519521598 16949248 3308 33554432000 4194304 4352236 140736563993456 18446744073709551615 4328462 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/972/statm: 4138 3308 129 39 0 3218 0
[pid=955/tid=962] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/962/stat : 962 (python) S 953 955 31940 0 -1 4202560 25 937 0 0 0 0 0 0 21 0 5 0 519521591 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=965] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/965/stat : 965 (python) S 953 955 31940 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 519521593 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=968] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/968/stat : 968 (python) S 953 955 31940 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 5 0 519521595 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
[pid=955/tid=971] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/971/stat : 971 (python) S 953 955 31940 0 -1 4202560 16 937 0 0 0 0 0 0 21 0 5 0 519521598 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 71.02
Current children cumulated vsize (KiB) 1572952

[startup+26.0008 s]
/proc/loadavg: 6.95 8.58 8.56 9/264 983
/proc/meminfo: memFree=21569588/32951124 swapFree=67111448/67111528
[pid=955] ppid=953 vsize=324896 CPUtime=2.96 cores=0,2,4,6
/proc/955/stat : 955 (python) S 953 955 31940 0 -1 4202496 17048 937 1 0 283 13 0 0 20 0 5 0 519521273 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/955/statm: 81224 8421 1881 364 0 17133 0
[pid=961] ppid=955 vsize=284548 CPUtime=0.04 cores=0,2,4,6
/proc/961/stat : 961 (python) S 955 955 31940 0 -1 4202560 988 0 0 0 2 2 0 0 18 0 1 0 519521590 291377152 6851 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788879 0 0 16781312 514 11005214192549462274 0 0 17 6 0 0 0
/proc/961/statm: 71137 6851 383 364 0 7055 0
[pid=963] ppid=961 vsize=15796 CPUtime=11.4 cores=0,2,4,6
/proc/963/stat : 963 (lingeling) R 961 963 963 0 -1 4202496 6051 0 0 0 1139 1 0 0 25 0 1 0 519521591 16175104 3119 33554432000 4194304 4352236 140735148443376 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/963/statm: 3949 3119 129 39 0 3029 0
[pid=964] ppid=955 vsize=294624 CPUtime=2.54 cores=0,2,4,6
/proc/964/stat : 964 (python) R 955 955 31940 0 -1 4202560 960 0 0 0 224 30 0 0 18 0 1 0 519521593 301694976 6901 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/964/statm: 73656 6901 372 364 0 9571 0
[pid=966] ppid=964 vsize=0 CPUtime=20.25 cores=0,2,4,6
/proc/966/stat : 966 (cryptominisat-2) R 964 966 966 0 -1 4202500 19877 0 0 0 2022 3 0 0 25 0 1 0 519521594 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/966/statm: 0 0 0 0 0 0 0
[pid=967] ppid=955 vsize=305284 CPUtime=0.03 cores=0,2,4,6
/proc/967/stat : 967 (python) S 955 955 31940 0 -1 4202560 921 0 0 0 2 1 0 0 18 0 1 0 519521595 312610816 6905 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/967/statm: 76321 6905 372 364 0 12233 0
[pid=970] ppid=967 vsize=15664 CPUtime=11.41 cores=0,2,4,6
/proc/970/stat : 970 (lingeling) R 967 970 970 0 -1 4202496 6029 0 0 0 1140 1 0 0 25 0 1 0 519521598 16039936 3086 33554432000 4194304 4352236 140736494186704 18446744073709551615 4207831 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/970/statm: 3916 3086 129 39 0 2996 0
[pid=969] ppid=955 vsize=315588 CPUtime=0.03 cores=0,2,4,6
/proc/969/stat : 969 (python) S 955 955 31940 0 -1 4202560 948 0 0 0 2 1 0 0 18 0 1 0 519521598 323162112 6907 33554432000 4194304 5683644 140734117769600 18446744073709551615 255106788934 0 0 16781312 514 11005214192549462274 0 0 17 2 0 0 0
/proc/969/statm: 78897 6907 372 364 0 14806 0
[pid=972] ppid=969 vsize=16552 CPUtime=22.65 cores=0,2,4,6
/proc/972/stat : 972 (lingeling) R 969 972 972 0 -1 4202496 6810 0 0 0 2264 1 0 0 25 0 1 0 519521598 16949248 3308 33554432000 4194304 4352236 140736563993456 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/972/statm: 4138 3308 129 39 0 3218 0
[pid=955/tid=962] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/962/stat : 962 (python) S 953 955 31940 0 -1 4202560 25 937 0 0 0 0 0 0 21 0 5 0 519521591 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=965] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/965/stat : 965 (python) S 953 955 31940 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 5 0 519521593 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 6 0 0 0
[pid=955/tid=968] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/968/stat : 968 (python) S 953 955 31940 0 -1 4202560 39 937 0 0 0 0 0 0 20 0 5 0 519521595 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
[pid=955/tid=971] ppid=953 vsize=324896 CPUtime=0 cores=0,2,4,6
/proc/955/task/971/stat : 971 (python) S 953 955 31940 0 -1 4202560 16 937 0 0 0 0 0 0 21 0 5 0 519521598 332693504 8421 33554432000 4194304 5683644 140734117769600 18446744073709551615 255118592433 0 0 16781312 2 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 71.31
Current children cumulated vsize (KiB) 1572952

Child status: 0
Real time (s): 26.1006
CPU time (s): 71.6571
CPU user time (s): 71.0522
CPU system time (s): 0.604908
CPU usage (%): 274.542
Max. virtual memory (cumulated for all children) (KiB): 1654244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.0522
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66523
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= 3200
involuntary context switches= 996

runsolver used 0.06099 second user time and 0.142978 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-01 19:30:51
IDJOB=3317801
IDBENCH=84958
IDSOLVER=1706
FILE ID=node144/3317801-1304271051
RUNJOBID= node144-1304271051-940
PBS_JOBID= 13173935
Free space on /tmp= 73548 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.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-3317801-1304271051/watcher-3317801-1304271051 -o /tmp/evaluation-result-3317801-1304271051/solver-3317801-1304271051 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317801-1304271051.cnf -seed 1147165479 -budget 4800 -cores 4

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=1147165479

node144.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.850
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23122592 kB
Buffers:       2140268 kB
Cached:        4898596 kB
SwapCached:         80 kB
Active:        2608204 kB
Inactive:      6655404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23122592 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           40596 kB
Writeback:           0 kB
AnonPages:     2223672 kB
Mapped:          20844 kB
Slab:           487552 kB
PageTables:      16716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 36053396 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= 73336 MiB
End job on node144 at 2011-05-01 19:31:18