Trace number 3293405

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) 1299.87 1300.01

General information on the benchmark

NameSAT-Race-2010-CNF/cryptography/
mizh/sha0_36_5.cnf
MD5SUM7aa25d61513f0f224b5ca45e4e1e0448
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1548
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210223
Sum of the clauses size628359
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286980
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  180233   522082 |   54069       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |  120346   408066 |      --       0       --      -- |     --   | -57195/-106031
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 20577   #clauses: 120346   #literals: 408066
0.00/0.47	c CPU time:   0.364944 s
0.00/0.47	c ==============================================================================
0.00/0.54	c
0.00/0.54	c Starting glucose
0.00/0.54	c
0.00/0.55	
0.00/0.55	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.55	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.55	
0.00/0.55	c ============================[ Problem Statistics ]=============================
0.00/0.55	c |                                                                             |
0.00/0.55	c |  Number of variables:  20577                                                |
0.00/0.55	c |  Number of clauses:    120346                                               |
0.45/0.60	c |  Parsing time:         0.04         s                                       |
1299.85/1300.01	HOME/ebglucose.sh: line 57:   974 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-3293405-1303785413/watcher-3293405-1303785413 -o /tmp/evaluation-result-3293405-1303785413/solver-3293405-1303785413 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3293405-1303785413.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.00 3.05 3.37 4/185 969
/proc/meminfo: memFree=13528088/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) R 967 969 32153 0 -1 4202496 338 233 0 0 0 0 0 0 25 0 1 0 568771940 8912896 253 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415211925 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/969/statm: 2176 253 211 178 0 69 0

[startup+0.0421829 s]
/proc/loadavg: 3.00 3.05 3.37 4/185 969
/proc/meminfo: memFree=13528088/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 568771940 8912896 253 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/969/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10117 s]
/proc/loadavg: 3.00 3.05 3.37 4/185 969
/proc/meminfo: memFree=13528088/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 568771940 8912896 253 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/969/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301064 s]
/proc/loadavg: 3.00 3.05 3.37 4/185 969
/proc/meminfo: memFree=13528088/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 356 233 0 0 0 0 0 0 25 0 1 0 568771940 8912896 253 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/969/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701059 s]
/proc/loadavg: 3.00 3.05 3.37 4/185 969
/proc/meminfo: memFree=13528088/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 3.00 3.05 3.37 4/187 974
/proc/meminfo: memFree=13510756/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=15596 CPUtime=0.94 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 3326 0 0 0 93 1 0 0 25 0 1 0 568771995 15970304 3263 33554432000 134512640 134556542 4286709456 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 3899 3263 214 11 0 3233 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 24300

[startup+3.1006 s]
/proc/loadavg: 3.00 3.05 3.37 4/187 975
/proc/meminfo: memFree=13509268/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=17048 CPUtime=2.54 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 3687 0 0 0 253 1 0 0 25 0 1 0 568771995 17457152 3624 33554432000 134512640 134556542 4286709456 18446744073709551615 134534240 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 4262 3624 214 11 0 3596 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 25752

[startup+6.301 s]
/proc/loadavg: 3.00 3.05 3.37 4/187 975
/proc/meminfo: memFree=13507136/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=18576 CPUtime=5.75 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 4090 0 0 0 574 1 0 0 25 0 1 0 568771995 19021824 4027 33554432000 134512640 134556542 4286709456 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 4644 4027 214 11 0 3978 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27280

[startup+12.7008 s]
/proc/loadavg: 3.00 3.05 3.36 4/187 975
/proc/meminfo: memFree=13504716/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=20900 CPUtime=12.14 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 4670 0 0 0 1213 1 0 0 25 0 1 0 568771995 21401600 4607 33554432000 134512640 134556542 4286709456 18446744073709551615 134537543 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 5225 4607 214 11 0 4559 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 29604

[startup+25.5004 s]
/proc/loadavg: 3.00 3.05 3.36 4/187 975
/proc/meminfo: memFree=13501248/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=23528 CPUtime=24.94 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 5314 0 0 0 2493 1 0 0 25 0 1 0 568771995 24092672 5251 33554432000 134512640 134556542 4286709456 18446744073709551615 3634684 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 5882 5251 214 11 0 5216 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 32232

[startup+51.1005 s]
/proc/loadavg: 3.00 3.04 3.35 4/187 976
/proc/meminfo: memFree=13496816/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=25904 CPUtime=50.54 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 5909 0 0 0 5053 1 0 0 25 0 1 0 568771995 26525696 5846 33554432000 134512640 134556542 4286709456 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 6476 5846 214 11 0 5810 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 34608

