Trace number 3289633

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-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   91575   234144 |   27472       0        0     nan |  0.000 % |
0.00/0.32	c |         0 |   62993   231746 |      --       0       --      -- |     --   | -28582/-2398
0.00/0.32	c ==============================================================================
0.00/0.32	c Result  :   #vars: 11426   #clauses: 62993   #literals: 231746
0.00/0.32	c CPU time:   0.306953 s
0.00/0.32	c ==============================================================================
0.00/0.36	c
0.00/0.36	c Starting glucose
0.00/0.36	c
0.00/0.36	
0.00/0.36	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.36	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.36	
0.00/0.36	c ============================[ Problem Statistics ]=============================
0.00/0.36	c |                                                                             |
0.00/0.36	c |  Number of variables:  11426                                                |
0.00/0.36	c |  Number of clauses:    62993                                                |
0.00/0.39	c |  Parsing time:         0.02         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57: 27079 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-3289633-1303774513/watcher-3289633-1303774513 -o /tmp/evaluation-result-3289633-1303774513/solver-3289633-1303774513 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289633-1303774513.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.43 1.87 2.30 3/186 27075
/proc/meminfo: memFree=32147532/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 489051784 8912896 253 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27075/statm: 2176 253 211 178 0 69 0

[startup+0.0895011 s]
/proc/loadavg: 1.43 1.87 2.30 3/186 27075
/proc/meminfo: memFree=32147532/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 489051784 8912896 253 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27075/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100495 s]
/proc/loadavg: 1.43 1.87 2.30 3/186 27075
/proc/meminfo: memFree=32147532/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 489051784 8912896 253 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27075/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300463 s]
/proc/loadavg: 1.43 1.87 2.30 3/186 27075
/proc/meminfo: memFree=32147532/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 355 233 0 0 0 0 0 0 22 0 1 0 489051784 8912896 253 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27075/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700422 s]
/proc/loadavg: 1.43 1.87 2.30 3/186 27075
/proc/meminfo: memFree=32147532/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 1.43 1.87 2.30 4/188 27079
/proc/meminfo: memFree=32132396/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=11728 CPUtime=1.13 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 2475 0 0 0 113 0 0 0 25 0 1 0 489051821 12009472 2415 33554432000 134512640 134556542 4289305376 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 2932 2415 214 11 0 2266 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20432

[startup+3.10099 s]
/proc/loadavg: 1.43 1.87 2.30 5/194 27091
/proc/meminfo: memFree=32093192/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=13032 CPUtime=2.73 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 2776 0 0 0 273 0 0 0 25 0 1 0 489051821 13344768 2716 33554432000 134512640 134556542 4289305376 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 3258 2716 214 11 0 2592 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21736

[startup+6.3004 s]
/proc/loadavg: 1.72 1.92 2.31 5/194 27092
/proc/meminfo: memFree=32096788/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=14916 CPUtime=5.93 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 3275 0 0 0 593 0 0 0 25 0 1 0 489051821 15273984 3215 33554432000 134512640 134556542 4289305376 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 3729 3215 214 11 0 3063 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23620

[startup+12.7002 s]
/proc/loadavg: 1.90 1.95 2.32 5/194 27093
/proc/meminfo: memFree=32088248/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=16480 CPUtime=12.33 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 3647 0 0 0 1233 0 0 0 25 0 1 0 489051821 16875520 3587 33554432000 134512640 134556542 4289305376 18446744073709551615 134536795 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 4120 3587 214 11 0 3454 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25184

[startup+25.5009 s]
/proc/loadavg: 2.36 2.05 2.35 5/194 27093
/proc/meminfo: memFree=32081096/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=18600 CPUtime=25.13 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 4183 0 0 0 2513 0 0 0 25 0 1 0 489051821 19046400 4123 33554432000 134512640 134556542 4289305376 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 4650 4123 214 11 0 3984 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27304

[startup+51.1003 s]
/proc/loadavg: 2.99 2.22 2.39 5/194 27094
/proc/meminfo: memFree=32071352/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=21368 CPUtime=50.73 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 4842 0 0 0 5073 0 0 0 25 0 1 0 489051821 21880832 4782 33554432000 134512640 134556542 4289305376 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 5342 4782 214 11 0 4676 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30072

