Trace number 3282319

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/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  293757   685433 |   88127       0        0     nan |  0.000 % |
1.69/1.75	c |         0 |  170644   488531 |      --       0       --      -- |     --   | -123111/-196897
1.69/1.75	c ==============================================================================
1.69/1.75	c Result  :   #vars: 36796   #clauses: 170644   #literals: 488531
1.69/1.75	c CPU time:   1.71074 s
1.69/1.75	c ==============================================================================
1.79/1.85	c
1.79/1.85	c Starting glucose
1.79/1.85	c
1.79/1.85	
1.79/1.85	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.79/1.85	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.79/1.85	
1.79/1.85	c ============================[ Problem Statistics ]=============================
1.79/1.85	c |                                                                             |
1.79/1.85	c |  Number of variables:  36796                                                |
1.79/1.85	c |  Number of clauses:    170644                                               |
1.84/1.91	c |  Parsing time:         0.05         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57: 20258 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-3282319-1303753124/watcher-3282319-1303753124 -o /tmp/evaluation-result-3282319-1303753124/solver-3282319-1303753124 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282319-1303753124.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.92 1.35 2.50 4/182 20238
/proc/meminfo: memFree=29247512/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0

[startup+0.0185469 s]
/proc/loadavg: 0.92 1.35 2.50 4/182 20238
/proc/meminfo: memFree=29247512/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100531 s]
/proc/loadavg: 0.92 1.35 2.50 4/182 20238
/proc/meminfo: memFree=29247512/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300493 s]
/proc/loadavg: 0.92 1.35 2.50 4/182 20238
/proc/meminfo: memFree=29247512/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700415 s]
/proc/loadavg: 0.92 1.35 2.50 4/182 20238
/proc/meminfo: memFree=29247512/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20256
/proc/meminfo: memFree=29041484/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=0 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 353 233 0 0 0 0 0 0 22 0 1 0 486912085 8912896 252 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 252 211 178 0 69 0
[pid=20243] ppid=20237 vsize=52368 CPUtime=1.49 cores=1,3
/proc/20243/stat : 20243 (SatELite_releas) R 20237 20237 19316 0 -1 4202496 13031 0 0 0 145 4 0 0 25 0 1 0 486912085 53624832 11693 33554432000 134512640 135144230 4287175904 18446744073709551615 134585622 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/20243/statm: 13092 11693 78 155 0 12935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61072

