Trace number 3308918

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.03 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  284752   697348 |   85425       0        0     nan |  0.000 % |
0.00/0.97	c |         0 |  178513   604522 |      --       0       --      -- |     --   | -106239/-92826
0.00/0.97	c ==============================================================================
0.00/0.97	c Result  :   #vars: 35116   #clauses: 178513   #literals: 604522
0.00/0.97	c CPU time:   0.936857 s
0.00/0.97	c ==============================================================================
1.00/1.08	c
1.00/1.08	c Starting glucose
1.00/1.08	c
1.00/1.08	
1.00/1.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.00/1.08	
1.00/1.08	c ============================[ Problem Statistics ]=============================
1.00/1.08	c |                                                                             |
1.00/1.08	c |  Number of variables:  35116                                                |
1.00/1.08	c |  Number of clauses:    178513                                               |
1.07/1.15	c |  Parsing time:         0.06         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 20093 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-3308918-1303984650/watcher-3308918-1303984650 -o /tmp/evaluation-result-3308918-1303984650/solver-3308918-1303984650 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308918-1303984650.cnf 

running on 2 cores: 4,6

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.13 4.01 3.16 5/192 20090
/proc/meminfo: memFree=19239804/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=0 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510063021 8912896 252 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 252 211 178 0 69 0

[startup+0.0909771 s]
/proc/loadavg: 4.13 4.01 3.16 5/192 20090
/proc/meminfo: memFree=19239804/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=0 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510063021 8912896 252 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100984 s]
/proc/loadavg: 4.13 4.01 3.16 5/192 20090
/proc/meminfo: memFree=19239804/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=0 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510063021 8912896 252 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30094 s]
/proc/loadavg: 4.13 4.01 3.16 5/192 20090
/proc/meminfo: memFree=19239804/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=0 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510063021 8912896 252 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700867 s]
/proc/loadavg: 4.13 4.01 3.16 5/192 20090
/proc/meminfo: memFree=19239804/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=0 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510063021 8912896 252 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5007 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20092
/proc/meminfo: memFree=19186104/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 8704

