Trace number 3289679

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

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  167040   429076 |   50111       0        0     nan |  0.000 % |
0.00/0.58	c |         0 |  116176   430733 |      --       0       --      -- |     --   | -50864/1657
0.00/0.58	c ==============================================================================
0.00/0.58	c Result  :   #vars: 20954   #clauses: 116176   #literals: 430733
0.00/0.58	c CPU time:   0.562914 s
0.00/0.58	c ==============================================================================
0.00/0.66	c
0.00/0.66	c Starting glucose
0.00/0.66	c
0.00/0.66	
0.00/0.66	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.66	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.66	
0.00/0.66	c ============================[ Problem Statistics ]=============================
0.00/0.66	c |                                                                             |
0.00/0.66	c |  Number of variables:  20954                                                |
0.00/0.66	c |  Number of clauses:    116176                                               |
0.65/0.70	c |  Parsing time:         0.04         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57: 27092 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-3289679-1303774514/watcher-3289679-1303774514 -o /tmp/evaluation-result-3289679-1303774514/solver-3289679-1303774514 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289679-1303774514.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.43 1.87 2.30 4/192 27088
/proc/meminfo: memFree=32124448/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489051946 8912896 252 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 252 211 178 0 69 0

[startup+0.055019 s]
/proc/loadavg: 1.43 1.87 2.30 4/192 27088
/proc/meminfo: memFree=32124448/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489051946 8912896 252 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101033 s]
/proc/loadavg: 1.43 1.87 2.30 4/192 27088
/proc/meminfo: memFree=32124448/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489051946 8912896 252 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300986 s]
/proc/loadavg: 1.43 1.87 2.30 4/192 27088
/proc/meminfo: memFree=32124448/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 489051946 8912896 252 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700847 s]
/proc/loadavg: 1.43 1.87 2.30 4/192 27088
/proc/meminfo: memFree=32124448/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 8704

[startup+1.50076 s]
/proc/loadavg: 1.43 1.87 2.30 5/194 27092
/proc/meminfo: memFree=32104352/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=15788 CPUtime=0.82 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 3377 0 0 0 82 0 0 0 18 0 1 0 489052012 16166912 3318 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 3947 3318 214 11 0 3281 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24492

[startup+3.10049 s]
/proc/loadavg: 1.43 1.87 2.30 5/194 27092
/proc/meminfo: memFree=32101376/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=17980 CPUtime=2.42 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 3906 0 0 0 242 0 0 0 22 0 1 0 489052012 18411520 3847 33554432000 134512640 134556542 4288949792 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 4495 3847 214 11 0 3829 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26684

[startup+6.3009 s]
/proc/loadavg: 1.72 1.92 2.31 5/194 27093
/proc/meminfo: memFree=32095068/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=19728 CPUtime=5.62 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 4365 0 0 0 562 0 0 0 25 0 1 0 489052012 20201472 4306 33554432000 134512640 134556542 4288949792 18446744073709551615 134537601 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 4932 4306 214 11 0 4266 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28432

[startup+12.7007 s]
/proc/loadavg: 1.90 1.95 2.32 5/194 27093
/proc/meminfo: memFree=32088124/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=21056 CPUtime=12.02 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 4679 0 0 0 1202 0 0 0 25 0 1 0 489052012 21561344 4620 33554432000 134512640 134556542 4288949792 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 5264 4620 214 11 0 4598 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29760

[startup+25.5004 s]
/proc/loadavg: 2.36 2.05 2.35 5/194 27093
/proc/meminfo: memFree=32080476/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=23532 CPUtime=24.83 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 5299 0 0 0 2482 1 0 0 25 0 1 0 489052012 24096768 5240 33554432000 134512640 134556542 4288949792 18446744073709551615 134536924 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 5883 5240 214 11 0 5217 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32236

[startup+51.1007 s]
/proc/loadavg: 2.99 2.22 2.39 5/194 27094
/proc/meminfo: memFree=32070732/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=26196 CPUtime=50.43 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 5971 0 0 0 5042 1 0 0 25 0 1 0 489052012 26824704 5912 33554432000 134512640 134556542 4288949792 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 6549 5912 214 11 0 5883 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34900

