Trace number 3309053

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

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   74571   252027 |   22371       0        0     nan |  0.000 % |
0.00/0.13	c |         0 |   74138   251460 |      --       0       --      -- |     --   | -431/-560
0.00/0.13	c ==============================================================================
0.00/0.13	c Result  :   #vars: 11529   #clauses: 74138   #literals: 251460
0.00/0.13	c CPU time:   0.12598 s
0.00/0.13	c ==============================================================================
0.00/0.18	c
0.00/0.18	c Starting glucose
0.00/0.18	c
0.00/0.18	
0.00/0.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.18	
0.00/0.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Number of variables:  11529                                                |
0.00/0.18	c |  Number of clauses:    74138                                                |
0.16/0.21	c |  Parsing time:         0.03         s                                       |
1299.99/1300.01	HOME/glucose.sh: line 55:  4289 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-3309053-1303985212/watcher-3309053-1303985212 -o /tmp/evaluation-result-3309053-1303985212/solver-3309053-1303985212 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309053-1303985212.cnf 

running on 2 cores: 0,2

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.05 4.01 3.52 5/192 4286
/proc/meminfo: memFree=14903868/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510119964 8912896 252 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 252 211 178 0 69 0

[startup+0.085713 s]
/proc/loadavg: 4.05 4.01 3.52 5/192 4286
/proc/meminfo: memFree=14903868/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510119964 8912896 252 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10071 s]
/proc/loadavg: 4.05 4.01 3.52 5/192 4286
/proc/meminfo: memFree=14903868/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510119964 8912896 252 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300677 s]
/proc/loadavg: 4.05 4.01 3.52 5/192 4286
/proc/meminfo: memFree=14903868/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+0.700619 s]
/proc/loadavg: 4.05 4.01 3.52 5/192 4286
/proc/meminfo: memFree=14903868/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8704

