Trace number 3289541

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) 1299.91 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  304209   745178 |   91262       0        0     nan |  0.000 % |
0.99/1.08	c |         0 |  190843   646647 |      --       0       --      -- |     --   | -113366/-98531
0.99/1.08	c ==============================================================================
0.99/1.08	c Result  :   #vars: 37570   #clauses: 190843   #literals: 646647
0.99/1.08	c CPU time:   1.03084 s
0.99/1.08	c ==============================================================================
1.19/1.21	c
1.19/1.21	c Starting glucose
1.19/1.21	c
1.20/1.31	
1.20/1.31	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.20/1.31	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.20/1.31	
1.20/1.31	c ============================[ Problem Statistics ]=============================
1.20/1.31	c |                                                                             |
1.20/1.32	c |  Number of variables:  37570                                                |
1.20/1.32	c |  Number of clauses:    190843                                               |
1.20/1.39	c |  Parsing time:         0.07         s                                       |
1299.89/1300.01	HOME/ebglucose.sh: line 57: 27053 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-3289541-1303774509/watcher-3289541-1303774509 -o /tmp/evaluation-result-3289541-1303774509/solver-3289541-1303774509 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289541-1303774509.cnf 

running on 2 cores: 0,2

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/174 27049
/proc/meminfo: memFree=32203332/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8700 CPUtime=0 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 322 0 0 0 0 0 0 0 21 0 1 0 489051324 8908800 250 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640859392 0 0 4100 65536 18446744071562362840 0 0 17 0 0 0 0
/proc/27049/statm: 2175 250 209 178 0 68 0

[startup+0.0331199 s]
/proc/loadavg: 1.30 1.85 2.29 2/174 27049
/proc/meminfo: memFree=32203332/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=0 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 489051324 8912896 253 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101157 s]
/proc/loadavg: 1.30 1.85 2.29 2/174 27049
/proc/meminfo: memFree=32203332/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=0 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 489051324 8912896 253 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301114 s]
/proc/loadavg: 1.30 1.85 2.29 2/174 27049
/proc/meminfo: memFree=32203332/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=0 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 489051324 8912896 253 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700992 s]
/proc/loadavg: 1.30 1.85 2.29 2/174 27049
/proc/meminfo: memFree=32203332/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=0 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 489051324 8912896 253 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5008 s]
/proc/loadavg: 1.30 1.85 2.29 2/176 27052
/proc/meminfo: memFree=32148136/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 8704

[startup+3.1005 s]
/proc/loadavg: 1.30 1.85 2.29 2/176 27053
/proc/meminfo: memFree=32171500/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=22600 CPUtime=1.75 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 5120 0 9 0 175 0 0 0 22 0 1 0 489051445 23142400 5070 33554432000 134512640 134556542 4293810800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/27053/statm: 5650 5070 214 11 0 4984 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 31304

[startup+6.301 s]
/proc/loadavg: 1.43 1.87 2.30 4/188 27079
/proc/meminfo: memFree=32133884/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=24872 CPUtime=4.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 5653 0 9 0 493 1 0 0 25 0 1 0 489051445 25468928 5603 33554432000 134512640 134556542 4293810800 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 6218 5603 214 11 0 5552 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33576

[startup+12.7008 s]
/proc/loadavg: 1.72 1.92 2.31 5/194 27093
/proc/meminfo: memFree=32094696/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=25664 CPUtime=11.34 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 5851 0 9 0 1133 1 0 0 25 0 1 0 489051445 26279936 5801 33554432000 134512640 134556542 4293810800 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 6416 5801 214 11 0 5750 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 34368

[startup+25.5005 s]
/proc/loadavg: 2.22 2.02 2.34 5/194 27093
/proc/meminfo: memFree=32083576/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=28144 CPUtime=24.14 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 6469 0 9 0 2413 1 0 0 25 0 1 0 489051445 28819456 6419 33554432000 134512640 134556542 4293810800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 7036 6419 214 11 0 6370 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 36848

[startup+51.1008 s]
/proc/loadavg: 2.90 2.19 2.39 5/194 27094
/proc/meminfo: memFree=32072968/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=29884 CPUtime=49.74 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 6901 0 9 0 4973 1 0 0 25 0 1 0 489051445 30601216 6851 33554432000 134512640 134556542 4293810800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 7471 6851 214 11 0 6805 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 38588

