Trace number 3282779

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) 1300.06 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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.63	c CPU time:   0.620905 s
0.00/0.63	c ==============================================================================
0.00/0.67	c
0.00/0.67	c Starting glucose
0.00/0.67	c
0.00/0.67	
0.00/0.67	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.67	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.67	
0.00/0.67	c ============================[ Problem Statistics ]=============================
0.00/0.67	c |                                                                             |
0.00/0.67	c |  Number of variables:  14275                                                |
0.00/0.67	c |  Number of clauses:    59330                                                |
0.00/0.69	c |  Parsing time:         0.02         s                                       |
1300.02/1300.00	HOME/ebglucose.sh: line 57: 20436 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-3282779-1303754578/watcher-3282779-1303754578 -o /tmp/evaluation-result-3282779-1303754578/solver-3282779-1303754578 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282779-1303754578.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: 2.15 3.17 3.36 2/178 20432
/proc/meminfo: memFree=29243708/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 487057462 8912896 253 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 253 211 178 0 69 0

[startup+0.0908699 s]
/proc/loadavg: 2.15 3.17 3.36 2/178 20432
/proc/meminfo: memFree=29243708/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 487057462 8912896 253 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10087 s]
/proc/loadavg: 2.15 3.17 3.36 2/178 20432
/proc/meminfo: memFree=29243708/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 487057462 8912896 253 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300831 s]
/proc/loadavg: 2.15 3.17 3.36 2/178 20432
/proc/meminfo: memFree=29243708/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 487057462 8912896 253 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700701 s]
/proc/loadavg: 2.15 3.17 3.36 2/178 20432
/proc/meminfo: memFree=29243708/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8704

[startup+1.5006 s]
/proc/loadavg: 2.15 3.17 3.36 3/180 20436
/proc/meminfo: memFree=29231424/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=9572 CPUtime=0.82 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 1889 0 0 0 82 0 0 0 22 0 1 0 487057529 9801728 1829 33554432000 134512640 134556542 4293248256 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 2393 1829 208 11 0 1727 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18276

[startup+3.1003 s]
/proc/loadavg: 2.14 3.15 3.35 3/180 20437
/proc/meminfo: memFree=29230928/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=9840 CPUtime=2.42 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 1971 0 0 0 242 0 0 0 25 0 1 0 487057529 10076160 1911 33554432000 134512640 134556542 4293248256 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 2460 1911 208 11 0 1794 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18544

[startup+6.30069 s]
/proc/loadavg: 2.14 3.15 3.35 3/180 20437
/proc/meminfo: memFree=29229936/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=10500 CPUtime=5.61 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 2143 0 0 0 561 0 0 0 25 0 1 0 487057529 10752000 2083 33554432000 134512640 134556542 4293248256 18446744073709551615 134536952 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 2625 2083 208 11 0 1959 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19204

[startup+12.7005 s]
/proc/loadavg: 2.12 3.11 3.33 3/180 20437
/proc/meminfo: memFree=29228232/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=11728 CPUtime=12.01 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 2422 0 0 0 1201 0 0 0 25 0 1 0 487057529 12009472 2362 33554432000 134512640 134556542 4293248256 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 2932 2362 208 11 0 2266 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20432

[startup+25.501 s]
/proc/loadavg: 2.10 3.08 3.32 3/180 20437
/proc/meminfo: memFree=29227348/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=13052 CPUtime=24.81 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 2751 0 0 0 2481 0 0 0 25 0 1 0 487057529 13365248 2691 33554432000 134512640 134556542 4293248256 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 3263 2691 208 11 0 2597 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21756

[startup+51.1011 s]
/proc/loadavg: 2.06 2.99 3.28 3/180 20438
/proc/meminfo: memFree=29225488/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=13980 CPUtime=50.41 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 2998 0 0 0 5041 0 0 0 25 0 1 0 487057529 14315520 2938 33554432000 134512640 134556542 4293248256 18446744073709551615 134532527 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 3495 2938 208 11 0 2829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22684

[startup+102.306 s]
/proc/loadavg: 2.07 2.84 3.21 3/180 20442
/proc/meminfo: memFree=29181124/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=15644 CPUtime=101.62 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 3382 0 0 0 10162 0 0 0 25 0 1 0 487057529 16019456 3322 33554432000 134512640 134556542 4293248256 18446744073709551615 134530709 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 3911 3322 208 11 0 3245 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24348

