Trace number 3365528

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) 5000.13 5000.02

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2847.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  1165                                                 |
0.00/0.01	c |  Number of clauses:    4834                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
5000.10/5000.01	HOME/glucose.sh: line 55: 13567 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: 961)

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-3365528-1305315246/watcher-3365528-1305315246 -o /tmp/evaluation-result-3365528-1305315246/solver-3365528-1305315246 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365528-1305315246.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 13564
/proc/meminfo: memFree=5542108/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643124277 8912896 253 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13564/statm: 2176 253 211 178 0 69 0

[startup+0.0946069 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 13564
/proc/meminfo: memFree=5542108/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100607 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 13564
/proc/meminfo: memFree=5542108/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300454 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 13564
/proc/meminfo: memFree=5542108/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700456 s]
/proc/loadavg: 0.00 0.00 0.00 2/302 13564
/proc/meminfo: memFree=5542108/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.00 3/310 13579
/proc/meminfo: memFree=5514956/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=4312 CPUtime=1.47 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 777 0 0 0 147 0 0 0 25 0 1 0 643124278 4415488 732 33554432000 134512640 135217611 4294609152 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13567/statm: 1078 732 75 173 0 903 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13016

[startup+3.10096 s]
/proc/loadavg: 0.00 0.00 0.00 3/310 13579
/proc/meminfo: memFree=5509624/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=5820 CPUtime=3.07 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 1140 0 0 0 307 0 0 0 25 0 1 0 643124278 5959680 1095 33554432000 134512640 135217611 4294609152 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13567/statm: 1455 1095 76 173 0 1280 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14524

[startup+6.30051 s]
/proc/loadavg: 0.16 0.03 0.01 3/310 13579
/proc/meminfo: memFree=5505656/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=6528 CPUtime=6.27 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 1329 0 0 0 627 0 0 0 25 0 1 0 643124278 6684672 1284 33554432000 134512640 135217611 4294609152 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13567/statm: 1632 1284 76 173 0 1457 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15232

[startup+12.7004 s]
/proc/loadavg: 0.31 0.07 0.02 3/310 13580
/proc/meminfo: memFree=5501668/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=7632 CPUtime=12.67 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 1599 0 0 0 1267 0 0 0 25 0 1 0 643124278 7815168 1554 33554432000 134512640 135217611 4294609152 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 1908 1554 76 173 0 1733 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16336

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.05 3/310 13580
/proc/meminfo: memFree=5496992/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=9404 CPUtime=25.47 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 2030 0 0 0 2547 0 0 0 25 0 1 0 643124278 9629696 1985 33554432000 134512640 135217611 4294609152 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 2351 1985 76 173 0 2176 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18108

[startup+51.1006 s]
/proc/loadavg: 1.13 0.31 0.10 3/310 13581
/proc/meminfo: memFree=5491064/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=12052 CPUtime=51.06 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 2640 0 0 0 5106 0 0 0 25 0 1 0 643124278 12341248 2595 33554432000 134512640 135217611 4294609152 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 3013 2595 76 173 0 2838 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20756

[startup+102.312 s]
/proc/loadavg: 1.62 0.56 0.20 3/310 13582
/proc/meminfo: memFree=5483236/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=14500 CPUtime=102.28 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 3238 0 0 0 10228 0 0 0 25 0 1 0 643124278 14848000 3193 33554432000 134512640 135217611 4294609152 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 3625 3193 76 173 0 3450 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23204

[startup+162.301 s]
/proc/loadavg: 1.94 0.84 0.31 3/310 13584
/proc/meminfo: memFree=5476632/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=17140 CPUtime=162.27 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 3818 0 0 0 16227 0 0 0 25 0 1 0 643124278 17551360 3773 33554432000 134512640 135217611 4294609152 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 4285 3773 76 173 0 4110 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25844

[startup+222.3 s]
/proc/loadavg: 1.98 1.05 0.42 3/310 13585
/proc/meminfo: memFree=5471280/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=19192 CPUtime=222.27 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 4278 0 0 0 22226 1 0 0 25 0 1 0 643124278 19652608 4233 33554432000 134512640 135217611 4294609152 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 4798 4233 76 173 0 4623 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27896

[startup+282.301 s]
/proc/loadavg: 1.99 1.22 0.51 3/310 13587
/proc/meminfo: memFree=5466912/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=21668 CPUtime=282.28 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 4805 0 0 0 28227 1 0 0 25 0 1 0 643124278 22188032 4760 33554432000 134512640 135217611 4294609152 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 5417 4760 76 173 0 5242 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 30372

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.60 3/310 13588
/proc/meminfo: memFree=5461064/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=25460 CPUtime=342.28 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 5724 0 0 0 34227 1 0 0 25 0 1 0 643124278 26071040 5679 33554432000 134512640 135217611 4294609152 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 6365 5679 76 173 0 6190 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34164

[startup+402.301 s]
/proc/loadavg: 2.07 1.49 0.69 3/310 13590
/proc/meminfo: memFree=5457188/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6

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

