Trace number 3483952

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)UNSAT 443.204 443.742

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.90	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.90	c INFO: solving HOME/instance-3483952-1307749573.cnf
0.37/0.90	c INFO: computing task features
4.67/5.28	c INFO: computed variable-clause graph statistics
4.87/5.43	c INFO: computed clause balance statistics
24.16/24.76	c INFO: computed variable balance statistics
37.76/38.38	c INFO: computed small-clause counts
38.36/38.93	c INFO: computed Horn-clause counts
286.24/286.85	c INFO: computed variable graph statistics
286.24/286.85	c INFO: collected features for HOME/instance-3483952-1307749573.cnf in 285.80 s
286.24/286.86	c INFO: running lingeling-276@0 for 97 with 914 remaining (b = 0.91)
386.42/387.01	c INFO: running lingeling-276@99 for 97 with 814 remaining (b = 0.42)
443.03/443.67	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.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-3483952-1307749573/watcher-3483952-1307749573 -o /tmp/evaluation-result-3483952-1307749573/solver-3483952-1307749573 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483952-1307749573.cnf -seed 409621536 -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: 4.01 4.01 3.74 4/196 4174
/proc/meminfo: memFree=29293980/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=15184 CPUtime=0 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 734 0 0 0 0 0 0 0 20 0 1 0 886555270 15548416 621 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 0 0 0 0
/proc/4174/statm: 3796 621 322 364 0 283 0

[startup+0.02732 s]
/proc/loadavg: 4.01 4.01 3.74 4/196 4174
/proc/meminfo: memFree=29293980/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=16396 CPUtime=0.01 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 1122 0 0 0 1 0 0 0 20 0 1 0 886555270 16789504 988 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550533477 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/4174/statm: 4099 988 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.101056 s]
/proc/loadavg: 4.01 4.01 3.74 4/196 4174
/proc/meminfo: memFree=29293980/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=93964 CPUtime=0.06 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 2698 0 0 0 4 2 0 0 20 0 1 0 886555270 96219136 2407 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/4174/statm: 23544 2474 764 364 0 1676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.301055 s]
/proc/loadavg: 4.01 4.01 3.74 4/196 4174
/proc/meminfo: memFree=29293980/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=135752 CPUtime=0.18 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 5974 932 1 0 13 5 0 0 19 0 1 0 886555270 139010048 4148 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 2 0 0 0
/proc/4174/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700989 s]
/proc/loadavg: 4.01 4.01 3.74 4/196 4174
/proc/meminfo: memFree=29293980/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=278128 CPUtime=0.37 cores=0,2
/proc/4174/stat : 4174 (python) D 4172 4174 3469 0 -1 4202496 9077 932 1 0 27 10 0 0 17 0 1 0 886555270 284803072 6803 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550543415 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 5
/proc/4174/statm: 69532 6803 1744 364 0 5456 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278128

[startup+1.50083 s]
/proc/loadavg: 4.01 4.01 3.74 5/197 4179
/proc/meminfo: memFree=29244800/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=336208 CPUtime=0.96 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 23365 932 1 0 84 12 0 0 18 0 1 0 886555270 344276992 21033 33554432000 4194304 5683644 140733517573104 18446744073709551615 4422950 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 84052 21033 1761 364 0 19976 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 336208

[startup+3.10056 s]
/proc/loadavg: 4.01 4.01 3.74 5/197 4179
/proc/meminfo: memFree=29178716/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=436596 CPUtime=2.57 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 47638 932 1 0 241 16 0 0 20 0 1 0 886555270 447074304 45306 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 109149 45306 1761 364 0 45073 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 436596

[startup+6.30093 s]
/proc/loadavg: 4.01 4.01 3.74 5/197 4179
/proc/meminfo: memFree=29090156/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=492436 CPUtime=5.77 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 99552 932 1 0 555 22 0 0 25 0 1 0 886555270 504254464 60493 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550196083 0 0 16781312 2 0 0 0 17 2 0 0 27
/proc/4174/statm: 123109 60493 1826 364 0 59033 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 492436