[startup+102.307 s]
/proc/loadavg: 3.00 3.03 3.33 4/187 977
/proc/meminfo: memFree=13491104/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=29464 CPUtime=101.74 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 6768 0 0 0 10173 1 0 0 25 0 1 0 568771995 30171136 6705 33554432000 134512640 134556542 4286709456 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 7366 6705 214 11 0 6700 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 38168

[startup+162.301 s]
/proc/loadavg: 3.00 3.03 3.30 4/187 982
/proc/meminfo: memFree=13484680/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=33032 CPUtime=161.74 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 7617 0 0 0 16172 2 0 0 25 0 1 0 568771995 33824768 7554 33554432000 134512640 134556542 4286709456 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 8258 7554 214 11 0 7592 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 41736

[startup+222.301 s]
/proc/loadavg: 3.00 3.02 3.28 4/187 1013
/proc/meminfo: memFree=13506496/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=35408 CPUtime=221.74 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 8234 0 0 0 22171 3 0 0 25 0 1 0 568771995 36257792 8171 33554432000 134512640 134556542 4286709456 18446744073709551615 134528961 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 8852 8171 214 11 0 8186 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44112

[startup+282.301 s]
/proc/loadavg: 3.00 3.01 3.26 4/187 1015
/proc/meminfo: memFree=13496564/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=37784 CPUtime=281.74 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 8846 0 0 0 28171 3 0 0 25 0 1 0 568771995 38690816 8783 33554432000 134512640 134556542 4286709456 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 9446 8783 214 11 0 8780 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 46488

[startup+342.301 s]
/proc/loadavg: 3.00 3.01 3.24 4/187 1017
/proc/meminfo: memFree=13486008/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=39632 CPUtime=341.74 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 9319 0 0 0 34171 3 0 0 25 0 1 0 568771995 40583168 9256 33554432000 134512640 134556542 4286709456 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 9908 9256 214 11 0 9242 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 48336

[startup+402.301 s]
/proc/loadavg: 3.00 3.00 3.22 4/187 1018
/proc/meminfo: memFree=13479148/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2

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

[pid=974] ppid=969 vsize=44920 CPUtime=521.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 10581 0 0 0 52169 3 0 0 25 0 1 0 568771995 45998080 10518 33554432000 134512640 134556542 4286709456 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 11230 10518 214 11 0 10564 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 53624

[startup+582.301 s]
/proc/loadavg: 3.02 3.01 3.18 4/187 1023
/proc/meminfo: memFree=13461840/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=46636 CPUtime=581.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 11018 0 0 0 58169 3 0 0 25 0 1 0 568771995 47755264 10955 33554432000 134512640 134556542 4286709456 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 11659 10955 214 11 0 10993 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 55340

[startup+642.301 s]
/proc/loadavg: 3.01 3.00 3.17 4/187 1025
/proc/meminfo: memFree=13456356/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=47956 CPUtime=641.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 11326 0 0 0 64169 3 0 0 25 0 1 0 568771995 49106944 11263 33554432000 134512640 134556542 4286709456 18446744073709551615 134537221 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 11989 11263 214 11 0 11323 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 56660

[startup+702.3 s]
/proc/loadavg: 3.04 3.02 3.16 4/187 1026
/proc/meminfo: memFree=13452120/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=49012 CPUtime=701.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 11610 0 0 0 70168 4 0 0 25 0 1 0 568771995 50188288 11547 33554432000 134512640 134556542 4286709456 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 12253 11547 214 11 0 11587 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 57716

[startup+762.307 s]
/proc/loadavg: 3.01 3.01 3.15 4/187 1028
/proc/meminfo: memFree=13448232/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=50464 CPUtime=761.73 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 11967 0 0 0 76169 4 0 0 25 0 1 0 568771995 51675136 11904 33554432000 134512640 134556542 4286709456 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 12616 11904 214 11 0 11950 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 59168

[startup+822.301 s]
/proc/loadavg: 3.00 3.00 3.14 4/187 1029
/proc/meminfo: memFree=13442260/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=51784 CPUtime=821.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 12327 0 0 0 82167 5 0 0 25 0 1 0 568771995 53026816 12264 33554432000 134512640 134556542 4286709456 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 12946 12264 214 11 0 12280 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 60488

[startup+882.3 s]
/proc/loadavg: 3.05 3.01 3.13 4/187 1031
/proc/meminfo: memFree=13439884/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=52576 CPUtime=881.72 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 12517 0 0 0 88167 5 0 0 25 0 1 0 568771995 53837824 12454 33554432000 134512640 134556542 4286709456 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 13144 12454 214 11 0 12478 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 61280

