Trace number 3378856

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-par-industrial (fixed)UNSAT 35.0447 18.624

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
dekker.used-as.sat04-989.cnf
MD5SUMaed38f764725bc435a811b081bc99da2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.92755
Satisfiable
(Un)Satisfiability was proved
Number of variables19473
Number of clauses58308
Sum of the clauses size136028
Maximum clause length3
Minimum clause length1
Number of clauses of size 118
Number of clauses of size 238860
Number of clauses of size 319430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/4.03	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/4.03	c INFO: solving HOME/instance-3378856-1305467241.cnf
0.36/4.03	c INFO: computing task features
0.36/4.19	c INFO: computed variable-clause graph statistics
0.36/4.19	c INFO: computed clause balance statistics
0.36/5.07	c INFO: computed variable balance statistics
0.36/5.72	c INFO: computed small-clause counts
0.36/5.72	c INFO: computed Horn-clause counts
0.36/6.23	c INFO: computed variable graph statistics
0.36/6.23	c INFO: collected features for HOME/instance-3378856-1305467241.cnf in 2.19 s
0.36/6.24	c INFO: running lingeling-276@0 for 582 with 1197 remaining (b = 0.58)
0.36/6.25	c INFO: running lingeling-276@0 for 97 with 1197 remaining (b = 0.27)
0.36/6.25	c INFO: running cryptominisat-2.9.0@0 for 1197 with 1197 remaining (b = 0.46)
0.36/6.26	c INFO: running lingeling-276@0 for 1197 with 1197 remaining (b = 0.42)
34.63/18.59	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: 961)

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-3378856-1305467241/watcher-3378856-1305467241 -o /tmp/evaluation-result-3378856-1305467241/solver-3378856-1305467241 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378856-1305467241.cnf -seed 564628906 -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: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/9537/stat : 9537 (python) R 9535 9537 8625 0 -1 4202496 960 0 0 0 0 0 0 0 21 0 1 0 658322743 16289792 835 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970593415 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9537/statm: 3977 835 357 364 0 464 0

[startup+0.085584 s]
/proc/loadavg: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/9537/stat : 9537 (python) R 9535 9537 8625 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 658322743 91922432 2388 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9537/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.100571 s]
/proc/loadavg: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=101744 CPUtime=0.06 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 2932 0 0 0 4 2 0 0 17 0 1 0 658322743 104185856 2627 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/9537/statm: 25436 2627 837 364 0 1736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.300546 s]
/proc/loadavg: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/9537/stat : 9537 (python) R 9535 9537 8625 0 -1 4202496 5964 933 1 0 12 4 0 0 17 0 1 0 658322743 139010048 4151 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970546181 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9537/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700503 s]
/proc/loadavg: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=246312 CPUtime=0.36 cores=0,2,4,6
/proc/9537/stat : 9537 (python) R 9535 9537 8625 0 -1 4202496 8139 933 1 0 25 11 0 0 16 0 1 0 658322743 252223488 6036 33554432000 4194304 5683644 140734231150416 18446744073709551615 4881217 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9537/statm: 61578 6036 1621 364 0 4580 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 246312

[startup+17.3185 s]
/proc/loadavg: 6.06 8.28 7.61 2/414 9537
/proc/meminfo: memFree=23769484/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 324456
heavy processes:
  %CPU=73 pid=9570 uid=0 cmd=

