Trace number 3288805

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.06 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  197331   507456 |   59199       0        0     nan |  0.000 % |
0.00/0.69	c |         0 |  137645   511291 |      --       0       --      -- |     --   | -59686/3835
0.00/0.69	c ==============================================================================
0.00/0.69	c Result  :   #vars: 24821   #clauses: 137645   #literals: 511291
0.00/0.69	c CPU time:   0.664898 s
0.00/0.69	c ==============================================================================
0.00/0.78	c
0.00/0.78	c Starting glucose
0.00/0.78	c
0.00/0.78	
0.00/0.78	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.78	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.78	
0.00/0.78	c ============================[ Problem Statistics ]=============================
0.00/0.78	c |                                                                             |
0.00/0.78	c |  Number of variables:  24821                                                |
0.00/0.78	c |  Number of clauses:    137645                                               |
0.77/0.84	c |  Parsing time:         0.05         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57: 30368 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-3288805-1303770337/watcher-3288805-1303770337 -o /tmp/evaluation-result-3288805-1303770337/solver-3288805-1303770337 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288805-1303770337.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.06 4.03 3.95 5/192 30364
/proc/meminfo: memFree=12532416/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 567264353 8912896 253 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 253 211 178 0 69 0

[startup+0.0659829 s]
/proc/loadavg: 4.06 4.03 3.95 5/192 30364
/proc/meminfo: memFree=12532416/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 567264353 8912896 253 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100979 s]
/proc/loadavg: 4.06 4.03 3.95 5/192 30364
/proc/meminfo: memFree=12532416/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 567264353 8912896 253 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30094 s]
/proc/loadavg: 4.06 4.03 3.95 5/192 30364
/proc/meminfo: memFree=12532416/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 567264353 8912896 253 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700863 s]
/proc/loadavg: 4.06 4.03 3.95 5/192 30364
/proc/meminfo: memFree=12532416/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 356 232 0 0 0 0 0 0 25 0 1 0 567264353 8912896 253 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50071 s]
/proc/loadavg: 4.06 4.03 3.95 5/194 30368
/proc/meminfo: memFree=12511204/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=16928 CPUtime=0.71 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 3741 0 0 0 71 0 0 0 18 0 1 0 567264431 17334272 3682 33554432000 134512640 134556542 4291712624 18446744073709551615 134537579 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 4232 3682 214 11 0 3566 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25632

[startup+3.10041 s]
/proc/loadavg: 4.06 4.03 3.95 5/194 30368
/proc/meminfo: memFree=12508972/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=18968 CPUtime=2.3 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 4240 0 0 0 230 0 0 0 21 0 1 0 567264431 19423232 4181 33554432000 134512640 134556542 4291712624 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 4742 4181 214 11 0 4076 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27672

[startup+6.3008 s]
/proc/loadavg: 4.05 4.03 3.95 5/194 30369
/proc/meminfo: memFree=12506748/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=20556 CPUtime=5.5 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 4659 0 0 0 550 0 0 0 25 0 1 0 567264431 21049344 4600 33554432000 134512640 134556542 4291712624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 5139 4600 214 11 0 4473 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29260

[startup+12.7006 s]
/proc/loadavg: 4.05 4.03 3.95 5/194 30369
/proc/meminfo: memFree=12504068/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=22568 CPUtime=11.91 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 5148 0 0 0 1190 1 0 0 25 0 1 0 567264431 23109632 5089 33554432000 134512640 134556542 4291712624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 5642 5089 214 11 0 4976 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31272

[startup+25.5012 s]
/proc/loadavg: 4.04 4.03 3.95 5/194 30369
/proc/meminfo: memFree=12502092/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=24628 CPUtime=24.71 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 5666 0 0 0 2470 1 0 0 25 0 1 0 567264431 25219072 5607 33554432000 134512640 134556542 4291712624 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 6157 5607 214 11 0 5491 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33332

[startup+51.1003 s]
/proc/loadavg: 4.02 4.02 3.95 5/194 30401
/proc/meminfo: memFree=12541652/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=27008 CPUtime=50.3 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 6259 0 0 0 5029 1 0 0 25 0 1 0 567264431 27656192 6200 33554432000 134512640 134556542 4291712624 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 6752 6200 214 11 0 6086 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35712

