Trace number 3280525

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

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.01	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.00/0.08	c CPU time:   0.081987 s
0.00/0.08	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.10	
0.00/0.10	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.10	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.10	
0.00/0.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Number of variables:  2673                                                 |
0.00/0.10	c |  Number of clauses:    15594                                                |
0.09/0.10	c |  Parsing time:         0.01         s                                       |
1300.03/1300.00	HOME/ebglucose.sh: line 57:  4164 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-3280525-1303749514/watcher-3280525-1303749514 -o /tmp/evaluation-result-3280525-1303749514/solver-3280525-1303749514 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280525-1303749514.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: 3.89 3.92 3.73 4/192 4160
/proc/meminfo: memFree=15635448/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 356 232 0 0 0 0 0 0 21 0 1 0 467366888 8912896 253 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 253 211 178 0 69 0

[startup+0.0228921 s]
/proc/loadavg: 3.89 3.92 3.73 4/192 4160
/proc/meminfo: memFree=15635448/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 356 232 0 0 0 0 0 0 21 0 1 0 467366888 8912896 253 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100844 s]
/proc/loadavg: 3.89 3.92 3.73 4/192 4160
/proc/meminfo: memFree=15635448/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.30081 s]
/proc/loadavg: 3.89 3.92 3.73 4/192 4160
/proc/meminfo: memFree=15635448/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.700738 s]
/proc/loadavg: 3.89 3.92 3.73 4/192 4160
/proc/meminfo: memFree=15635448/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.50062 s]
/proc/loadavg: 3.90 3.92 3.73 5/194 4164
/proc/meminfo: memFree=15629356/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=6772 CPUtime=1.39 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 1097 0 0 0 139 0 0 0 25 0 1 0 467366898 6934528 1038 33554432000 134512640 134556542 4292995056 18446744073709551615 134537077 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 1693 1038 213 11 0 1027 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15476

[startup+3.10034 s]
/proc/loadavg: 3.90 3.92 3.73 5/194 4164
/proc/meminfo: memFree=15627744/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=7432 CPUtime=2.99 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 1273 0 0 0 299 0 0 0 25 0 1 0 467366898 7610368 1214 33554432000 134512640 134556542 4292995056 18446744073709551615 134531567 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 1858 1214 213 11 0 1192 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16136

[startup+6.30074 s]
/proc/loadavg: 3.90 3.92 3.73 5/194 4164
/proc/meminfo: memFree=15624388/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=8224 CPUtime=6.19 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 1462 0 0 0 619 0 0 0 25 0 1 0 467366898 8421376 1403 33554432000 134512640 134556542 4292995056 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 2056 1403 213 11 0 1390 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16928

[startup+12.7006 s]
/proc/loadavg: 3.92 3.93 3.73 5/194 4165
/proc/meminfo: memFree=15619712/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=9756 CPUtime=12.59 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 1868 0 0 0 1259 0 0 0 25 0 1 0 467366898 9990144 1809 33554432000 134512640 134556542 4292995056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 2439 1809 213 11 0 1773 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18460

[startup+25.5002 s]
/proc/loadavg: 3.93 3.93 3.73 5/194 4165
/proc/meminfo: memFree=15612280/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=11140 CPUtime=25.39 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 2193 0 0 0 2539 0 0 0 25 0 1 0 467366898 11407360 2134 33554432000 134512640 134556542 4292995056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 2785 2134 213 11 0 2119 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19844

[startup+51.1005 s]
/proc/loadavg: 4.01 3.95 3.74 5/194 4166
/proc/meminfo: memFree=15602084/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=13640 CPUtime=50.99 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 2810 0 0 0 5099 0 0 0 25 0 1 0 467366898 13967360 2751 33554432000 134512640 134556542 4292995056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 3410 2751 214 11 0 2744 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22344