[startup+17.4165 s]
/proc/loadavg: 7.47 8.48 7.68 13/439 9570
/proc/meminfo: memFree=23562124/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
[pid=9559] ppid=9537 vsize=284108 CPUtime=0.02 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658323367 290926592 6720 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570255 0 0 16781312 514 13259793571629728001 0 0 17 2 0 0 0
/proc/9559/statm: 71027 6720 377 364 0 6945 0
[pid=9561] ppid=9559 vsize=9692 CPUtime=4.78 cores=0,2,4,6
/proc/9561/stat : 9561 (lingeling) R 9559 9561 9561 0 -1 4202496 3997 0 0 0 478 0 0 0 25 0 1 0 658323367 9924608 1606 33554432000 4194304 4352236 140734843905408 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9561/statm: 2423 1606 129 39 0 1503 0
[pid=9562] ppid=9537 vsize=294208 CPUtime=0.03 cores=0,2,4,6
/proc/9562/stat : 9562 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658323368 301268992 6791 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 13259793571629728001 0 0 17 4 0 0 0
/proc/9562/statm: 73552 6791 372 364 0 9467 0
[pid=9564] ppid=9562 vsize=9476 CPUtime=4.79 cores=0,2,4,6
/proc/9564/stat : 9564 (lingeling) R 9562 9564 9564 0 -1 4202496 3820 0 0 0 479 0 0 0 25 0 1 0 658323368 9703424 1539 33554432000 4194304 4352236 140736387599264 18446744073709551615 4280952 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9564/statm: 2369 1539 129 39 0 1449 0
[pid=9565] ppid=9537 vsize=304508 CPUtime=0.07 cores=0,2,4,6
/proc/9565/stat : 9565 (python) S 9537 9537 8625 0 -1 4202560 904 0 0 0 2 5 0 0 15 0 1 0 658323369 311816192 6795 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 9259563565889585411 0 0 17 4 0 0 0
/proc/9565/statm: 76127 6795 372 364 0 12039 0
[pid=9567] ppid=9565 vsize=104192 CPUtime=9.52 cores=0,2,4,6
/proc/9567/stat : 9567 (cryptominisat-2) R 9565 9567 9567 0 -1 4202496 20583 0 0 0 948 4 0 0 25 0 1 0 658323369 106692608 18740 33554432000 4194304 4677096 140734315384112 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9567/statm: 26048 18740 391 118 0 21007 0
[pid=9568] ppid=9537 vsize=314648 CPUtime=1.43 cores=0,2,4,6
/proc/9568/stat : 9568 (python) R 9537 9537 8625 0 -1 4202560 927 0 0 0 117 26 0 0 17 0 1 0 658323370 322199552 6799 33554432000 4194304 5683644 140734231150416 18446744073709551615 4865408 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9568/statm: 78662 6799 372 364 0 14571 0
[pid=9570] ppid=9568 vsize=0 CPUtime=8.05 cores=0,2,4,6
/proc/9570/stat : 9570 (lingeling) R 9568 9570 9570 0 -1 4202500 4562 0 0 0 804 1 0 0 25 0 1 0 658323370 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9570/statm: 0 0 0 0 0 0 0
[pid=9537/tid=9560] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9560/stat : 9560 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658323367 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9563] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9563/stat : 9563 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 658323368 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9566] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9566/stat : 9566 (python) S 9535 9537 8625 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658323369 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
[pid=9537/tid=9569] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 658323370 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 1645288

