Trace number 3308888

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
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.29	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.29	c ==============================================================================
0.00/0.29	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.29	c CPU time:   0.288956 s
0.00/0.29	c ==============================================================================
0.00/0.33	c
0.00/0.33	c Starting glucose
0.00/0.33	c
0.00/0.33	
0.00/0.33	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.33	
0.00/0.33	c ============================[ Problem Statistics ]=============================
0.00/0.33	c |                                                                             |
0.00/0.33	c |  Number of variables:  10123                                                |
0.00/0.33	c |  Number of clauses:    55718                                                |
0.00/0.35	c |  Parsing time:         0.02         s                                       |
1300.00/1300.00	HOME/glucose.sh: line 55: 31463 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308888-1303984583/watcher-3308888-1303984583 -o /tmp/evaluation-result-3308888-1303984583/solver-3308888-1303984583 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308888-1303984583.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.14 4.00 3.10 4/192 31460
/proc/meminfo: memFree=21629584/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490873585 8912896 253 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 253 211 178 0 69 0

[startup+0.061841 s]
/proc/loadavg: 4.14 4.00 3.10 4/192 31460
/proc/meminfo: memFree=21629584/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490873585 8912896 253 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100845 s]
/proc/loadavg: 4.14 4.00 3.10 4/192 31460
/proc/meminfo: memFree=21629584/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490873585 8912896 253 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300797 s]
/proc/loadavg: 4.14 4.00 3.10 4/192 31460
/proc/meminfo: memFree=21629584/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490873585 8912896 253 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700695 s]
/proc/loadavg: 4.14 4.00 3.10 4/192 31460
/proc/meminfo: memFree=21629584/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 8704

[startup+1.50059 s]
/proc/loadavg: 4.14 4.00 3.10 5/194 31463
/proc/meminfo: memFree=21614688/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=8752 CPUtime=1.15 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 2053 0 0 0 115 0 0 0 25 0 1 0 490873619 8962048 2007 33554432000 134512640 135217611 4294450960 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 2188 2007 77 173 0 2013 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17456

[startup+3.1003 s]
/proc/loadavg: 4.14 4.00 3.10 5/194 31463
/proc/meminfo: memFree=21612208/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=9740 CPUtime=2.75 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 2304 0 0 0 275 0 0 0 25 0 1 0 490873619 9973760 2258 33554432000 134512640 135217611 4294450960 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 2435 2258 77 173 0 2260 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18444

[startup+6.30074 s]
/proc/loadavg: 4.12 4.00 3.10 5/194 31463
/proc/meminfo: memFree=21608748/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=10944 CPUtime=5.95 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 2612 0 0 0 595 0 0 0 25 0 1 0 490873619 11206656 2566 33554432000 134512640 135217611 4294450960 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 2736 2566 77 173 0 2561 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19648

[startup+12.7006 s]
/proc/loadavg: 4.11 4.00 3.10 5/194 31463
/proc/meminfo: memFree=21605536/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=12488 CPUtime=12.35 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 2972 0 0 0 1235 0 0 0 25 0 1 0 490873619 12787712 2926 33554432000 134512640 135217611 4294450960 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 3122 2926 77 173 0 2947 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 21192

[startup+25.5004 s]
/proc/loadavg: 4.09 4.00 3.12 5/194 31463
/proc/meminfo: memFree=21601532/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=15068 CPUtime=25.15 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 3602 0 0 0 2515 0 0 0 25 0 1 0 490873619 15429632 3556 33554432000 134512640 135217611 4294450960 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 3767 3556 77 173 0 3592 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23772

