Trace number 3282595

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  226109   585954 |   67832       0        0     nan |  0.000 % |
0.00/0.48	c |         0 |  163329   552676 |      --       0       --      -- |     --   | -62780/-33278
0.00/0.48	c ==============================================================================
0.00/0.48	c Result  :   #vars: 28500   #clauses: 163329   #literals: 552676
0.00/0.48	c CPU time:   0.45593 s
0.00/0.48	c ==============================================================================
0.00/0.58	c
0.00/0.58	c Starting glucose
0.00/0.58	c
0.00/0.58	
0.00/0.58	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.58	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.58	
0.00/0.58	c ============================[ Problem Statistics ]=============================
0.00/0.58	c |                                                                             |
0.00/0.58	c |  Number of variables:  28500                                                |
0.00/0.58	c |  Number of clauses:    163329                                               |
0.57/0.65	c |  Parsing time:         0.06         s                                       |
1300.04/1300.01	HOME/ebglucose.sh: line 57: 29044 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-3282595-1303754010/watcher-3282595-1303754010 -o /tmp/evaluation-result-3282595-1303754010/solver-3282595-1303754010 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282595-1303754010.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.92 1.06 1.68 5/188 29031
/proc/meminfo: memFree=21025948/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) R 29029 29031 27831 0 -1 4202496 338 232 0 0 0 0 0 0 21 0 1 0 486997717 8912896 253 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500512149 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29031/statm: 2176 253 211 178 0 69 0

[startup+0.047538 s]
/proc/loadavg: 0.92 1.06 1.68 5/188 29031
/proc/meminfo: memFree=21025948/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 356 232 0 0 0 0 0 0 21 0 1 0 486997717 8912896 253 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29031/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100522 s]
/proc/loadavg: 0.92 1.06 1.68 5/188 29031
/proc/meminfo: memFree=21025948/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 356 232 0 0 0 0 0 0 21 0 1 0 486997717 8912896 253 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29031/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300485 s]
/proc/loadavg: 0.92 1.06 1.68 5/188 29031
/proc/meminfo: memFree=21025948/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 356 232 0 0 0 0 0 0 21 0 1 0 486997717 8912896 253 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29031/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700405 s]
/proc/loadavg: 0.92 1.06 1.68 5/188 29031
/proc/meminfo: memFree=21025948/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 1.17 1.11 1.69 5/194 29044
/proc/meminfo: memFree=20916108/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=19360 CPUtime=0.91 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 4286 0 0 0 91 0 0 0 19 0 1 0 486997775 19824640 4227 33554432000 134512640 134556542 4294749088 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 4840 4227 214 11 0 4174 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28064

[startup+3.10093 s]
/proc/loadavg: 1.17 1.11 1.69 5/194 29044
/proc/meminfo: memFree=20898376/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=20172 CPUtime=2.51 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 4471 0 0 0 251 0 0 0 22 0 1 0 486997775 20656128 4412 33554432000 134512640 134556542 4294749088 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 5043 4412 214 11 0 4377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28876

[startup+6.30029 s]
/proc/loadavg: 1.47 1.17 1.70 5/194 29046
/proc/meminfo: memFree=20930212/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=20568 CPUtime=5.7 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 4598 0 0 0 570 0 0 0 25 0 1 0 486997775 21061632 4539 33554432000 134512640 134556542 4294749088 18446744073709551615 134531265 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 5142 4539 214 11 0 4476 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29272

[startup+12.701 s]
/proc/loadavg: 1.68 1.22 1.72 5/194 29046
/proc/meminfo: memFree=20923892/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=22156 CPUtime=12.11 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 4996 0 0 0 1210 1 0 0 25 0 1 0 486997775 22687744 4937 33554432000 134512640 134556542 4294749088 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 5539 4937 214 11 0 4873 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30860

[startup+25.5005 s]
/proc/loadavg: 2.19 1.36 1.75 5/194 29046
/proc/meminfo: memFree=20914364/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=24828 CPUtime=24.91 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 5639 0 0 0 2490 1 0 0 25 0 1 0 486997775 25423872 5580 33554432000 134512640 134556542 4294749088 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 6207 5580 214 11 0 5541 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33532