[startup+17.5015 s]
/proc/loadavg: 7.47 8.48 7.68 13/439 9571
/proc/meminfo: memFree=23561008/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
[pid=9559] ppid=9537 vsize=284108 CPUtime=0.02 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658323367 290926592 6720 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570255 0 0 16781312 514 13259793571629728001 0 0 17 2 0 0 0
/proc/9559/statm: 71027 6720 377 364 0 6945 0
[pid=9561] ppid=9559 vsize=9692 CPUtime=4.8 cores=0,2,4,6
/proc/9561/stat : 9561 (lingeling) R 9559 9561 9561 0 -1 4202496 3997 0 0 0 480 0 0 0 25 0 1 0 658323367 9924608 1606 33554432000 4194304 4352236 140734843905408 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9561/statm: 2423 1606 129 39 0 1503 0
[pid=9562] ppid=9537 vsize=294208 CPUtime=0.03 cores=0,2,4,6
/proc/9562/stat : 9562 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658323368 301268992 6791 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 13259793571629728001 0 0 17 4 0 0 0
/proc/9562/statm: 73552 6791 372 364 0 9467 0
[pid=9564] ppid=9562 vsize=9476 CPUtime=4.87 cores=0,2,4,6
/proc/9564/stat : 9564 (lingeling) R 9562 9564 9564 0 -1 4202496 3820 0 0 0 487 0 0 0 25 0 1 0 658323368 9703424 1539 33554432000 4194304 4352236 140736387599264 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9564/statm: 2369 1539 129 39 0 1449 0
[pid=9565] ppid=9537 vsize=304508 CPUtime=0.07 cores=0,2,4,6
/proc/9565/stat : 9565 (python) S 9537 9537 8625 0 -1 4202560 904 0 0 0 2 5 0 0 15 0 1 0 658323369 311816192 6795 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 9259563565889585411 0 0 17 4 0 0 0
/proc/9565/statm: 76127 6795 372 364 0 12039 0
[pid=9567] ppid=9565 vsize=104192 CPUtime=9.61 cores=0,2,4,6
/proc/9567/stat : 9567 (cryptominisat-2) R 9565 9567 9567 0 -1 4202496 20600 0 0 0 957 4 0 0 25 0 1 0 658323369 106692608 18757 33554432000 4194304 4677096 140734315384112 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9567/statm: 26048 18757 391 118 0 21007 0
[pid=9568] ppid=9537 vsize=314648 CPUtime=1.52 cores=0,2,4,6
/proc/9568/stat : 9568 (python) R 9537 9537 8625 0 -1 4202560 927 0 0 0 124 28 0 0 17 0 1 0 658323370 322199552 6799 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970206215 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9568/statm: 78662 6799 372 364 0 14571 0
[pid=9570] ppid=9568 vsize=0 CPUtime=8.05 cores=0,2,4,6
/proc/9570/stat : 9570 (lingeling) R 9568 9570 9570 0 -1 4202500 4562 0 0 0 804 1 0 0 25 0 1 0 658323370 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9570/statm: 0 0 0 0 0 0 0
[pid=9537/tid=9560] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9560/stat : 9560 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658323367 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9563] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9563/stat : 9563 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 658323368 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9566] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9566/stat : 9566 (python) S 9535 9537 8625 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658323369 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
[pid=9537/tid=9569] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 658323370 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (KiB) 1645288

