Trace number 3280939

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
EBGlucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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 |    4729    12297 |    1418       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4024    11995 |      --       0       --      -- |     --   | -663/-215
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 969   #clauses: 4024   #literals: 11995
0.00/0.01	c CPU time:   0.010998 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 EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  969                                                  |
0.00/0.01	c |  Number of clauses:    4024                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/ebglucose.sh: line 57: 27912 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-3280939-1303749974/watcher-3280939-1303749974 -o /tmp/evaluation-result-3280939-1303749974/solver-3280939-1303749974 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280939-1303749974.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 3.74 3.62 4/196 27908
/proc/meminfo: memFree=19122708/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 354 232 0 0 0 0 0 0 24 0 1 0 486595605 8912896 252 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 252 211 178 0 69 0

[startup+0.0672999 s]
/proc/loadavg: 4.04 3.74 3.62 4/196 27908
/proc/meminfo: memFree=19122708/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100296 s]
/proc/loadavg: 4.04 3.74 3.62 4/196 27908
/proc/meminfo: memFree=19122708/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.30026 s]
/proc/loadavg: 4.04 3.74 3.62 4/196 27908
/proc/meminfo: memFree=19122708/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700189 s]
/proc/loadavg: 4.04 3.74 3.62 4/196 27908
/proc/meminfo: memFree=19122708/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 4.04 3.74 3.62 5/198 27912
/proc/meminfo: memFree=19119576/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=6168 CPUtime=1.47 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 882 0 0 0 147 0 0 0 25 0 1 0 486595607 6316032 822 33554432000 134512640 134556542 4293489248 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 1542 822 211 11 0 876 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14872

[startup+3.10081 s]
/proc/loadavg: 4.04 3.74 3.62 5/198 27912
/proc/meminfo: memFree=19118336/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=6696 CPUtime=3.07 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 1044 0 0 0 307 0 0 0 25 0 1 0 486595607 6856704 984 33554432000 134512640 134556542 4293489248 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 1674 984 211 11 0 1008 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15400

[startup+6.30023 s]
/proc/loadavg: 4.04 3.74 3.62 5/198 27912
/proc/meminfo: memFree=19116312/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=7516 CPUtime=6.27 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 1238 0 0 0 627 0 0 0 25 0 1 0 486595607 7696384 1178 33554432000 134512640 134556542 4293489248 18446744073709551615 134529867 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 1879 1178 211 11 0 1213 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16220

[startup+12.7011 s]
/proc/loadavg: 4.04 3.75 3.62 5/198 27913
/proc/meminfo: memFree=19114592/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=8876 CPUtime=12.67 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 1565 0 0 0 1267 0 0 0 25 0 1 0 486595607 9089024 1505 33554432000 134512640 134556542 4293489248 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 2219 1505 211 11 0 1553 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17580

[startup+25.5008 s]
/proc/loadavg: 4.03 3.76 3.63 5/198 27913
/proc/meminfo: memFree=19111916/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=10508 CPUtime=25.47 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 1964 0 0 0 2547 0 0 0 25 0 1 0 486595607 10760192 1904 33554432000 134512640 134556542 4293489248 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 2627 1904 211 11 0 1961 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19212

[startup+51.1003 s]
/proc/loadavg: 4.08 3.79 3.64 5/198 27914
/proc/meminfo: memFree=19109264/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=12480 CPUtime=51.07 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 2451 0 0 0 5107 0 0 0 25 0 1 0 486595607 12779520 2391 33554432000 134512640 134556542 4293489248 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 3120 2391 212 11 0 2454 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21184

[startup+102.307 s]
/proc/loadavg: 4.03 3.82 3.65 5/198 27915
/proc/meminfo: memFree=19101936/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=15872 CPUtime=102.28 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 3248 0 0 0 10228 0 0 0 25 0 1 0 486595607 16252928 3188 33554432000 134512640 134556542 4293489248 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 3968 3188 212 11 0 3302 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24576

