Trace number 3483808

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.05 1203.73

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.07/4.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.07/4.61	c INFO: solving HOME/instance-3483808-1307747008.cnf
0.07/4.61	c INFO: computing task features
5.40/9.65	c INFO: computed variable-clause graph statistics
5.60/9.80	c INFO: computed clause balance statistics
26.19/30.42	c INFO: computed variable balance statistics
41.39/45.69	c INFO: computed small-clause counts
41.89/46.17	c INFO: computed Horn-clause counts
148.99/153.29	c INFO: computed variable graph statistics
148.99/153.29	c INFO: collected features for HOME/instance-3483808-1307747008.cnf in 148.53 s
148.99/153.29	c INFO: running lingeling-276@0 for 97 with 1051 remaining (b = 0.20)
249.20/253.44	c INFO: running cryptominisat-2.9.0@0 for 951 with 951 remaining (b = 0.29)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3483808-1307747008/watcher-3483808-1307747008 -o /tmp/evaluation-result-3483808-1307747008/solver-3483808-1307747008 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483808-1307747008.cnf -seed 5039089 -budget 1200 

running on 2 cores: 0,2

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: 0.18 0.06 0.02 4/188 3545
/proc/meminfo: memFree=31520156/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=11804 CPUtime=0 cores=0,2
/proc/3545/stat : 3545 (runsolver) R 3538 3545 3469 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 886298900 12087296 50 33554432000 4194304 5436572 140735095979056 18446744073709551615 4824048 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/3545/statm: 2951 50 31 304 0 2643 0

[startup+0.0295419 s]
/proc/loadavg: 0.18 0.06 0.02 4/188 3545
/proc/meminfo: memFree=31520156/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=15080 CPUtime=0 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 651 0 0 0 0 0 0 0 17 0 1 0 886298900 15441920 545 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 0 0 0 0
/proc/3545/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100564 s]
/proc/loadavg: 0.18 0.06 0.02 4/188 3545
/proc/meminfo: memFree=31520156/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=15380 CPUtime=0 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 793 0 0 0 0 0 0 0 17 0 1 0 886298900 15749120 679 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071700215955 0 0 17 0 0 0 0
/proc/3545/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300532 s]
/proc/loadavg: 0.18 0.06 0.02 4/188 3545
/proc/meminfo: memFree=31520156/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=15776 CPUtime=0 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 929 0 0 0 0 0 0 0 15 0 1 0 886298900 16154624 807 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 0 0 0 0
/proc/3545/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.700429 s]
/proc/loadavg: 0.18 0.06 0.02 4/188 3545
/proc/meminfo: memFree=31520156/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=16536 CPUtime=0.01 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 1187 0 0 0 1 0 0 0 16 0 1 0 886298900 16932864 1046 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071700215955 0 0 17 0 0 0 0
/proc/3545/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+1.50026 s]
/proc/loadavg: 0.18 0.06 0.02 3/194 3551
/proc/meminfo: memFree=31507584/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=29788 CPUtime=0.04 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 1442 0 0 0 3 1 0 0 15 0 1 0 886298900 30502912 1283 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 0 0 0 0
/proc/3545/statm: 7447 1283 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+3.10093 s]
/proc/loadavg: 0.18 0.06 0.02 3/194 3551
/proc/meminfo: memFree=31499648/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=85360 CPUtime=0.07 cores=0,2
/proc/3545/stat : 3545 (python) D 3538 3545 3469 0 -1 4202496 2585 0 0 0 5 2 0 0 15 0 1 0 886298900 87408640 2308 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550543415 0 0 16781312 2 18446744071562154983 0 0 17 0 0 0 0
/proc/3545/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 0.80 0.19 0.06 6/197 3571
/proc/meminfo: memFree=31116688/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=406028 CPUtime=2.09 cores=0,2
/proc/3545/stat : 3545 (python) R 3538 3545 3469 0 -1 4202496 40908 931 1 0 194 15 0 0 17 0 1 0 886298900 415772672 38580 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 0 0 0 93
/proc/3545/statm: 101507 38580 1761 364 0 37431 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 406028
heavy processes:

[startup+12.7062 s]
/proc/loadavg: 1.06 0.26 0.08 5/197 3571
/proc/meminfo: memFree=30830664/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553668 CPUtime=8.5 cores=0,2
/proc/3545/stat : 3545 (python) R 3538 3545 3469 0 -1 4202496 109043 931 1 0 825 25 0 0 25 0 1 0 886298900 566956032 75802 33554432000 4194304 5683644 140734654108640 18446744073709551615 47756559179040 0 0 16781312 2 0 0 0 17 0 0 0 93
/proc/3545/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 553668
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 1.71 0.44 0.15 5/197 3572
/proc/meminfo: memFree=30826288/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553668 CPUtime=21.3 cores=0,2
/proc/3545/stat : 3545 (python) R 3538 3545 3469 0 -1 4202496 109043 931 1 0 2105 25 0 0 25 0 1 0 886298900 566956032 75802 33554432000 4194304 5683644 140734654108640 18446744073709551615 4940551 0 0 16781312 2 0 0 0 17 0 0 0 93
/proc/3545/statm: 138417 75802 1826 364 0 74341 0
Current children cumulated CPU time (s) 21.3
Current children cumulated vsize (KiB) 553668

[startup+51.1003 s]
/proc/loadavg: 2.57 0.74 0.25 5/200 3577
/proc/meminfo: memFree=30809040/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553668 CPUtime=46.89 cores=0,2
/proc/3545/stat : 3545 (python) R 3538 3545 3469 0 -1 4202496 109050 931 1 0 4664 25 0 0 25 0 1 0 886298900 566956032 75809 33554432000 4194304 5683644 140734654108640 18446744073709551615 47756558882944 0 0 16781312 2 0 0 0 17 0 0 0 93
/proc/3545/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 46.89
Current children cumulated vsize (KiB) 553668

[startup+102.301 s]
/proc/loadavg: 3.38 1.24 0.45 5/203 3583
/proc/meminfo: memFree=30452252/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553668 CPUtime=98.09 cores=0,2
/proc/3545/stat : 3545 (python) R 3538 3545 3469 0 -1 4202496 109050 931 1 0 9784 25 0 0 25 0 1 0 886298900 566956032 75809 33554432000 4194304 5683644 140734654108640 18446744073709551615 47756558882944 0 0 16781312 2 0 0 0 17 0 0 0 93
/proc/3545/statm: 138417 75809 1833 364 0 74341 0
Current children cumulated CPU time (s) 98.09
Current children cumulated vsize (KiB) 553668

[startup+162.307 s]
/proc/loadavg: 4.02 1.82 0.69 5/207 3593
/proc/meminfo: memFree=30192748/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=543128 CPUtime=149.08 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 109331 931 1 0 14883 25 0 0 25 0 2 0 886298900 556163072 70645 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 135782 70645 1867 364 0 71700 0
[pid=3590] ppid=3545 vsize=532884 CPUtime=0 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 886314230 545673216 69150 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557711 0 0 16781312 514 4086054318581448964 0 0 17 0 0 0 0
/proc/3590/statm: 133221 69150 376 364 0 69139 0
[pid=3593] ppid=3590 vsize=54776 CPUtime=8.97 cores=0,2
/proc/3593/stat : 3593 (lingeling) R 3590 3593 3593 0 -1 4202496 32301 0 0 0 893 4 0 0 25 0 1 0 886314231 56090624 12864 33554432000 4194304 4352236 140737393052304 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3593/statm: 13694 12864 129 39 0 12774 0
[pid=3545/tid=3592] ppid=3538 vsize=543128 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 886314231 556163072 70645 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.05
Current children cumulated vsize (KiB) 1130788