[startup+17.6165 s]
/proc/loadavg: 7.47 8.48 7.68 13/439 9571
/proc/meminfo: memFree=23561008/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
[pid=9559] ppid=9537 vsize=284108 CPUtime=0.02 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658323367 290926592 6720 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570255 0 0 16781312 514 13259793571629728001 0 0 17 2 0 0 0
/proc/9559/statm: 71027 6720 377 364 0 6945 0
[pid=9561] ppid=9559 vsize=9692 CPUtime=4.88 cores=0,2,4,6
/proc/9561/stat : 9561 (lingeling) R 9559 9561 9561 0 -1 4202496 3997 0 0 0 488 0 0 0 25 0 1 0 658323367 9924608 1606 33554432000 4194304 4352236 140734843905408 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9561/statm: 2423 1606 129 39 0 1503 0
[pid=9562] ppid=9537 vsize=294208 CPUtime=0.03 cores=0,2,4,6
/proc/9562/stat : 9562 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658323368 301268992 6791 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 13259793571629728001 0 0 17 4 0 0 0
/proc/9562/statm: 73552 6791 372 364 0 9467 0
[pid=9564] ppid=9562 vsize=9476 CPUtime=4.89 cores=0,2,4,6
/proc/9564/stat : 9564 (lingeling) R 9562 9564 9564 0 -1 4202496 3820 0 0 0 489 0 0 0 25 0 1 0 658323368 9703424 1539 33554432000 4194304 4352236 140736387599264 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9564/statm: 2369 1539 129 39 0 1449 0
[pid=9565] ppid=9537 vsize=304508 CPUtime=0.07 cores=0,2,4,6
/proc/9565/stat : 9565 (python) S 9537 9537 8625 0 -1 4202560 904 0 0 0 2 5 0 0 15 0 1 0 658323369 311816192 6795 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 9259563565889585411 0 0 17 4 0 0 0
/proc/9565/statm: 76127 6795 372 364 0 12039 0
[pid=9567] ppid=9565 vsize=104280 CPUtime=9.72 cores=0,2,4,6
/proc/9567/stat : 9567 (cryptominisat-2) R 9565 9567 9567 0 -1 4202496 20770 0 0 0 968 4 0 0 25 0 1 0 658323369 106782720 18205 33554432000 4194304 4677096 140734315384112 18446744073709551615 4319751 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9567/statm: 26070 18205 391 118 0 21029 0
[pid=9568] ppid=9537 vsize=314648 CPUtime=1.62 cores=0,2,4,6
/proc/9568/stat : 9568 (python) R 9537 9537 8625 0 -1 4202560 927 0 0 0 133 29 0 0 17 0 1 0 658323370 322199552 6799 33554432000 4194304 5683644 140734231150416 18446744073709551615 4510876 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9568/statm: 78662 6799 372 364 0 14571 0
[pid=9570] ppid=9568 vsize=0 CPUtime=8.05 cores=0,2,4,6
/proc/9570/stat : 9570 (lingeling) R 9568 9570 9570 0 -1 4202500 4562 0 0 0 804 1 0 0 25 0 1 0 658323370 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9570/statm: 0 0 0 0 0 0 0
[pid=9537/tid=9560] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9560/stat : 9560 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658323367 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9563] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9563/stat : 9563 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 658323368 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9566] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9566/stat : 9566 (python) S 9535 9537 8625 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658323369 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
[pid=9537/tid=9569] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 658323370 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (KiB) 1645376

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

[startup+18.0014 s]
/proc/loadavg: 7.47 8.48 7.68 13/439 9571
/proc/meminfo: memFree=23561008/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
[pid=9559] ppid=9537 vsize=284108 CPUtime=0.02 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658323367 290926592 6720 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570255 0 0 16781312 514 13259793571629728001 0 0 17 2 0 0 0
/proc/9559/statm: 71027 6720 377 364 0 6945 0
[pid=9561] ppid=9559 vsize=10852 CPUtime=5.07 cores=0,2,4,6
/proc/9561/stat : 9561 (lingeling) R 9559 9561 9561 0 -1 4202496 4287 0 0 0 507 0 0 0 25 0 1 0 658323367 11112448 1896 33554432000 4194304 4352236 140734843905408 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9561/statm: 2713 1896 129 39 0 1793 0
[pid=9562] ppid=9537 vsize=294208 CPUtime=0.03 cores=0,2,4,6
/proc/9562/stat : 9562 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658323368 301268992 6791 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 13259793571629728001 0 0 17 4 0 0 0
/proc/9562/statm: 73552 6791 372 364 0 9467 0
[pid=9564] ppid=9562 vsize=9612 CPUtime=5.09 cores=0,2,4,6
/proc/9564/stat : 9564 (lingeling) R 9562 9564 9564 0 -1 4202496 3880 0 0 0 509 0 0 0 25 0 1 0 658323368 9842688 1599 33554432000 4194304 4352236 140736387599264 18446744073709551615 4251654 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9564/statm: 2403 1599 129 39 0 1483 0
[pid=9565] ppid=9537 vsize=304508 CPUtime=0.07 cores=0,2,4,6
/proc/9565/stat : 9565 (python) S 9537 9537 8625 0 -1 4202560 904 0 0 0 2 5 0 0 15 0 1 0 658323369 311816192 6795 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 9259563565889585411 0 0 17 4 0 0 0
/proc/9565/statm: 76127 6795 372 364 0 12039 0
[pid=9567] ppid=9565 vsize=104280 CPUtime=10.1 cores=0,2,4,6
/proc/9567/stat : 9567 (cryptominisat-2) R 9565 9567 9567 0 -1 4202496 20832 0 0 0 1006 4 0 0 25 0 1 0 658323369 106782720 18267 33554432000 4194304 4677096 140734315384112 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9567/statm: 26070 18267 391 118 0 21029 0
[pid=9568] ppid=9537 vsize=314648 CPUtime=2 cores=0,2,4,6
/proc/9568/stat : 9568 (python) R 9537 9537 8625 0 -1 4202560 927 0 0 0 165 35 0 0 18 0 1 0 658323370 322199552 6799 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9568/statm: 78662 6799 372 364 0 14571 0
[pid=9570] ppid=9568 vsize=0 CPUtime=8.05 cores=0,2,4,6
/proc/9570/stat : 9570 (lingeling) R 9568 9570 9570 0 -1 4202500 4562 0 0 0 804 1 0 0 25 0 1 0 658323370 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9570/statm: 0 0 0 0 0 0 0
[pid=9537/tid=9560] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9560/stat : 9560 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658323367 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9563] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9563/stat : 9563 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 658323368 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9566] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9566/stat : 9566 (python) S 9535 9537 8625 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658323369 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
[pid=9537/tid=9569] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 658323370 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33.12
Current children cumulated vsize (KiB) 1646672