[pid=13567] ppid=13564 vsize=70548 CPUtime=4242.37 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 15880 0 0 0 424228 9 0 0 25 0 1 0 643124278 72241152 15826 33554432000 134512640 135217611 4294609152 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17637 15826 76 173 0 17462 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 79252

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/310 13706
/proc/meminfo: memFree=5352412/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=70548 CPUtime=4302.36 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 15899 0 0 0 430227 9 0 0 25 0 1 0 643124278 72241152 15845 33554432000 134512640 135217611 4294609152 18446744073709551615 134537420 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17637 15845 76 173 0 17462 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 79252

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/310 13708
/proc/meminfo: memFree=5350896/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=70764 CPUtime=4362.37 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 15952 0 0 0 436228 9 0 0 25 0 1 0 643124278 72462336 15898 33554432000 134512640 135217611 4294609152 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17691 15898 76 173 0 17516 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 79468

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/310 13709
/proc/meminfo: memFree=5349508/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=71004 CPUtime=4422.37 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16000 0 0 0 442228 9 0 0 25 0 1 0 643124278 72708096 15946 33554432000 134512640 135217611 4294609152 18446744073709551615 134522424 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17751 15946 76 173 0 17576 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 79708

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/310 13711
/proc/meminfo: memFree=5347500/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=71148 CPUtime=4482.37 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16040 0 0 0 448228 9 0 0 25 0 1 0 643124278 72855552 15986 33554432000 134512640 135217611 4294609152 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17787 15986 76 173 0 17612 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 79852

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/310 13712
/proc/meminfo: memFree=5347224/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=71632 CPUtime=4542.38 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16122 0 0 0 454228 10 0 0 25 0 1 0 643124278 73351168 16068 33554432000 134512640 135217611 4294609152 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17908 16068 76 173 0 17733 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 80336

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/310 13714
/proc/meminfo: memFree=5346076/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=71956 CPUtime=4602.39 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16170 0 0 0 460229 10 0 0 25 0 1 0 643124278 73682944 16116 33554432000 134512640 135217611 4294609152 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 17989 16116 76 173 0 17814 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 80660

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/310 13716
/proc/meminfo: memFree=5344684/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=72440 CPUtime=4662.38 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16269 0 0 0 466228 10 0 0 25 0 1 0 643124278 74178560 16215 33554432000 134512640 135217611 4294609152 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18110 16215 76 173 0 17935 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 81144

[startup+4722.31 s]
/proc/loadavg: 2.05 2.01 1.94 3/310 13717
/proc/meminfo: memFree=5343660/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=73592 CPUtime=4722.4 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16512 0 0 0 472230 10 0 0 25 0 1 0 643124278 75358208 16458 33554432000 134512640 135217611 4294609152 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18398 16458 76 173 0 18223 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 82296

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/310 13719
/proc/meminfo: memFree=5342632/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=74124 CPUtime=4782.39 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16628 0 0 0 478229 10 0 0 25 0 1 0 643124278 75902976 16574 33554432000 134512640 135217611 4294609152 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18531 16574 76 173 0 18356 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 82828

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/310 13720
/proc/meminfo: memFree=5342852/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=74520 CPUtime=4842.38 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16754 0 0 0 484228 10 0 0 25 0 1 0 643124278 76308480 16700 33554432000 134512640 135217611 4294609152 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18630 16700 76 173 0 18455 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 83224

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/310 13722
/proc/meminfo: memFree=5342700/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=74844 CPUtime=4902.38 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16831 0 0 0 490228 10 0 0 25 0 1 0 643124278 76640256 16777 33554432000 134512640 135217611 4294609152 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18711 16777 76 173 0 18536 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 83548

[startup+4962.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/310 13724
/proc/meminfo: memFree=5340432/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=75372 CPUtime=4962.38 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16961 0 0 0 496228 10 0 0 25 0 1 0 643124278 77180928 16907 33554432000 134512640 135217611 4294609152 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18843 16907 76 173 0 18668 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 84076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.05 2.02 1.95 3/310 13725
/proc/meminfo: memFree=5340276/32950928 swapFree=67111348/67111528
[pid=13564] ppid=13562 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/13564/stat : 13564 (glucose.sh) S 13562 13564 13536 0 -1 4202496 358 377 0 0 0 0 1 0 22 0 1 0 643124277 8912896 255 33554432000 4194304 4922060 140736534405456 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13564/statm: 2176 255 211 178 0 69 0
[pid=13567] ppid=13564 vsize=75504 CPUtime=5000.09 cores=0,2,4,6
/proc/13567/stat : 13567 (glucose_static) R 13564 13564 13536 0 -1 4202496 16971 0 0 0 499999 10 0 0 25 0 1 0 643124278 77316096 16917 33554432000 134512640 135217611 4294609152 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13567/statm: 18876 16917 76 173 0 18701 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 84208

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): 5000.02
CPU time (s): 5000.13
CPU user time (s): 5000.01
CPU system time (s): 0.114982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17716
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= 19
involuntary context switches= 65324

runsolver used 15.1477 second user time and 32.5091 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-13 21:34:06
IDJOB=3365528
IDBENCH=20468
IDSOLVER=1842
FILE ID=node125/3365528-1305315246
RUNJOBID= node125-1305315245-13554
PBS_JOBID= 13324307
Free space on /tmp= 47904 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365528-1305315246/watcher-3365528-1305315246 -o /tmp/evaluation-result-3365528-1305315246/solver-3365528-1305315246 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365528-1305315246.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=2104883631

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5542520 kB
Buffers:        259728 kB
Cached:       16464960 kB
SwapCached:          0 kB
Active:       14838828 kB
Inactive:     11940956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5542520 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:    10054512 kB
Mapped:          28932 kB
Slab:           529536 kB
PageTables:      35420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50988516 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= 47892 MiB
End job on node125 at 2011-05-13 22:57:28