[startup+102.307 s]
/proc/loadavg: 4.00 3.95 3.75 5/194 4167
/proc/meminfo: memFree=15586164/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=16088 CPUtime=102.2 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 3431 0 0 0 10219 1 0 0 25 0 1 0 467366898 16474112 3372 33554432000 134512640 134556542 4292995056 18446744073709551615 134530155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 4022 3372 214 11 0 3356 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24792

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.76 5/194 4169
/proc/meminfo: memFree=15568164/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=18944 CPUtime=162.19 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 4122 0 0 0 16218 1 0 0 25 0 1 0 467366898 19398656 4063 33554432000 134512640 134556542 4292995056 18446744073709551615 134529960 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 4736 4063 214 11 0 4070 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27648

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/194 4292
/proc/meminfo: memFree=15567100/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=20568 CPUtime=222.19 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 4520 0 0 0 22218 1 0 0 25 0 1 0 467366898 21061632 4461 33554432000 134512640 134556542 4292995056 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 5142 4461 214 11 0 4476 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 29272

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 4294
/proc/meminfo: memFree=15554024/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=22016 CPUtime=282.2 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 4871 0 0 0 28219 1 0 0 25 0 1 0 467366898 22544384 4812 33554432000 134512640 134556542 4292995056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 5504 4812 214 11 0 4838 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 30720

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/194 4295
/proc/meminfo: memFree=15538496/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=23884 CPUtime=342.2 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 5269 0 0 0 34218 2 0 0 25 0 1 0 467366898 24457216 5210 33554432000 134512640 134556542 4292995056 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 5971 5210 214 11 0 5305 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 32588

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/194 4297
/proc/meminfo: memFree=15524840/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7

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

[pid=4164] ppid=4160 vsize=28328 CPUtime=522.21 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 6368 0 0 0 52219 2 0 0 25 0 1 0 467366898 29007872 6309 33554432000 134512640 134556542 4292995056 18446744073709551615 134531229 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 7082 6309 214 11 0 6416 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37032

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/194 4302
/proc/meminfo: memFree=15487432/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=30404 CPUtime=582.21 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 6893 0 0 0 58219 2 0 0 25 0 1 0 467366898 31133696 6834 33554432000 134512640 134556542 4292995056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 7601 6834 214 11 0 6935 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 39108

[startup+642.301 s]
/proc/loadavg: 4.03 3.99 3.84 5/194 4303
/proc/meminfo: memFree=15481816/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=30696 CPUtime=642.21 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 6943 0 0 0 64219 2 0 0 25 0 1 0 467366898 31432704 6884 33554432000 134512640 134556542 4292995056 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 7674 6884 214 11 0 7008 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 39400

[startup+702.301 s]
/proc/loadavg: 4.01 3.99 3.85 5/194 4305
/proc/meminfo: memFree=15477580/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=31152 CPUtime=702.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 7065 0 0 0 70219 3 0 0 25 0 1 0 467366898 31899648 7006 33554432000 134512640 134556542 4292995056 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 7788 7006 214 11 0 7122 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 39856

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.86 5/194 4307
/proc/meminfo: memFree=15470976/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=33028 CPUtime=762.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 7533 0 0 0 76219 3 0 0 25 0 1 0 467366898 33820672 7474 33554432000 134512640 134556542 4292995056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 8257 7474 214 11 0 7591 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 41732

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.86 5/194 4308
/proc/meminfo: memFree=15466000/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=34116 CPUtime=822.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 7807 0 0 0 82219 3 0 0 25 0 1 0 467366898 34934784 7748 33554432000 134512640 134556542 4292995056 18446744073709551615 134531294 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 8529 7748 214 11 0 7863 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 42820

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.87 5/194 4310
/proc/meminfo: memFree=15457296/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=34524 CPUtime=882.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 7904 0 0 0 88219 3 0 0 25 0 1 0 467366898 35352576 7845 33554432000 134512640 134556542 4292995056 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 8631 7845 214 11 0 7965 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 43228

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.87 5/194 4311
/proc/meminfo: memFree=15441772/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=36128 CPUtime=942.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8227 0 0 0 94219 3 0 0 25 0 1 0 467366898 36995072 8168 33554432000 134512640 134556542 4292995056 18446744073709551615 134525208 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9032 8168 214 11 0 8366 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 44832

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/194 4313
/proc/meminfo: memFree=15438904/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=37712 CPUtime=1002.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8637 0 0 0 100219 3 0 0 25 0 1 0 467366898 38617088 8578 33554432000 134512640 134556542 4292995056 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9428 8578 214 11 0 8762 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 46416

