Trace number 3498763

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) 5000.08 4999.91

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2632    10248 |     789       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2248     8968 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 400   #clauses: 2248   #literals: 8968
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.01	
0.00/0.01	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  400                                                  |
0.00/0.01	c |  Number of clauses:    2248                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
5000.05/4999.91	HOME/ebglucose.sh: line 57:  3848 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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498763-1307968853/watcher-3498763-1307968853 -o /var/tmp/evaluation-result-3498763-1307968853/solver-3498763-1307968853 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498763-1307968853.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.99 3/175 3844
/proc/meminfo: memFree=12918664/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 354 232 0 0 0 0 0 0 18 0 1 0 987115782 8912896 253 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3844/statm: 2176 253 211 178 0 69 0

[startup+0.104 s]
/proc/loadavg: 1.94 1.99 1.99 3/175 3844
/proc/meminfo: memFree=12918664/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200971 s]
/proc/loadavg: 1.94 1.99 1.99 3/175 3844
/proc/meminfo: memFree=12918664/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300952 s]
/proc/loadavg: 1.94 1.99 1.99 3/175 3844
/proc/meminfo: memFree=12918664/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700879 s]
/proc/loadavg: 1.94 1.99 1.99 3/175 3844
/proc/meminfo: memFree=12918664/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50073 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 3848
/proc/meminfo: memFree=12915904/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=6348 CPUtime=1.49 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 919 0 0 0 149 0 0 0 23 0 1 0 987115782 6500352 860 33554432000 134512640 134556542 4287027136 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 1587 860 211 11 0 921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15052

