Trace number 3289771

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  152865   392419 |   45859       0        0     nan |  0.000 % |
0.00/0.52	c |         0 |  106127   393098 |      --       0       --      -- |     --   | -46738/679
0.00/0.53	c ==============================================================================
0.00/0.53	c Result  :   #vars: 19145   #clauses: 106127   #literals: 393098
0.00/0.53	c CPU time:   0.508922 s
0.00/0.53	c ==============================================================================
0.00/0.60	c
0.00/0.60	c Starting glucose
0.00/0.60	c
0.00/0.60	
0.00/0.60	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.60	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.60	
0.00/0.60	c ============================[ Problem Statistics ]=============================
0.00/0.60	c |                                                                             |
0.00/0.60	c |  Number of variables:  19145                                                |
0.00/0.60	c |  Number of clauses:    106127                                               |
0.00/0.64	c |  Parsing time:         0.03         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57:  2056 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-3289771-1303775471/watcher-3289771-1303775471 -o /tmp/evaluation-result-3289771-1303775471/solver-3289771-1303775471 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289771-1303775471.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: 0.90 1.29 2.10 3/180 2050
/proc/meminfo: memFree=18758868/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8700 CPUtime=0 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) R 2048 2050 452 0 -1 4202496 309 0 0 0 0 0 0 0 22 0 1 0 567777946 8908800 247 33554432000 4194304 4922060 140736983100224 18446744073709551615 4444032 0 0 4100 65536 0 0 0 17 1 0 0 0
/proc/2050/statm: 2175 248 208 178 0 68 0

[startup+0.0619901 s]
/proc/loadavg: 0.90 1.29 2.10 3/180 2050
/proc/meminfo: memFree=18758868/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 567777946 8912896 252 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100979 s]
/proc/loadavg: 0.90 1.29 2.10 3/180 2050
/proc/meminfo: memFree=18758868/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 567777946 8912896 252 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300949 s]
/proc/loadavg: 0.90 1.29 2.10 3/180 2050
/proc/meminfo: memFree=18758868/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 567777946 8912896 252 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700879 s]
/proc/loadavg: 0.90 1.29 2.10 3/180 2050
/proc/meminfo: memFree=18758868/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 8704

[startup+1.50074 s]
/proc/loadavg: 1.07 1.32 2.11 5/190 2070
/proc/meminfo: memFree=18701040/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=14640 CPUtime=0.89 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 3181 0 0 0 88 1 0 0 21 0 1 0 567778007 14991360 3122 33554432000 134512640 134556542 4288333024 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 3660 3122 214 11 0 2994 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23344

