Trace number 3289587

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-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  114186   292484 |   34255       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |   78857   291048 |      --       0       --      -- |     --   | -35329/-1436
0.00/0.39	c ==============================================================================
0.00/0.39	c Result  :   #vars: 14260   #clauses: 78857   #literals: 291048
0.00/0.39	c CPU time:   0.371943 s
0.00/0.39	c ==============================================================================
0.00/0.44	c
0.00/0.44	c Starting glucose
0.00/0.44	c
0.00/0.44	
0.00/0.44	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.44	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.44	
0.00/0.44	c ============================[ Problem Statistics ]=============================
0.00/0.44	c |                                                                             |
0.00/0.44	c |  Number of variables:  14260                                                |
0.00/0.44	c |  Number of clauses:    78857                                                |
0.00/0.47	c |  Parsing time:         0.03         s                                       |
1300.01/1300.00	HOME/ebglucose.sh: line 57: 27066 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-3289587-1303774512/watcher-3289587-1303774512 -o /tmp/evaluation-result-3289587-1303774512/solver-3289587-1303774512 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289587-1303774512.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: 1.30 1.85 2.29 2/180 27062
/proc/meminfo: memFree=32166340/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8700 CPUtime=0 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 321 0 0 0 0 0 0 0 22 0 1 0 489051628 8908800 249 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640859392 0 0 4100 65536 18446744071562362840 0 0 17 1 0 0 0
/proc/27062/statm: 2175 249 209 178 0 68 0

[startup+0.0792589 s]
/proc/loadavg: 1.30 1.85 2.29 2/180 27062
/proc/meminfo: memFree=32166340/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 489051628 8912896 252 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100262 s]
/proc/loadavg: 1.30 1.85 2.29 2/180 27062
/proc/meminfo: memFree=32166340/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 489051628 8912896 252 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300231 s]
/proc/loadavg: 1.30 1.85 2.29 2/180 27062
/proc/meminfo: memFree=32166340/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 354 233 0 0 0 0 0 0 22 0 1 0 489051628 8912896 252 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.946146 s]
/proc/loadavg: 1.30 1.85 2.29 2/180 27062
/proc/meminfo: memFree=32166340/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.507 s]
/proc/loadavg: 1.43 1.87 2.30 3/182 27066
/proc/meminfo: memFree=32151532/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=12432 CPUtime=1.05 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 2611 0 0 0 105 0 0 0 19 0 1 0 489051673 12730368 2551 33554432000 134512640 134556542 4291822480 18446744073709551615 134537297 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 3108 2551 214 11 0 2442 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21136

[startup+3.10071 s]
/proc/loadavg: 1.43 1.87 2.30 4/188 27079
/proc/meminfo: memFree=32132396/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=14732 CPUtime=2.64 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 3166 0 0 0 264 0 0 0 23 0 1 0 489051673 15085568 3106 33554432000 134512640 134556542 4291822480 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 3683 3106 214 11 0 3017 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23436

[startup+6.30114 s]
/proc/loadavg: 1.43 1.87 2.30 5/194 27092
/proc/meminfo: memFree=32099144/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=16612 CPUtime=5.84 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 3628 0 0 0 584 0 0 0 25 0 1 0 489051673 17010688 3568 33554432000 134512640 134556542 4291822480 18446744073709551615 134536885 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 4153 3568 214 11 0 3487 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25316

[startup+12.701 s]
/proc/loadavg: 1.90 1.95 2.32 5/194 27093
/proc/meminfo: memFree=32089488/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=18436 CPUtime=12.24 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 4083 0 0 0 1224 0 0 0 25 0 1 0 489051673 18878464 4023 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 4609 4023 214 11 0 3943 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27140

[startup+25.5006 s]
/proc/loadavg: 2.22 2.02 2.34 5/194 27093
/proc/meminfo: memFree=32081468/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=20964 CPUtime=25.05 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 4728 0 0 0 2504 1 0 0 25 0 1 0 489051673 21467136 4668 33554432000 134512640 134556542 4291822480 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 5241 4668 214 11 0 4575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29668

