Trace number 3309056

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) 1299.99 1300.01

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  108399   372979 |   32519       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |   94840   355025 |      --       0       --      -- |     --   | -13528/-17820
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 22582   #clauses: 94840   #literals: 355025
0.00/0.33	c CPU time:   0.32295 s
0.00/0.33	c ==============================================================================
0.00/0.40	c
0.00/0.40	c Starting glucose
0.00/0.40	c
0.00/0.40	
0.00/0.40	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.40	
0.00/0.40	c ============================[ Problem Statistics ]=============================
0.00/0.40	c |                                                                             |
0.00/0.40	c |  Number of variables:  22582                                                |
0.00/0.40	c |  Number of clauses:    94840                                                |
0.00/0.45	c |  Parsing time:         0.04         s                                       |
1299.95/1300.01	HOME/glucose.sh: line 55:  4320 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-3309056-1303985223/watcher-3309056-1303985223 -o /tmp/evaluation-result-3309056-1303985223/solver-3309056-1303985223 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309056-1303985223.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.01 3.53 5/192 4317
/proc/meminfo: memFree=15161212/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510121021 8912896 252 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 252 211 178 0 69 0

[startup+0.0549059 s]
/proc/loadavg: 4.04 4.01 3.53 5/192 4317
/proc/meminfo: memFree=15161212/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510121021 8912896 252 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.1009 s]
/proc/loadavg: 4.04 4.01 3.53 5/192 4317
/proc/meminfo: memFree=15161212/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510121021 8912896 252 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300866 s]
/proc/loadavg: 4.04 4.01 3.53 5/192 4317
/proc/meminfo: memFree=15161212/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510121021 8912896 252 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700797 s]
/proc/loadavg: 4.04 4.01 3.53 5/192 4317
/proc/meminfo: memFree=15161212/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 4.04 4.01 3.53 5/194 4320
/proc/meminfo: memFree=15147564/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=10892 CPUtime=1.09 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 2486 0 0 0 109 0 0 0 25 0 1 0 510121061 11153408 2441 33554432000 134512640 135217611 4288873952 18446744073709551615 134542578 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 2723 2441 77 173 0 2548 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19596

[startup+3.10039 s]
/proc/loadavg: 4.04 4.01 3.53 5/194 4320
/proc/meminfo: memFree=15147328/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=11040 CPUtime=2.69 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 2546 0 0 0 269 0 0 0 25 0 1 0 510121061 11304960 2501 33554432000 134512640 135217611 4288873952 18446744073709551615 134542501 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 2760 2501 77 173 0 2585 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19744

[startup+6.30086 s]
/proc/loadavg: 4.04 4.01 3.53 5/194 4321
/proc/meminfo: memFree=15146584/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=11352 CPUtime=5.89 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 2601 0 0 0 589 0 0 0 25 0 1 0 510121061 11624448 2556 33554432000 134512640 135217611 4288873952 18446744073709551615 134542569 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 2838 2556 77 173 0 2663 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20056

[startup+12.7008 s]
/proc/loadavg: 4.03 4.01 3.53 5/194 4321
/proc/meminfo: memFree=15146016/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=11656 CPUtime=12.29 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 2662 0 0 0 1229 0 0 0 25 0 1 0 510121061 11935744 2617 33554432000 134512640 135217611 4288873952 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 2914 2617 77 173 0 2739 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20360

[startup+25.5006 s]
/proc/loadavg: 4.03 4.01 3.54 5/194 4321
/proc/meminfo: memFree=15136836/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=17828 CPUtime=25.09 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 4198 0 0 0 2508 1 0 0 25 0 1 0 510121061 18255872 4153 33554432000 134512640 135217611 4288873952 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 4457 4153 77 173 0 4282 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 26532