[startup+102.307 s]
/proc/loadavg: 3.52 2.47 2.47 5/194 27095
/proc/meminfo: memFree=32057552/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=33076 CPUtime=100.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 7675 0 9 0 10093 1 0 0 25 0 1 0 489051445 33869824 7625 33554432000 134512640 134556542 4293810800 18446744073709551615 134537238 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 8269 7625 214 11 0 7603 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 41780

[startup+162.301 s]
/proc/loadavg: 3.82 2.75 2.56 5/194 27097
/proc/meminfo: memFree=32045372/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=36008 CPUtime=160.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 8432 0 9 0 16092 2 0 0 25 0 1 0 489051445 36872192 8382 33554432000 134512640 134556542 4293810800 18446744073709551615 134536856 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 9002 8382 214 11 0 8336 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 44712

[startup+222.301 s]
/proc/loadavg: 3.93 2.97 2.65 5/194 27098
/proc/meminfo: memFree=32032800/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=38060 CPUtime=220.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 8907 0 9 0 22092 2 0 0 25 0 1 0 489051445 38973440 8857 33554432000 134512640 134556542 4293810800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 9515 8857 214 11 0 8849 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 46764

[startup+282.301 s]
/proc/loadavg: 3.97 3.16 2.73 5/194 27100
/proc/meminfo: memFree=32022712/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=40584 CPUtime=280.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 9548 0 9 0 28092 2 0 0 25 0 1 0 489051445 41558016 9498 33554432000 134512640 134556542 4293810800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 10146 9498 214 11 0 9480 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 49288

[startup+342.301 s]
/proc/loadavg: 4.07 3.32 2.81 5/194 27101
/proc/meminfo: memFree=32016220/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=42476 CPUtime=340.94 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 10030 0 9 0 34092 2 0 0 25 0 1 0 489051445 43495424 9980 33554432000 134512640 134556542 4293810800 18446744073709551615 134543363 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 10619 9980 214 11 0 9953 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 51180

[startup+402.301 s]
/proc/loadavg: 4.02 3.44 2.88 5/194 27103
/proc/meminfo: memFree=32008620/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=43824 CPUtime=400.96 cores=0,2

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

[pid=27053] ppid=27049 vsize=46960 CPUtime=520.95 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 11080 0 9 0 52092 3 0 0 25 0 1 0 489051445 48087040 11030 33554432000 134512640 134556542 4293810800 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 11740 11030 214 11 0 11074 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 55664

[startup+582.3 s]
/proc/loadavg: 4.00 3.69 3.07 5/194 27108
/proc/meminfo: memFree=31985556/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=48332 CPUtime=580.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 11424 0 9 0 58093 3 0 0 25 0 1 0 489051445 49491968 11374 33554432000 134512640 134556542 4293810800 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 12083 11374 214 11 0 11417 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 57036

[startup+642.301 s]
/proc/loadavg: 4.04 3.76 3.13 5/194 27109
/proc/meminfo: memFree=31980432/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=49588 CPUtime=640.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 11749 0 9 0 64092 4 0 0 25 0 1 0 489051445 50778112 11699 33554432000 134512640 134556542 4293810800 18446744073709551615 134536984 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 12397 11699 214 11 0 11731 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 58292

[startup+702.301 s]
/proc/loadavg: 4.01 3.80 3.19 5/194 27111
/proc/meminfo: memFree=31974320/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=50524 CPUtime=700.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 11992 0 9 0 70092 4 0 0 25 0 1 0 489051445 51736576 11942 33554432000 134512640 134556542 4293810800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 12631 11942 214 11 0 11965 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 59228

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.23 5/194 27113
/proc/meminfo: memFree=31968584/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=52408 CPUtime=760.97 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 12460 0 9 0 76093 4 0 0 25 0 1 0 489051445 53665792 12410 33554432000 134512640 134556542 4293810800 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 13102 12410 214 11 0 12436 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 61112

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.28 5/194 27114
/proc/meminfo: memFree=31964696/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=53612 CPUtime=820.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 12752 0 9 0 82092 4 0 0 25 0 1 0 489051445 54898688 12702 33554432000 134512640 134556542 4293810800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 13403 12702 214 11 0 12737 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 62316

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.32 5/194 27116
/proc/meminfo: memFree=31958952/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=54404 CPUtime=880.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 12968 0 9 0 88092 4 0 0 25 0 1 0 489051445 55709696 12918 33554432000 134512640 134556542 4293810800 18446744073709551615 134534196 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 13601 12918 214 11 0 12935 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 63108