[startup+102.307 s]
/proc/loadavg: 3.56 2.49 2.48 5/194 27095
/proc/meminfo: memFree=32057056/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=24468 CPUtime=101.93 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 5601 0 0 0 10193 0 0 0 25 0 1 0 489051821 25055232 5541 33554432000 134512640 134556542 4289305376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 6117 5541 214 11 0 5451 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33172

[startup+162.301 s]
/proc/loadavg: 3.84 2.77 2.57 5/194 27097
/proc/meminfo: memFree=32043632/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=28064 CPUtime=161.94 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 6487 0 0 0 16193 1 0 0 25 0 1 0 489051821 28737536 6427 33554432000 134512640 134556542 4289305376 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 7016 6427 214 11 0 6350 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36768

[startup+222.301 s]
/proc/loadavg: 3.94 2.99 2.66 5/194 27098
/proc/meminfo: memFree=32032800/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=31120 CPUtime=221.93 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 7200 0 0 0 22192 1 0 0 25 0 1 0 489051821 31866880 7140 33554432000 134512640 134556542 4289305376 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 7780 7140 214 11 0 7114 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 39824

[startup+282.3 s]
/proc/loadavg: 3.98 3.17 2.74 5/194 27100
/proc/meminfo: memFree=32022464/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=33768 CPUtime=281.93 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 7878 0 0 0 28192 1 0 0 25 0 1 0 489051821 34578432 7818 33554432000 134512640 134556542 4289305376 18446744073709551615 134530926 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 8442 7818 214 11 0 7776 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 42472

[startup+342.3 s]
/proc/loadavg: 4.06 3.33 2.82 5/194 27102
/proc/meminfo: memFree=32015724/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=34996 CPUtime=341.94 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 8195 0 0 0 34193 1 0 0 25 0 1 0 489051821 35835904 8135 33554432000 134512640 134556542 4289305376 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 8749 8135 214 11 0 8083 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 43700

[startup+402.301 s]
/proc/loadavg: 4.02 3.45 2.89 5/194 27103
/proc/meminfo: memFree=32008620/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7

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

[pid=27079] ppid=27075 vsize=43256 CPUtime=521.94 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 10119 0 0 0 52192 2 0 0 25 0 1 0 489051821 44294144 10059 33554432000 134512640 134556542 4289305376 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 10814 10059 214 11 0 10148 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 51960

[startup+582.301 s]
/proc/loadavg: 4.00 3.69 3.08 5/194 27108
/proc/meminfo: memFree=31985308/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=43800 CPUtime=581.94 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 10196 0 0 0 58192 2 0 0 25 0 1 0 489051821 44851200 10136 33554432000 134512640 134556542 4289305376 18446744073709551615 134537104 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 10950 10136 214 11 0 10284 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 52504

[startup+642.301 s]
/proc/loadavg: 4.04 3.76 3.14 5/194 27110
/proc/meminfo: memFree=31978324/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=46152 CPUtime=641.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 10715 0 0 0 64193 2 0 0 25 0 1 0 489051821 47259648 10655 33554432000 134512640 134556542 4289305376 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 11538 10655 214 11 0 10872 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 54856

[startup+702.301 s]
/proc/loadavg: 4.01 3.80 3.19 5/194 27111
/proc/meminfo: memFree=31974320/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=47404 CPUtime=701.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 11019 0 0 0 70192 3 0 0 25 0 1 0 489051821 48541696 10959 33554432000 134512640 134556542 4289305376 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 11851 10959 214 11 0 11185 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 56108

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.24 5/194 27113
/proc/meminfo: memFree=31968580/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=48912 CPUtime=761.96 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 11379 0 0 0 76193 3 0 0 25 0 1 0 489051821 50085888 11319 33554432000 134512640 134556542 4289305376 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 12228 11319 214 11 0 11562 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 57616