[startup+18.4013 s]
/proc/loadavg: 7.47 8.48 7.68 13/439 9571
/proc/meminfo: memFree=23561008/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324456 CPUtime=2.69 cores=0,2,4,6
/proc/9537/stat : 9537 (python) S 9535 9537 8625 0 -1 4202496 16480 933 1 0 250 19 0 0 20 0 5 0 658322743 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 311
/proc/9537/statm: 81114 8311 1881 364 0 17023 0
[pid=9559] ppid=9537 vsize=284108 CPUtime=0.02 cores=0,2,4,6
/proc/9559/stat : 9559 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 658323367 290926592 6720 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570255 0 0 16781312 514 13259793571629728001 0 0 17 2 0 0 0
/proc/9559/statm: 71027 6720 377 364 0 6945 0
[pid=9561] ppid=9559 vsize=10852 CPUtime=5.27 cores=0,2,4,6
/proc/9561/stat : 9561 (lingeling) R 9559 9561 9561 0 -1 4202496 4287 0 0 0 527 0 0 0 25 0 1 0 658323367 11112448 1896 33554432000 4194304 4352236 140734843905408 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9561/statm: 2713 1896 129 39 0 1793 0
[pid=9562] ppid=9537 vsize=294208 CPUtime=0.03 cores=0,2,4,6
/proc/9562/stat : 9562 (python) S 9537 9537 8625 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658323368 301268992 6791 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 13259793571629728001 0 0 17 4 0 0 0
/proc/9562/statm: 73552 6791 372 364 0 9467 0
[pid=9564] ppid=9562 vsize=10636 CPUtime=5.29 cores=0,2,4,6
/proc/9564/stat : 9564 (lingeling) R 9562 9564 9564 0 -1 4202496 4136 0 0 0 529 0 0 0 25 0 1 0 658323368 10891264 1855 33554432000 4194304 4352236 140736387599264 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9564/statm: 2659 1855 129 39 0 1739 0
[pid=9565] ppid=9537 vsize=304508 CPUtime=0.07 cores=0,2,4,6
/proc/9565/stat : 9565 (python) S 9537 9537 8625 0 -1 4202560 904 0 0 0 2 5 0 0 15 0 1 0 658323369 311816192 6795 33554432000 4194304 5683644 140734231150416 18446744073709551615 242970570310 0 0 16781312 514 9259563565889585411 0 0 17 4 0 0 0
/proc/9565/statm: 76127 6795 372 364 0 12039 0
[pid=9567] ppid=9565 vsize=104280 CPUtime=10.5 cores=0,2,4,6
/proc/9567/stat : 9567 (cryptominisat-2) R 9565 9567 9567 0 -1 4202496 20889 0 0 0 1046 4 0 0 25 0 1 0 658323369 106782720 18324 33554432000 4194304 4677096 140734315384112 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9567/statm: 26070 18324 391 118 0 21029 0
[pid=9568] ppid=9537 vsize=314648 CPUtime=2.41 cores=0,2,4,6
/proc/9568/stat : 9568 (python) R 9537 9537 8625 0 -1 4202560 927 0 0 0 200 41 0 0 18 0 1 0 658323370 322199552 6799 33554432000 4194304 5683644 140734231150416 18446744073709551615 4892524 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/9568/statm: 78662 6799 372 364 0 14571 0
[pid=9570] ppid=9568 vsize=0 CPUtime=8.05 cores=0,2,4,6
/proc/9570/stat : 9570 (lingeling) R 9568 9570 9570 0 -1 4202500 4562 0 0 0 804 1 0 0 25 0 1 0 658323370 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/9570/statm: 0 0 0 0 0 0 0
[pid=9537/tid=9560] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9560/stat : 9560 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658323367 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9563] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9563/stat : 9563 (python) S 9535 9537 8625 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 658323368 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 4 0 0 0
[pid=9537/tid=9566] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9566/stat : 9566 (python) S 9535 9537 8625 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658323369 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
[pid=9537/tid=9569] ppid=9535 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 658323370 332242944 8311 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 2 18446604452018789056 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.33
Current children cumulated vsize (KiB) 1647696