[startup+51.101 s]
/proc/loadavg: 2.99 2.22 2.39 5/194 27094
/proc/meminfo: memFree=32071848/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=22680 CPUtime=50.65 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 5154 0 0 0 5064 1 0 0 25 0 1 0 489051673 23224320 5094 33554432000 134512640 134556542 4291822480 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 5670 5094 214 11 0 5004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31384

[startup+102.301 s]
/proc/loadavg: 3.56 2.49 2.48 5/194 27095
/proc/meminfo: memFree=32057428/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=26448 CPUtime=101.85 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 6074 0 0 0 10184 1 0 0 25 0 1 0 489051673 27082752 6014 33554432000 134512640 134556542 4291822480 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 6612 6014 214 11 0 5946 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35152

[startup+162.301 s]
/proc/loadavg: 3.84 2.77 2.57 5/194 27097
/proc/meminfo: memFree=32043632/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=29548 CPUtime=161.85 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 6865 0 0 0 16184 1 0 0 25 0 1 0 489051673 30257152 6805 33554432000 134512640 134556542 4291822480 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 7387 6805 214 11 0 6721 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 38252

[startup+222.301 s]
/proc/loadavg: 3.94 2.99 2.66 5/194 27098
/proc/meminfo: memFree=32032800/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=32524 CPUtime=221.85 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 7551 0 0 0 22184 1 0 0 25 0 1 0 489051673 33304576 7491 33554432000 134512640 134556542 4291822480 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 8131 7491 214 11 0 7465 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 41228

[startup+282.301 s]
/proc/loadavg: 3.98 3.17 2.74 5/194 27100
/proc/meminfo: memFree=32022464/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=35568 CPUtime=281.85 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 8318 0 0 0 28184 1 0 0 25 0 1 0 489051673 36421632 8258 33554432000 134512640 134556542 4291822480 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 8892 8258 214 11 0 8226 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 44272

[startup+342.301 s]
/proc/loadavg: 4.06 3.33 2.82 5/194 27102
/proc/meminfo: memFree=32016220/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=37036 CPUtime=341.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 8696 0 0 0 34184 2 0 0 25 0 1 0 489051673 37924864 8636 33554432000 134512640 134556542 4291822480 18446744073709551615 134537366 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 9259 8636 214 11 0 8593 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 45740

[startup+402.3 s]
/proc/loadavg: 4.02 3.45 2.89 5/194 27103
/proc/meminfo: memFree=32008620/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3

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

[pid=27066] ppid=27062 vsize=43404 CPUtime=521.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 10298 0 0 0 52184 2 0 0 25 0 1 0 489051673 44445696 10238 33554432000 134512640 134556542 4291822480 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 10851 10238 214 11 0 10185 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 52108

[startup+582.308 s]
/proc/loadavg: 4.00 3.69 3.08 5/194 27108
/proc/meminfo: memFree=31985432/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=44724 CPUtime=581.87 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 10640 0 0 0 58185 2 0 0 25 0 1 0 489051673 45797376 10580 33554432000 134512640 134556542 4291822480 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 11181 10580 214 11 0 10515 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53428

[startup+642.301 s]
/proc/loadavg: 4.04 3.76 3.14 5/194 27110
/proc/meminfo: memFree=31979688/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=47036 CPUtime=641.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 11143 0 0 0 64184 2 0 0 25 0 1 0 489051673 48164864 11083 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 11759 11083 214 11 0 11093 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 55740

[startup+702.301 s]
/proc/loadavg: 4.01 3.80 3.19 5/194 27111
/proc/meminfo: memFree=31974320/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=47708 CPUtime=701.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 11321 0 0 0 70184 2 0 0 25 0 1 0 489051673 48852992 11261 33554432000 134512640 134556542 4291822480 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 11927 11261 214 11 0 11261 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 56412