[startup+822.3 s]
/proc/loadavg: 4.00 3.86 3.28 6/194 27114
/proc/meminfo: memFree=31962836/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=49580 CPUtime=821.96 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 11556 0 0 0 82193 3 0 0 25 0 1 0 489051821 50769920 11480 33554432000 134512640 134556542 4289305376 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 12395 11480 214 11 0 11729 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 58284

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.32 6/194 27116
/proc/meminfo: memFree=31957836/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=51696 CPUtime=881.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 12079 0 0 0 88192 3 0 0 25 0 1 0 489051821 52936704 12003 33554432000 134512640 134556542 4289305376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 12924 12003 214 11 0 12258 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 60400

[startup+942.3 s]
/proc/loadavg: 4.04 3.92 3.37 5/194 27118
/proc/meminfo: memFree=31954212/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=52488 CPUtime=941.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 12285 0 0 0 94192 3 0 0 25 0 1 0 489051821 53747712 12209 33554432000 134512640 134556542 4289305376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 13122 12209 214 11 0 12456 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 61192

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.40 5/194 27119
/proc/meminfo: memFree=31947608/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=53956 CPUtime=1001.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 12644 0 0 0 100192 3 0 0 25 0 1 0 489051821 55250944 12568 33554432000 134512640 134556542 4289305376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 13489 12568 214 11 0 12823 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 62660

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.44 5/194 27121
/proc/meminfo: memFree=31942372/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=54028 CPUtime=1061.95 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 12666 0 0 0 106192 3 0 0 25 0 1 0 489051821 55324672 12590 33554432000 134512640 134556542 4289305376 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 13507 12590 214 11 0 12841 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 62732

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.48 5/194 27122
/proc/meminfo: memFree=31940364/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=54612 CPUtime=1121.96 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 12783 0 0 0 112193 3 0 0 25 0 1 0 489051821 55922688 12707 33554432000 134512640 134556542 4289305376 18446744073709551615 134536927 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 13653 12707 214 11 0 12987 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 63316

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/194 27124
/proc/meminfo: memFree=31933128/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=56376 CPUtime=1181.97 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 13225 0 0 0 118193 4 0 0 25 0 1 0 489051821 57729024 13149 33554432000 134512640 134556542 4289305376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 14094 13149 214 11 0 13428 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 65080

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.53 5/194 27126
/proc/meminfo: memFree=31928628/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=58008 CPUtime=1241.97 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 13598 0 0 0 124193 4 0 0 25 0 1 0 489051821 59400192 13522 33554432000 134512640 134556542 4289305376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 14502 13522 214 11 0 13836 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 66712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.94 3.55 3/185 27147
/proc/meminfo: memFree=32063220/32951124 swapFree=67111348/67111528
[pid=27075] ppid=27073 vsize=8704 CPUtime=0.35 cores=5,7
/proc/27075/stat : 27075 (ebglucose.sh) S 27073 27075 23613 0 -1 4202496 381 4312 0 0 0 0 34 1 21 0 1 0 489051784 8912896 256 33554432000 4194304 4922060 140733824196080 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27075/statm: 2176 256 211 178 0 69 0
[pid=27079] ppid=27075 vsize=59496 CPUtime=1299.67 cores=5,7
/proc/27079/stat : 27079 (ebglucose_stati) R 27075 27075 23613 0 -1 4202496 13928 0 0 0 129963 4 0 0 25 0 1 0 489051821 60923904 13852 33554432000 134512640 134556542 4289305376 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27079/statm: 14874 13852 214 11 0 14208 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 68200

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.98
CPU system time (s): 0.06299
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 68200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18834
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= 1696

runsolver used 2.00969 second user time and 5.08823 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 01:35:14
IDJOB=3289633
IDBENCH=83130
IDSOLVER=1652
FILE ID=node106/3289633-1303774513
RUNJOBID= node106-1303774508-27040
PBS_JOBID= 13157143
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
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:      32147688 kB
Buffers:         52736 kB
Cached:         452156 kB
SwapCached:         96 kB
Active:         246640 kB
Inactive:       353824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32147688 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           26892 kB
Writeback:           0 kB
AnonPages:       94840 kB
Mapped:          15884 kB
Slab:           138180 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263684 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