Trace number 3308441

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

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
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 variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  746442  1741698 |  223932       0        0     nan |  0.000 % |
6.39/6.46	c |         0 |  397738  1362662 |      --       0       --      -- |     --   | -348682/-378983
6.39/6.46	c ==============================================================================
6.39/6.46	c Result  :   #vars: 76979   #clauses: 397738   #literals: 1362662
6.39/6.46	c CPU time:   6.32504 s
6.39/6.46	c ==============================================================================
6.69/6.73	c
6.69/6.73	c Starting glucose
6.69/6.73	c
6.69/6.73	
6.69/6.73	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
6.69/6.73	
6.69/6.73	c ============================[ Problem Statistics ]=============================
6.69/6.73	c |                                                                             |
6.69/6.73	c |  Number of variables:  76979                                                |
6.69/6.73	c |  Number of clauses:    397738                                               |
6.72/6.88	c |  Parsing time:         0.14         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 23344 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-3308441-1303983221/watcher-3308441-1303983221 -o /tmp/evaluation-result-3308441-1303983221/solver-3308441-1303983221 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308441-1303983221.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: 0.00 0.00 0.00 2/180 23316
/proc/meminfo: memFree=13840448/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0

[startup+0.0390219 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 23316
/proc/meminfo: memFree=13840448/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101063 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 23316
/proc/meminfo: memFree=13840448/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301025 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 23316
/proc/meminfo: memFree=13840448/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700952 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 23316
/proc/meminfo: memFree=13840448/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50075 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 23342
/proc/meminfo: memFree=13668124/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
[pid=23317] ppid=23316 vsize=111392 CPUtime=1.49 cores=1,3
/proc/23317/stat : 23317 (SatELite_releas) R 23316 23316 23274 0 -1 4202496 28364 0 0 0 143 6 0 0 25 0 1 0 509920872 114065408 26252 33554432000 134512640 135225430 4291554752 18446744073709551615 134586069 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/23317/statm: 27848 26252 78 175 0 27671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120096

[startup+3.10047 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 23342
/proc/meminfo: memFree=13635388/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
[pid=23317] ppid=23316 vsize=116656 CPUtime=3.08 cores=1,3
/proc/23317/stat : 23317 (SatELite_releas) R 23316 23316 23274 0 -1 4202496 29746 0 0 0 300 8 0 0 25 0 1 0 509920872 119455744 27634 33554432000 134512640 135225430 4291554752 18446744073709551615 134587334 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/23317/statm: 29164 27634 78 175 0 28987 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 125360

[startup+6.30091 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 23343
/proc/meminfo: memFree=13618284/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=0 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 509920872 8912896 253 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 253 211 178 0 69 0
[pid=23317] ppid=23316 vsize=122700 CPUtime=6.29 cores=1,3
/proc/23317/stat : 23317 (SatELite_releas) R 23316 23316 23274 0 -1 4202496 32162 0 0 0 616 13 0 0 25 0 1 0 509920872 125644800 28833 33554432000 134512640 135225430 4291554752 18446744073709551615 134587289 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/23317/statm: 30675 28833 78 175 0 30498 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131404

[startup+12.7008 s]
/proc/loadavg: 0.61 0.13 0.04 5/194 23344
/proc/meminfo: memFree=13678860/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=42192 CPUtime=5.96 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 10025 0 0 0 595 1 0 0 25 0 1 0 509921545 43204608 9926 33554432000 134512640 135217611 4291574864 18446744073709551615 134526278 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 10548 9926 77 173 0 10373 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50896

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 23344
/proc/meminfo: memFree=13664436/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=46708 CPUtime=18.75 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 11134 0 0 0 1874 1 0 0 25 0 1 0 509921545 47828992 11035 33554432000 134512640 135217611 4291574864 18446744073709551615 134532588 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 11677 11035 77 173 0 11502 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55412

[startup+51.101 s]
/proc/loadavg: 2.34 0.63 0.21 5/194 23345
/proc/meminfo: memFree=13652468/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=50844 CPUtime=44.35 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 12193 0 0 0 4434 1 0 0 25 0 1 0 509921545 52064256 12094 33554432000 134512640 135217611 4291574864 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 12711 12094 77 173 0 12536 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59548

[startup+102.307 s]
/proc/loadavg: 3.28 1.15 0.41 5/194 23346
/proc/meminfo: memFree=13631500/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=55964 CPUtime=95.56 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 13458 0 0 0 9554 2 0 0 25 0 1 0 509921545 57307136 13359 33554432000 134512640 135217611 4291574864 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 13991 13359 77 173 0 13816 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 64668

[startup+162.3 s]
/proc/loadavg: 3.73 1.66 0.63 5/194 23348
/proc/meminfo: memFree=13613232/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=59100 CPUtime=155.55 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 14214 0 0 0 15553 2 0 0 25 0 1 0 509921545 60518400 14115 33554432000 134512640 135217611 4291574864 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 14775 14115 77 173 0 14600 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 67804

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 0.84 5/194 23349
/proc/meminfo: memFree=13601040/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=61632 CPUtime=215.56 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 14835 0 0 0 21553 3 0 0 25 0 1 0 509921545 63111168 14736 33554432000 134512640 135217611 4291574864 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 15408 14736 77 173 0 15233 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 70336

[startup+282.3 s]
/proc/loadavg: 4.02 2.45 1.04 5/194 23351
/proc/meminfo: memFree=13580924/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=66076 CPUtime=275.56 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 15949 0 0 0 27553 3 0 0 25 0 1 0 509921545 67661824 15850 33554432000 134512640 135217611 4291574864 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 16519 15850 77 173 0 16344 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 74780

[startup+342.301 s]
/proc/loadavg: 4.07 2.74 1.23 5/194 23353
/proc/meminfo: memFree=13565504/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=70036 CPUtime=335.56 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 16939 0 0 0 33552 4 0 0 25 0 1 0 509921545 71716864 16840 33554432000 134512640 135217611 4291574864 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 17509 16840 77 173 0 17334 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 78740

[startup+402.301 s]
/proc/loadavg: 4.02 2.97 1.40 5/194 23354
/proc/meminfo: memFree=13561240/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3

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

[pid=23344] ppid=23316 vsize=79232 CPUtime=515.56 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 19168 0 0 0 51552 4 0 0 25 0 1 0 509921545 81133568 19069 33554432000 134512640 135217611 4291574864 18446744073709551615 134526278 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 19808 19069 77 173 0 19633 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 87936

[startup+582.3 s]
/proc/loadavg: 4.00 3.44 1.85 5/194 23359
/proc/meminfo: memFree=13518740/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=84536 CPUtime=575.57 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 20512 0 0 0 57552 5 0 0 25 0 1 0 509921545 86564864 20413 33554432000 134512640 135217611 4291574864 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 21134 20413 77 173 0 20959 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 93240

[startup+642.301 s]
/proc/loadavg: 4.04 3.56 2.00 5/194 23361
/proc/meminfo: memFree=13509032/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=84536 CPUtime=635.57 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 20527 0 0 0 63552 5 0 0 25 0 1 0 509921545 86564864 20428 33554432000 134512640 135217611 4291574864 18446744073709551615 134527928 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 21134 20428 77 173 0 20959 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 93240

[startup+702.301 s]
/proc/loadavg: 4.01 3.63 2.11 5/194 23362
/proc/meminfo: memFree=13497576/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=84840 CPUtime=695.57 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 20621 0 0 0 69552 5 0 0 25 0 1 0 509921545 86876160 20522 33554432000 134512640 135217611 4291574864 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 21210 20522 77 173 0 21035 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 93544

[startup+762.307 s]
/proc/loadavg: 4.00 3.70 2.23 5/194 23364
/proc/meminfo: memFree=13484152/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=85824 CPUtime=755.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 20767 0 0 0 75553 5 0 0 25 0 1 0 509921545 87883776 20668 33554432000 134512640 135217611 4291574864 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 21456 20668 77 173 0 21281 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 94528

[startup+822.301 s]
/proc/loadavg: 4.08 3.77 2.34 5/194 23365
/proc/meminfo: memFree=13480252/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=87360 CPUtime=815.57 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 21162 0 0 0 81552 5 0 0 25 0 1 0 509921545 89456640 21063 33554432000 134512640 135217611 4291574864 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 21840 21063 77 173 0 21665 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 96064

[startup+882.3 s]
/proc/loadavg: 4.03 3.80 2.44 5/194 23367
/proc/meminfo: memFree=13474144/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=89688 CPUtime=875.57 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 21713 0 0 0 87552 5 0 0 25 0 1 0 509921545 91840512 21614 33554432000 134512640 135217611 4291574864 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 22422 21614 77 173 0 22247 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 98392

[startup+942.301 s]
/proc/loadavg: 4.04 3.85 2.54 5/194 23369
/proc/meminfo: memFree=13456368/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=95000 CPUtime=935.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 23043 0 0 0 93552 6 0 0 25 0 1 0 509921545 97280000 22944 33554432000 134512640 135217611 4291574864 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 23750 22944 77 173 0 23575 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 103704

[startup+1002.3 s]
/proc/loadavg: 4.08 3.89 2.64 5/194 23370
/proc/meminfo: memFree=13440444/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=95844 CPUtime=995.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 23203 0 0 0 99552 6 0 0 25 0 1 0 509921545 98144256 23104 33554432000 134512640 135217611 4291574864 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 23961 23104 77 173 0 23786 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 104548

[startup+1062.3 s]
/proc/loadavg: 4.03 3.91 2.72 5/194 23372
/proc/meminfo: memFree=13432468/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=96884 CPUtime=1055.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 23430 0 0 0 105552 6 0 0 25 0 1 0 509921545 99209216 23331 33554432000 134512640 135217611 4291574864 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 24221 23331 77 173 0 24046 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 105588

[startup+1122.3 s]
/proc/loadavg: 4.01 3.92 2.79 5/194 23373
/proc/meminfo: memFree=13427612/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=97992 CPUtime=1115.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 23676 0 0 0 111552 6 0 0 25 0 1 0 509921545 100343808 23577 33554432000 134512640 135217611 4291574864 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 24498 23577 77 173 0 24323 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 106696

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/194 23375
/proc/meminfo: memFree=13425208/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=98340 CPUtime=1175.58 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 23756 0 0 0 117552 6 0 0 25 0 1 0 509921545 100700160 23657 33554432000 134512640 135217611 4291574864 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 24585 23657 77 173 0 24410 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 107044

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.94 5/194 23377
/proc/meminfo: memFree=13418352/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=103848 CPUtime=1235.59 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 25148 0 0 0 123552 7 0 0 25 0 1 0 509921545 106340352 25049 33554432000 134512640 135217611 4291574864 18446744073709551615 134528199 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 25962 25049 77 173 0 25787 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 112552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 4/191 23379
/proc/meminfo: memFree=13488140/32950928 swapFree=67111528/67111528
[pid=23316] ppid=23314 vsize=8704 CPUtime=6.72 cores=1,3
/proc/23316/stat : 23316 (glucose.sh) S 23314 23316 23274 0 -1 4202496 359 35504 0 0 0 0 656 16 18 0 1 0 509920872 8912896 255 33554432000 4194304 4922060 140733278922512 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23316/statm: 2176 255 211 178 0 69 0
[pid=23344] ppid=23316 vsize=104608 CPUtime=1293.29 cores=1,3
/proc/23344/stat : 23344 (glucose_static) R 23316 23316 23274 0 -1 4202496 25309 0 0 0 129322 7 0 0 25 0 1 0 509921545 107118592 25210 33554432000 134512640 135217611 4291574864 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/23344/statm: 26152 25210 77 173 0 25977 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 113312

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.8
CPU system time (s): 0.243962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 141328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61176
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= 3140

runsolver used 2.07868 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 11:33:41
IDJOB=3308441
IDBENCH=70769
IDSOLVER=1691
FILE ID=node120/3308441-1303983221
RUNJOBID= node120-1303983220-23295
PBS_JOBID= 13168706
Free space on /tmp= 72056 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308441-1303983221/watcher-3308441-1303983221 -o /tmp/evaluation-result-3308441-1303983221/solver-3308441-1303983221 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308441-1303983221.cnf

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1600639036

node120.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	: 5226.07
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13840852 kB
Buffers:       2475652 kB
Cached:       15966628 kB
SwapCached:          0 kB
Active:       10796896 kB
Inactive:      7740940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13840852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20028 kB
Writeback:           0 kB
AnonPages:       94368 kB
Mapped:          15376 kB
Slab:           507096 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   245332 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= 71980 MiB
End job on node120 at 2011-04-28 11:55:23