[startup+942.301 s]
/proc/loadavg: 4.04 3.92 3.37 5/194 27117
/proc/meminfo: memFree=31955700/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=55396 CPUtime=940.96 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 13222 0 9 0 94092 4 0 0 25 0 1 0 489051445 56725504 13172 33554432000 134512640 134556542 4293810800 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 13849 13172 214 11 0 13183 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 64100

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.40 5/194 27119
/proc/meminfo: memFree=31948104/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=56240 CPUtime=1000.97 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 13436 0 9 0 100092 5 0 0 25 0 1 0 489051445 57589760 13386 33554432000 134512640 134556542 4293810800 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 14060 13386 214 11 0 13394 0
Current children cumulated CPU time (s) 1002.17
Current children cumulated vsize (KiB) 64944

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.44 5/194 27121
/proc/meminfo: memFree=31942744/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=57164 CPUtime=1060.97 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 13664 0 9 0 106092 5 0 0 25 0 1 0 489051445 58535936 13614 33554432000 134512640 134556542 4293810800 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 14291 13614 214 11 0 13625 0
Current children cumulated CPU time (s) 1062.17
Current children cumulated vsize (KiB) 65868

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.47 5/194 27122
/proc/meminfo: memFree=31940244/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=57560 CPUtime=1120.97 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 13771 0 9 0 112092 5 0 0 25 0 1 0 489051445 58941440 13721 33554432000 134512640 134556542 4293810800 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 14390 13721 214 11 0 13724 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 66264

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.50 5/194 27124
/proc/meminfo: memFree=31933132/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=59812 CPUtime=1180.97 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 14227 0 9 0 118092 5 0 0 25 0 1 0 489051445 61247488 14177 33554432000 134512640 134556542 4293810800 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 14953 14177 214 11 0 14287 0
Current children cumulated CPU time (s) 1182.17
Current children cumulated vsize (KiB) 68516

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.53 5/194 27125
/proc/meminfo: memFree=31928628/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=60092 CPUtime=1240.98 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 14303 0 9 0 124092 6 0 0 25 0 1 0 489051445 61534208 14253 33554432000 134512640 134556542 4293810800 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 15023 14253 214 11 0 14357 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 68796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.56 5/194 27127
/proc/meminfo: memFree=31923260/32951124 swapFree=67111348/67111528
[pid=27049] ppid=27047 vsize=8704 CPUtime=1.2 cores=0,2
/proc/27049/stat : 27049 (ebglucose.sh) S 27047 27049 23613 0 -1 4202496 380 13736 0 0 0 0 115 5 18 0 1 0 489051324 8912896 256 33554432000 4194304 4922060 140736688764144 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27049/statm: 2176 256 211 178 0 69 0
[pid=27053] ppid=27049 vsize=61356 CPUtime=1298.69 cores=0,2
/proc/27053/stat : 27053 (ebglucose_stati) R 27049 27049 23613 0 -1 4202496 14621 0 9 0 129863 6 0 0 25 0 1 0 489051445 62828544 14571 33554432000 134512640 134556542 4293810800 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 11
/proc/27053/statm: 15339 14571 214 11 0 14673 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 70060

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): 1299.91
CPU user time (s): 1299.79
CPU system time (s): 0.122981
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 70060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28750
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 2629

runsolver used 2.35264 second user time and 4.74728 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 01:35:09
IDJOB=3289541
IDBENCH=83126
IDSOLVER=1652
FILE ID=node106/3289541-1303774509
RUNJOBID= node106-1303774508-27037
PBS_JOBID= 13157143
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=215150953

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:      32203604 kB
Buffers:         52564 kB
Cached:         428916 kB
SwapCached:         96 kB
Active:         201392 kB
Inactive:       343724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32203604 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6372 kB
Writeback:           0 kB
AnonPages:       63596 kB
Mapped:          14488 kB
Slab:           137340 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191964 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= 71656 MiB
End job on node106 at 2011-04-26 01:56:51