[startup+3.10043 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 3848
/proc/meminfo: memFree=12914912/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=7012 CPUtime=3.09 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 1099 0 0 0 309 0 0 0 25 0 1 0 987115782 7180288 1040 33554432000 134512640 134556542 4287027136 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 1753 1040 211 11 0 1087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15716

[startup+6.30085 s]
/proc/loadavg: 1.94 1.99 1.99 3/177 3848
/proc/meminfo: memFree=12913568/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=7932 CPUtime=6.29 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 1310 0 0 0 629 0 0 0 25 0 1 0 987115782 8122368 1251 33554432000 134512640 134556542 4287027136 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 1983 1251 211 11 0 1317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16636

[startup+12.7006 s]
/proc/loadavg: 1.95 1.99 1.99 3/177 3849
/proc/meminfo: memFree=12912184/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=9096 CPUtime=12.69 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 1584 0 0 0 1269 0 0 0 25 0 1 0 987115782 9314304 1525 33554432000 134512640 134556542 4287027136 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 2274 1525 211 11 0 1608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17800

[startup+25.5003 s]
/proc/loadavg: 1.96 1.99 1.99 3/177 3849
/proc/meminfo: memFree=12910096/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=10704 CPUtime=25.49 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 1981 0 0 0 2549 0 0 0 25 0 1 0 987115782 10960896 1922 33554432000 134512640 134556542 4287027136 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 2676 1922 211 11 0 2010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19408

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 1.99 3/177 3850
/proc/meminfo: memFree=12908336/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=12424 CPUtime=51.09 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 2382 0 0 0 5109 0 0 0 25 0 1 0 987115782 12722176 2323 33554432000 134512640 134556542 4287027136 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 3106 2323 212 11 0 2440 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21128

[startup+102.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 3851
/proc/meminfo: memFree=12902724/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=16204 CPUtime=102.29 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 3263 0 0 0 10229 0 0 0 25 0 1 0 987115782 16592896 3204 33554432000 134512640 134556542 4287027136 18446744073709551615 134537968 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 4051 3204 212 11 0 3385 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24908

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 3853
/proc/meminfo: memFree=12899224/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=19264 CPUtime=162.29 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 3997 0 0 0 16229 0 0 0 25 0 1 0 987115782 19726336 3938 33554432000 134512640 134556542 4287027136 18446744073709551615 134537430 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 4816 3938 212 11 0 4150 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 27968

[startup+222.307 s]
/proc/loadavg: 1.99 1.99 1.99 3/177 3854
/proc/meminfo: memFree=12896840/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=21188 CPUtime=222.3 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 4464 0 0 0 22230 0 0 0 25 0 1 0 987115782 21696512 4405 33554432000 134512640 134556542 4287027136 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 5297 4405 212 11 0 4631 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 29892

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3856
/proc/meminfo: memFree=12891736/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=23020 CPUtime=282.29 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 4819 0 0 0 28229 0 0 0 25 0 1 0 987115782 23572480 4760 33554432000 134512640 134556542 4287027136 18446744073709551615 134537739 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 5755 4760 212 11 0 5089 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31724

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3857
/proc/meminfo: memFree=12889360/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=25208 CPUtime=342.29 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 5327 0 0 0 34229 0 0 0 25 0 1 0 987115782 25812992 5268 33554432000 134512640 134556542 4287027136 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 6302 5268 212 11 0 5636 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 33912

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3859
/proc/meminfo: memFree=12887472/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=3848] ppid=3844 vsize=60076 CPUtime=4242.42 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13018 0 0 0 424240 2 0 0 25 0 1 0 987115782 61517824 12934 33554432000 134512640 134556542 4287027136 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15019 12934 212 11 0 14353 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 68780

[startup+4302.3 s]
/proc/loadavg: 1.04 1.54 1.81 3/170 4000
/proc/meminfo: memFree=12931808/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=60632 CPUtime=4302.43 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13147 0 0 0 430241 2 0 0 25 0 1 0 987115782 62087168 13063 33554432000 134512640 134556542 4287027136 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15158 13063 212 11 0 14492 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 69336

[startup+4362.3 s]
/proc/loadavg: 1.01 1.43 1.76 2/170 4002
/proc/meminfo: memFree=12931392/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=60944 CPUtime=4362.43 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13244 0 0 0 436241 2 0 0 25 0 1 0 987115782 62406656 13160 33554432000 134512640 134556542 4287027136 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15236 13160 212 11 0 14570 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 69648

[startup+4422.3 s]
/proc/loadavg: 1.00 1.35 1.71 2/170 4003
/proc/meminfo: memFree=12930980/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=61556 CPUtime=4422.43 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13398 0 0 0 442241 2 0 0 25 0 1 0 987115782 63033344 13314 33554432000 134512640 134556542 4287027136 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15389 13314 212 11 0 14723 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 70260

[startup+4482.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/170 4005
/proc/meminfo: memFree=12931088/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=61556 CPUtime=4482.43 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13401 0 0 0 448241 2 0 0 25 0 1 0 987115782 63033344 13317 33554432000 134512640 134556542 4287027136 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15389 13317 212 11 0 14723 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 70260

[startup+4542.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/170 4006
/proc/meminfo: memFree=12930436/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=62492 CPUtime=4542.44 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13628 0 0 0 454241 3 0 0 25 0 1 0 987115782 63991808 13544 33554432000 134512640 134556542 4287027136 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15623 13544 212 11 0 14957 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 71196

[startup+4602.3 s]
/proc/loadavg: 1.04 1.20 1.58 2/170 4008
/proc/meminfo: memFree=12930040/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=62852 CPUtime=4602.44 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13692 0 0 0 460241 3 0 0 25 0 1 0 987115782 64360448 13608 33554432000 134512640 134556542 4287027136 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 15713 13608 212 11 0 15047 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 71556

[startup+4662.3 s]
/proc/loadavg: 1.01 1.16 1.54 2/170 4010
/proc/meminfo: memFree=12928892/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=64060 CPUtime=4662.44 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 13991 0 0 0 466241 3 0 0 25 0 1 0 987115782 65597440 13907 33554432000 134512640 134556542 4287027136 18446744073709551615 134537764 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16015 13907 212 11 0 15349 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 72764

[startup+4722.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/170 4011
/proc/meminfo: memFree=12928864/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=64292 CPUtime=4722.45 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14019 0 0 0 472242 3 0 0 25 0 1 0 987115782 65835008 13935 33554432000 134512640 134556542 4287027136 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16073 13935 212 11 0 15407 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 72996

[startup+4782.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/170 4013
/proc/meminfo: memFree=12928716/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=64292 CPUtime=4782.45 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14048 0 0 0 478242 3 0 0 25 0 1 0 987115782 65835008 13964 33554432000 134512640 134556542 4287027136 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16073 13964 212 11 0 15407 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 72996

[startup+4842.31 s]
/proc/loadavg: 1.00 1.08 1.44 2/170 4023
/proc/meminfo: memFree=12928072/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=64292 CPUtime=4842.45 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14052 0 0 0 484242 3 0 0 25 0 1 0 987115782 65835008 13968 33554432000 134512640 134556542 4287027136 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16073 13968 212 11 0 15407 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 72996

[startup+4902.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/170 4025
/proc/meminfo: memFree=12927920/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=64532 CPUtime=4902.45 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14123 0 0 0 490242 3 0 0 25 0 1 0 987115782 66080768 14039 33554432000 134512640 134556542 4287027136 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16133 14039 212 11 0 15467 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 73236

[startup+4962.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/170 4027
/proc/meminfo: memFree=12927268/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=65236 CPUtime=4962.45 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14259 0 0 0 496242 3 0 0 25 0 1 0 987115782 66801664 14175 33554432000 134512640 134556542 4287027136 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16309 14175 212 11 0 15643 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 73940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.04 1.36 2/170 4028
/proc/meminfo: memFree=12927252/32951124 swapFree=67062556/67111528
[pid=3844] ppid=3842 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3844/stat : 3844 (ebglucose.sh) S 3842 3844 1923 0 -1 4202496 381 467 0 0 0 0 0 0 18 0 1 0 987115782 8912896 256 33554432000 4194304 4922060 140736595372320 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3844/statm: 2176 256 211 178 0 69 0
[pid=3848] ppid=3844 vsize=65236 CPUtime=5000.05 cores=1,3,5,7
/proc/3848/stat : 3848 (ebglucose_stati) R 3844 3844 1923 0 -1 4202496 14259 0 0 0 500002 3 0 0 25 0 1 0 987115782 66801664 14175 33554432000 134512640 134556542 4287027136 18446744073709551615 134537460 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3848/statm: 16309 14175 212 11 0 15643 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 73940

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): 4999.91
CPU time (s): 5000.08
CPU user time (s): 5000.03
CPU system time (s): 0.041993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 73940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.03
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15117
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= 32
involuntary context switches= 6422

runsolver used 7.04893 second user time and 17.1454 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 14:40:53
IDJOB=3498763
IDBENCH=83420
IDSOLVER=1992
FILE ID=node111/3498763-1307968853
RUNJOBID= node111-1307958829-2691
PBS_JOBID= 13559717
Free space on /var/tmp= 2876 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498763-1307968853/watcher-3498763-1307968853 -o /var/tmp/evaluation-result-3498763-1307968853/solver-3498763-1307968853 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498763-1307968853.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=1657719343

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      12918968 kB
Buffers:        103576 kB
Cached:       19186576 kB
SwapCached:      11344 kB
Active:        3944908 kB
Inactive:     15421256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12918968 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:       73360 kB
Mapped:          11148 kB
Slab:           602292 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236864 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 /var/tmp at the end= 2884 MiB
End job on node111 at 2011-06-13 16:04:15