Trace number 3308489

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
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.61	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.61	c ==============================================================================
0.00/0.61	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.61	c CPU time:   0.598908 s
0.00/0.61	c ==============================================================================
0.00/0.65	c
0.00/0.65	c Starting glucose
0.00/0.65	c
0.00/0.65	
0.00/0.65	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.65	
0.00/0.65	c ============================[ Problem Statistics ]=============================
0.00/0.65	c |                                                                             |
0.00/0.65	c |  Number of variables:  14275                                                |
0.00/0.65	c |  Number of clauses:    59330                                                |
0.00/0.67	c |  Parsing time:         0.02         s                                       |
1300.01/1300.00	HOME/glucose.sh: line 55: 14598 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-3308489-1303983225/watcher-3308489-1303983225 -o /tmp/evaluation-result-3308489-1303983225/solver-3308489-1303983225 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308489-1303983225.cnf 

running on 2 cores: 4,6

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.00 0.00 0.00 2/180 14572
/proc/meminfo: memFree=25544760/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 509925335 8912896 253 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 253 211 178 0 69 0

[startup+0.044951 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 14572
/proc/meminfo: memFree=25544760/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 509925335 8912896 253 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100936 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 14572
/proc/meminfo: memFree=25544760/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 509925335 8912896 253 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300891 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 14572
/proc/meminfo: memFree=25544760/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 335 0 0 0 0 0 0 0 21 0 1 0 509925335 8912896 253 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700749 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 14572
/proc/meminfo: memFree=25544760/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8704

[startup+1.50068 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14600
/proc/meminfo: memFree=25505632/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=7604 CPUtime=0.83 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 1732 0 0 0 83 0 0 0 17 0 1 0 509925400 7786496 1687 33554432000 134512640 135217611 4289727920 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 1901 1687 75 173 0 1726 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16308

[startup+3.10038 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14600
/proc/meminfo: memFree=25499780/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=7868 CPUtime=2.43 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 1795 0 0 0 243 0 0 0 20 0 1 0 509925400 8056832 1750 33554432000 134512640 135217611 4289727920 18446744073709551615 134537954 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 1967 1750 75 173 0 1792 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16572

[startup+6.30082 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 14600
/proc/meminfo: memFree=25497300/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=8400 CPUtime=5.63 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 1934 0 0 0 563 0 0 0 25 0 1 0 509925400 8601600 1889 33554432000 134512640 135217611 4289727920 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 2100 1889 75 173 0 1925 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17104

[startup+12.7007 s]
/proc/loadavg: 0.61 0.13 0.04 5/194 14600
/proc/meminfo: memFree=25493372/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=9496 CPUtime=12.03 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 2208 0 0 0 1203 0 0 0 25 0 1 0 509925400 9723904 2163 33554432000 134512640 135217611 4289727920 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 2374 2163 75 173 0 2199 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18200

[startup+25.5004 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 14601
/proc/meminfo: memFree=25488584/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=10836 CPUtime=24.83 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 2551 0 0 0 2483 0 0 0 25 0 1 0 509925400 11096064 2506 33554432000 134512640 135217611 4289727920 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 2709 2506 75 173 0 2534 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19540

[startup+51.1009 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 14601
/proc/meminfo: memFree=25481308/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=12456 CPUtime=50.43 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 2945 0 0 0 5043 0 0 0 25 0 1 0 509925400 12754944 2900 33554432000 134512640 135217611 4289727920 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 3114 2900 75 173 0 2939 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21160

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/194 14603
/proc/meminfo: memFree=25471384/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=14924 CPUtime=101.64 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 3532 0 0 0 10164 0 0 0 25 0 1 0 509925400 15282176 3487 33554432000 134512640 135217611 4289727920 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 3731 3487 75 173 0 3556 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23628

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 14604
/proc/meminfo: memFree=25464532/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=16456 CPUtime=161.64 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 3929 0 0 0 16163 1 0 0 25 0 1 0 509925400 16850944 3884 33554432000 134512640 135217611 4289727920 18446744073709551615 134536866 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 4114 3884 75 173 0 3939 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25160

[startup+222.301 s]
/proc/loadavg: 3.97 2.09 0.84 5/190 14795
/proc/meminfo: memFree=25267780/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=17460 CPUtime=221.63 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 4187 0 0 0 22162 1 0 0 25 0 1 0 509925400 17879040 4142 33554432000 134512640 135217611 4289727920 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 4365 4142 75 173 0 4190 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 26164

[startup+282.301 s]
/proc/loadavg: 4.06 2.45 1.04 5/194 14823
/proc/meminfo: memFree=25250592/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=18628 CPUtime=281.64 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 4445 0 0 0 28163 1 0 0 25 0 1 0 509925400 19075072 4400 33554432000 134512640 135217611 4289727920 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 4657 4400 75 173 0 4482 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 27332

[startup+342.3 s]
/proc/loadavg: 4.02 2.73 1.22 5/194 14825
/proc/meminfo: memFree=25241448/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=20936 CPUtime=341.64 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 4991 0 0 0 34162 2 0 0 25 0 1 0 509925400 21438464 4946 33554432000 134512640 135217611 4289727920 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 5234 4946 75 173 0 5059 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29640

[startup+402.301 s]
/proc/loadavg: 4.01 2.96 1.39 5/194 14827
/proc/meminfo: memFree=25238084/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6

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

[pid=14598] ppid=14572 vsize=23184 CPUtime=521.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 5556 0 0 0 52163 2 0 0 25 0 1 0 509925400 23740416 5511 33554432000 134512640 135217611 4289727920 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 5796 5511 75 173 0 5621 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 31888

[startup+582.301 s]
/proc/loadavg: 4.04 3.45 1.85 5/194 14831
/proc/meminfo: memFree=25229700/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=23676 CPUtime=581.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 5659 0 0 0 58163 2 0 0 25 0 1 0 509925400 24244224 5614 33554432000 134512640 135217611 4289727920 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 5919 5614 75 173 0 5744 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 32380

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 5/194 14833
/proc/meminfo: memFree=25228320/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=24104 CPUtime=641.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 5769 0 0 0 64163 2 0 0 25 0 1 0 509925400 24682496 5724 33554432000 134512640 135217611 4289727920 18446744073709551615 134536744 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6026 5724 75 173 0 5851 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 32808

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.11 5/194 14835
/proc/meminfo: memFree=25223092/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=25004 CPUtime=701.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 5958 0 0 0 70163 2 0 0 25 0 1 0 509925400 25604096 5913 33554432000 134512640 135217611 4289727920 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6251 5913 75 173 0 6076 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 33708

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.22 5/194 14836
/proc/meminfo: memFree=25221824/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=25464 CPUtime=761.66 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6041 0 0 0 76164 2 0 0 25 0 1 0 509925400 26075136 5996 33554432000 134512640 135217611 4289727920 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6366 5996 75 173 0 6191 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 34168

[startup+822.3 s]
/proc/loadavg: 4.04 3.76 2.34 5/194 14868
/proc/meminfo: memFree=25123440/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=26056 CPUtime=821.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6201 0 0 0 82163 2 0 0 25 0 1 0 509925400 26681344 6156 33554432000 134512640 135217611 4289727920 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6514 6156 75 173 0 6339 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 34760

[startup+882.301 s]
/proc/loadavg: 4.01 3.80 2.44 5/194 14870
/proc/meminfo: memFree=25088724/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=26600 CPUtime=881.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6339 0 0 0 88163 2 0 0 25 0 1 0 509925400 27238400 6294 33554432000 134512640 135217611 4289727920 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6650 6294 75 173 0 6475 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 35304

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/194 14872
/proc/meminfo: memFree=25061292/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=27724 CPUtime=941.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6595 0 0 0 94163 2 0 0 25 0 1 0 509925400 28389376 6550 33554432000 134512640 135217611 4289727920 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 6931 6550 75 173 0 6756 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 36428

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.62 5/194 14874
/proc/meminfo: memFree=25053460/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=28176 CPUtime=1001.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6674 0 0 0 100163 2 0 0 25 0 1 0 509925400 28852224 6629 33554432000 134512640 135217611 4289727920 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7044 6629 75 173 0 6869 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 36880

[startup+1062.3 s]
/proc/loadavg: 4.05 3.90 2.71 5/194 14875
/proc/meminfo: memFree=25044648/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=28732 CPUtime=1061.65 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6807 0 0 0 106163 2 0 0 25 0 1 0 509925400 29421568 6762 33554432000 134512640 135217611 4289727920 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7183 6762 75 173 0 7008 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 37436

[startup+1122.3 s]
/proc/loadavg: 4.07 3.93 2.79 5/194 14877
/proc/meminfo: memFree=25025028/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=29456 CPUtime=1121.66 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 6984 0 0 0 112164 2 0 0 25 0 1 0 509925400 30162944 6939 33554432000 134512640 135217611 4289727920 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7364 6939 75 173 0 7189 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 38160

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.87 5/194 14878
/proc/meminfo: memFree=24991888/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=30348 CPUtime=1181.67 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 7218 0 0 0 118164 3 0 0 25 0 1 0 509925400 31076352 7173 33554432000 134512640 135217611 4289727920 18446744073709551615 134532690 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7587 7173 75 173 0 7412 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 39052

[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 2.93 5/194 14880
/proc/meminfo: memFree=24990620/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=30688 CPUtime=1241.67 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 7279 0 0 0 124164 3 0 0 25 0 1 0 509925400 31424512 7234 33554432000 134512640 135217611 4289727920 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7672 7234 75 173 0 7497 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 39392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 4/191 14884
/proc/meminfo: memFree=25015164/32951124 swapFree=67051468/67111528
[pid=14572] ppid=14570 vsize=8704 CPUtime=0.64 cores=4,6
/proc/14572/stat : 14572 (glucose.sh) S 14570 14572 14531 0 -1 4202496 360 4327 0 0 0 0 63 1 15 0 1 0 509925335 8912896 255 33554432000 4194304 4922060 140735651493424 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14572/statm: 2176 255 211 178 0 69 0
[pid=14598] ppid=14572 vsize=31008 CPUtime=1299.37 cores=4,6
/proc/14598/stat : 14598 (glucose_static) R 14572 14572 14531 0 -1 4202496 7354 0 0 0 129934 3 0 0 25 0 1 0 509925400 31752192 7309 33554432000 134512640 135217611 4289727920 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14598/statm: 7752 7309 75 173 0 7577 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 39712

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

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

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.98
CPU system time (s): 0.052991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 39712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12252
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= 15
involuntary context switches= 2102

runsolver used 2.27965 second user time and 4.81827 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 11:33:46
IDJOB=3308489
IDBENCH=70849
IDSOLVER=1691
FILE ID=node101/3308489-1303983225
RUNJOBID= node101-1303983224-14550
PBS_JOBID= 13168725
Free space on /tmp= 72020 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308489-1303983225/watcher-3308489-1303983225 -o /tmp/evaluation-result-3308489-1303983225/solver-3308489-1303983225 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308489-1303983225.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=384997895

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
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:      25544908 kB
Buffers:       1989936 kB
Cached:        4924252 kB
SwapCached:      30452 kB
Active:        2729124 kB
Inactive:      4232936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25544908 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            7884 kB
Writeback:           0 kB
AnonPages:       38732 kB
Mapped:           9376 kB
Slab:           378524 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222204 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= 71880 MiB
End job on node101 at 2011-04-28 11:55:26