[startup+162.3 s]
/proc/loadavg: 4.06 3.87 3.68 5/198 27917
/proc/meminfo: memFree=19093080/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=19352 CPUtime=162.27 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 4048 0 0 0 16227 0 0 0 25 0 1 0 486595607 19816448 3988 33554432000 134512640 134556542 4293489248 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 4838 3988 212 11 0 4172 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28056

[startup+222.301 s]
/proc/loadavg: 4.02 3.89 3.69 5/198 27918
/proc/meminfo: memFree=19087104/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=21240 CPUtime=222.28 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 4501 0 0 0 22227 1 0 0 25 0 1 0 486595607 21749760 4441 33554432000 134512640 134556542 4293489248 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 5310 4441 212 11 0 4644 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29944

[startup+282.301 s]
/proc/loadavg: 4.01 3.91 3.71 5/198 27920
/proc/meminfo: memFree=19083596/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=22604 CPUtime=282.28 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 4812 0 0 0 28227 1 0 0 25 0 1 0 486595607 23146496 4752 33554432000 134512640 134556542 4293489248 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 5651 4752 212 11 0 4985 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31308

[startup+342.3 s]
/proc/loadavg: 4.00 3.92 3.73 5/198 27921
/proc/meminfo: memFree=19078480/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=24188 CPUtime=342.28 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 5192 0 0 0 34227 1 0 0 25 0 1 0 486595607 24768512 5132 33554432000 134512640 134556542 4293489248 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 6047 5132 212 11 0 5381 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 32892

[startup+402.301 s]
/proc/loadavg: 4.04 3.94 3.75 5/198 27923
/proc/meminfo: memFree=19071504/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3

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

[pid=27912] ppid=27908 vsize=28316 CPUtime=522.29 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 6151 0 0 0 52227 2 0 0 25 0 1 0 486595607 28995584 6091 33554432000 134512640 134556542 4293489248 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 7079 6091 212 11 0 6413 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37020