[startup+162.301 s]
/proc/loadavg: 2.02 2.68 3.13 3/180 20444
/proc/meminfo: memFree=29178928/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=17124 CPUtime=161.62 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 3777 0 0 0 16161 1 0 0 25 0 1 0 487057529 17534976 3717 33554432000 134512640 134556542 4293248256 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 4281 3717 208 11 0 3615 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25828

[startup+222.301 s]
/proc/loadavg: 2.01 2.55 3.06 3/180 20445
/proc/meminfo: memFree=29177148/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=17820 CPUtime=221.63 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 3959 0 0 0 22162 1 0 0 25 0 1 0 487057529 18247680 3899 33554432000 134512640 134556542 4293248256 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 4455 3899 208 11 0 3789 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26524

[startup+282.301 s]
/proc/loadavg: 2.00 2.45 2.99 3/180 20447
/proc/meminfo: memFree=29175368/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=18636 CPUtime=281.63 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 4131 0 0 0 28162 1 0 0 25 0 1 0 487057529 19083264 4071 33554432000 134512640 134556542 4293248256 18446744073709551615 134531229 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 4659 4071 208 11 0 3993 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 27340

[startup+342.301 s]
/proc/loadavg: 2.04 2.38 2.93 3/180 20449
/proc/meminfo: memFree=29173472/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=19804 CPUtime=341.63 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 4436 0 0 0 34162 1 0 0 25 0 1 0 487057529 20279296 4376 33554432000 134512640 134556542 4293248256 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 4951 4376 208 11 0 4285 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 28508

[startup+402.301 s]
/proc/loadavg: 2.01 2.31 2.87 3/180 20450
/proc/meminfo: memFree=29172308/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2

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

[pid=20436] ppid=20432 vsize=22152 CPUtime=521.63 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5003 0 0 0 52162 1 0 0 25 0 1 0 487057529 22683648 4943 33554432000 134512640 134556542 4293248256 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 5538 4943 208 11 0 4872 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 30856

[startup+582.301 s]
/proc/loadavg: 2.00 2.16 2.71 3/180 20455
/proc/meminfo: memFree=29167100/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=23124 CPUtime=581.64 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5244 0 0 0 58162 2 0 0 25 0 1 0 487057529 23678976 5184 33554432000 134512640 134556542 4293248256 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 5781 5184 208 11 0 5115 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 31828

[startup+642.3 s]
/proc/loadavg: 2.00 2.13 2.66 3/180 20457
/proc/meminfo: memFree=29165936/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=23668 CPUtime=641.64 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5367 0 0 0 64162 2 0 0 25 0 1 0 487057529 24236032 5307 33554432000 134512640 134556542 4293248256 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 5917 5307 208 11 0 5251 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 32372

[startup+702.301 s]
/proc/loadavg: 2.00 2.10 2.62 3/180 20458
/proc/meminfo: memFree=29164892/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=24400 CPUtime=701.64 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5542 0 0 0 70162 2 0 0 25 0 1 0 487057529 24985600 5482 33554432000 134512640 134556542 4293248256 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6100 5482 208 11 0 5434 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 33104

[startup+762.307 s]
/proc/loadavg: 2.00 2.08 2.58 3/180 20460
/proc/meminfo: memFree=29163972/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=25056 CPUtime=761.65 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5696 0 0 0 76163 2 0 0 25 0 1 0 487057529 25657344 5636 33554432000 134512640 134556542 4293248256 18446744073709551615 134530709 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6264 5636 208 11 0 5598 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 33760

[startup+822.301 s]
/proc/loadavg: 2.06 2.08 2.54 3/180 20461
/proc/meminfo: memFree=29162940/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=25848 CPUtime=821.64 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5904 0 0 0 82162 2 0 0 25 0 1 0 487057529 26468352 5844 33554432000 134512640 134556542 4293248256 18446744073709551615 134537824 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6462 5844 208 11 0 5796 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 34552

[startup+882.301 s]
/proc/loadavg: 2.02 2.06 2.51 3/180 20463
/proc/meminfo: memFree=29161768/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=26040 CPUtime=881.64 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5923 0 0 0 88162 2 0 0 25 0 1 0 487057529 26664960 5863 33554432000 134512640 134556542 4293248256 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6510 5863 208 11 0 5844 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 34744