[startup+3.10044 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20093
/proc/meminfo: memFree=19207928/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=20672 CPUtime=2 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 4913 0 0 0 200 0 0 0 25 0 1 0 510063130 21168128 4868 33554432000 134512640 135217611 4289046912 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 5168 4868 77 173 0 4993 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29376

[startup+6.30089 s]
/proc/loadavg: 4.12 4.01 3.16 5/194 20094
/proc/meminfo: memFree=19200904/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=22912 CPUtime=5.2 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 5455 0 0 0 519 1 0 0 25 0 1 0 510063130 23461888 5410 33554432000 134512640 135217611 4289046912 18446744073709551615 134526213 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 5728 5410 77 173 0 5553 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31616

[startup+12.7008 s]
/proc/loadavg: 4.11 4.01 3.17 5/194 20094
/proc/meminfo: memFree=19197384/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=24792 CPUtime=11.6 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 5906 0 0 0 1159 1 0 0 25 0 1 0 510063130 25387008 5861 33554432000 134512640 135217611 4289046912 18446744073709551615 134532703 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 6198 5861 77 173 0 6023 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33496

[startup+25.5005 s]
/proc/loadavg: 4.09 4.01 3.18 5/194 20094
/proc/meminfo: memFree=19193016/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=27404 CPUtime=24.4 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 6560 0 0 0 2439 1 0 0 25 0 1 0 510063130 28061696 6515 33554432000 134512640 135217611 4289046912 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 6851 6515 77 173 0 6676 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36108

[startup+51.101 s]
/proc/loadavg: 4.06 4.00 3.20 5/194 20095
/proc/meminfo: memFree=19188696/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=29944 CPUtime=50 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 7213 0 0 0 4999 1 0 0 25 0 1 0 510063130 30662656 7168 33554432000 134512640 135217611 4289046912 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 7486 7168 77 173 0 7311 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38648

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.24 5/194 20096
/proc/meminfo: memFree=19180976/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=34436 CPUtime=101.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 8292 0 0 0 10119 2 0 0 25 0 1 0 510063130 35262464 8247 33554432000 134512640 135217611 4289046912 18446744073709551615 134533350 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 8609 8247 77 173 0 8434 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43140

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.29 5/194 20098
/proc/meminfo: memFree=19143752/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=37668 CPUtime=161.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 9123 0 0 0 16119 2 0 0 25 0 1 0 510063130 38572032 9078 33554432000 134512640 135217611 4289046912 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 9417 9078 77 173 0 9242 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 46372

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.33 5/194 20108
/proc/meminfo: memFree=19136744/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=40232 CPUtime=221.2 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 9712 0 0 0 22118 2 0 0 25 0 1 0 510063130 41197568 9667 33554432000 134512640 135217611 4289046912 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 10058 9667 77 173 0 9883 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 48936

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.37 5/194 20110
/proc/meminfo: memFree=19128972/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=42936 CPUtime=281.2 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 10405 0 0 0 28118 2 0 0 25 0 1 0 510063130 43966464 10360 33554432000 134512640 135217611 4289046912 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 10734 10360 77 173 0 10559 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 51640

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.40 5/194 20111
/proc/meminfo: memFree=19114556/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=46256 CPUtime=341.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 11193 0 0 0 34118 3 0 0 25 0 1 0 510063130 47366144 11148 33554432000 134512640 135217611 4289046912 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 11564 11148 77 173 0 11389 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54960

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.44 5/194 20143
/proc/meminfo: memFree=19700276/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=48056 CPUtime=401.21 cores=4,6

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

[pid=20093] ppid=20090 vsize=51764 CPUtime=521.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 12490 0 0 0 52117 4 0 0 25 0 1 0 510063130 53006336 12445 33554432000 134512640 135217611 4289046912 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 12941 12445 77 173 0 12766 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 60468

[startup+582.3 s]
/proc/loadavg: 4.02 4.01 3.53 5/194 20270
/proc/meminfo: memFree=19679580/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=52892 CPUtime=581.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 12766 0 0 0 58117 4 0 0 25 0 1 0 510063130 54161408 12721 33554432000 134512640 135217611 4289046912 18446744073709551615 134533678 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 13223 12721 77 173 0 13048 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 61596

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.56 5/194 20271
/proc/meminfo: memFree=19671880/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=53948 CPUtime=641.21 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 13047 0 0 0 64117 4 0 0 25 0 1 0 510063130 55242752 13002 33554432000 134512640 135217611 4289046912 18446744073709551615 134533585 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 13487 13002 77 173 0 13312 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 62652

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 20273
/proc/meminfo: memFree=19665420/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=56076 CPUtime=701.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 13537 0 0 0 70117 5 0 0 25 0 1 0 510063130 57421824 13492 33554432000 134512640 135217611 4289046912 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 14019 13492 77 173 0 13844 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 64780

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 20275
/proc/meminfo: memFree=19657716/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=57484 CPUtime=761.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 13857 0 0 0 76117 5 0 0 25 0 1 0 510063130 58863616 13790 33554432000 134512640 135217611 4289046912 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 14371 13790 77 173 0 14196 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 66188

[startup+822.301 s]
/proc/loadavg: 3.66 3.92 3.60 4/187 20294
/proc/meminfo: memFree=19739772/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=59280 CPUtime=821.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 14288 0 0 0 82117 5 0 0 25 0 1 0 510063130 60702720 14221 33554432000 134512640 135217611 4289046912 18446744073709551615 134533084 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 14820 14221 77 173 0 14645 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67984

[startup+882.301 s]
/proc/loadavg: 3.22 3.74 3.56 4/187 20296
/proc/meminfo: memFree=19736364/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=59964 CPUtime=881.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 14423 0 0 0 88117 5 0 0 25 0 1 0 510063130 61403136 14356 33554432000 134512640 135217611 4289046912 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 14991 14356 77 173 0 14816 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 68668

[startup+942.301 s]
/proc/loadavg: 3.09 3.61 3.52 4/187 20297
/proc/meminfo: memFree=19732264/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=61696 CPUtime=941.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 14859 0 0 0 94117 5 0 0 25 0 1 0 510063130 63176704 14792 33554432000 134512640 135217611 4289046912 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 15424 14792 77 173 0 15249 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 70400

[startup+1002.3 s]
/proc/loadavg: 3.03 3.50 3.49 4/187 20299
/proc/meminfo: memFree=19728152/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=62536 CPUtime=1001.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 15027 0 0 0 100117 5 0 0 25 0 1 0 510063130 64036864 14960 33554432000 134512640 135217611 4289046912 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 15634 14960 77 173 0 15459 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 71240

[startup+1062.3 s]
/proc/loadavg: 3.01 3.40 3.45 4/187 20301
/proc/meminfo: memFree=19725160/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=64136 CPUtime=1061.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 15444 0 0 0 106117 5 0 0 25 0 1 0 510063130 65675264 15377 33554432000 134512640 135217611 4289046912 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 16034 15377 77 173 0 15859 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 72840

[startup+1122.3 s]
/proc/loadavg: 3.00 3.33 3.42 4/187 20302
/proc/meminfo: memFree=19718444/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=64796 CPUtime=1121.22 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 15594 0 0 0 112117 5 0 0 25 0 1 0 510063130 66351104 15527 33554432000 134512640 135217611 4289046912 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 16199 15527 77 173 0 16024 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 73500

[startup+1182.3 s]
/proc/loadavg: 3.00 3.26 3.40 4/187 20304
/proc/meminfo: memFree=19712228/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=65876 CPUtime=1181.23 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 15879 0 0 0 118117 6 0 0 25 0 1 0 510063130 67457024 15812 33554432000 134512640 135217611 4289046912 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 16469 15812 77 173 0 16294 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 74580

[startup+1242.3 s]
/proc/loadavg: 3.05 3.23 3.37 4/187 20305
/proc/meminfo: memFree=19710468/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=66380 CPUtime=1241.23 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 16017 0 0 0 124117 6 0 0 25 0 1 0 510063130 67973120 15950 33554432000 134512640 135217611 4289046912 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 16595 15950 77 173 0 16420 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 75084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.67 3.10 3.32 3/180 20325
/proc/meminfo: memFree=19780716/32951124 swapFree=67111464/67111528
[pid=20090] ppid=20088 vsize=8704 CPUtime=1.07 cores=4,6
/proc/20090/stat : 20090 (glucose.sh) S 20088 20090 19774 0 -1 4202496 358 12663 0 0 0 0 104 3 18 0 1 0 510063021 8912896 254 33554432000 4194304 4922060 140736194448096 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20090/statm: 2176 254 211 178 0 69 0
[pid=20093] ppid=20090 vsize=67928 CPUtime=1298.93 cores=4,6
/proc/20093/stat : 20093 (glucose_static) R 20090 20090 19774 0 -1 4202496 16397 0 0 0 129887 6 0 0 25 0 1 0 510063130 69558272 16330 33554432000 134512640 135217611 4289046912 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20093/statm: 16982 16330 77 173 0 16807 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 76632

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.03
CPU user time (s): 1299.93
CPU system time (s): 0.102984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 76632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29449
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= 8
involuntary context switches= 2985

runsolver used 2.25666 second user time and 4.84726 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 11:57:31
IDJOB=3308918
IDBENCH=83120
IDSOLVER=1691
FILE ID=node136/3308918-1303984650
RUNJOBID= node136-1303983196-19794
PBS_JOBID= 13168690
Free space on /tmp= 72168 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=1763845398

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19239960 kB
Buffers:       1734180 kB
Cached:       10825972 kB
SwapCached:         60 kB
Active:        6164120 kB
Inactive:      6966372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19239960 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           17680 kB
Writeback:           0 kB
AnonPages:      570076 kB
Mapped:          15940 kB
Slab:           516124 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   770328 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= 72320 MiB
End job on node136 at 2011-04-28 12:19:13