[startup+51.1003 s]
/proc/loadavg: 4.02 4.01 3.55 5/194 4322
/proc/meminfo: memFree=15123412/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=27164 CPUtime=50.68 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 6559 0 0 0 5067 1 0 0 25 0 1 0 510121061 27815936 6514 33554432000 134512640 135217611 4288873952 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 6791 6514 77 173 0 6616 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 35868

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 4323
/proc/meminfo: memFree=15113476/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=31388 CPUtime=101.9 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 7622 0 0 0 10188 2 0 0 25 0 1 0 510121061 32141312 7577 33554432000 134512640 135217611 4288873952 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 7847 7577 77 173 0 7672 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 40092

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 4325
/proc/meminfo: memFree=15092764/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=43260 CPUtime=161.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 10555 0 0 0 16186 2 0 0 25 0 1 0 510121061 44298240 10510 33554432000 134512640 135217611 4288873952 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 10815 10510 77 173 0 10640 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 51964

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 4326
/proc/meminfo: memFree=15086308/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=43260 CPUtime=221.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 10561 0 0 0 22186 2 0 0 25 0 1 0 510121061 44298240 10516 33554432000 134512640 135217611 4288873952 18446744073709551615 134539059 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 10815 10516 77 173 0 10640 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 51964

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 4328
/proc/meminfo: memFree=15080584/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=43728 CPUtime=281.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 10681 0 0 0 28186 2 0 0 25 0 1 0 510121061 44777472 10636 33554432000 134512640 135217611 4288873952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 10932 10636 77 173 0 10757 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 52432

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 4330
/proc/meminfo: memFree=15077228/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=44760 CPUtime=341.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 10921 0 0 0 34186 2 0 0 25 0 1 0 510121061 45834240 10876 33554432000 134512640 135217611 4288873952 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 11190 10876 77 173 0 11015 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 53464

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 4331
/proc/meminfo: memFree=15071004/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7

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

[pid=4320] ppid=4317 vsize=50336 CPUtime=521.89 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 12263 0 0 0 52186 3 0 0 25 0 1 0 510121061 51544064 12218 33554432000 134512640 135217611 4288873952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 12584 12218 77 173 0 12409 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 59040

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 4336
/proc/meminfo: memFree=15049876/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=55324 CPUtime=581.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 13526 0 0 0 58185 3 0 0 25 0 1 0 510121061 56651776 13462 33554432000 134512640 135217611 4288873952 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 13831 13462 77 173 0 13656 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 64028

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 4338
/proc/meminfo: memFree=15045772/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=55984 CPUtime=641.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 13706 0 0 0 64185 3 0 0 25 0 1 0 510121061 57327616 13642 33554432000 134512640 135217611 4288873952 18446744073709551615 134532741 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 13996 13642 77 173 0 13821 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 64688

[startup+702.301 s]
/proc/loadavg: 3.76 3.95 3.74 4/187 4357
/proc/meminfo: memFree=15117720/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=60472 CPUtime=701.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 14838 0 0 0 70185 3 0 0 25 0 1 0 510121061 61923328 14774 33554432000 134512640 135217611 4288873952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 15118 14774 77 173 0 14943 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 69176

[startup+762.307 s]
/proc/loadavg: 3.28 3.77 3.69 4/187 4359
/proc/meminfo: memFree=15114116/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=63376 CPUtime=761.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 15573 0 0 0 76185 3 0 0 25 0 1 0 510121061 64897024 15509 33554432000 134512640 135217611 4288873952 18446744073709551615 134534012 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 15844 15509 77 173 0 15669 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 72080

[startup+822.3 s]
/proc/loadavg: 3.10 3.63 3.64 4/187 4360
/proc/meminfo: memFree=15106792/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=63552 CPUtime=821.87 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 15607 0 0 0 82184 3 0 0 25 0 1 0 510121061 65077248 15543 33554432000 134512640 135217611 4288873952 18446744073709551615 134542189 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 15888 15543 77 173 0 15713 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 72256

[startup+882.3 s]
/proc/loadavg: 3.00 3.51 3.60 3/180 4380
/proc/meminfo: memFree=15176136/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=64372 CPUtime=881.87 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 15761 0 0 0 88184 3 0 0 25 0 1 0 510121061 65916928 15697 33554432000 134512640 135217611 4288873952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 16093 15697 77 173 0 15918 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 73076