[startup+222.301 s]
/proc/loadavg: 4.01 2.21 0.90 5/207 3595
/proc/meminfo: memFree=30209100/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=543128 CPUtime=149.08 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 109331 931 1 0 14883 25 0 0 25 0 2 0 886298900 556163072 70645 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 135782 70645 1867 364 0 71700 0
[pid=3590] ppid=3545 vsize=532884 CPUtime=0.08 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 886314230 545673216 69150 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557711 0 0 16781312 514 3292377618212421892 0 0 17 0 0 0 0
/proc/3590/statm: 133221 69150 376 364 0 69139 0
[pid=3593] ppid=3590 vsize=36404 CPUtime=68.92 cores=0,2
/proc/3593/stat : 3593 (lingeling) R 3590 3593 3593 0 -1 4202496 32365 0 0 0 6888 4 0 0 25 0 1 0 886314231 37277696 8271 33554432000 4194304 4352236 140737393052304 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3593/statm: 9101 8271 129 39 0 8181 0
[pid=3545/tid=3592] ppid=3538 vsize=543128 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 2 0 886314231 556163072 70645 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.08
Current children cumulated vsize (KiB) 1112416

[startup+282.301 s]
/proc/loadavg: 4.00 2.53 1.09 5/211 3600
/proc/meminfo: memFree=29675108/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=0.04 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 908 0 0 0 2 2 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 4367524072611873028 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=659772 CPUtime=28.8 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 137241 0 0 0 2862 18 0 0 25 0 1 0 886324246 675606528 128398 33554432000 4194304 4677096 140735044080528 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 164943 128398 387 118 0 159902 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 278.1
Current children cumulated vsize (KiB) 2335824

[startup+342.301 s]
/proc/loadavg: 4.10 2.83 1.28 5/211 3602
/proc/meminfo: memFree=29409824/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0

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

[pid=3598] ppid=3545 vsize=543140 CPUtime=1.14 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 66 48 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 3292377618212421892 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=1037800 CPUtime=688.14 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 459913 0 0 0 68755 59 0 0 25 0 1 0 886324246 1062707200 215118 33554432000 4194304 4677096 140735044080528 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 259450 215118 393 118 0 254409 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 938.54
Current children cumulated vsize (KiB) 2713852

[startup+1002.3 s]
/proc/loadavg: 4.06 3.93 2.67 5/215 3626
/proc/meminfo: memFree=29194800/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=1.24 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 72 52 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 3292377618212421892 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=987776 CPUtime=748.09 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 460584 0 0 0 74749 60 0 0 25 0 1 0 886324246 1011482624 215307 33554432000 4194304 4677096 140735044080528 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 246944 215307 393 118 0 241903 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 998.59
Current children cumulated vsize (KiB) 2663828

[startup+1062.3 s]
/proc/loadavg: 4.02 3.94 2.75 5/215 3627
/proc/meminfo: memFree=29182600/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=1.34 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 78 56 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 4367524072611873028 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=988524 CPUtime=808.02 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 460951 0 0 0 80742 60 0 0 25 0 1 0 886324246 1012248576 215496 33554432000 4194304 4677096 140735044080528 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 247131 215496 393 118 0 242090 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1058.62
Current children cumulated vsize (KiB) 2664576

