Trace number 3293129

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

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.06299 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.07	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1686                                                 |
0.00/0.07	c |  Number of clauses:    8377                                                 |
0.00/0.08	c |  Parsing time:         0.00         s                                       |
1299.95/1300.00	HOME/ebglucose.sh: line 57:   715 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-3293129-1303784110/watcher-3293129-1303784110 -o /tmp/evaluation-result-3293129-1303784110/solver-3293129-1303784110 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3293129-1303784110.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: 4.00 4.01 3.96 4/192 711
/proc/meminfo: memFree=13573568/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) R 709 711 32153 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 568641631 8912896 253 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415211925 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/711/statm: 2176 253 211 178 0 69 0

[startup+0.052367 s]
/proc/loadavg: 4.00 4.01 3.96 4/192 711
/proc/meminfo: memFree=13573568/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 568641631 8912896 253 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/711/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.104344 s]
/proc/loadavg: 4.00 4.01 3.96 4/192 711
/proc/meminfo: memFree=13573568/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300318 s]
/proc/loadavg: 4.00 4.01 3.96 4/192 711
/proc/meminfo: memFree=13573568/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.700241 s]
/proc/loadavg: 4.00 4.01 3.96 4/192 711
/proc/meminfo: memFree=13573568/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.50109 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13569716/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=6444 CPUtime=1.42 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 980 0 0 0 142 0 0 0 25 0 1 0 568641639 6598656 921 33554432000 134512640 134556542 4292471728 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 1611 921 211 11 0 945 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15148