[startup+12.7008 s]
/proc/loadavg: 4.01 4.01 3.74 5/197 4180
/proc/meminfo: memFree=29089932/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=492436 CPUtime=12.16 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 99552 932 1 0 1194 22 0 0 25 0 1 0 886555270 504254464 60493 33554432000 4194304 5683644 140733517573104 18446744073709551615 271549898480 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 123109 60493 1826 364 0 59033 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 492436

[startup+25.5005 s]
/proc/loadavg: 4.15 4.04 3.76 5/197 4180
/proc/meminfo: memFree=29062148/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=492436 CPUtime=24.96 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 99553 932 1 0 2474 22 0 0 25 0 1 0 886555270 504254464 60494 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550192832 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 123109 60494 1827 364 0 59033 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 492436

[startup+51.1008 s]
/proc/loadavg: 4.10 4.03 3.76 5/200 4184
/proc/meminfo: memFree=29105256/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=501268 CPUtime=50.56 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 101767 932 1 0 5034 22 0 0 25 0 1 0 886555270 513298432 62708 33554432000 4194304 5683644 140733517573104 18446744073709551615 47468533708940 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 125317 62708 1833 364 0 61241 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 501268

[startup+102.307 s]
/proc/loadavg: 4.04 4.03 3.77 5/197 4228
/proc/meminfo: memFree=29431920/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=501268 CPUtime=101.75 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 101767 932 1 0 10153 22 0 0 25 0 1 0 886555270 513298432 62708 33554432000 4194304 5683644 140733517573104 18446744073709551615 47468533708940 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 125317 62708 1833 364 0 61241 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 501268

[startup+162.301 s]
/proc/loadavg: 4.08 4.04 3.79 5/197 4230
/proc/meminfo: memFree=29424064/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=501268 CPUtime=161.75 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 101767 932 1 0 16153 22 0 0 25 0 1 0 886555270 513298432 62708 33554432000 4194304 5683644 140733517573104 18446744073709551615 47468533708940 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 125317 62708 1833 364 0 61241 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 501268

[startup+222.301 s]
/proc/loadavg: 4.07 4.04 3.81 5/197 4277
/proc/meminfo: memFree=29428892/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=501268 CPUtime=221.74 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 101767 932 1 0 22152 22 0 0 25 0 1 0 886555270 513298432 62708 33554432000 4194304 5683644 140733517573104 18446744073709551615 47468533708940 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 125317 62708 1833 364 0 61241 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 501268

[startup+282.301 s]
/proc/loadavg: 3.98 4.02 3.81 5/200 4325
/proc/meminfo: memFree=30572964/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=501268 CPUtime=281.74 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 101767 932 1 0 28152 22 0 0 25 0 1 0 886555270 513298432 62708 33554432000 4194304 5683644 140733517573104 18446744073709551615 47468533708940 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/4174/statm: 125317 62708 1833 364 0 61241 0
Current children cumulated CPU time (s) 281.74
Current children cumulated vsize (KiB) 501268

[startup+342.301 s]
/proc/loadavg: 3.99 4.01 3.82 5/206 4332
/proc/meminfo: memFree=30459408/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102047 932 1 0 28608 23 0 0 25 0 2 0 886555270 506089472 58419 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58419 1867 364 0 59475 0
[pid=4326] ppid=4174 vsize=483984 CPUtime=0.07 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 904 0 0 0 4 3 0 0 18 0 1 0 886583956 495599616 56924 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557711 0 0 16781312 514 2165527733323399428 0 0 17 0 0 0 0
/proc/4326/statm: 120996 56924 376 364 0 56914 0
[pid=4328] ppid=4326 vsize=83220 CPUtime=55.35 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 57435 0 0 0 5527 8 0 0 25 0 1 0 886583957 85217280 20007 33554432000 4194304 4352236 140737423843552 18446744073709551615 4230352 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 20805 20007 129 39 0 19885 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 2 0 886583957 506089472 58419 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 341.73
Current children cumulated vsize (KiB) 1061432