[startup+942.301 s]
/proc/loadavg: 3.02 3.01 3.12 4/187 1033
/proc/meminfo: memFree=13434276/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=54160 CPUtime=941.71 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 12925 0 0 0 94166 5 0 0 25 0 1 0 568771995 55459840 12862 33554432000 134512640 134556542 4286709456 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 13540 12862 214 11 0 12874 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 62864

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 3.11 4/187 1034
/proc/meminfo: memFree=13430764/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=55612 CPUtime=1001.71 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 13296 0 0 0 100166 5 0 0 25 0 1 0 568771995 56946688 13233 33554432000 134512640 134556542 4286709456 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 13903 13233 214 11 0 13237 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 64316

[startup+1062.3 s]
/proc/loadavg: 3.04 3.01 3.10 4/187 1036
/proc/meminfo: memFree=13428504/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=56272 CPUtime=1061.7 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 13474 0 0 0 106165 5 0 0 25 0 1 0 568771995 57622528 13411 33554432000 134512640 134556542 4286709456 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 14068 13411 214 11 0 13402 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 64976

[startup+1122.3 s]
/proc/loadavg: 3.01 3.01 3.09 4/187 1037
/proc/meminfo: memFree=13424260/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=57460 CPUtime=1121.7 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 13759 0 0 0 112165 5 0 0 25 0 1 0 568771995 58839040 13696 33554432000 134512640 134556542 4286709456 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 14365 13696 214 11 0 13699 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 66164

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 3.08 4/187 1039
/proc/meminfo: memFree=13421884/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=57592 CPUtime=1181.7 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 13821 0 0 0 118165 5 0 0 25 0 1 0 568771995 58974208 13758 33554432000 134512640 134556542 4286709456 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 14398 13758 214 11 0 13732 0
Current children cumulated CPU time (s) 1182.15
Current children cumulated vsize (KiB) 66296

[startup+1242.3 s]
/proc/loadavg: 2.56 2.89 3.04 3/180 1059
/proc/meminfo: memFree=13506044/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=59440 CPUtime=1241.69 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 14270 0 0 0 124164 5 0 0 25 0 1 0 568771995 60866560 14207 33554432000 134512640 134556542 4286709456 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 14860 14207 214 11 0 14194 0
Current children cumulated CPU time (s) 1242.14
Current children cumulated vsize (KiB) 68144



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 2.74 2.98 3/180 1060
/proc/meminfo: memFree=13504400/32950928 swapFree=67111524/67111528
[pid=969] ppid=967 vsize=8704 CPUtime=0.45 cores=0,2
/proc/969/stat : 969 (ebglucose.sh) S 967 969 32153 0 -1 4202496 379 8265 0 0 0 0 43 2 20 0 1 0 568771940 8912896 255 33554432000 4194304 4922060 140735958512912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/969/statm: 2176 255 211 178 0 69 0
[pid=974] ppid=969 vsize=60100 CPUtime=1299.4 cores=0,2
/proc/974/stat : 974 (ebglucose_stati) R 969 969 32153 0 -1 4202496 14455 0 0 0 129934 6 0 0 25 0 1 0 568771995 61542400 14392 33554432000 134512640 134556542 4286709456 18446744073709551615 5409979 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/974/statm: 15025 14392 214 11 0 14359 0
Current children cumulated CPU time (s) 1299.85
Current children cumulated vsize (KiB) 68804

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.87
CPU user time (s): 1299.78
CPU system time (s): 0.085986
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 68804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23112
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= 29
involuntary context switches= 3702

runsolver used 2.28565 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 04:36:53
IDJOB=3293405
IDBENCH=88136
IDSOLVER=1652
FILE ID=node115/3293405-1303785413
RUNJOBID= node115-1303782716-32171
PBS_JOBID= 13157231
Free space on /tmp= 73140 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT-Race-2010-CNF/cryptography/mizh/sha0_36_5.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293405-1303785413/watcher-3293405-1303785413 -o /tmp/evaluation-result-3293405-1303785413/solver-3293405-1303785413 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3293405-1303785413.cnf

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

MD5SUM BENCH= 7aa25d61513f0f224b5ca45e4e1e0448
RANDOM SEED=1931436449

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13528112 kB
Buffers:       2294872 kB
Cached:       16407492 kB
SwapCached:          4 kB
Active:        7189248 kB
Inactive:     11676752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13528112 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:      162636 kB
Mapped:          16000 kB
Slab:           490992 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   327256 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= 73144 MiB
End job on node115 at 2011-04-26 04:58:35