[startup+102.307 s]
/proc/loadavg: 3.56 2.49 2.48 5/194 27095
/proc/meminfo: memFree=32056680/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=29656 CPUtime=101.63 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 6821 0 0 0 10162 1 0 0 25 0 1 0 489052012 30367744 6762 33554432000 134512640 134556542 4288949792 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 7414 6762 214 11 0 6748 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 38360

[startup+162.301 s]
/proc/loadavg: 3.84 2.77 2.57 5/194 27097
/proc/meminfo: memFree=32043624/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=33560 CPUtime=161.63 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 7784 0 0 0 16162 1 0 0 25 0 1 0 489052012 34365440 7725 33554432000 134512640 134556542 4288949792 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 8390 7725 214 11 0 7724 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42264

[startup+222.301 s]
/proc/loadavg: 3.94 2.99 2.66 5/194 27098
/proc/meminfo: memFree=32032796/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=36788 CPUtime=221.63 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 8567 0 0 0 22162 1 0 0 25 0 1 0 489052012 37670912 8508 33554432000 134512640 134556542 4288949792 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 9197 8508 214 11 0 8531 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45492

[startup+282.301 s]
/proc/loadavg: 3.98 3.17 2.74 5/194 27100
/proc/meminfo: memFree=32022092/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=39096 CPUtime=281.63 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 9153 0 0 0 28162 1 0 0 25 0 1 0 489052012 40034304 9094 33554432000 134512640 134556542 4288949792 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 9774 9094 214 11 0 9108 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 47800

[startup+342.301 s]
/proc/loadavg: 4.06 3.33 2.82 5/194 27102
/proc/meminfo: memFree=32015720/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=41076 CPUtime=341.64 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 9648 0 0 0 34162 2 0 0 25 0 1 0 489052012 42061824 9589 33554432000 134512640 134556542 4288949792 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 10269 9589 214 11 0 9603 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49780

[startup+402.301 s]
/proc/loadavg: 4.02 3.45 2.89 5/194 27103
/proc/meminfo: memFree=32008496/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6

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

[pid=27092] ppid=27088 vsize=46912 CPUtime=521.64 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 11020 0 0 0 52162 2 0 0 25 0 1 0 489052012 48037888 10961 33554432000 134512640 134556542 4288949792 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 11728 10961 214 11 0 11062 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 55616

[startup+582.3 s]
/proc/loadavg: 4.00 3.69 3.08 5/194 27108
/proc/meminfo: memFree=31985056/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=50216 CPUtime=581.64 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 11867 0 0 0 58162 2 0 0 25 0 1 0 489052012 51421184 11808 33554432000 134512640 134556542 4288949792 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 12554 11808 214 11 0 11888 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 58920

[startup+642.3 s]
/proc/loadavg: 4.04 3.76 3.14 5/194 27110
/proc/meminfo: memFree=31977700/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=51668 CPUtime=641.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 12220 0 0 0 64163 2 0 0 25 0 1 0 489052012 52908032 12161 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 12917 12161 214 11 0 12251 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 60372

[startup+702.301 s]
/proc/loadavg: 4.01 3.80 3.19 5/194 27111
/proc/meminfo: memFree=31974316/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=52460 CPUtime=701.64 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 12444 0 0 0 70162 2 0 0 25 0 1 0 489052012 53719040 12385 33554432000 134512640 134556542 4288949792 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 13115 12385 214 11 0 12449 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 61164

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.24 5/194 27113
/proc/meminfo: memFree=31968572/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=53912 CPUtime=761.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 12811 0 0 0 76163 2 0 0 25 0 1 0 489052012 55205888 12752 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 13478 12752 214 11 0 12812 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 62616

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.28 5/194 27114
/proc/meminfo: memFree=31962832/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=56216 CPUtime=821.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 13385 0 0 0 82162 3 0 0 25 0 1 0 489052012 57565184 13326 33554432000 134512640 134556542 4288949792 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 14054 13326 214 11 0 13388 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 64920

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.32 5/194 27116
/proc/meminfo: memFree=31957832/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=56480 CPUtime=881.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 13469 0 0 0 88162 3 0 0 25 0 1 0 489052012 57835520 13410 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 14120 13410 214 11 0 13454 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 65184