[startup+402.301 s]
/proc/loadavg: 3.99 4.01 3.83 5/204 4378
/proc/meminfo: memFree=30606800/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.15 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1162 0 0 0 9 6 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=82160 CPUtime=115.26 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59228 0 0 0 11518 8 0 0 25 0 1 0 886583957 84131840 19710 33554432000 4194304 4352236 140737423843552 18446744073709551615 4245488 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 20540 19710 129 39 0 19620 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.72
Current children cumulated vsize (KiB) 1070616

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

[startup+409.501 s]
/proc/loadavg: 4.07 4.02 3.83 5/204 4378
/proc/meminfo: memFree=30603544/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.16 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1164 0 0 0 9 7 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=88764 CPUtime=122.46 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59636 0 0 0 12238 8 0 0 25 0 1 0 886583957 90894336 20118 33554432000 4194304 4352236 140737423843552 18446744073709551615 4267932 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 22191 20118 129 39 0 21271 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.93
Current children cumulated vsize (KiB) 1077220

[startup+422.3 s]
/proc/loadavg: 4.06 4.02 3.83 5/207 4382
/proc/meminfo: memFree=30583924/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.18 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1170 0 0 0 10 8 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=84632 CPUtime=135.24 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59636 0 0 0 13516 8 0 0 25 0 1 0 886583957 86663168 19085 33554432000 4194304 4352236 140737423843552 18446744073709551615 4331164 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 21158 19085 129 39 0 20238 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 421.73
Current children cumulated vsize (KiB) 1073088

[startup+435.101 s]
/proc/loadavg: 4.12 4.04 3.84 5/207 4382
/proc/meminfo: memFree=30574144/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.19 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1173 0 0 0 11 8 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=84632 CPUtime=148.02 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59636 0 0 0 14794 8 0 0 25 0 1 0 886583957 86663168 19085 33554432000 4194304 4352236 140737423843552 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 21158 19085 129 39 0 20238 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 434.52
Current children cumulated vsize (KiB) 1073088

[startup+438.3 s]
/proc/loadavg: 4.12 4.04 3.84 5/207 4382
/proc/meminfo: memFree=30581460/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.19 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1173 0 0 0 11 8 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=84632 CPUtime=151.22 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59636 0 0 0 15114 8 0 0 25 0 1 0 886583957 86663168 19085 33554432000 4194304 4352236 140737423843552 18446744073709551615 4331607 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 21158 19085 129 39 0 20238 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 437.72
Current children cumulated vsize (KiB) 1073088

[startup+441.501 s]
/proc/loadavg: 4.11 4.03 3.84 5/207 4382
/proc/meminfo: memFree=30573884/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.21 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1175 0 0 0 12 9 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=82580 CPUtime=154.41 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 59636 0 0 0 15433 8 0 0 25 0 1 0 886583957 84561920 18572 33554432000 4194304 4352236 140737423843552 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 20645 18572 129 39 0 19725 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.93
Current children cumulated vsize (KiB) 1071036

[startup+443.101 s]
/proc/loadavg: 4.11 4.03 3.84 5/207 4382
/proc/meminfo: memFree=30576488/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.21 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1175 0 0 0 12 9 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=84628 CPUtime=156.01 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 60148 0 0 0 15593 8 0 0 25 0 1 0 886583957 86659072 19084 33554432000 4194304 4352236 140737423843552 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 21157 19084 129 39 0 20237 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 442.53
Current children cumulated vsize (KiB) 1073084

