Trace number 3308894

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-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  139333   357440 |   41799       0        0     nan |  0.000 % |
0.00/0.51	c |         0 |   96592   357336 |      --       0       --      -- |     --   | -42741/-104
0.00/0.51	c ==============================================================================
0.00/0.51	c Result  :   #vars: 17436   #clauses: 96592   #literals: 357336
0.00/0.51	c CPU time:   0.500923 s
0.00/0.51	c ==============================================================================
0.00/0.58	c
0.00/0.58	c Starting glucose
0.00/0.58	c
0.00/0.58	
0.00/0.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.58	
0.00/0.58	c ============================[ Problem Statistics ]=============================
0.00/0.58	c |                                                                             |
0.00/0.58	c |  Number of variables:  17436                                                |
0.00/0.58	c |  Number of clauses:    96592                                                |
0.57/0.62	c |  Parsing time:         0.03         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55:  4049 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-3308894-1303984604/watcher-3308894-1303984604 -o /tmp/evaluation-result-3308894-1303984604/solver-3308894-1303984604 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308894-1303984604.cnf 

running on 2 cores: 1,3

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.08 3.99 3.10 5/192 4046
/proc/meminfo: memFree=14029576/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510059108 8912896 253 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 253 211 178 0 69 0

[startup+0.0274539 s]
/proc/loadavg: 4.08 3.99 3.10 5/192 4046
/proc/meminfo: memFree=14029576/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510059108 8912896 253 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100443 s]
/proc/loadavg: 4.08 3.99 3.10 5/192 4046
/proc/meminfo: memFree=14029576/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510059108 8912896 253 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300409 s]
/proc/loadavg: 4.08 3.99 3.10 5/192 4046
/proc/meminfo: memFree=14029576/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510059108 8912896 253 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700346 s]
/proc/loadavg: 4.08 3.99 3.10 5/192 4046
/proc/meminfo: memFree=14029576/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 8704

[startup+1.50021 s]
/proc/loadavg: 4.07 3.99 3.11 5/194 4049
/proc/meminfo: memFree=14013208/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=12124 CPUtime=0.9 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 2876 0 0 0 90 0 0 0 25 0 1 0 510059167 12414976 2831 33554432000 134512640 135217611 4286690112 18446744073709551615 134533380 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 3031 2831 77 173 0 2856 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20828

[startup+3.10094 s]
/proc/loadavg: 4.07 3.99 3.11 5/194 4049
/proc/meminfo: memFree=14011224/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=14692 CPUtime=2.5 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 3506 0 0 0 250 0 0 0 25 0 1 0 510059167 15044608 3461 33554432000 134512640 135217611 4286690112 18446744073709551615 134532567 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 3673 3461 77 173 0 3498 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23396

[startup+6.3004 s]
/proc/loadavg: 4.07 3.99 3.11 5/194 4049
/proc/meminfo: memFree=14008592/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=16836 CPUtime=5.7 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 4043 0 0 0 570 0 0 0 25 0 1 0 510059167 17240064 3998 33554432000 134512640 135217611 4286690112 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 4209 3998 77 173 0 4034 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25540

[startup+12.7003 s]
/proc/loadavg: 4.06 3.99 3.12 5/194 4049
/proc/meminfo: memFree=14006384/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=17920 CPUtime=12.11 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 4324 0 0 0 1210 1 0 0 25 0 1 0 510059167 18350080 4279 33554432000 134512640 135217611 4286690112 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 4480 4279 77 173 0 4305 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26624

[startup+25.5002 s]
/proc/loadavg: 4.05 3.99 3.13 5/194 4050
/proc/meminfo: memFree=14003540/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=21012 CPUtime=24.91 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 5057 0 0 0 2490 1 0 0 25 0 1 0 510059167 21516288 5012 33554432000 134512640 135217611 4286690112 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 5253 5012 77 173 0 5078 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29716

[startup+51.1009 s]
/proc/loadavg: 4.03 3.99 3.15 5/194 4051
/proc/meminfo: memFree=14000404/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=23844 CPUtime=50.51 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 5747 0 0 0 5050 1 0 0 25 0 1 0 510059167 24416256 5702 33554432000 134512640 135217611 4286690112 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 5961 5702 77 173 0 5786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32548

[startup+102.307 s]
/proc/loadavg: 4.08 4.00 3.20 5/194 4052
/proc/meminfo: memFree=13995932/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=27988 CPUtime=101.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 6791 0 0 0 10170 1 0 0 25 0 1 0 510059167 28659712 6746 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 6997 6746 77 173 0 6822 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36692

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 3.25 5/194 4053
/proc/meminfo: memFree=13992204/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=32100 CPUtime=161.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 7788 0 0 0 16169 2 0 0 25 0 1 0 510059167 32870400 7743 33554432000 134512640 135217611 4286690112 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 8025 7743 77 173 0 7850 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 40804

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.29 5/194 4085
/proc/meminfo: memFree=14341304/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=36836 CPUtime=221.7 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 8861 0 0 0 22168 2 0 0 25 0 1 0 510059167 37720064 8816 33554432000 134512640 135217611 4286690112 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 9209 8816 77 173 0 9034 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 45540

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.33 5/194 4126
/proc/meminfo: memFree=15004868/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=39560 CPUtime=281.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 9498 0 0 0 28169 2 0 0 25 0 1 0 510059167 40509440 9453 33554432000 134512640 135217611 4286690112 18446744073709551615 134537585 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 9890 9453 77 173 0 9715 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 48264

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.37 5/194 4127
/proc/meminfo: memFree=14989400/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=43064 CPUtime=341.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 10376 0 0 0 34168 3 0 0 25 0 1 0 510059167 44097536 10331 33554432000 134512640 135217611 4286690112 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 10766 10331 77 173 0 10591 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 51768

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.41 5/194 4160
/proc/meminfo: memFree=14973964/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3

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