[startup+942.301 s]
/proc/loadavg: 4.04 3.92 3.37 5/194 27118
/proc/meminfo: memFree=31954084/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=56920 CPUtime=941.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 13564 0 0 0 94162 3 0 0 25 0 1 0 489052012 58286080 13505 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 14230 13505 214 11 0 13564 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 65624

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.40 5/194 27119
/proc/meminfo: memFree=31947604/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=60088 CPUtime=1001.65 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 14358 0 0 0 100162 3 0 0 25 0 1 0 489052012 61530112 14299 33554432000 134512640 134556542 4288949792 18446744073709551615 134529811 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 15022 14299 214 11 0 14356 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 68792

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.44 5/194 27121
/proc/meminfo: memFree=31941752/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=60484 CPUtime=1061.66 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 14479 0 0 0 106163 3 0 0 25 0 1 0 489052012 61935616 14420 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 15121 14420 214 11 0 14455 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 69188

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.48 5/194 27122
/proc/meminfo: memFree=31939616/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=61408 CPUtime=1121.66 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 14719 0 0 0 112163 3 0 0 25 0 1 0 489052012 62881792 14660 33554432000 134512640 134556542 4288949792 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 15352 14660 214 11 0 14686 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 70112

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/194 27124
/proc/meminfo: memFree=31933004/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=63292 CPUtime=1181.66 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 15180 0 0 0 118163 3 0 0 25 0 1 0 489052012 64811008 15121 33554432000 134512640 134556542 4288949792 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 15823 15121 214 11 0 15157 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 71996

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.53 5/194 27126
/proc/meminfo: memFree=31928624/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=64172 CPUtime=1241.66 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 15307 0 0 0 124163 3 0 0 25 0 1 0 489052012 65712128 15248 33554432000 134512640 134556542 4288949792 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 16043 15248 214 11 0 15377 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 72876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.94 3.55 2/176 27183
/proc/meminfo: memFree=32130584/32951124 swapFree=67111348/67111528
[pid=27088] ppid=27086 vsize=8704 CPUtime=0.65 cores=4,6
/proc/27088/stat : 27088 (ebglucose.sh) S 27086 27088 23613 0 -1 4202496 380 7699 0 0 0 0 63 2 16 0 1 0 489051946 8912896 255 33554432000 4194304 4922060 140736877972528 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27088/statm: 2176 255 211 178 0 69 0
[pid=27092] ppid=27088 vsize=64920 CPUtime=1299.36 cores=4,6
/proc/27092/stat : 27092 (ebglucose_stati) R 27088 27088 23613 0 -1 4202496 15487 0 0 0 129933 3 0 0 25 0 1 0 489052012 66478080 15428 33554432000 134512640 134556542 4288949792 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27092/statm: 16230 15428 214 11 0 15564 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 73624

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

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

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.97
CPU system time (s): 0.066989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 73624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23780
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= 14
involuntary context switches= 1788

runsolver used 2.28965 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 01:35:16
IDJOB=3289679
IDBENCH=83133
IDSOLVER=1652
FILE ID=node106/3289679-1303774514
RUNJOBID= node106-1303774508-27038
PBS_JOBID= 13157143
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=972196032

node106.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.830
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.75
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32124852 kB
Buffers:         52804 kB
Cached:         460728 kB
SwapCached:         96 kB
Active:         266136 kB
Inactive:       356724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32124852 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           34224 kB
Writeback:           0 kB
AnonPages:      108920 kB
Mapped:          16012 kB
Slab:           138916 kB
PageTables:       5780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   293896 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= 71692 MiB
End job on node106 at 2011-04-26 01:56:58