Trace number 3308747

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.03 1300.01

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  141997   317706 |   42599       0        0     nan |  0.000 % |
0.00/0.35	c |         0 |  125436   284873 |      --       0       --      -- |     --   | -15197/-29805
0.00/0.35	c ==============================================================================
0.00/0.35	c Result  :   #vars: 19609   #clauses: 125436   #literals: 284873
0.00/0.35	c CPU time:   0.339948 s
0.00/0.35	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:  19609                                                |
0.00/0.40	c |  Number of clauses:    125436                                               |
0.00/0.44	c |  Parsing time:         0.03         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 24477 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-3308747-1303984506/watcher-3308747-1303984506 -o /tmp/evaluation-result-3308747-1303984506/solver-3308747-1303984506 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308747-1303984506.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 24474
/proc/meminfo: memFree=15296044/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510049105 8912896 253 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 253 211 178 0 69 0

[startup+0.068921 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 24474
/proc/meminfo: memFree=15296044/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510049105 8912896 253 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100942 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 24474
/proc/meminfo: memFree=15296044/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510049105 8912896 253 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300921 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 24474
/proc/meminfo: memFree=15296044/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510049105 8912896 253 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700781 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 24474
/proc/meminfo: memFree=15296044/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 8704

[startup+1.50071 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 24499
/proc/meminfo: memFree=15403156/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=13504 CPUtime=1.08 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 3262 0 0 0 108 0 0 0 25 0 1 0 510049145 13828096 3217 33554432000 134512640 135217611 4289938496 18446744073709551615 134539603 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 3376 3217 77 173 0 3201 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22208

[startup+3.10041 s]
/proc/loadavg: 4.00 3.95 3.01 5/194 24506
/proc/meminfo: memFree=15289936/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=17380 CPUtime=2.68 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 4232 0 0 0 268 0 0 0 25 0 1 0 510049145 17797120 4187 33554432000 134512640 135217611 4289938496 18446744073709551615 134740255 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 4345 4187 77 173 0 4170 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26084

[startup+6.3009 s]
/proc/loadavg: 4.00 3.95 3.01 6/194 24506
/proc/meminfo: memFree=15236188/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=21936 CPUtime=5.87 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 5343 0 0 0 587 0 0 0 25 0 1 0 510049145 22462464 5298 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 5484 5298 77 173 0 5309 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30640

[startup+12.7008 s]
/proc/loadavg: 4.00 3.95 3.02 6/194 24506
/proc/meminfo: memFree=15214380/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=33720 CPUtime=12.28 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 8311 0 0 0 1227 1 0 0 25 0 1 0 510049145 34529280 8266 33554432000 134512640 135217611 4289938496 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 8430 8266 77 173 0 8255 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42424

[startup+25.5007 s]
/proc/loadavg: 4.00 3.95 3.03 5/194 24506
/proc/meminfo: memFree=15213404/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=33800 CPUtime=25.08 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 8321 0 0 0 2507 1 0 0 25 0 1 0 510049145 34611200 8276 33554432000 134512640 135217611 4289938496 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 8450 8276 77 173 0 8275 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42504

[startup+51.1003 s]
/proc/loadavg: 4.00 3.96 3.06 5/194 24507
/proc/meminfo: memFree=15213576/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=34088 CPUtime=50.68 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 8387 0 0 0 5067 1 0 0 25 0 1 0 510049145 34906112 8342 33554432000 134512640 135217611 4289938496 18446744073709551615 134532718 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 8522 8342 77 173 0 8347 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42792

[startup+102.308 s]
/proc/loadavg: 4.04 3.97 3.11 6/194 24508
/proc/meminfo: memFree=15209020/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=38108 CPUtime=101.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 9332 0 0 0 10187 2 0 0 25 0 1 0 510049145 39022592 9287 33554432000 134512640 135217611 4289938496 18446744073709551615 134525320 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 9527 9287 77 173 0 9352 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 46812

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.16 5/194 24510
/proc/meminfo: memFree=15203032/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=42960 CPUtime=161.88 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 10561 0 0 0 16186 2 0 0 25 0 1 0 510049145 43991040 10516 33554432000 134512640 135217611 4289938496 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 10740 10516 77 173 0 10565 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 51664

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.21 5/194 24542
/proc/meminfo: memFree=15364972/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=46192 CPUtime=221.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 11380 0 0 0 22186 3 0 0 25 0 1 0 510049145 47300608 11335 33554432000 134512640 135217611 4289938496 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 11548 11335 77 173 0 11373 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 54896

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.26 5/194 24544
/proc/meminfo: memFree=15353144/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=49568 CPUtime=281.88 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 12174 0 0 0 28185 3 0 0 25 0 1 0 510049145 50757632 12129 33554432000 134512640 135217611 4289938496 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 12392 12129 77 173 0 12217 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 58272

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.30 5/194 24575
/proc/meminfo: memFree=16055784/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=56124 CPUtime=341.88 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 13795 0 0 0 34185 3 0 0 25 0 1 0 510049145 57470976 13750 33554432000 134512640 135217611 4289938496 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 14031 13750 77 173 0 13856 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 64828

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.34 5/194 24586
/proc/meminfo: memFree=16007916/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6

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

[pid=24477] ppid=24474 vsize=62688 CPUtime=521.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 15468 0 0 0 52185 4 0 0 25 0 1 0 510049145 64192512 15423 33554432000 134512640 135217611 4289938496 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 15672 15423 77 173 0 15497 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 71392

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.46 5/194 24594
/proc/meminfo: memFree=15973708/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=64692 CPUtime=581.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 15999 0 0 0 58185 4 0 0 25 0 1 0 510049145 66244608 15887 33554432000 134512640 135217611 4289938496 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 16173 15887 77 173 0 15998 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 73396

[startup+642.301 s]
/proc/loadavg: 4.05 4.00 3.49 5/194 24595
/proc/meminfo: memFree=15962748/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=67152 CPUtime=641.9 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 16596 0 0 0 64186 4 0 0 25 0 1 0 510049145 68763648 16482 33554432000 134512640 135217611 4289938496 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 16788 16482 77 173 0 16613 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 75856

[startup+702.301 s]
/proc/loadavg: 4.07 4.01 3.53 5/194 24597
/proc/meminfo: memFree=15960240/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=67584 CPUtime=701.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 16690 0 0 0 70185 4 0 0 25 0 1 0 510049145 69206016 16576 33554432000 134512640 135217611 4289938496 18446744073709551615 134532729 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 16896 16576 77 173 0 16721 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 76288

[startup+762.307 s]
/proc/loadavg: 4.07 4.03 3.56 5/194 24599
/proc/meminfo: memFree=15958856/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=68136 CPUtime=761.9 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 16791 0 0 0 76186 4 0 0 25 0 1 0 510049145 69771264 16677 33554432000 134512640 135217611 4289938496 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 17034 16677 77 173 0 16859 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 76840

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.58 5/194 24600
/proc/meminfo: memFree=15954496/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=70292 CPUtime=821.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 17264 0 0 0 82185 4 0 0 25 0 1 0 510049145 71979008 17150 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 17573 17150 77 173 0 17398 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 78996

[startup+882.3 s]
/proc/loadavg: 4.01 4.01 3.60 5/194 24602
/proc/meminfo: memFree=15943304/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=71012 CPUtime=881.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 17427 0 0 0 88185 4 0 0 25 0 1 0 510049145 72716288 17313 33554432000 134512640 135217611 4289938496 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 17753 17313 77 173 0 17578 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 79716

[startup+942.3 s]
/proc/loadavg: 4.07 4.04 3.64 6/194 24633
/proc/meminfo: memFree=16459004/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=71348 CPUtime=941.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 17505 0 0 0 94185 4 0 0 25 0 1 0 510049145 73060352 17391 33554432000 134512640 135217611 4289938496 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 17837 17391 77 173 0 17662 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 80052

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.66 6/194 24635
/proc/meminfo: memFree=16452040/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=71680 CPUtime=1001.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 17577 0 0 0 100185 4 0 0 25 0 1 0 510049145 73400320 17463 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 17920 17463 77 173 0 17745 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 80384

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.68 6/194 24637
/proc/meminfo: memFree=16446168/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=72232 CPUtime=1061.9 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 17704 0 0 0 106186 4 0 0 25 0 1 0 510049145 73965568 17590 33554432000 134512640 135217611 4289938496 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 18058 17590 77 173 0 17883 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 80936

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.70 6/194 24638
/proc/meminfo: memFree=16438764/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=77968 CPUtime=1121.89 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 19116 0 0 0 112185 4 0 0 25 0 1 0 510049145 79839232 19002 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 19492 19002 77 173 0 19317 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 86672

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.71 6/194 24640
/proc/meminfo: memFree=16435992/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=77968 CPUtime=1181.9 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 19144 0 0 0 118186 4 0 0 25 0 1 0 510049145 79839232 19030 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 19492 19030 77 173 0 19317 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 86672

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.73 6/194 24641
/proc/meminfo: memFree=16433520/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=78148 CPUtime=1241.9 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 19156 0 0 0 124186 4 0 0 25 0 1 0 510049145 80023552 19042 33554432000 134512640 135217611 4289938496 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 19537 19042 77 173 0 19362 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 86852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.74 5/194 24643
/proc/meminfo: memFree=16431112/32951124 swapFree=67111528/67111528
[pid=24474] ppid=24472 vsize=8704 CPUtime=0.4 cores=4,6
/proc/24474/stat : 24474 (glucose.sh) S 24472 24474 24250 0 -1 4202496 360 5758 0 0 0 0 39 1 21 0 1 0 510049105 8912896 255 33554432000 4194304 4922060 140735748678704 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24474/statm: 2176 255 211 178 0 69 0
[pid=24477] ppid=24474 vsize=78148 CPUtime=1299.6 cores=4,6
/proc/24477/stat : 24477 (glucose_static) R 24474 24474 24250 0 -1 4202496 19156 0 0 0 129956 4 0 0 25 0 1 0 510049145 80023552 19042 33554432000 134512640 135217611 4289938496 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/24477/statm: 19537 19042 77 173 0 19362 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 86852

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.065989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 86852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 1913

runsolver used 2.27965 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 11:55:06
IDJOB=3308747
IDBENCH=82433
IDSOLVER=1691
FILE ID=node130/3308747-1303984506
RUNJOBID= node130-1303983199-24269
PBS_JOBID= 13168696
Free space on /tmp= 71584 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308747-1303984506/watcher-3308747-1303984506 -o /tmp/evaluation-result-3308747-1303984506/solver-3308747-1303984506 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308747-1303984506.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1510982293

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15296316 kB
Buffers:       2123928 kB
Cached:       13710348 kB
SwapCached:          0 kB
Active:        8879568 kB
Inactive:      8220112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15296316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          131600 kB
Writeback:           0 kB
AnonPages:     1265080 kB
Mapped:          15920 kB
Slab:           488812 kB
PageTables:       7652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1507488 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= 71820 MiB
End job on node130 at 2011-04-28 12:16:48