[startup+51.1004 s]
/proc/loadavg: 2.81 1.57 1.81 5/194 29047
/proc/meminfo: memFree=20899312/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=26504 CPUtime=50.51 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 6042 0 0 0 5050 1 0 0 25 0 1 0 486997775 27140096 5983 33554432000 134512640 134556542 4294749088 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 6626 5983 214 11 0 5960 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35208

[startup+102.307 s]
/proc/loadavg: 3.60 1.97 1.93 5/194 29048
/proc/meminfo: memFree=20882092/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=27836 CPUtime=101.71 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 6394 0 0 0 10170 1 0 0 25 0 1 0 486997775 28504064 6335 33554432000 134512640 134556542 4294749088 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 6959 6335 214 11 0 6293 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 36540

[startup+162.301 s]
/proc/loadavg: 3.92 2.35 2.07 5/194 29081
/proc/meminfo: memFree=20861728/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=29424 CPUtime=161.71 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 6779 0 0 0 16170 1 0 0 25 0 1 0 486997775 30130176 6720 33554432000 134512640 134556542 4294749088 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 7356 6720 214 11 0 6690 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 38128

[startup+222.301 s]
/proc/loadavg: 3.97 2.65 2.18 5/194 29082
/proc/meminfo: memFree=20848360/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=33784 CPUtime=221.72 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 7858 0 0 0 22170 2 0 0 25 0 1 0 486997775 34594816 7799 33554432000 134512640 134556542 4294749088 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 8446 7799 214 11 0 7780 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42488

[startup+282.3 s]
/proc/loadavg: 3.99 2.89 2.29 5/194 29084
/proc/meminfo: memFree=20834432/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=36160 CPUtime=281.72 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 8477 0 0 0 28170 2 0 0 25 0 1 0 486997775 37027840 8418 33554432000 134512640 134556542 4294749088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 9040 8418 214 11 0 8374 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44864

[startup+342.3 s]
/proc/loadavg: 3.99 3.09 2.40 5/194 29086
/proc/meminfo: memFree=20823856/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=38656 CPUtime=341.72 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 9075 0 0 0 34170 2 0 0 25 0 1 0 486997775 39583744 9016 33554432000 134512640 134556542 4294749088 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 9664 9016 214 11 0 8998 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 47360

[startup+402.3 s]
/proc/loadavg: 3.99 3.25 2.50 5/194 29087
/proc/meminfo: memFree=20817380/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3

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

[pid=29044] ppid=29031 vsize=41124 CPUtime=521.73 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 9699 0 0 0 52170 3 0 0 25 0 1 0 486997775 42110976 9640 33554432000 134512640 134556542 4294749088 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 10281 9640 214 11 0 9615 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 49828

[startup+582.3 s]
/proc/loadavg: 3.99 3.58 2.75 5/194 29101
/proc/meminfo: memFree=20791844/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=41656 CPUtime=581.73 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 9800 0 0 0 58170 3 0 0 25 0 1 0 486997775 42655744 9729 33554432000 134512640 134556542 4294749088 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 10414 9729 214 11 0 9748 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 50360

[startup+642.3 s]
/proc/loadavg: 4.03 3.67 2.83 5/194 29103
/proc/meminfo: memFree=20781640/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=44164 CPUtime=641.74 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 10432 0 0 0 64171 3 0 0 25 0 1 0 486997775 45223936 10361 33554432000 134512640 134556542 4294749088 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 11041 10361 214 11 0 10375 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 52868

[startup+702.3 s]
/proc/loadavg: 4.05 3.74 2.91 5/194 29107
/proc/meminfo: memFree=20768504/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=46936 CPUtime=701.74 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 11142 0 0 0 70170 4 0 0 25 0 1 0 486997775 48062464 11071 33554432000 134512640 134556542 4294749088 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 11734 11071 214 11 0 11068 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 55640