[startup+942.301 s]
/proc/loadavg: 2.00 2.05 2.47 3/180 20465
/proc/meminfo: memFree=29161348/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=26232 CPUtime=941.65 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 5987 0 0 0 94163 2 0 0 25 0 1 0 487057529 26861568 5927 33554432000 134512640 134556542 4293248256 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6558 5927 208 11 0 5892 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 34936

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.44 3/180 20466
/proc/meminfo: memFree=29159192/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=27932 CPUtime=1001.65 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6397 0 0 0 100162 3 0 0 25 0 1 0 487057529 28602368 6337 33554432000 134512640 134556542 4293248256 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6983 6337 208 11 0 6317 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 36636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.41 3/180 20468
/proc/meminfo: memFree=29158652/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=27932 CPUtime=1061.66 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6401 0 0 0 106163 3 0 0 25 0 1 0 487057529 28602368 6341 33554432000 134512640 134556542 4293248256 18446744073709551615 134543428 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 6983 6341 208 11 0 6317 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 36636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.38 3/180 20469
/proc/meminfo: memFree=29157600/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=28076 CPUtime=1121.66 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6430 0 0 0 112163 3 0 0 25 0 1 0 487057529 28749824 6370 33554432000 134512640 134556542 4293248256 18446744073709551615 134537074 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 7019 6370 208 11 0 6353 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 36780

[startup+1182.3 s]
/proc/loadavg: 1.56 1.91 2.32 2/173 20490
/proc/meminfo: memFree=29192560/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=28604 CPUtime=1181.65 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6582 0 0 0 118162 3 0 0 25 0 1 0 487057529 29290496 6522 33554432000 134512640 134556542 4293248256 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 7151 6522 208 11 0 6485 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 37308

[startup+1242.3 s]
/proc/loadavg: 1.20 1.74 2.23 2/173 20492
/proc/meminfo: memFree=29191776/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=29300 CPUtime=1241.66 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6757 0 0 0 124163 3 0 0 25 0 1 0 487057529 30003200 6697 33554432000 134512640 134556542 4293248256 18446744073709551615 134537101 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 7325 6697 208 11 0 6659 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 38004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 1.61 2.16 2/173 20493
/proc/meminfo: memFree=29190980/32950928 swapFree=67111364/67111528
[pid=20432] ppid=20430 vsize=8704 CPUtime=0.66 cores=0,2
/proc/20432/stat : 20432 (ebglucose.sh) S 20430 20432 19316 0 -1 4202496 380 4560 0 0 0 0 65 1 19 0 1 0 487057462 8912896 256 33554432000 4194304 4922060 140733571329888 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20432/statm: 2176 256 211 178 0 69 0
[pid=20436] ppid=20432 vsize=29960 CPUtime=1299.36 cores=0,2
/proc/20436/stat : 20436 (ebglucose_stati) R 20432 20432 19316 0 -1 4202496 6928 0 0 0 129933 3 0 0 25 0 1 0 487057529 30679040 6868 33554432000 134512640 134556542 4293248256 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20436/statm: 7490 6868 208 11 0 6824 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 38664

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): 1300.06
CPU user time (s): 1300
CPU system time (s): 0.055991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 38664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11901
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= 42
involuntary context switches= 3683

runsolver used 2.28065 second user time and 4.53031 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 20:02:58
IDJOB=3282779
IDBENCH=70849
IDSOLVER=1652
FILE ID=node127/3282779-1303754578
RUNJOBID= node127-1303753124-20204
PBS_JOBID= 13154035
Free space on /tmp= 71352 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282779-1303754578/watcher-3282779-1303754578 -o /tmp/evaluation-result-3282779-1303754578/solver-3282779-1303754578 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282779-1303754578.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=363899450

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      29243740 kB
Buffers:       1222632 kB
Cached:        1940260 kB
SwapCached:          0 kB
Active:         234600 kB
Inactive:      3006840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29243740 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2328 kB
Writeback:           0 kB
AnonPages:       78628 kB
Mapped:          15968 kB
Slab:           400908 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   223592 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= 71352 MiB
End job on node127 at 2011-04-25 20:24:40