Trace number 3498762

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.06 4999.91

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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 |    5008    19728 |    1502       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    4624    18448 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 800   #clauses: 4624   #literals: 18448
0.00/0.00	c CPU time:   0.004999 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:  800                                                  |
0.00/0.01	c |  Number of clauses:    4624                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
5000.03/4999.91	HOME/ebglucose.sh: line 57:  4466 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-3498762-1307968754/watcher-3498762-1307968754 -o /var/tmp/evaluation-result-3498762-1307968754/solver-3498762-1307968754 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498762-1307968754.cnf 

running on 4 cores: 0,2,4,6

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.92 1.98 1.99 3/178 4462
/proc/meminfo: memFree=11210360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 353 232 0 0 0 0 0 0 25 0 1 0 987106076 8912896 252 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4462/statm: 2176 252 211 178 0 69 0

[startup+0.02223 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 4462
/proc/meminfo: memFree=11210360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100231 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 4462
/proc/meminfo: memFree=11210360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300198 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 4462
/proc/meminfo: memFree=11210360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700053 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 4462
/proc/meminfo: memFree=11210360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50096 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 4466
/proc/meminfo: memFree=11207400/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=6592 CPUtime=1.48 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 1016 0 0 0 148 0 0 0 25 0 1 0 987106077 6750208 956 33554432000 134512640 134556542 4291184240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 1648 956 211 11 0 982 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15296

[startup+3.10073 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 4466
/proc/meminfo: memFree=11206236/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=7384 CPUtime=3.08 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 1208 0 0 0 308 0 0 0 25 0 1 0 987106077 7561216 1148 33554432000 134512640 134556542 4291184240 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 1846 1148 211 11 0 1180 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16088

[startup+6.30115 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 4466
/proc/meminfo: memFree=11204932/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=9020 CPUtime=6.28 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 1596 0 0 0 628 0 0 0 25 0 1 0 987106077 9236480 1536 33554432000 134512640 134556542 4291184240 18446744073709551615 134537366 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 2255 1536 211 11 0 1589 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17724

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 4467
/proc/meminfo: memFree=11202360/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=10940 CPUtime=12.68 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 2075 0 0 0 1268 0 0 0 25 0 1 0 987106077 11202560 2015 33554432000 134512640 134556542 4291184240 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 2735 2015 211 11 0 2069 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19644

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 4467
/proc/meminfo: memFree=11200312/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=12708 CPUtime=25.48 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 2521 0 0 0 2548 0 0 0 25 0 1 0 987106077 13012992 2461 33554432000 134512640 134556542 4291184240 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 3177 2461 211 11 0 2511 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21412

[startup+51.1009 s]
/proc/loadavg: 1.96 1.98 1.99 3/180 4468
/proc/meminfo: memFree=11197288/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=15432 CPUtime=51.08 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 3201 0 0 0 5108 0 0 0 25 0 1 0 987106077 15802368 3141 33554432000 134512640 134556542 4291184240 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/4466/statm: 3858 3141 212 11 0 3192 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24136

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 4469
/proc/meminfo: memFree=11193656/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=18684 CPUtime=102.29 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 3986 0 0 0 10229 0 0 0 25 0 1 0 987106077 19132416 3926 33554432000 134512640 134556542 4291184240 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 4671 3926 212 11 0 4005 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27388

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 4471
/proc/meminfo: memFree=11190000/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=21284 CPUtime=162.28 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 4632 0 0 0 16228 0 0 0 25 0 1 0 987106077 21794816 4572 33554432000 134512640 134556542 4291184240 18446744073709551615 134537977 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 5321 4572 212 11 0 4655 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29988

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 4472
/proc/meminfo: memFree=11185112/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=25936 CPUtime=222.28 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 5803 0 0 0 22228 0 0 0 25 0 1 0 987106077 26558464 5743 33554432000 134512640 134556542 4291184240 18446744073709551615 134537734 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 6484 5743 212 11 0 5818 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34640

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 4474
/proc/meminfo: memFree=11180580/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=26280 CPUtime=282.28 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 5852 0 0 0 28228 0 0 0 25 0 1 0 987106077 26910720 5792 33554432000 134512640 134556542 4291184240 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 6570 5792 212 11 0 5904 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 34984

[startup+342.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/180 4475
/proc/meminfo: memFree=11179012/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=27812 CPUtime=342.28 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 6201 0 0 0 34228 0 0 0 25 0 1 0 987106077 28479488 6141 33554432000 134512640 134556542 4291184240 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 6953 6141 212 11 0 6287 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 36516

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 4477
/proc/meminfo: memFree=11175476/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6

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

[pid=4466] ppid=4462 vsize=74188 CPUtime=4302.41 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16770 0 0 0 430233 8 0 0 25 0 1 0 987106077 75968512 16688 33554432000 134512640 134556542 4291184240 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18547 16688 212 11 0 17881 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 82892

[startup+4362.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/173 4620
/proc/meminfo: memFree=11206148/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=74476 CPUtime=4362.41 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16833 0 0 0 436233 8 0 0 25 0 1 0 987106077 76263424 16751 33554432000 134512640 134556542 4291184240 18446744073709551615 134537384 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18619 16751 212 11 0 17953 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 83180

[startup+4422.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/173 4621
/proc/meminfo: memFree=11206088/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=74476 CPUtime=4422.41 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16842 0 0 0 442233 8 0 0 25 0 1 0 987106077 76263424 16760 33554432000 134512640 134556542 4291184240 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18619 16760 212 11 0 17953 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 83180

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/173 4623
/proc/meminfo: memFree=11205908/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=74800 CPUtime=4482.41 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16911 0 0 0 448233 8 0 0 25 0 1 0 987106077 76595200 16829 33554432000 134512640 134556542 4291184240 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18700 16829 212 11 0 18034 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 83504

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 4624
/proc/meminfo: memFree=11205492/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=74944 CPUtime=4542.41 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16959 0 0 0 454233 8 0 0 25 0 1 0 987106077 76742656 16877 33554432000 134512640 134556542 4291184240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18736 16877 212 11 0 18070 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 83648

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/173 4626
/proc/meminfo: memFree=11205548/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=75052 CPUtime=4602.42 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16971 0 0 0 460233 9 0 0 25 0 1 0 987106077 76853248 16889 33554432000 134512640 134556542 4291184240 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18763 16889 212 11 0 18097 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 83756

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/173 4628
/proc/meminfo: memFree=11205620/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=75184 CPUtime=4662.42 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 16985 0 0 0 466233 9 0 0 25 0 1 0 987106077 76988416 16903 33554432000 134512640 134556542 4291184240 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18796 16903 212 11 0 18130 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 83888

[startup+4722.31 s]
/proc/loadavg: 1.03 1.02 1.24 2/173 4629
/proc/meminfo: memFree=11205308/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=75400 CPUtime=4722.43 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17025 0 0 0 472234 9 0 0 25 0 1 0 987106077 77209600 16943 33554432000 134512640 134556542 4291184240 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 18850 16943 212 11 0 18184 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 84104

[startup+4782.3 s]
/proc/loadavg: 1.01 1.01 1.22 2/173 4631
/proc/meminfo: memFree=11204752/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=76108 CPUtime=4782.42 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17191 0 0 0 478233 9 0 0 25 0 1 0 987106077 77934592 17109 33554432000 134512640 134556542 4291184240 18446744073709551615 134525040 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19027 17109 212 11 0 18361 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 84812

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/173 4632
/proc/meminfo: memFree=11204560/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=76216 CPUtime=4842.42 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17202 0 0 0 484233 9 0 0 25 0 1 0 987106077 78045184 17120 33554432000 134512640 134556542 4291184240 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19054 17120 212 11 0 18388 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 84920

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/173 4634
/proc/meminfo: memFree=11204248/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=76628 CPUtime=4902.43 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17285 0 0 0 490234 9 0 0 25 0 1 0 987106077 78467072 17203 33554432000 134512640 134556542 4291184240 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19157 17203 212 11 0 18491 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 85332

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/173 4645
/proc/meminfo: memFree=11202728/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=77300 CPUtime=4962.43 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17450 0 0 0 496234 9 0 0 25 0 1 0 987106077 79155200 17368 33554432000 134512640 134556542 4291184240 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19325 17368 212 11 0 18659 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 86004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.16 2/173 4646
/proc/meminfo: memFree=11202332/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=77624 CPUtime=5000.03 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17508 0 0 0 499994 9 0 0 25 0 1 0 987106077 79486976 17426 33554432000 134512640 134556542 4291184240 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19406 17426 212 11 0 18740 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 86328

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.16 2/173 4646
/proc/meminfo: memFree=11202332/32950928 swapFree=67051812/67111528
[pid=4462] ppid=4460 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4462/stat : 4462 (ebglucose.sh) S 4460 4462 3431 0 -1 4202496 380 542 0 0 0 0 0 0 25 0 1 0 987106076 8912896 255 33554432000 4194304 4922060 140735034441792 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4462/statm: 2176 255 211 178 0 69 0
[pid=4466] ppid=4462 vsize=77624 CPUtime=5000.03 cores=0,2,4,6
/proc/4466/stat : 4466 (ebglucose_stati) R 4462 4462 3431 0 -1 4202496 17508 0 0 0 499994 9 0 0 25 0 1 0 987106077 79486976 17426 33554432000 134512640 134556542 4291184240 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4466/statm: 19406 17426 212 11 0 18740 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 86328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4999.96
CPU system time (s): 0.100984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 86328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18441
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= 31
involuntary context switches= 10532

runsolver used 7.99478 second user time and 16.5935 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-13 14:39:14
IDJOB=3498762
IDBENCH=83418
IDSOLVER=1992
FILE ID=node116/3498762-1307968754
RUNJOBID= node116-1307958748-3959
PBS_JOBID= 13559712
Free space on /var/tmp= 2880 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1192186471

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      11210912 kB
Buffers:        104784 kB
Cached:       20844104 kB
SwapCached:      12824 kB
Active:        5703788 kB
Inactive:     15323344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11210912 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:            2500 kB
Writeback:           0 kB
AnonPages:       75992 kB
Mapped:           9928 kB
Slab:           647612 kB
PageTables:       5068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   269136 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 node116 at 2011-06-13 16:02:36