[startup+18.6013 s]
/proc/loadavg: 7.84 8.53 7.70 7/428 9572
/proc/meminfo: memFree=23658108/32951132 swapFree=67093844/67111528
[pid=9537] ppid=9535 vsize=324396 CPUtime=35.02 cores=0,2,4,6
/proc/9537/stat : 9537 (python) R 9535 9537 8625 0 -1 4202496 20608 38845 1 0 252 20 3170 60 17 0 2 0 658322743 332181504 8304 33554432000 4194304 5683644 140734231150416 18446744073709551615 4619677 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 311
/proc/9537/statm: 81099 8304 1874 364 0 17023 0
[pid=9537/tid=9569] ppid=9535 vsize=324396 CPUtime=32.3 cores=0,2,4,6
/proc/9537/task/9569/stat : 9569 (python) S 9535 9537 8625 0 -1 4202560 28 38845 0 0 0 0 3170 60 18 0 2 0 658323370 332181504 8304 33554432000 4194304 5683644 140734231150416 18446744073709551615 242982373809 0 0 16781312 0 18446604452018789056 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.02
Current children cumulated vsize (KiB) 324396

Child status: 0
Real time (s): 18.624
CPU time (s): 35.0447
CPU user time (s): 34.2348
CPU system time (s): 0.809876
CPU usage (%): 188.169
Max. virtual memory (cumulated for all children) (KiB): 1647696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2348
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60815
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= 6732
involuntary context switches= 336

runsolver used 0.014997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 15:47:21
IDJOB=3378856
IDBENCH=84953
IDSOLVER=1860
FILE ID=node128/3378856-1305467241
RUNJOBID= node128-1305467241-9517
PBS_JOBID= 13325053
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/dekker.used-as.sat04-989.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-3378856-1305467241/watcher-3378856-1305467241 -o /tmp/evaluation-result-3378856-1305467241/solver-3378856-1305467241 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378856-1305467241.cnf -seed 564628906 -budget 4800 -cores 4

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

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=564628906

node128.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.852
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23770012 kB
Buffers:        288296 kB
Cached:        3246100 kB
SwapCached:       1440 kB
Active:        6717116 kB
Inactive:      2166184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23770012 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           64052 kB
Writeback:           0 kB
AnonPages:     5347300 kB
Mapped:          33680 kB
Slab:           191756 kB
PageTables:      39804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 108653688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73548 MiB
End job on node128 at 2011-05-15 15:47:40