[startup+3.10078 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13568600/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=7236 CPUtime=3.02 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 1181 0 0 0 302 0 0 0 25 0 1 0 568641639 7409664 1122 33554432000 134512640 134556542 4292471728 18446744073709551615 134532087 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 1809 1122 211 11 0 1143 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15940

[startup+6.30119 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13566332/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=7976 CPUtime=6.22 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 1367 0 0 0 622 0 0 0 25 0 1 0 568641639 8167424 1308 33554432000 134512640 134556542 4292471728 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 1994 1308 211 11 0 1328 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16680

[startup+12.701 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13563116/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=9232 CPUtime=12.62 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 1667 0 0 0 1262 0 0 0 25 0 1 0 568641639 9453568 1608 33554432000 134512640 134556542 4292471728 18446744073709551615 134531430 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 2308 1608 211 11 0 1642 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17936

[startup+25.5005 s]
/proc/loadavg: 4.00 4.01 3.96 5/194 715
/proc/meminfo: memFree=13559368/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=11612 CPUtime=25.41 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 2259 0 0 0 2541 0 0 0 25 0 1 0 568641639 11890688 2200 33554432000 134512640 134556542 4292471728 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 2903 2200 211 11 0 2237 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20316

[startup+51.1007 s]
/proc/loadavg: 4.06 4.02 3.97 5/194 716
/proc/meminfo: memFree=13553260/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=14248 CPUtime=51.01 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 2907 0 0 0 5101 0 0 0 25 0 1 0 568641639 14589952 2848 33554432000 134512640 134556542 4292471728 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 3562 2848 212 11 0 2896 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22952

[startup+102.307 s]
/proc/loadavg: 4.02 4.02 3.97 5/194 717
/proc/meminfo: memFree=13543580/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=17472 CPUtime=102.22 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 3659 0 0 0 10222 0 0 0 25 0 1 0 568641639 17891328 3600 33554432000 134512640 134556542 4292471728 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 4368 3600 212 11 0 3702 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 26176

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.97 5/194 719
/proc/meminfo: memFree=13534264/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=20812 CPUtime=162.2 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 4478 0 0 0 16220 0 0 0 25 0 1 0 568641639 21311488 4415 33554432000 134512640 134556542 4292471728 18446744073709551615 134537478 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 5203 4415 212 11 0 4537 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 29516

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 753
/proc/meminfo: memFree=13509556/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=23760 CPUtime=222.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 5138 0 0 0 22220 1 0 0 25 0 1 0 568641639 24330240 5075 33554432000 134512640 134556542 4292471728 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 5940 5075 212 11 0 5274 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 32464

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 754
/proc/meminfo: memFree=13499456/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=25936 CPUtime=282.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 5649 0 0 0 28220 1 0 0 25 0 1 0 568641639 26558464 5586 33554432000 134512640 134556542 4292471728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 6484 5586 212 11 0 5818 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 34640

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 756
/proc/meminfo: memFree=13492744/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=28332 CPUtime=342.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 6218 0 0 0 34219 2 0 0 25 0 1 0 568641639 29011968 6155 33554432000 134512640 134556542 4292471728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 7083 6155 212 11 0 6417 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 37036

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/194 757
/proc/meminfo: memFree=13486660/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2

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

[pid=715] ppid=711 vsize=32532 CPUtime=522.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 7152 0 0 0 52219 2 0 0 25 0 1 0 568641639 33312768 7089 33554432000 134512640 134556542 4292471728 18446744073709551615 134536909 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 8133 7089 212 11 0 7467 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 41236

[startup+582.301 s]
/proc/loadavg: 3.12 3.65 3.84 4/187 780
/proc/meminfo: memFree=13528576/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=32972 CPUtime=582.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 7261 0 0 0 58219 2 0 0 25 0 1 0 568641639 33763328 7198 33554432000 134512640 134556542 4292471728 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 8243 7198 212 11 0 7577 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 41676

[startup+642.3 s]
/proc/loadavg: 3.04 3.53 3.78 4/187 782
/proc/meminfo: memFree=13523836/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=34744 CPUtime=642.2 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 7692 0 0 0 64218 2 0 0 25 0 1 0 568641639 35577856 7629 33554432000 134512640 134556542 4292471728 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 8686 7629 212 11 0 8020 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 43448

[startup+702.301 s]
/proc/loadavg: 3.01 3.43 3.73 4/187 783
/proc/meminfo: memFree=13519224/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=36240 CPUtime=702.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 8062 0 0 0 70218 3 0 0 25 0 1 0 568641639 37109760 7999 33554432000 134512640 134556542 4292471728 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 9060 7999 212 11 0 8394 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 44944

[startup+762.307 s]
/proc/loadavg: 3.00 3.35 3.68 4/187 785
/proc/meminfo: memFree=13516232/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=36984 CPUtime=762.22 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 8230 0 0 0 76219 3 0 0 25 0 1 0 568641639 37871616 8167 33554432000 134512640 134556542 4292471728 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 9246 8167 212 11 0 8580 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 45688

[startup+822.3 s]
/proc/loadavg: 3.08 3.30 3.64 4/187 787
/proc/meminfo: memFree=13513360/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=37716 CPUtime=822.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 8425 0 0 0 82218 3 0 0 25 0 1 0 568641639 38621184 8358 33554432000 134512640 134556542 4292471728 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 9429 8358 212 11 0 8763 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 46420

[startup+882.301 s]
/proc/loadavg: 3.03 3.24 3.60 4/187 788
/proc/meminfo: memFree=13509368/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=39096 CPUtime=882.21 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 8776 0 0 0 88218 3 0 0 25 0 1 0 568641639 40034304 8709 33554432000 134512640 134556542 4292471728 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 9774 8709 212 11 0 9108 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 47800

[startup+942.301 s]
/proc/loadavg: 3.01 3.20 3.56 4/187 790
/proc/meminfo: memFree=13506740/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=39656 CPUtime=942.19 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 8891 0 0 0 94216 3 0 0 25 0 1 0 568641639 40607744 8824 33554432000 134512640 134556542 4292471728 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 9914 8824 212 11 0 9248 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 48360

[startup+1002.3 s]
/proc/loadavg: 3.07 3.17 3.53 4/187 791
/proc/meminfo: memFree=13504120/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=40452 CPUtime=1002.19 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 9086 0 0 0 100216 3 0 0 25 0 1 0 568641639 41422848 9019 33554432000 134512640 134556542 4292471728 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 10113 9019 212 11 0 9447 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 49156

[startup+1062.3 s]
/proc/loadavg: 3.02 3.14 3.49 4/187 793
/proc/meminfo: memFree=13500628/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=41176 CPUtime=1062.2 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 9267 0 0 0 106216 4 0 0 25 0 1 0 568641639 42164224 9200 33554432000 134512640 134556542 4292471728 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 10294 9200 212 11 0 9628 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 49880

[startup+1122.3 s]
/proc/loadavg: 3.01 3.11 3.46 4/187 795
/proc/meminfo: memFree=13498000/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=42188 CPUtime=1122.19 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 9506 0 0 0 112215 4 0 0 25 0 1 0 568641639 43200512 9439 33554432000 134512640 134556542 4292471728 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 10547 9439 212 11 0 9881 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 50892

[startup+1182.3 s]
/proc/loadavg: 3.00 3.09 3.43 4/187 796
/proc/meminfo: memFree=13495744/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=42796 CPUtime=1182.19 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 9589 0 0 0 118215 4 0 0 25 0 1 0 568641639 43823104 9522 33554432000 134512640 134556542 4292471728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 10699 9522 212 11 0 10033 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 51500

[startup+1242.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/187 829
/proc/meminfo: memFree=13502756/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=43892 CPUtime=1242.19 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 9851 0 0 0 124215 4 0 0 25 0 1 0 568641639 44945408 9784 33554432000 134512640 134556542 4292471728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 10973 9784 212 11 0 10307 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 52596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.05 3.37 4/187 830
/proc/meminfo: memFree=13496648/32950928 swapFree=67111524/67111528
[pid=711] ppid=709 vsize=8704 CPUtime=0.06 cores=0,2
/proc/711/stat : 711 (ebglucose.sh) S 709 711 32153 0 -1 4202496 378 1157 0 0 0 0 6 0 25 0 1 0 568641631 8912896 255 33554432000 4194304 4922060 140735973451344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/711/statm: 2176 255 211 178 0 69 0
[pid=715] ppid=711 vsize=44576 CPUtime=1299.89 cores=0,2
/proc/715/stat : 715 (ebglucose_stati) R 711 711 32153 0 -1 4202496 10000 0 0 0 129985 4 0 0 25 0 1 0 568641639 45645824 9933 33554432000 134512640 134556542 4292471728 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/715/statm: 11144 9933 212 11 0 10478 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 53280

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.98
CPU user time (s): 1299.92
CPU system time (s): 0.051992
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 53280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11548
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= 27
involuntary context switches= 4059

runsolver used 2.30865 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 04:15:10
IDJOB=3293129
IDBENCH=88045
IDSOLVER=1652
FILE ID=node115/3293129-1303784110
RUNJOBID= node115-1303782716-32171
PBS_JOBID= 13157231
Free space on /tmp= 73164 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293129-1303784110/watcher-3293129-1303784110 -o /tmp/evaluation-result-3293129-1303784110/solver-3293129-1303784110 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3293129-1303784110.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=68817767

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:      13573848 kB
Buffers:       2294696 kB
Cached:       16377736 kB
SwapCached:          4 kB
Active:        7153112 kB
Inactive:     11668556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13573848 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:      148280 kB
Mapped:          16096 kB
Slab:           490880 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   338984 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:36:52