[startup+1062.3 s]
/proc/loadavg: 4.07 4.00 3.89 5/194 4315
/proc/meminfo: memFree=15437880/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=37896 CPUtime=1062.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8659 0 0 0 106219 3 0 0 25 0 1 0 467366898 38805504 8600 33554432000 134512640 134556542 4292995056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9474 8600 214 11 0 8808 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 46600

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.90 5/194 4316
/proc/meminfo: memFree=15429552/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=37896 CPUtime=1122.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8689 0 0 0 112219 3 0 0 25 0 1 0 467366898 38805504 8630 33554432000 134512640 134556542 4292995056 18446744073709551615 134531256 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9474 8630 214 11 0 8808 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 46600

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.91 5/194 4318
/proc/meminfo: memFree=15420964/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=37968 CPUtime=1182.22 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8711 0 0 0 118219 3 0 0 25 0 1 0 467366898 38879232 8652 33554432000 134512640 134556542 4292995056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9492 8652 214 11 0 8826 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 46672

[startup+1242.3 s]
/proc/loadavg: 3.98 3.99 3.91 5/194 4412
/proc/meminfo: memFree=15781400/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=38768 CPUtime=1242.23 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 8895 0 0 0 124220 3 0 0 25 0 1 0 467366898 39698432 8836 33554432000 134512640 134556542 4292995056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 9692 8836 214 11 0 9026 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 47472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.99 3.91 5/194 4414
/proc/meminfo: memFree=15761280/32951124 swapFree=67111528/67111528
[pid=4160] ppid=4158 vsize=8704 CPUtime=0.09 cores=5,7
/proc/4160/stat : 4160 (ebglucose.sh) S 4158 4160 3716 0 -1 4202496 380 1393 0 0 0 0 9 0 22 0 1 0 467366888 8912896 256 33554432000 4194304 4922060 140735564461296 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4160/statm: 2176 256 211 178 0 69 0
[pid=4164] ppid=4160 vsize=40252 CPUtime=1299.94 cores=5,7
/proc/4164/stat : 4164 (ebglucose_stati) R 4160 4160 3716 0 -1 4202496 9263 0 0 0 129990 4 0 0 25 0 1 0 467366898 41218048 9204 33554432000 134512640 134556542 4292995056 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/4164/statm: 10063 9204 214 11 0 9397 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 48956

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.05
CPU user time (s): 1300
CPU system time (s): 0.047992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 48956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11049
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= 40
involuntary context switches= 14731

runsolver used 2.14667 second user time and 4.95725 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 18:38:34
IDJOB=3280525
IDBENCH=20399
IDSOLVER=1652
FILE ID=node142/3280525-1303749514
RUNJOBID= node142-1303749423-4047
PBS_JOBID= 13154020
Free space on /tmp= 71240 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280525-1303749514/watcher-3280525-1303749514 -o /tmp/evaluation-result-3280525-1303749514/solver-3280525-1303749514 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280525-1303749514.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1097691057

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15635720 kB
Buffers:       2072244 kB
Cached:       14413152 kB
SwapCached:          0 kB
Active:        7172248 kB
Inactive:      9571136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15635720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30580 kB
Writeback:           0 kB
AnonPages:      257352 kB
Mapped:          16032 kB
Slab:           506764 kB
PageTables:       6092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   445352 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= 71312 MiB
End job on node142 at 2011-04-25 19:00:16