[startup+762.301 s]
/proc/loadavg: 4.00 3.84 3.24 5/194 27113
/proc/meminfo: memFree=31968580/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=48500 CPUtime=761.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 11540 0 0 0 76184 2 0 0 25 0 1 0 489051673 49664000 11480 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 12125 11480 214 11 0 11459 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 57204

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.28 5/194 27114
/proc/meminfo: memFree=31962836/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=50428 CPUtime=821.86 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 11962 0 0 0 82184 2 0 0 25 0 1 0 489051673 51638272 11902 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 12607 11902 214 11 0 11941 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 59132

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.32 5/194 27116
/proc/meminfo: memFree=31958456/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=51280 CPUtime=881.87 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 12169 0 0 0 88184 3 0 0 25 0 1 0 489051673 52510720 12109 33554432000 134512640 134556542 4291822480 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 12820 12109 214 11 0 12154 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 59984

[startup+942.3 s]
/proc/loadavg: 4.04 3.92 3.37 5/194 27118
/proc/meminfo: memFree=31954460/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=53520 CPUtime=941.87 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 12690 0 0 0 94184 3 0 0 25 0 1 0 489051673 54804480 12609 33554432000 134512640 134556542 4291822480 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 13380 12609 214 11 0 12714 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 62224

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.40 5/194 27119
/proc/meminfo: memFree=31947980/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=55552 CPUtime=1001.87 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 13117 0 0 0 100184 3 0 0 25 0 1 0 489051673 56885248 13036 33554432000 134512640 134556542 4291822480 18446744073709551615 134525040 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 13888 13036 214 11 0 13222 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 64256

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.44 5/194 27121
/proc/meminfo: memFree=31942620/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=59380 CPUtime=1061.88 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 14089 0 0 0 106184 4 0 0 25 0 1 0 489051673 60805120 14008 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 14845 14008 214 11 0 14179 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68084

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.48 5/194 27122
/proc/meminfo: memFree=31940364/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=59380 CPUtime=1121.89 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 14096 0 0 0 112185 4 0 0 25 0 1 0 489051673 60805120 14015 33554432000 134512640 134556542 4291822480 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 14845 14015 214 11 0 14179 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 68084

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/194 27124
/proc/meminfo: memFree=31933252/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=60988 CPUtime=1181.88 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 14486 0 0 0 118184 4 0 0 25 0 1 0 489051673 62451712 14405 33554432000 134512640 134556542 4291822480 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 15247 14405 214 11 0 14581 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 69692

[startup+1242.31 s]
/proc/loadavg: 4.00 3.97 3.53 5/194 27126
/proc/meminfo: memFree=31928628/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=62440 CPUtime=1241.89 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 14852 0 0 0 124185 4 0 0 25 0 1 0 489051673 63938560 14771 33554432000 134512640 134556542 4291822480 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 15610 14771 214 11 0 14944 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 71144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.56 4/188 27145
/proc/meminfo: memFree=31999212/32951124 swapFree=67111348/67111528
[pid=27062] ppid=27060 vsize=8704 CPUtime=0.43 cores=1,3
/proc/27062/stat : 27062 (ebglucose.sh) S 27060 27062 23613 0 -1 4202496 380 5461 0 0 0 0 42 1 18 0 1 0 489051628 8912896 255 33554432000 4194304 4922060 140735455489888 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27062/statm: 2176 255 211 178 0 69 0
[pid=27066] ppid=27062 vsize=64816 CPUtime=1299.58 cores=1,3
/proc/27066/stat : 27066 (ebglucose_stati) R 27062 27062 23613 0 -1 4202496 15434 0 0 0 129954 4 0 0 25 0 1 0 489051673 66371584 15353 33554432000 134512640 134556542 4291822480 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27066/statm: 16204 15353 214 11 0 15538 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 73520

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

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

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

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

runsolver used 1.9637 second user time and 5.13422 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 01:35:12
IDJOB=3289587
IDBENCH=83127
IDSOLVER=1652
FILE ID=node106/3289587-1303774512
RUNJOBID= node106-1303774508-27039
PBS_JOBID= 13157143
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=672164051

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:      32166612 kB
Buffers:         52680 kB
Cached:         444700 kB
SwapCached:         96 kB
Active:         230060 kB
Inactive:       351392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32166612 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           20076 kB
Writeback:           0 kB
AnonPages:       83688 kB
Mapped:          15900 kB
Slab:           137936 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232268 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= 71680 MiB
End job on node106 at 2011-04-26 01:56:54