[startup+3.10046 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18698140/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=16828 CPUtime=2.49 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 3733 0 0 0 248 1 0 0 25 0 1 0 567778007 17231872 3674 33554432000 134512640 134556542 4288333024 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 4207 3674 214 11 0 3541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25532

[startup+6.3009 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18687860/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=18584 CPUtime=5.69 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 4169 0 0 0 568 1 0 0 25 0 1 0 567778007 19030016 4110 33554432000 134512640 134556542 4288333024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 4646 4110 214 11 0 3980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27288

[startup+12.7008 s]
/proc/loadavg: 1.52 1.41 2.13 5/194 2080
/proc/meminfo: memFree=18678684/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=20780 CPUtime=12.09 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 4701 0 0 0 1208 1 0 0 25 0 1 0 567778007 21278720 4642 33554432000 134512640 134556542 4288333024 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 5195 4642 214 11 0 4529 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29484

[startup+25.5005 s]
/proc/loadavg: 1.90 1.49 2.15 5/194 2081
/proc/meminfo: memFree=18670420/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=22240 CPUtime=24.89 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 5071 0 0 0 2488 1 0 0 25 0 1 0 567778007 22773760 5012 33554432000 134512640 134556542 4288333024 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 5560 5012 214 11 0 4894 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30944

[startup+51.101 s]
/proc/loadavg: 2.62 1.69 2.19 5/194 2081
/proc/meminfo: memFree=18658188/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=24492 CPUtime=50.48 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 5628 0 0 0 5047 1 0 0 25 0 1 0 567778007 25079808 5569 33554432000 134512640 134556542 4288333024 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 6123 5569 214 11 0 5457 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33196

[startup+102.307 s]
/proc/loadavg: 3.45 2.08 2.30 5/194 2083
/proc/meminfo: memFree=18641300/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=28252 CPUtime=101.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 6543 0 0 0 10168 2 0 0 25 0 1 0 567778007 28930048 6484 33554432000 134512640 134556542 4288333024 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 7063 6484 214 11 0 6397 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 36956

[startup+162.301 s]
/proc/loadavg: 3.79 2.43 2.40 5/194 2084
/proc/meminfo: memFree=18625884/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=31420 CPUtime=161.69 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 7352 0 0 0 16167 2 0 0 25 0 1 0 567778007 32174080 7293 33554432000 134512640 134556542 4288333024 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 7855 7293 214 11 0 7189 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 40124

[startup+222.301 s]
/proc/loadavg: 3.96 2.73 2.50 5/194 2086
/proc/meminfo: memFree=18612340/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=34908 CPUtime=221.69 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 8190 0 0 0 22167 2 0 0 25 0 1 0 567778007 35745792 8131 33554432000 134512640 134556542 4288333024 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 8727 8131 214 11 0 8061 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 43612

[startup+282.301 s]
/proc/loadavg: 3.98 2.95 2.59 5/194 2088
/proc/meminfo: memFree=18599416/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=37444 CPUtime=281.69 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 8819 0 0 0 28166 3 0 0 25 0 1 0 567778007 38342656 8760 33554432000 134512640 134556542 4288333024 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 9361 8760 214 11 0 8695 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 46148

[startup+342.301 s]
/proc/loadavg: 3.99 3.14 2.68 5/194 2089
/proc/meminfo: memFree=18591192/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=39420 CPUtime=341.69 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 9306 0 0 0 34166 3 0 0 25 0 1 0 567778007 40366080 9247 33554432000 134512640 134556542 4288333024 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 9855 9247 214 11 0 9189 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48124

[startup+402.301 s]
/proc/loadavg: 3.99 3.30 2.76 5/194 2091
/proc/meminfo: memFree=18582848/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3

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

[pid=2056] ppid=2050 vsize=45140 CPUtime=521.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 10702 0 0 0 52166 4 0 0 25 0 1 0 567778007 46223360 10643 33554432000 134512640 134556542 4288333024 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 11285 10643 214 11 0 10619 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53844

[startup+582.301 s]
/proc/loadavg: 3.99 3.61 2.97 5/194 2096
/proc/meminfo: memFree=18558572/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=47676 CPUtime=581.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 11348 0 0 0 58166 4 0 0 25 0 1 0 567778007 48820224 11289 33554432000 134512640 134556542 4288333024 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 11919 11289 214 11 0 11253 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 56380

[startup+642.301 s]
/proc/loadavg: 3.99 3.68 3.03 5/194 2106
/proc/meminfo: memFree=18550156/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=49680 CPUtime=641.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 11836 0 0 0 64166 4 0 0 25 0 1 0 567778007 50872320 11777 33554432000 134512640 134556542 4288333024 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 12420 11777 214 11 0 11754 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 58384

[startup+702.3 s]
/proc/loadavg: 3.99 3.73 3.09 5/194 2108
/proc/meminfo: memFree=18541692/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=51948 CPUtime=701.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 12402 0 0 0 70165 5 0 0 25 0 1 0 567778007 53194752 12343 33554432000 134512640 134556542 4288333024 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 12987 12343 214 11 0 12321 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 60652

[startup+762.307 s]
/proc/loadavg: 3.99 3.78 3.14 5/194 2109
/proc/meminfo: memFree=18538424/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=52492 CPUtime=761.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 12557 0 0 0 76166 5 0 0 25 0 1 0 567778007 53751808 12498 33554432000 134512640 134556542 4288333024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 13123 12498 214 11 0 12457 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 61196

[startup+822.3 s]
/proc/loadavg: 4.04 3.83 3.20 5/194 2111
/proc/meminfo: memFree=18527728/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=55316 CPUtime=821.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 13241 0 0 0 82165 5 0 0 25 0 1 0 567778007 56643584 13182 33554432000 134512640 134556542 4288333024 18446744073709551615 134538256 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 13829 13182 214 11 0 13163 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 64020

[startup+882.301 s]
/proc/loadavg: 4.01 3.86 3.24 5/194 2113
/proc/meminfo: memFree=18525200/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=55580 CPUtime=881.7 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 13312 0 0 0 88165 5 0 0 25 0 1 0 567778007 56913920 13253 33554432000 134512640 134556542 4288333024 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 13895 13253 214 11 0 13229 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 64284

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.29 5/194 2114
/proc/meminfo: memFree=18521324/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=57036 CPUtime=941.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 13673 0 0 0 94165 6 0 0 25 0 1 0 567778007 58404864 13614 33554432000 134512640 134556542 4288333024 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 14259 13614 214 11 0 13593 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 65740

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.33 5/194 2116
/proc/meminfo: memFree=18516936/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=57724 CPUtime=1001.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 13840 0 0 0 100165 6 0 0 25 0 1 0 567778007 59109376 13781 33554432000 134512640 134556542 4288333024 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 14431 13781 214 11 0 13765 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 66428

[startup+1062.3 s]
/proc/loadavg: 4.05 3.93 3.38 5/194 2117
/proc/meminfo: memFree=18513420/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=59248 CPUtime=1061.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 14223 0 0 0 106165 6 0 0 25 0 1 0 567778007 60669952 14164 33554432000 134512640 134556542 4288333024 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 14812 14164 214 11 0 14146 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 67952

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 3.41 5/194 2119
/proc/meminfo: memFree=18508664/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=59776 CPUtime=1121.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 14360 0 0 0 112165 6 0 0 25 0 1 0 567778007 61210624 14301 33554432000 134512640 134556542 4288333024 18446744073709551615 134537297 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 14944 14301 214 11 0 14278 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 68480

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/194 2121
/proc/meminfo: memFree=18504912/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=59920 CPUtime=1181.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 14398 0 0 0 118165 6 0 0 25 0 1 0 567778007 61358080 14339 33554432000 134512640 134556542 4288333024 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 14980 14339 214 11 0 14314 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 68624

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.48 5/194 2122
/proc/meminfo: memFree=18496924/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=63616 CPUtime=1241.71 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 15335 0 0 0 124164 7 0 0 25 0 1 0 567778007 65142784 15276 33554432000 134512640 134556542 4288333024 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 15904 15276 214 11 0 15238 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 72320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.50 4/191 2125
/proc/meminfo: memFree=18548380/32950940 swapFree=67111528/67111528
[pid=2050] ppid=2048 vsize=8704 CPUtime=0.59 cores=1,3
/proc/2050/stat : 2050 (ebglucose.sh) S 2048 2050 452 0 -1 4202496 379 7097 0 0 0 0 57 2 18 0 1 0 567777946 8912896 255 33554432000 4194304 4922060 140736983100224 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2050/statm: 2176 255 211 178 0 69 0
[pid=2056] ppid=2050 vsize=63880 CPUtime=1299.42 cores=1,3
/proc/2056/stat : 2056 (ebglucose_stati) R 2050 2050 452 0 -1 4202496 15389 0 0 0 129935 7 0 0 25 0 1 0 567778007 65413120 15330 33554432000 134512640 134556542 4288333024 18446744073709551615 134534199 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2056/statm: 15970 15330 214 11 0 15304 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 72584

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.93
CPU system time (s): 0.098984
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 72584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22878
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= 42
involuntary context switches= 3233

runsolver used 2.02869 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 01:51:12
IDJOB=3289771
IDBENCH=83135
IDSOLVER=1652
FILE ID=node117/3289771-1303775471
RUNJOBID= node117-1303775470-2027
PBS_JOBID= 13157164
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1847528723

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18759024 kB
Buffers:       2331372 kB
Cached:       11226968 kB
SwapCached:          0 kB
Active:        6317656 kB
Inactive:      7313356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18759024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10636 kB
Writeback:           0 kB
AnonPages:       72176 kB
Mapped:          15596 kB
Slab:           497136 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   218576 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= 71516 MiB
End job on node117 at 2011-04-26 02:12:54