[startup+1.50054 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4289
/proc/meminfo: memFree=14893072/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=9140 CPUtime=1.31 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 2158 0 0 0 131 0 0 0 25 0 1 0 510119982 9359360 2112 33554432000 134512640 135217611 4288941424 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 2285 2112 77 173 0 2110 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17844

[startup+3.10021 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4289
/proc/meminfo: memFree=14891708/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=10304 CPUtime=2.91 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 2452 0 0 0 291 0 0 0 25 0 1 0 510119982 10551296 2406 33554432000 134512640 135217611 4288941424 18446744073709551615 134542635 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 2576 2406 77 173 0 2401 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19008

[startup+6.30066 s]
/proc/loadavg: 4.05 4.01 3.52 5/194 4289
/proc/meminfo: memFree=14888484/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=11276 CPUtime=6.1 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 2696 0 0 0 610 0 0 0 25 0 1 0 510119982 11546624 2650 33554432000 134512640 135217611 4288941424 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 2819 2650 77 173 0 2644 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19980

[startup+12.7006 s]
/proc/loadavg: 4.04 4.01 3.53 6/194 4320
/proc/meminfo: memFree=15147192/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=13612 CPUtime=12.5 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 3259 0 0 0 1250 0 0 0 25 0 1 0 510119982 13938688 3213 33554432000 134512640 135217611 4288941424 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 3403 3213 77 173 0 3228 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 22316

[startup+25.5004 s]
/proc/loadavg: 4.03 4.01 3.53 5/194 4321
/proc/meminfo: memFree=15145644/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=14640 CPUtime=25.31 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 3516 0 0 0 2530 1 0 0 25 0 1 0 510119982 14991360 3470 33554432000 134512640 135217611 4288941424 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 3660 3470 77 173 0 3485 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 23344

[startup+51.1012 s]
/proc/loadavg: 4.02 4.01 3.55 5/194 4322
/proc/meminfo: memFree=15125276/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=18476 CPUtime=50.91 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 4480 0 0 0 5090 1 0 0 25 0 1 0 510119982 18919424 4434 33554432000 134512640 135217611 4288941424 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 4619 4434 77 173 0 4444 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27180

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 4323
/proc/meminfo: memFree=15115588/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=21056 CPUtime=102.11 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 5099 0 0 0 10210 1 0 0 25 0 1 0 510119982 21561344 5053 33554432000 134512640 135217611 4288941424 18446744073709551615 134533283 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 5264 5053 77 173 0 5089 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29760

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 4324
/proc/meminfo: memFree=15095368/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=23440 CPUtime=162.11 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 5655 0 0 0 16210 1 0 0 25 0 1 0 510119982 24002560 5609 33554432000 134512640 135217611 4288941424 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 5860 5609 77 173 0 5685 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32144

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 4326
/proc/meminfo: memFree=15088168/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=25772 CPUtime=222.11 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 6228 0 0 0 22209 2 0 0 25 0 1 0 510119982 26390528 6182 33554432000 134512640 135217611 4288941424 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 6443 6182 77 173 0 6268 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 34476

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 4328
/proc/meminfo: memFree=15081952/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=28988 CPUtime=282.11 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 7030 0 0 0 28209 2 0 0 25 0 1 0 510119982 29683712 6984 33554432000 134512640 135217611 4288941424 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 7247 6984 77 173 0 7072 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 37692

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 4330
/proc/meminfo: memFree=15077476/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=30068 CPUtime=342.11 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 7281 0 0 0 34209 2 0 0 25 0 1 0 510119982 30789632 7235 33554432000 134512640 135217611 4288941424 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 7517 7235 77 173 0 7342 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 38772

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 4331
/proc/meminfo: memFree=15071880/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2

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

[pid=4289] ppid=4286 vsize=36308 CPUtime=522.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 8759 0 0 0 52209 3 0 0 25 0 1 0 510119982 37179392 8713 33554432000 134512640 135217611 4288941424 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 9077 8713 77 173 0 8902 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 45012

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 4336
/proc/meminfo: memFree=15052732/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=38324 CPUtime=582.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 9258 0 0 0 58209 3 0 0 25 0 1 0 510119982 39243776 9212 33554432000 134512640 135217611 4288941424 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 9581 9212 77 173 0 9406 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 47028

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 4338
/proc/meminfo: memFree=15047632/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=38720 CPUtime=642.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 9338 0 0 0 64209 3 0 0 25 0 1 0 510119982 39649280 9292 33554432000 134512640 135217611 4288941424 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 9680 9292 77 173 0 9505 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 47424

[startup+702.301 s]
/proc/loadavg: 3.90 3.98 3.75 4/187 4357
/proc/meminfo: memFree=15118988/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=40780 CPUtime=702.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 9841 0 0 0 70208 4 0 0 25 0 1 0 510119982 41758720 9795 33554432000 134512640 135217611 4288941424 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 10195 9795 77 173 0 10020 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 49484

[startup+762.306 s]
/proc/loadavg: 3.33 3.80 3.70 4/187 4358
/proc/meminfo: memFree=15114736/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=41032 CPUtime=762.13 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 9912 0 0 0 76209 4 0 0 25 0 1 0 510119982 42016768 9866 33554432000 134512640 135217611 4288941424 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 10258 9866 77 173 0 10083 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 49736

[startup+822.3 s]
/proc/loadavg: 3.12 3.65 3.65 4/187 4360
/proc/meminfo: memFree=15111752/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=42436 CPUtime=822.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 10257 0 0 0 82208 4 0 0 25 0 1 0 510119982 43454464 10211 33554432000 134512640 135217611 4288941424 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 10609 10211 77 173 0 10434 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 51140

[startup+882.3 s]
/proc/loadavg: 3.09 3.55 3.61 4/187 4362
/proc/meminfo: memFree=15103184/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=50120 CPUtime=882.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 12173 0 0 0 88208 4 0 0 25 0 1 0 510119982 51322880 12127 33554432000 134512640 135217611 4288941424 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 12530 12127 77 173 0 12355 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 58824

[startup+942.301 s]
/proc/loadavg: 2.43 3.28 3.52 3/180 4382
/proc/meminfo: memFree=15171176/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=50568 CPUtime=942.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 12229 0 0 0 94208 4 0 0 25 0 1 0 510119982 51781632 12183 33554432000 134512640 135217611 4288941424 18446744073709551615 134522424 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 12642 12183 77 173 0 12467 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 59272

[startup+1002.3 s]
/proc/loadavg: 2.16 3.04 3.42 3/180 4383
/proc/meminfo: memFree=15170912/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=51000 CPUtime=1002.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 12337 0 0 0 100208 4 0 0 25 0 1 0 510119982 52224000 12291 33554432000 134512640 135217611 4288941424 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 12750 12291 77 173 0 12575 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 59704

[startup+1062.3 s]
/proc/loadavg: 2.06 2.85 3.33 3/180 4384
/proc/meminfo: memFree=15161596/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=55132 CPUtime=1062.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 13376 0 0 0 106208 4 0 0 25 0 1 0 510119982 56455168 13330 33554432000 134512640 135217611 4288941424 18446744073709551615 134532814 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 13783 13330 77 173 0 13608 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 63836

[startup+1122.3 s]
/proc/loadavg: 2.02 2.69 3.24 3/180 4386
/proc/meminfo: memFree=15159844/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=55240 CPUtime=1122.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 13395 0 0 0 112208 4 0 0 25 0 1 0 510119982 56565760 13349 33554432000 134512640 135217611 4288941424 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 13810 13349 77 173 0 13635 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 63944

[startup+1182.3 s]
/proc/loadavg: 2.01 2.57 3.17 3/180 4388
/proc/meminfo: memFree=15154120/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=55564 CPUtime=1182.12 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 13472 0 0 0 118208 4 0 0 25 0 1 0 510119982 56897536 13426 33554432000 134512640 135217611 4288941424 18446744073709551615 134532682 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 13891 13426 77 173 0 13716 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 64268

[startup+1242.3 s]
/proc/loadavg: 2.00 2.46 3.08 3/180 4390
/proc/meminfo: memFree=15153732/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=55796 CPUtime=1242.13 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 13533 0 0 0 124208 5 0 0 25 0 1 0 510119982 57135104 13487 33554432000 134512640 135217611 4288941424 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 13949 13487 77 173 0 13774 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 64500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.38 3.02 3/180 4391
/proc/meminfo: memFree=15147144/32950928 swapFree=67111528/67111528
[pid=4286] ppid=4284 vsize=8704 CPUtime=0.16 cores=0,2
/proc/4286/stat : 4286 (glucose.sh) S 4284 4286 3639 0 -1 4202496 360 2243 0 0 0 0 16 0 24 0 1 0 510119964 8912896 254 33554432000 4194304 4922060 140734222245664 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4286/statm: 2176 254 211 178 0 69 0
[pid=4289] ppid=4286 vsize=59492 CPUtime=1299.83 cores=0,2
/proc/4289/stat : 4289 (glucose_static) R 4286 4286 3639 0 -1 4202496 14456 0 0 0 129978 5 0 0 25 0 1 0 510119982 60919808 14410 33554432000 134512640 135217611 4288941424 18446744073709551615 134548520 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4289/statm: 14873 14410 77 173 0 14698 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 68196

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

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

runsolver used 2.07868 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 12:06:53
IDJOB=3309053
IDBENCH=84215
IDSOLVER=1691
FILE ID=node126/3309053-1303985212
RUNJOBID= node126-1303983196-3657
PBS_JOBID= 13168700
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309053-1303985212/watcher-3309053-1303985212 -o /tmp/evaluation-result-3309053-1303985212/solver-3309053-1303985212 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309053-1303985212.cnf

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=1763845398

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:      14903908 kB
Buffers:       1837292 kB
Cached:       15302812 kB
SwapCached:          0 kB
Active:        6948728 kB
Inactive:     10514652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14903908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      322900 kB
Mapped:          15952 kB
Slab:           519052 kB
PageTables:       5676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   520104 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= 71588 MiB
End job on node126 at 2011-04-28 12:28:35