[startup+762.307 s]
/proc/loadavg: 4.02 3.79 2.97 5/194 29109
/proc/meminfo: memFree=20761056/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=50904 CPUtime=761.75 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12120 0 0 0 76171 4 0 0 25 0 1 0 486997775 52125696 12049 33554432000 134512640 134556542 4294749088 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 12726 12049 214 11 0 12060 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 59608

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 3.03 5/194 29110
/proc/meminfo: memFree=20756684/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=50904 CPUtime=821.74 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12125 0 0 0 82170 4 0 0 25 0 1 0 486997775 52125696 12054 33554432000 134512640 134556542 4294749088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 12726 12054 214 11 0 12060 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 59608

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.09 5/194 29112
/proc/meminfo: memFree=20747728/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=51828 CPUtime=881.75 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12368 0 0 0 88170 5 0 0 25 0 1 0 486997775 53071872 12297 33554432000 134512640 134556542 4294749088 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 12957 12297 214 11 0 12291 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 60532

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.15 5/194 29114
/proc/meminfo: memFree=20743732/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=51828 CPUtime=941.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12368 0 0 0 94171 5 0 0 25 0 1 0 486997775 53071872 12297 33554432000 134512640 134556542 4294749088 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 12957 12297 214 11 0 12291 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 60532

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.20 5/194 29115
/proc/meminfo: memFree=20735020/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=52428 CPUtime=1001.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12456 0 0 0 100171 5 0 0 25 0 1 0 486997775 53686272 12385 33554432000 134512640 134556542 4294749088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 13107 12385 214 11 0 12441 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 61132

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.24 5/194 29117
/proc/meminfo: memFree=20728912/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=52428 CPUtime=1061.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 12465 0 0 0 106171 5 0 0 25 0 1 0 486997775 53686272 12394 33554432000 134512640 134556542 4294749088 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 13107 12394 214 11 0 12441 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 61132

[startup+1122.3 s]
/proc/loadavg: 4.05 3.94 3.29 5/194 29118
/proc/meminfo: memFree=20721692/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=55992 CPUtime=1121.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 13367 0 0 0 112170 6 0 0 25 0 1 0 486997775 57335808 13296 33554432000 134512640 134556542 4294749088 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 13998 13296 214 11 0 13332 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 64696

[startup+1182.3 s]
/proc/loadavg: 4.08 3.96 3.34 5/194 29120
/proc/meminfo: memFree=20717688/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=57576 CPUtime=1181.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 13752 0 0 0 118170 6 0 0 25 0 1 0 486997775 58957824 13681 33554432000 134512640 134556542 4294749088 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 14394 13681 214 11 0 13728 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 66280

[startup+1242.3 s]
/proc/loadavg: 4.03 3.97 3.38 5/194 29122
/proc/meminfo: memFree=20708488/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=58368 CPUtime=1241.76 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 13963 0 0 0 124170 6 0 0 25 0 1 0 486997775 59768832 13892 33554432000 134512640 134556542 4294749088 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 14592 13892 214 11 0 13926 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 67072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.41 4/191 29124
/proc/meminfo: memFree=20794788/32950928 swapFree=67111528/67111528
[pid=29031] ppid=29029 vsize=8704 CPUtime=0.57 cores=1,3
/proc/29031/stat : 29031 (ebglucose.sh) S 29029 29031 27831 0 -1 4202496 380 10102 0 0 0 0 54 3 16 0 1 0 486997717 8912896 256 33554432000 4194304 4922060 140737346213152 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29031/statm: 2176 256 211 178 0 69 0
[pid=29044] ppid=29031 vsize=60480 CPUtime=1299.47 cores=1,3
/proc/29044/stat : 29044 (ebglucose_stati) R 29031 29031 27831 0 -1 4202496 14497 0 0 0 129941 6 0 0 25 0 1 0 486997775 61931520 14426 33554432000 134512640 134556542 4294749088 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29044/statm: 15120 14426 214 11 0 14454 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 69184

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.07
CPU user time (s): 1299.96
CPU system time (s): 0.109983
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 69184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24992
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= 24
involuntary context switches= 2354

runsolver used 1.9947 second user time and 5.11022 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 19:53:30
IDJOB=3282595
IDBENCH=70829
IDSOLVER=1652
FILE ID=node149/3282595-1303754010
RUNJOBID= node149-1303754010-28992
PBS_JOBID= 13154013
Free space on /tmp= 72168 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282595-1303754010/watcher-3282595-1303754010 -o /tmp/evaluation-result-3282595-1303754010/solver-3282595-1303754010 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282595-1303754010.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=1146567003

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:      21026104 kB
Buffers:       2157600 kB
Cached:        9141600 kB
SwapCached:          0 kB
Active:        1135460 kB
Inactive:     10257924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21026104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21032 kB
Writeback:           0 kB
AnonPages:       93448 kB
Mapped:          16428 kB
Slab:           467692 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   259908 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= 72116 MiB
End job on node149 at 2011-04-25 20:15:12