[startup+3.10102 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20258
/proc/meminfo: memFree=29074184/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=19860 CPUtime=1.23 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 4369 0 0 0 123 0 0 0 22 0 1 0 486912270 20336640 4309 33554432000 134512640 134556542 4293354624 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 4965 4309 214 11 0 4299 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28564

[startup+6.30035 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20259
/proc/meminfo: memFree=29103496/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=22148 CPUtime=4.43 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 4927 0 0 0 443 0 0 0 25 0 1 0 486912270 22679552 4867 33554432000 134512640 134556542 4293354624 18446744073709551615 134536927 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 5537 4867 214 11 0 4871 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30852

[startup+12.7001 s]
/proc/loadavg: 1.68 1.50 2.52 5/194 20259
/proc/meminfo: memFree=29095948/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=23604 CPUtime=10.83 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 5312 0 0 0 1083 0 0 0 25 0 1 0 486912270 24170496 5252 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 5901 5252 214 11 0 5235 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32308

[startup+25.5007 s]
/proc/loadavg: 2.03 1.58 2.54 5/194 20259
/proc/meminfo: memFree=29084872/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=26468 CPUtime=23.64 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 6013 0 0 0 2363 1 0 0 25 0 1 0 486912270 27103232 5953 33554432000 134512640 134556542 4293354624 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 6617 5953 214 11 0 5951 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35172

[startup+51.1008 s]
/proc/loadavg: 2.81 1.81 2.58 5/194 20260
/proc/meminfo: memFree=29071224/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=29624 CPUtime=49.24 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 6791 0 0 0 4923 1 0 0 25 0 1 0 486912270 30334976 6731 33554432000 134512640 134556542 4293354624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 7406 6731 214 11 0 6740 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38328

[startup+102.307 s]
/proc/loadavg: 3.52 2.16 2.66 5/194 20261
/proc/meminfo: memFree=29054136/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=35504 CPUtime=100.44 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 8231 0 0 0 10043 1 0 0 25 0 1 0 486912270 36356096 8171 33554432000 134512640 134556542 4293354624 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 8876 8171 214 11 0 8210 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44208

[startup+162.301 s]
/proc/loadavg: 3.82 2.49 2.74 5/194 20263
/proc/meminfo: memFree=29034260/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=40592 CPUtime=160.44 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 9503 0 0 0 16043 1 0 0 25 0 1 0 486912270 41566208 9443 33554432000 134512640 134556542 4293354624 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 10148 9443 214 11 0 9482 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49296

[startup+222.3 s]
/proc/loadavg: 3.99 2.78 2.82 5/194 20265
/proc/meminfo: memFree=29019220/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=46036 CPUtime=220.44 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 10899 0 0 0 22042 2 0 0 25 0 1 0 486912270 47140864 10839 33554432000 134512640 134556542 4293354624 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 11509 10839 214 11 0 10843 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 54740

[startup+282.301 s]
/proc/loadavg: 3.99 3.00 2.89 5/194 20266
/proc/meminfo: memFree=29006276/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=48840 CPUtime=280.44 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 11522 0 0 0 28042 2 0 0 25 0 1 0 486912270 50012160 11462 33554432000 134512640 134556542 4293354624 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 12210 11462 214 11 0 11544 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 57544

[startup+342.3 s]
/proc/loadavg: 3.99 3.18 2.96 5/194 20268
/proc/meminfo: memFree=28992848/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=52404 CPUtime=340.44 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 12432 0 0 0 34042 2 0 0 25 0 1 0 486912270 53661696 12372 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 13101 12372 214 11 0 12435 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 61108

[startup+402.301 s]
/proc/loadavg: 3.99 3.32 3.02 5/194 20269
/proc/meminfo: memFree=28977192/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3

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

[pid=20258] ppid=20237 vsize=60216 CPUtime=520.45 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 14414 0 0 0 52042 3 0 0 25 0 1 0 486912270 61661184 14354 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 15054 14354 214 11 0 14388 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 68920

[startup+582.301 s]
/proc/loadavg: 4.12 3.65 3.20 5/194 20274
/proc/meminfo: memFree=28943172/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=62328 CPUtime=580.45 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 14938 0 0 0 58042 3 0 0 25 0 1 0 486912270 63823872 14878 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 15582 14878 214 11 0 14916 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 71032

[startup+642.301 s]
/proc/loadavg: 4.04 3.71 3.24 5/194 20276
/proc/meminfo: memFree=28937044/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=63196 CPUtime=640.46 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 15132 0 0 0 64043 3 0 0 25 0 1 0 486912270 64712704 15072 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 15799 15072 214 11 0 15133 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 71900

[startup+702.301 s]
/proc/loadavg: 4.01 3.76 3.29 5/194 20277
/proc/meminfo: memFree=28927332/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=66136 CPUtime=700.46 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 15804 0 0 0 70043 3 0 0 25 0 1 0 486912270 67723264 15744 33554432000 134512640 134556542 4293354624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 16534 15744 214 11 0 15868 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 74840

[startup+762.307 s]
/proc/loadavg: 4.00 3.80 3.33 5/194 20279
/proc/meminfo: memFree=28918620/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=68644 CPUtime=760.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 16441 0 0 0 76043 4 0 0 25 0 1 0 486912270 70291456 16381 33554432000 134512640 134556542 4293354624 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 17161 16381 214 11 0 16495 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 77348

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 3.37 5/194 20281
/proc/meminfo: memFree=28907912/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=69040 CPUtime=820.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 16541 0 0 0 82043 4 0 0 25 0 1 0 486912270 70696960 16481 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 17260 16481 214 11 0 16594 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 77744

[startup+882.3 s]
/proc/loadavg: 4.00 3.86 3.41 5/194 20282
/proc/meminfo: memFree=28892992/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=72640 CPUtime=880.46 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 17420 0 0 0 88042 4 0 0 25 0 1 0 486912270 74383360 17360 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 18160 17360 214 11 0 17494 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 81344

[startup+942.301 s]
/proc/loadavg: 4.00 3.89 3.44 5/194 20284
/proc/meminfo: memFree=28888492/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=73008 CPUtime=940.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 17541 0 0 0 94043 4 0 0 25 0 1 0 486912270 74760192 17481 33554432000 134512640 134556542 4293354624 18446744073709551615 134529945 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 18252 17481 214 11 0 17586 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 81712

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.47 5/194 20285
/proc/meminfo: memFree=28882008/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=76836 CPUtime=1000.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 18491 0 0 0 100042 5 0 0 25 0 1 0 486912270 78680064 18431 33554432000 134512640 134556542 4293354624 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 19209 18431 214 11 0 18543 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 85540

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.50 5/194 20287
/proc/meminfo: memFree=28872544/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=80556 CPUtime=1060.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 19449 0 0 0 106042 5 0 0 25 0 1 0 486912270 82489344 19389 33554432000 134512640 134556542 4293354624 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 20139 19389 214 11 0 19473 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 89260

[startup+1122.3 s]
/proc/loadavg: 4.07 3.95 3.54 5/194 20289
/proc/meminfo: memFree=28851184/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=80820 CPUtime=1120.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 19523 0 0 0 112042 5 0 0 25 0 1 0 486912270 82759680 19463 33554432000 134512640 134556542 4293354624 18446744073709551615 134533360 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 20205 19463 214 11 0 19539 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 89524

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.56 5/194 20290
/proc/meminfo: memFree=28849652/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=80820 CPUtime=1180.47 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 19528 0 0 0 118042 5 0 0 25 0 1 0 486912270 82759680 19468 33554432000 134512640 134556542 4293354624 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 20205 19468 214 11 0 19539 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 89524

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.58 5/194 20292
/proc/meminfo: memFree=28841804/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=83380 CPUtime=1240.48 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 20149 0 0 0 124042 6 0 0 25 0 1 0 486912270 85381120 20089 33554432000 134512640 134556542 4293354624 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 20845 20089 214 11 0 20179 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 92084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.98 3.61 4/192 20294
/proc/meminfo: memFree=28878856/32950928 swapFree=67111364/67111528
[pid=20237] ppid=20235 vsize=8704 CPUtime=1.84 cores=1,3
/proc/20237/stat : 20237 (ebglucose.sh) S 20235 20237 19316 0 -1 4202496 379 14020 0 0 0 0 179 5 18 0 1 0 486912085 8912896 255 33554432000 4194304 4922060 140737210818320 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20237/statm: 2176 255 211 178 0 69 0
[pid=20258] ppid=20237 vsize=88816 CPUtime=1298.19 cores=1,3
/proc/20258/stat : 20258 (ebglucose_stati) R 20237 20237 19316 0 -1 4202496 21528 0 0 0 129812 7 0 0 25 0 1 0 486912270 90947584 21468 33554432000 134512640 134556542 4293354624 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20258/statm: 22204 21468 214 11 0 21538 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 97520

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): 1299.93
CPU system time (s): 0.13098
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 97520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35937
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= 33
involuntary context switches= 3081

runsolver used 2.04169 second user time and 5.05523 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 19:38:44
IDJOB=3282319
IDBENCH=70799
IDSOLVER=1652
FILE ID=node127/3282319-1303753124
RUNJOBID= node127-1303753124-20206
PBS_JOBID= 13154035
Free space on /tmp= 71348 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282319-1303753124/watcher-3282319-1303753124 -o /tmp/evaluation-result-3282319-1303753124/solver-3282319-1303753124 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282319-1303753124.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1094232515

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:      29247924 kB
Buffers:       1221280 kB
Cached:        1941660 kB
SwapCached:          0 kB
Active:         232988 kB
Inactive:      3002912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29247924 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           16308 kB
Writeback:           0 kB
AnonPages:       72808 kB
Mapped:          15260 kB
Slab:           401860 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   219196 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= 71276 MiB
End job on node127 at 2011-04-25 20:00:26