[startup+1122.3 s]
/proc/loadavg: 4.06 3.96 2.83 5/215 3630
/proc/meminfo: memFree=29166084/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=1.43 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 83 60 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 4367524072611873028 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=988868 CPUtime=867.94 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 461884 0 0 0 86733 61 0 0 25 0 1 0 886324246 1012600832 215502 33554432000 4194304 4677096 140735044080528 18446744073709551615 4319783 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 247217 215502 393 118 0 242176 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1118.63
Current children cumulated vsize (KiB) 2664920

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 2.90 5/215 3631
/proc/meminfo: memFree=29161588/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=1.52 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 89 63 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 4367524072611873028 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=989196 CPUtime=927.85 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 462283 0 0 0 92723 62 0 0 25 0 1 0 886324246 1012936704 215548 33554432000 4194304 4677096 140735044080528 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 247299 215548 393 118 0 242258 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1178.63
Current children cumulated vsize (KiB) 2665248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 4.01 3.97 2.93 3/200 3636
/proc/meminfo: memFree=29597184/32951124 swapFree=67054536/67111528
[pid=3545] ppid=3538 vsize=553384 CPUtime=149.1 cores=0,2
/proc/3545/stat : 3545 (python) S 3538 3545 3469 0 -1 4202496 110135 931 1 0 14884 26 0 0 20 0 3 0 886298900 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 93
/proc/3545/statm: 138346 70652 1870 364 0 74261 0
[pid=3590] ppid=3545 vsize=543128 CPUtime=0.13 cores=0,2
/proc/3590/stat : 3590 (python) S 3545 3545 3469 0 -1 4202560 1159 0 0 0 7 6 0 0 19 0 2 0 886314230 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3590/statm: 135782 69193 414 364 0 71700 0
[pid=3593] ppid=3590 vsize=36400 CPUtime=100.03 cores=0,2
/proc/3593/stat : 3593 (lingeling) T 3590 3593 3593 0 -1 4202496 33403 0 0 0 9999 4 0 0 25 0 1 0 886314231 37273600 8270 33554432000 4194304 4352236 140737393052304 18446744073709551615 4276778 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/3593/statm: 9100 8270 129 39 0 8180 0
[pid=3590/tid=3597] ppid=3545 vsize=543128 CPUtime=0 cores=0,2
/proc/3590/task/3597/stat : 3597 (python) S 3545 3545 3469 0 -1 4202560 121 0 0 0 0 0 0 0 19 0 2 0 886324244 556163072 69193 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 514 18446604453864051904 0 0 -1 2 0 0 0
[pid=3598] ppid=3545 vsize=543140 CPUtime=1.57 cores=0,2
/proc/3598/stat : 3598 (python) S 3545 3545 3469 0 -1 4202560 1003 0 0 0 91 66 0 0 15 0 1 0 886324245 556175360 69148 33554432000 4194304 5683644 140734654108640 18446744073709551615 271550557766 0 0 16781312 514 4367524072611873028 0 0 17 0 0 0 0
/proc/3598/statm: 135785 69148 370 364 0 71700 0
[pid=3600] ppid=3598 vsize=989196 CPUtime=949.22 cores=0,2
/proc/3600/stat : 3600 (cryptominisat-2) R 3598 3600 3600 0 -1 4202496 462649 0 0 0 94860 62 0 0 25 0 1 0 886324246 1012936704 215669 33554432000 4194304 4677096 140735044080528 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/3600/statm: 247299 215669 393 118 0 242258 0
[pid=3545/tid=3592] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3592/stat : 3592 (python) S 3538 3545 3469 0 -1 4202560 29 931 0 0 0 0 0 0 25 0 3 0 886314231 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
[pid=3545/tid=3599] ppid=3538 vsize=553384 CPUtime=0 cores=0,2
/proc/3545/task/3599/stat : 3599 (python) S 3538 3545 3469 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 886324245 566665216 70652 33554432000 4194304 5683644 140734654108640 18446744073709551615 271562361265 0 0 16781312 2 18446604453950472576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 2665248

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3545 and gives
#  childrusage.ru_utime.tv_sec=148
#  childrusage.ru_utime.tv_usec=844372
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=280957
# CPU time returned by wait4() is 149.125
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.73
CPU time (s): 1200.05
CPU user time (s): 1198.41
CPU system time (s): 1.64
CPU usage (%): 99.6939
Max. virtual memory (cumulated for all children) (KiB): 2718080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.844
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111066
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= 4630
involuntary context switches= 386

runsolver used 2.16567 second user time and 4.35334 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:03:29
IDJOB=3483808
IDBENCH=20365
IDSOLVER=1976
FILE ID=node133/3483808-1307747008
RUNJOBID= node133-1307747008-3488
PBS_JOBID= 13550825
Free space on /tmp= 74028 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.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-3483808-1307747008/watcher-3483808-1307747008 -o /tmp/evaluation-result-3483808-1307747008/solver-3483808-1307747008 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483808-1307747008.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=5039089

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31523516 kB
Buffers:        226480 kB
Cached:         977036 kB
SwapCached:      10420 kB
Active:         688760 kB
Inactive:       534508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31523516 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:          181944 kB
Writeback:           0 kB
AnonPages:       17824 kB
Mapped:          12360 kB
Slab:           138844 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node133 at 2011-06-11 01:23:36