[startup+443.5 s]
/proc/loadavg: 4.11 4.03 3.84 5/207 4382
/proc/meminfo: memFree=30575352/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494228 CPUtime=286.31 cores=0,2
/proc/4174/stat : 4174 (python) S 4172 4174 3469 0 -1 4202496 102540 932 1 0 28608 23 0 0 18 0 2 0 886555270 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/4174/statm: 123557 58420 1868 364 0 59475 0
[pid=4326] ppid=4174 vsize=494228 CPUtime=0.21 cores=0,2
/proc/4326/stat : 4326 (python) S 4174 4174 3469 0 -1 4202560 1175 0 0 0 12 9 0 0 18 0 2 0 886583956 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/4326/statm: 123557 56968 415 364 0 59475 0
[pid=4328] ppid=4326 vsize=84628 CPUtime=156.41 cores=0,2
/proc/4328/stat : 4328 (lingeling) R 4326 4328 4328 0 -1 4202496 60148 0 0 0 15633 8 0 0 25 0 1 0 886583957 86659072 19084 33554432000 4194304 4352236 140737423843552 18446744073709551615 4238992 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/4328/statm: 21157 19084 129 39 0 20237 0
[pid=4326/tid=4335] ppid=4174 vsize=494228 CPUtime=0 cores=0,2
/proc/4326/task/4335/stat : 4335 (python) S 4174 4174 3469 0 -1 4202560 120 0 0 0 0 0 0 0 19 0 2 0 886593971 506089472 56968 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 514 18446604453955095552 0 0 -1 0 0 0 0
[pid=4174/tid=4327] ppid=4172 vsize=494228 CPUtime=0 cores=0,2
/proc/4174/task/4327/stat : 4327 (python) S 4172 4174 3469 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 886583957 506089472 58420 33554432000 4194304 5683644 140733517573104 18446744073709551615 271562361265 0 0 16781312 2 18446604453889811776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 442.93
Current children cumulated vsize (KiB) 1073084

[startup+443.7 s]
/proc/loadavg: 4.11 4.03 3.84 5/207 4382
/proc/meminfo: memFree=30575352/32951124 swapFree=67054536/67111528
[pid=4174] ppid=4172 vsize=494204 CPUtime=443.14 cores=0,2
/proc/4174/stat : 4174 (python) R 4172 4174 3469 0 -1 4202496 111905 62325 1 0 28610 24 15662 18 17 0 1 0 886555270 506064896 58417 33554432000 4194304 5683644 140733517573104 18446744073709551615 271550192652 0 0 16781312 0 0 0 0 17 2 0 0 27
/proc/4174/statm: 123551 58417 1865 364 0 59475 0
Current children cumulated CPU time (s) 443.14
Current children cumulated vsize (KiB) 494204

Child status: 0
Real time (s): 443.742
CPU time (s): 443.204
CPU user time (s): 442.751
CPU system time (s): 0.452931
CPU usage (%): 99.8787
Max. virtual memory (cumulated for all children) (KiB): 1088544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.751
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191477
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= 3014
involuntary context switches= 1173

runsolver used 0.754885 second user time and 1.51277 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:46:14
IDJOB=3483952
IDBENCH=82450
IDSOLVER=1976
FILE ID=node133/3483952-1307749573
RUNJOBID= node133-1307747008-3488
PBS_JOBID= 13550825
Free space on /tmp= 73784 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.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-3483952-1307749573/watcher-3483952-1307749573 -o /tmp/evaluation-result-3483952-1307749573/solver-3483952-1307749573 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483952-1307749573.cnf -seed 409621536 -budget 1200

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=409621536

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:      29294532 kB
Buffers:        233860 kB
Cached:        1311120 kB
SwapCached:      10420 kB
Active:        2732800 kB
Inactive:       710556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29294532 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           89504 kB
Writeback:           0 kB
AnonPages:     1895708 kB
Mapped:          18996 kB
Slab:           141616 kB
PageTables:      11432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2265712 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= 73916 MiB
End job on node133 at 2011-06-11 01:53:38