[pid=4049] ppid=4046 vsize=50600 CPUtime=521.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 12186 0 0 0 52168 3 0 0 25 0 1 0 510059167 51814400 12141 33554432000 134512640 135217611 4286690112 18446744073709551615 134542216 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 12650 12141 77 173 0 12475 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 59304

[startup+582.3 s]
/proc/loadavg: 4.08 4.02 3.51 5/194 4259
/proc/meminfo: memFree=14810364/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=52452 CPUtime=581.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 12662 0 0 0 58168 4 0 0 25 0 1 0 510059167 53710848 12617 33554432000 134512640 135217611 4286690112 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 13113 12617 77 173 0 12938 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 61156

[startup+642.3 s]
/proc/loadavg: 4.03 4.01 3.54 5/194 4321
/proc/meminfo: memFree=15139564/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=53608 CPUtime=641.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 12876 0 0 0 64168 4 0 0 25 0 1 0 510059167 54894592 12831 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 13402 12831 77 173 0 13227 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 62312

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.56 5/194 4323
/proc/meminfo: memFree=15116460/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=54636 CPUtime=701.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 13112 0 0 0 70168 4 0 0 25 0 1 0 510059167 55947264 13067 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 13659 13067 77 173 0 13484 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 63340

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 4324
/proc/meminfo: memFree=15095740/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=58128 CPUtime=761.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 13963 0 0 0 76168 4 0 0 25 0 1 0 510059167 59523072 13918 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 14532 13918 77 173 0 14357 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 66832

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 4326
/proc/meminfo: memFree=15089408/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=59580 CPUtime=821.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 14306 0 0 0 82168 4 0 0 25 0 1 0 510059167 61009920 14261 33554432000 134512640 135217611 4286690112 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 14895 14261 77 173 0 14720 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 68284

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 4328
/proc/meminfo: memFree=15082328/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=62016 CPUtime=881.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 14904 0 0 0 88167 4 0 0 25 0 1 0 510059167 63504384 14859 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 15504 14859 77 173 0 15329 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 70720

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 4329
/proc/meminfo: memFree=15078344/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=62348 CPUtime=941.71 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 14998 0 0 0 94167 4 0 0 25 0 1 0 510059167 63844352 14953 33554432000 134512640 135217611 4286690112 18446744073709551615 134539473 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 15587 14953 77 173 0 15412 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 71052

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 4331
/proc/meminfo: memFree=15072008/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=63956 CPUtime=1001.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 15408 0 0 0 100167 5 0 0 25 0 1 0 510059167 65490944 15363 33554432000 134512640 135217611 4286690112 18446744073709551615 134532649 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 15989 15363 77 173 0 15814 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 72660

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.69 5/194 4332
/proc/meminfo: memFree=15065416/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=64484 CPUtime=1061.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 15532 0 0 0 106167 5 0 0 25 0 1 0 510059167 66031616 15487 33554432000 134512640 135217611 4286690112 18446744073709551615 134538470 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 16121 15487 77 173 0 15946 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 73188

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.71 5/194 4334
/proc/meminfo: memFree=15061304/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=65492 CPUtime=1121.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 15757 0 0 0 112167 5 0 0 25 0 1 0 510059167 67063808 15712 33554432000 134512640 135217611 4286690112 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 16373 15712 77 173 0 16198 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 74196

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 4336
/proc/meminfo: memFree=15053728/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=67332 CPUtime=1181.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 16200 0 0 0 118167 5 0 0 25 0 1 0 510059167 68947968 16155 33554432000 134512640 135217611 4286690112 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 16833 16155 77 173 0 16658 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 76036

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 4337
/proc/meminfo: memFree=15048380/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=68024 CPUtime=1241.72 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 16404 0 0 0 124167 5 0 0 25 0 1 0 510059167 69656576 16338 33554432000 134512640 135217611 4286690112 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 17006 16338 77 173 0 16831 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 76728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.76 5/194 4339
/proc/meminfo: memFree=15042164/32950928 swapFree=67111528/67111528
[pid=4046] ppid=4044 vsize=8704 CPUtime=0.57 cores=1,3
/proc/4046/stat : 4046 (glucose.sh) S 4044 4046 3639 0 -1 4202496 361 6271 0 0 0 0 56 1 20 0 1 0 510059108 8912896 255 33554432000 4194304 4922060 140734535328624 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4046/statm: 2176 255 211 178 0 69 0
[pid=4049] ppid=4046 vsize=68472 CPUtime=1299.43 cores=1,3
/proc/4049/stat : 4049 (glucose_static) R 4046 4046 3639 0 -1 4202496 16481 0 0 0 129938 5 0 0 25 0 1 0 510059167 70115328 16415 33554432000 134512640 135217611 4286690112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4049/statm: 17118 16415 77 173 0 16943 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 77176

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.95
CPU system time (s): 0.080987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 77176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23123
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= 18
involuntary context switches= 15992

runsolver used 2.13167 second user time and 4.97324 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 11:56:44
IDJOB=3308894
IDBENCH=83110
IDSOLVER=1691
FILE ID=node126/3308894-1303984604
RUNJOBID= node126-1303983196-3659
PBS_JOBID= 13168700
Free space on /tmp= 71340 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=308165955

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14029980 kB
Buffers:       1836976 kB
Cached:       15426404 kB
SwapCached:          0 kB
Active:        7818332 kB
Inactive:     10516236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14029980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4272 kB
Writeback:           0 kB
AnonPages:     1070548 kB
Mapped:          15948 kB
Slab:           518908 kB
PageTables:       7264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1270532 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= 71576 MiB
End job on node126 at 2011-04-28 12:18:26