[startup+102.307 s]
/proc/loadavg: 4.01 4.02 3.95 5/194 30402
/proc/meminfo: memFree=12529708/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=31008 CPUtime=101.52 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 7226 0 0 0 10150 2 0 0 25 0 1 0 567264431 31752192 7167 33554432000 134512640 134556542 4291712624 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 7752 7167 214 11 0 7086 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39712

[startup+162.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 30435
/proc/meminfo: memFree=13114168/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=34468 CPUtime=161.51 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 8097 0 0 0 16149 2 0 0 25 0 1 0 567264431 35295232 8038 33554432000 134512640 134556542 4291712624 18446744073709551615 134531149 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 8617 8038 214 11 0 7951 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 43172

[startup+222.301 s]
/proc/loadavg: 4.04 4.02 3.95 5/194 30436
/proc/meminfo: memFree=13102240/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=36268 CPUtime=221.52 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 8529 0 0 0 22149 3 0 0 25 0 1 0 567264431 37138432 8470 33554432000 134512640 134556542 4291712624 18446744073709551615 134530998 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 9067 8470 214 11 0 8401 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44972

[startup+282.301 s]
/proc/loadavg: 4.09 4.03 3.96 5/194 30438
/proc/meminfo: memFree=13090804/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=39968 CPUtime=281.52 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 9450 0 0 0 28149 3 0 0 25 0 1 0 567264431 40927232 9391 33554432000 134512640 134556542 4291712624 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 9992 9391 214 11 0 9326 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48672

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.96 5/194 30440
/proc/meminfo: memFree=13083088/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=41456 CPUtime=341.52 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 9820 0 0 0 34149 3 0 0 25 0 1 0 567264431 42450944 9761 33554432000 134512640 134556542 4291712624 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 10364 9761 214 11 0 9698 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 50160

[startup+402.301 s]
/proc/loadavg: 4.05 4.03 3.96 5/194 30441
/proc/meminfo: memFree=13074880/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7

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

[pid=30368] ppid=30364 vsize=48664 CPUtime=521.53 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 11560 0 0 0 52149 4 0 0 25 0 1 0 567264431 49831936 11501 33554432000 134512640 134556542 4291712624 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 12166 11501 214 11 0 11500 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 57368

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 30446
/proc/meminfo: memFree=13055336/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=49748 CPUtime=581.53 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 11862 0 0 0 58149 4 0 0 25 0 1 0 567264431 50941952 11803 33554432000 134512640 134556542 4291712624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 12437 11803 214 11 0 11771 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 58452

[startup+642.3 s]
/proc/loadavg: 4.04 4.02 3.97 5/194 30448
/proc/meminfo: memFree=13047972/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=52388 CPUtime=641.53 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 12532 0 0 0 64149 4 0 0 25 0 1 0 567264431 53645312 12473 33554432000 134512640 134556542 4291712624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 13097 12473 214 11 0 12431 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 61092

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.97 5/194 30449
/proc/meminfo: memFree=13044340/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=52680 CPUtime=701.53 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 12596 0 0 0 70149 4 0 0 25 0 1 0 567264431 53944320 12537 33554432000 134512640 134556542 4291712624 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 13170 12537 214 11 0 12504 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 61384

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 30451
/proc/meminfo: memFree=13039336/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=53348 CPUtime=761.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 12743 0 0 0 76150 4 0 0 25 0 1 0 567264431 54628352 12684 33554432000 134512640 134556542 4291712624 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 13337 12684 214 11 0 12671 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 62052

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.98 5/194 30455
/proc/meminfo: memFree=13036800/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=54344 CPUtime=821.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 13005 0 0 0 82149 5 0 0 25 0 1 0 567264431 55648256 12946 33554432000 134512640 134556542 4291712624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 13586 12946 214 11 0 12920 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 63048

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.98 5/194 30457
/proc/meminfo: memFree=13028512/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=56588 CPUtime=881.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 13567 0 0 0 88149 5 0 0 25 0 1 0 567264431 57946112 13508 33554432000 134512640 134556542 4291712624 18446744073709551615 134537480 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 14147 13508 214 11 0 13481 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 65292

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.98 5/194 30459
/proc/meminfo: memFree=13024376/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=59544 CPUtime=941.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 14246 0 0 0 94149 5 0 0 25 0 1 0 567264431 60973056 14187 33554432000 134512640 134556542 4291712624 18446744073709551615 134537585 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 14886 14187 214 11 0 14220 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 68248

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/194 30460
/proc/meminfo: memFree=13020252/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=60072 CPUtime=1001.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 14403 0 0 0 100149 5 0 0 25 0 1 0 567264431 61513728 14344 33554432000 134512640 134556542 4291712624 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 15018 14344 214 11 0 14352 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 68776

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30462
/proc/meminfo: memFree=13015136/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=60776 CPUtime=1061.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 14564 0 0 0 106149 5 0 0 25 0 1 0 567264431 62234624 14505 33554432000 134512640 134556542 4291712624 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 15194 14505 214 11 0 14528 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 69480

[startup+1122.3 s]
/proc/loadavg: 3.72 3.93 3.95 4/187 30481
/proc/meminfo: memFree=13079160/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=62108 CPUtime=1121.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 14878 0 0 0 112149 5 0 0 25 0 1 0 567264431 63598592 14819 33554432000 134512640 134556542 4291712624 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 15527 14819 214 11 0 14861 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 70812

[startup+1182.3 s]
/proc/loadavg: 3.26 3.76 3.89 4/187 30483
/proc/meminfo: memFree=13077876/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=63428 CPUtime=1181.54 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 15212 0 0 0 118149 5 0 0 25 0 1 0 567264431 64950272 15153 33554432000 134512640 134556542 4291712624 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 15857 15153 214 11 0 15191 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 72132

[startup+1242.3 s]
/proc/loadavg: 3.09 3.62 3.83 4/187 30485
/proc/meminfo: memFree=13075724/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=63832 CPUtime=1241.55 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 15220 0 0 0 124150 5 0 0 25 0 1 0 567264431 65363968 15161 33554432000 134512640 134556542 4291712624 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 15958 15161 214 11 0 15292 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 72536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.07 3.52 3.78 4/187 30486
/proc/meminfo: memFree=13068728/32950928 swapFree=67111524/67111528
[pid=30364] ppid=30362 vsize=8704 CPUtime=0.77 cores=5,7
/proc/30364/stat : 30364 (ebglucose.sh) S 30362 30364 29809 0 -1 4202496 380 8945 0 0 0 0 74 3 18 0 1 0 567264353 8912896 256 33554432000 4194304 4922060 140735495402768 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30364/statm: 2176 256 211 178 0 69 0
[pid=30368] ppid=30364 vsize=65312 CPUtime=1299.26 cores=5,7
/proc/30368/stat : 30368 (ebglucose_stati) R 30364 30364 29809 0 -1 4202496 15575 0 0 0 129920 6 0 0 25 0 1 0 567264431 66879488 15516 33554432000 134512640 134556542 4291712624 18446744073709551615 134536762 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/30368/statm: 16328 15516 214 11 0 15662 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 74016

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.06
CPU user time (s): 1299.96
CPU system time (s): 0.099984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 74016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24913
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= 29
involuntary context switches= 1800

runsolver used 2.07568 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:25:37
IDJOB=3288805
IDBENCH=83105
IDSOLVER=1652
FILE ID=node115/3288805-1303770337
RUNJOBID= node115-1303768833-29830
PBS_JOBID= 13157163
Free space on /tmp= 72348 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288805-1303770337/watcher-3288805-1303770337 -o /tmp/evaluation-result-3288805-1303770337/solver-3288805-1303770337 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288805-1303770337.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=2114041804

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12532572 kB
Buffers:       2292276 kB
Cached:       17047828 kB
SwapCached:          4 kB
Active:        8086752 kB
Inactive:     11774872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12532572 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4908 kB
Writeback:           0 kB
AnonPages:      520444 kB
Mapped:          16052 kB
Slab:           490180 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   715580 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= 72600 MiB
End job on node115 at 2011-04-26 00:47:19