[startup+51.1008 s]
/proc/loadavg: 4.06 4.00 3.14 5/194 31464
/proc/meminfo: memFree=21567632/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=17464 CPUtime=50.75 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 4193 0 0 0 5075 0 0 0 25 0 1 0 490873619 17883136 4147 33554432000 134512640 135217611 4294450960 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 4366 4147 77 173 0 4191 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26168

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.18 5/194 31495
/proc/meminfo: memFree=22021988/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=22268 CPUtime=101.96 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 5355 0 0 0 10195 1 0 0 25 0 1 0 490873619 22802432 5309 33554432000 134512640 135217611 4294450960 18446744073709551615 134538439 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 5567 5309 77 173 0 5392 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30972

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.23 5/194 31497
/proc/meminfo: memFree=22003108/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=26352 CPUtime=161.95 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 6354 0 0 0 16194 1 0 0 25 0 1 0 490873619 26984448 6308 33554432000 134512640 135217611 4294450960 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 6588 6308 77 173 0 6413 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 35056

[startup+222.301 s]
/proc/loadavg: 4.05 4.01 3.28 5/194 31498
/proc/meminfo: memFree=21992556/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=28476 CPUtime=221.96 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 6867 0 0 0 22194 2 0 0 25 0 1 0 490873619 29159424 6821 33554432000 134512640 135217611 4294450960 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 7119 6821 77 173 0 6944 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 37180

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.32 5/194 31539
/proc/meminfo: memFree=22184468/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=31208 CPUtime=281.96 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 7508 0 0 0 28194 2 0 0 25 0 1 0 490873619 31956992 7462 33554432000 134512640 135217611 4294450960 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 7802 7462 77 173 0 7627 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 39912

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.36 5/194 31541
/proc/meminfo: memFree=22171488/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=34812 CPUtime=341.96 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 8423 0 0 0 34194 2 0 0 25 0 1 0 490873619 35647488 8377 33554432000 134512640 135217611 4294450960 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 8703 8377 77 173 0 8528 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 43516

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.40 5/194 31542
/proc/meminfo: memFree=22162912/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7

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

[pid=31463] ppid=31460 vsize=39440 CPUtime=521.96 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 9551 0 0 0 52193 3 0 0 25 0 1 0 490873619 40386560 9505 33554432000 134512640 135217611 4294450960 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 9860 9505 77 173 0 9685 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 48144

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.50 5/194 31547
/proc/meminfo: memFree=22136336/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=43132 CPUtime=581.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 10407 0 0 0 58193 4 0 0 25 0 1 0 490873619 44167168 10361 33554432000 134512640 135217611 4294450960 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 10783 10361 77 173 0 10608 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 51836

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.54 5/194 31549
/proc/meminfo: memFree=22130240/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=43276 CPUtime=641.98 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 10472 0 0 0 64194 4 0 0 25 0 1 0 490873619 44314624 10426 33554432000 134512640 135217611 4294450960 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 10819 10426 77 173 0 10644 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 51980

[startup+702.301 s]
/proc/loadavg: 4.08 4.03 3.57 5/194 31550
/proc/meminfo: memFree=22123900/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=45624 CPUtime=701.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 11022 0 0 0 70193 4 0 0 25 0 1 0 490873619 46718976 10976 33554432000 134512640 135217611 4294450960 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 11406 10976 77 173 0 11231 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 54328

[startup+762.307 s]
/proc/loadavg: 4.09 4.04 3.60 5/194 31552
/proc/meminfo: memFree=22117552/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=47136 CPUtime=761.98 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 11396 0 0 0 76194 4 0 0 25 0 1 0 490873619 48267264 11350 33554432000 134512640 135217611 4294450960 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 11784 11350 77 173 0 11609 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 55840

[startup+822.301 s]
/proc/loadavg: 4.03 4.03 3.62 5/194 31553
/proc/meminfo: memFree=22112812/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=47916 CPUtime=821.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 11536 0 0 0 82193 4 0 0 25 0 1 0 490873619 49065984 11490 33554432000 134512640 135217611 4294450960 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 11979 11490 77 173 0 11804 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 56620