[startup+582.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/198 27928
/proc/meminfo: memFree=19062556/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=29512 CPUtime=582.29 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 6417 0 0 0 58227 2 0 0 25 0 1 0 486595607 30220288 6357 33554432000 134512640 134556542 4293489248 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 7378 6357 212 11 0 6712 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 38216

[startup+642.301 s]
/proc/loadavg: 4.16 4.01 3.81 5/198 27930
/proc/meminfo: memFree=19057288/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=30480 CPUtime=642.29 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 6629 0 0 0 64227 2 0 0 25 0 1 0 486595607 31211520 6569 33554432000 134512640 134556542 4293489248 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 7620 6569 212 11 0 6954 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 39184

[startup+702.3 s]
/proc/loadavg: 4.28 4.06 3.84 5/198 27931
/proc/meminfo: memFree=19052408/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=31044 CPUtime=702.29 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 6762 0 0 0 70227 2 0 0 25 0 1 0 486595607 31789056 6702 33554432000 134512640 134556542 4293489248 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 7761 6702 212 11 0 7095 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 39748

[startup+762.307 s]
/proc/loadavg: 4.10 4.04 3.84 5/198 27933
/proc/meminfo: memFree=19048148/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=32692 CPUtime=762.29 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 7071 0 0 0 76227 2 0 0 25 0 1 0 486595607 33476608 7011 33554432000 134512640 134556542 4293489248 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 8173 7011 212 11 0 7507 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 41396

[startup+822.301 s]
/proc/loadavg: 4.12 4.06 3.86 5/198 27934
/proc/meminfo: memFree=19045492/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=33792 CPUtime=822.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 7336 0 0 0 82227 3 0 0 25 0 1 0 486595607 34603008 7276 33554432000 134512640 134556542 4293489248 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 8448 7276 212 11 0 7782 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 42496

[startup+882.3 s]
/proc/loadavg: 4.14 4.08 3.87 5/198 27936
/proc/meminfo: memFree=19042728/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=34644 CPUtime=882.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 7522 0 0 0 88227 3 0 0 25 0 1 0 486595607 35475456 7462 33554432000 134512640 134556542 4293489248 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 8661 7462 212 11 0 7995 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 43348

[startup+942.301 s]
/proc/loadavg: 4.11 4.08 3.89 2/183 27984
/proc/meminfo: memFree=19244880/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=35076 CPUtime=942.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 7616 0 0 0 94227 3 0 0 25 0 1 0 486595607 35917824 7556 33554432000 134512640 134556542 4293489248 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 8769 7556 212 11 0 8103 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 43780

[startup+1002.3 s]
/proc/loadavg: 2.93 3.73 3.78 3/184 28047
/proc/meminfo: memFree=18443096/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=36408 CPUtime=1002.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 7960 0 0 0 100227 3 0 0 25 0 1 0 486595607 37281792 7900 33554432000 134512640 134556542 4293489248 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9102 7900 212 11 0 8436 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 45112

[startup+1062.3 s]
/proc/loadavg: 2.34 3.41 3.66 3/184 28049
/proc/meminfo: memFree=18221076/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=37084 CPUtime=1062.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 8108 0 0 0 106227 3 0 0 25 0 1 0 486595607 37974016 8048 33554432000 134512640 134556542 4293489248 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9271 8048 212 11 0 8605 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 45788

[startup+1122.3 s]
/proc/loadavg: 2.27 3.19 3.57 3/184 28084
/proc/meminfo: memFree=18967380/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=37480 CPUtime=1122.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 8191 0 0 0 112227 3 0 0 25 0 1 0 486595607 38379520 8131 33554432000 134512640 134556542 4293489248 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9370 8131 212 11 0 8704 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 46184

[startup+1182.3 s]
/proc/loadavg: 2.15 2.98 3.47 3/184 28086
/proc/meminfo: memFree=18960508/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=38164 CPUtime=1182.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 8338 0 0 0 118227 3 0 0 25 0 1 0 486595607 39079936 8278 33554432000 134512640 134556542 4293489248 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9541 8278 212 11 0 8875 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 46868

[startup+1242.3 s]
/proc/loadavg: 2.05 2.80 3.38 3/184 28087
/proc/meminfo: memFree=18955532/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=38584 CPUtime=1242.3 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 8481 0 0 0 124227 3 0 0 25 0 1 0 486595607 39510016 8421 33554432000 134512640 134556542 4293489248 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9646 8421 212 11 0 8980 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 47288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.65 3.29 3/184 28089
/proc/meminfo: memFree=18952900/32951124 swapFree=67111528/67111528
[pid=27908] ppid=27906 vsize=8704 CPUtime=0.01 cores=1,3
/proc/27908/stat : 27908 (ebglucose.sh) S 27906 27908 27322 0 -1 4202496 380 579 0 0 0 0 1 0 24 0 1 0 486595605 8912896 255 33554432000 4194304 4922060 140733569490400 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27908/statm: 2176 255 211 178 0 69 0
[pid=27912] ppid=27908 vsize=39556 CPUtime=1300.01 cores=1,3
/proc/27912/stat : 27912 (ebglucose_stati) R 27908 27908 27322 0 -1 4202496 8708 0 0 0 129998 3 0 0 25 0 1 0 486595607 40505344 8648 33554432000 134512640 134556542 4293489248 18446744073709551615 134536816 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27912/statm: 9889 8648 212 11 0 9223 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 48260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300
CPU system time (s): 0.042993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 48260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9680
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= 41
involuntary context switches= 3500

runsolver used 2.09768 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 18:46:14
IDJOB=3280939
IDBENCH=20472
IDSOLVER=1652
FILE ID=node132/3280939-1303749974
RUNJOBID= node132-1303749611-27818
PBS_JOBID= 13154030
Free space on /tmp= 71992 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280939-1303749974/watcher-3280939-1303749974 -o /tmp/evaluation-result-3280939-1303749974/solver-3280939-1303749974 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280939-1303749974.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=373699111

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      19122864 kB
Buffers:       1614724 kB
Cached:       11465072 kB
SwapCached:          0 kB
Active:        3117524 kB
Inactive:     10161748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19122864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1140 kB
Writeback:           0 kB
AnonPages:      198884 kB
Mapped:          16044 kB
Slab:           484144 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   387492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71948 MiB
End job on node132 at 2011-04-25 19:07:56