[startup+942.3 s]
/proc/loadavg: 2.37 3.23 3.50 3/180 4382
/proc/meminfo: memFree=15171176/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=69124 CPUtime=941.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 16975 0 0 0 94184 4 0 0 25 0 1 0 510121061 70782976 16911 33554432000 134512640 135217611 4288873952 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 17281 16911 77 173 0 17106 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 77828

[startup+1002.3 s]
/proc/loadavg: 2.13 3.01 3.40 3/180 4383
/proc/meminfo: memFree=15170292/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=69920 CPUtime=1001.88 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 17160 0 0 0 100184 4 0 0 25 0 1 0 510121061 71598080 17096 33554432000 134512640 135217611 4288873952 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 17480 17096 77 173 0 17305 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 78624

[startup+1062.3 s]
/proc/loadavg: 2.05 2.82 3.31 3/180 4385
/proc/meminfo: memFree=15161592/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=74676 CPUtime=1061.87 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 18305 0 0 0 106183 4 0 0 25 0 1 0 510121061 76468224 18241 33554432000 134512640 135217611 4288873952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 18669 18241 77 173 0 18494 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 83380

[startup+1122.3 s]
/proc/loadavg: 2.02 2.67 3.23 3/180 4386
/proc/meminfo: memFree=15159840/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=76260 CPUtime=1121.87 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 18704 0 0 0 112183 4 0 0 25 0 1 0 510121061 78090240 18640 33554432000 134512640 135217611 4288873952 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 19065 18640 77 173 0 18890 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 84964

[startup+1182.3 s]
/proc/loadavg: 2.00 2.54 3.15 3/180 4388
/proc/meminfo: memFree=15154120/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=81836 CPUtime=1181.87 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 20088 0 0 0 118183 4 0 0 25 0 1 0 510121061 83800064 20024 33554432000 134512640 135217611 4288873952 18446744073709551615 134526335 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 20459 20024 77 173 0 20284 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 90540

[startup+1242.3 s]
/proc/loadavg: 2.00 2.44 3.07 3/180 4390
/proc/meminfo: memFree=15153732/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=81836 CPUtime=1241.86 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 20092 0 0 0 124182 4 0 0 25 0 1 0 510121061 83800064 20028 33554432000 134512640 135217611 4288873952 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 20459 20028 77 173 0 20284 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 90540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.85 2.33 3.00 2/173 4409
/proc/meminfo: memFree=15210544/32950928 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=8704 CPUtime=0.38 cores=5,7
/proc/4317/stat : 4317 (glucose.sh) S 4315 4317 3639 0 -1 4202496 359 4919 0 0 0 0 38 0 22 0 1 0 510121021 8912896 254 33554432000 4194304 4922060 140737304222368 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4317/statm: 2176 254 211 178 0 69 0
[pid=4320] ppid=4317 vsize=84640 CPUtime=1299.57 cores=5,7
/proc/4320/stat : 4320 (glucose_static) R 4317 4317 3639 0 -1 4202496 20797 0 0 0 129953 4 0 0 25 0 1 0 510121061 86671360 20733 33554432000 134512640 135217611 4288873952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4320/statm: 21160 20733 77 173 0 20985 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 93344

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): 1299.99
CPU user time (s): 1299.92
CPU system time (s): 0.06499
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 93344

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

runsolver used 2.10568 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 12:07:03
IDJOB=3309056
IDBENCH=84223
IDSOLVER=1691
FILE ID=node126/3309056-1303985223
RUNJOBID= node126-1303983196-3660
PBS_JOBID= 13168700
Free space on /tmp= 71580 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309056-1303985223/watcher-3309056-1303985223 -o /tmp/evaluation-result-3309056-1303985223/solver-3309056-1303985223 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309056-1303985223.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=85142363

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:      15161492 kB
Buffers:       1837320 kB
Cached:       15184904 kB
SwapCached:          0 kB
Active:        6690412 kB
Inactive:     10515332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15161492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8816 kB
Writeback:           0 kB
AnonPages:      183276 kB
Mapped:          16032 kB
Slab:           519524 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   372724 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= 71596 MiB
End job on node126 at 2011-04-28 12:28:45