[startup+882.301 s]
/proc/loadavg: 4.01 4.02 3.64 5/194 31555
/proc/meminfo: memFree=22106216/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=49644 CPUtime=881.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 11922 0 0 0 88193 4 0 0 25 0 1 0 490873619 50835456 11876 33554432000 134512640 135217611 4294450960 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 12411 11876 77 173 0 12236 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 58348

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.66 5/194 31556
/proc/meminfo: memFree=22102600/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=50388 CPUtime=941.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 12130 0 0 0 94193 4 0 0 25 0 1 0 490873619 51597312 12084 33554432000 134512640 135217611 4294450960 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 12597 12084 77 173 0 12422 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 59092

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.68 5/194 31558
/proc/meminfo: memFree=22096004/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=50820 CPUtime=1001.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 12230 0 0 0 100193 4 0 0 25 0 1 0 490873619 52039680 12184 33554432000 134512640 135217611 4294450960 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 12705 12184 77 173 0 12530 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 59524

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 31560
/proc/meminfo: memFree=22092636/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=51276 CPUtime=1061.97 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 12327 0 0 0 106193 4 0 0 25 0 1 0 490873619 52506624 12281 33554432000 134512640 135217611 4294450960 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 12819 12281 77 173 0 12644 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 59980

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.72 5/194 31561
/proc/meminfo: memFree=22088256/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=53852 CPUtime=1121.98 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 12932 0 0 0 112194 4 0 0 25 0 1 0 490873619 55144448 12886 33554432000 134512640 135217611 4294450960 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 13463 12886 77 173 0 13288 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 62556

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.73 5/194 31563
/proc/meminfo: memFree=22085632/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=53924 CPUtime=1181.98 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 12950 0 0 0 118194 4 0 0 25 0 1 0 490873619 55218176 12904 33554432000 134512640 135217611 4294450960 18446744073709551615 134533456 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 13481 12904 77 173 0 13306 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 62628

[startup+1242.3 s]
/proc/loadavg: 4.11 4.04 3.75 5/194 31565
/proc/meminfo: memFree=22076928/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=54928 CPUtime=1241.98 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 13159 0 0 0 124194 4 0 0 25 0 1 0 490873619 56246272 13113 33554432000 134512640 135217611 4294450960 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 13732 13113 77 173 0 13557 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 63632



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.96 4.01 3.76 5/194 31595
/proc/meminfo: memFree=22152788/32951124 swapFree=67111528/67111528
[pid=31460] ppid=31458 vsize=8704 CPUtime=0.32 cores=5,7
/proc/31460/stat : 31460 (glucose.sh) S 31458 31460 31143 0 -1 4202496 360 3590 0 0 0 0 32 0 22 0 1 0 490873585 8912896 255 33554432000 4194304 4922060 140734428831584 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31460/statm: 2176 255 211 178 0 69 0
[pid=31463] ppid=31460 vsize=56896 CPUtime=1299.68 cores=5,7
/proc/31463/stat : 31463 (glucose_static) R 31460 31460 31143 0 -1 4202496 13627 0 0 0 129964 4 0 0 25 0 1 0 490873619 58261504 13566 33554432000 134512640 135217611 4294450960 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/31463/statm: 14224 13566 77 173 0 14049 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 65600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.98
CPU system time (s): 0.06199
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 65600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1688

runsolver used 2.10168 second user time and 5.00324 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 11:56:23
IDJOB=3308888
IDBENCH=83108
IDSOLVER=1691
FILE ID=node140/3308888-1303984583
RUNJOBID= node140-1303983195-31164
PBS_JOBID= 13168686
Free space on /tmp= 72512 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308888-1303984583/watcher-3308888-1303984583 -o /tmp/evaluation-result-3308888-1303984583/solver-3308888-1303984583 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308888-1303984583.cnf

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1457400287

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      21629732 kB
Buffers:       2284804 kB
Cached:        7853200 kB
SwapCached:          0 kB
Active:        3197732 kB
Inactive:      7553016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21629732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           56716 kB
Writeback:           0 kB
AnonPages:      612200 kB
Mapped:          15928 kB
Slab:           505072 kB
PageTables:       6400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   809684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72644 MiB
End job on node140 at 2011-04-28 12:18:05