Trace number 3303367

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
glucose 2? (TO) 5000.08 5000.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  266431   535112 |   79929       0        0     nan |  0.000 % |
0.00/0.97	c |         0 |  264031   900337 |      --       0       --      -- |     --   | -2400/365225
0.00/0.97	c ==============================================================================
0.00/0.97	c Result  :   #vars: 2325   #clauses: 264031   #literals: 900337
0.00/0.97	c CPU time:   0.968852 s
0.00/0.97	c ==============================================================================
1.10/1.13	c
1.10/1.13	c Starting glucose
1.10/1.13	c
4557.47/4557.44	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4557.47/4557.44	c WARNING: for repeatability, setting FPU to use double precision
4557.47/4557.44	c ============================[ Problem Statistics ]=============================
4557.47/4557.44	c |                                                                             |
4557.47/4557.44	c |  Number of variables:          2325                                         |
4557.47/4557.44	c |  Number of clauses:          264031                                         |
4557.47/4557.44	c |  Parse time:                   0.05 s                                       |
4557.47/4557.44	c |                                                                             |
4557.47/4557.44	c ============================[ Search Statistics ]==============================
4557.47/4557.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4557.47/4557.44	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4557.47/4557.44	c ===============================================================================
4557.47/4557.44	c |      8796 |    2325   264031   900337 |        1     6801    236 |  0.000 % |
4557.47/4557.44	c |     10354 |    2325   264031   900337 |        1     8359    225 |  0.000 % |
4557.47/4557.44	c |     44738 |    2325   264031   900337 |        1    22424    127 |  0.000 % |
4557.47/4557.44	c |    516918 |    2325   264031   900337 |        1    92774     87 |  0.000 % |
4557.47/4557.44	c |   1553101 |    2325   264031   900337 |        1   132939     72 |  0.000 % |
4557.47/4557.44	c |   2772702 |    2325   264031   900337 |        1   134535     57 |  0.000 % |
4557.47/4557.44	c |   3931034 |    2325   264031   900337 |        1   272861     63 |  0.000 % |
4557.47/4557.44	c |   4425676 |    2325   264031   900337 |        1   195119     55 |  0.000 % |
4557.47/4557.44	c |   6459532 |    2325   264031   900337 |        1   262164     61 |  0.000 % |
4557.47/4557.44	c |   6585467 |    2325   264031   900337 |        1   207307     51 |  0.000 % |
4557.47/4557.44	c |   6641303 |    2325   264031   900337 |        1   263143     60 |  0.000 % |
4557.47/4557.44	c |   6654942 |    2325   264031   900337 |        1   276782     61 |  0.000 % |
4557.47/4557.44	c |   6955157 |    2325   264031   900337 |        1   207609     56 |  0.000 % |
4557.47/4557.44	c |   6955966 |    2325   264031   900337 |        1   208418     56 |  0.000 % |
4557.47/4557.44	c |   7483327 |    2325   264031   900337 |        1   355976     69 |  0.000 % |
4557.47/4557.44	c |   7485233 |    2325   264031   900337 |        1   357882     69 |  0.000 % |
4557.47/4557.44	c |   7520585 |    2325   264031   900337 |        1   199423     46 |  0.000 % |
4557.47/4557.44	c |   7823666 |    2325   264031   900337 |        1   306100     59 |  0.000 % |
4557.47/4557.44	c |   8098603 |    2325   264031   900337 |        1   382043     62 |  0.000 % |
4557.47/4557.44	c |   8309606 |    2325   264031   900337 |        1   391438     62 |  0.000 % |
4557.47/4557.44	c |   8327749 |    2325   264031   900337 |        1   205399     44 |  0.000 % |
4557.47/4557.44	c |   8329282 |    2325   264031   900337 |        1   206932     45 |  0.000 % |
4557.47/4557.44	c |   8383966 |    2325   264031   900337 |        1   261616     56 |  0.000 % |
4557.47/4557.44	c |   8414364 |    2325   264031   900337 |        1   292014     60 |  0.000 % |
4557.47/4557.44	c |   8502175 |    2325   264031   900337 |        1   379825     66 |  0.000 % |
4557.47/4557.44	c |   8553514 |    2325   264031   900337 |        1   224350     47 |  0.000 % |
4557.47/4557.44	c |   8567986 |    2325   264031   900337 |        1   238822     49 |  0.000 % |
4557.47/4557.44	c |   8811636 |    2325   264031   900337 |        1   273081     54 |  0.000 % |
4557.47/4557.44	c |   9420343 |    2325   264031   900337 |        1   237984     49 |  0.000 % |
4557.47/4557.44	c |   9420670 |    2325   264031   900337 |        1   238311     49 |  0.000 % |
4557.47/4557.44	c |   9759493 |    2325   264031   900337 |        1   357330     60 |  0.000 % |
4557.47/4557.44	c |   9767250 |    2325   264031   900337 |        1   365087     61 |  0.000 % |
4557.47/4557.44	c |   9804398 |    2325   264031   900337 |        1   402235     64 |  0.000 % |
4557.47/4557.44	c |  10024375 |    2325   264031   900337 |        1   399807     60 |  0.000 % |
4557.47/4557.44	c |  10441474 |    2325   264031   900337 |        1   364327     61 |  0.000 % |
4557.47/4557.44	c |  10452589 |    2325   264031   900337 |        1   375442     62 |  0.000 % |
4557.47/4557.44	c |  10458573 |    2325   264031   900337 |        1   381426     63 |  0.000 % |
4557.47/4557.44	c |  10594324 |    2325   264031   900337 |        1   286964     55 |  0.000 % |
4557.47/4557.44	c |  10630764 |    23

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-3303367-1303899342/watcher-3303367-1303899342 -o /tmp/evaluation-result-3303367-1303899342/solver-3303367-1303899342 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303367-1303899342.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/170 32161
/proc/meminfo: memFree=23624380/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 501532893 8912896 253 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32161/statm: 2176 253 211 178 0 69 0

[startup+0.091097 s]
/proc/loadavg: 0.00 0.00 0.00 1/170 32161
/proc/meminfo: memFree=23624380/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 501532893 8912896 253 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32161/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10107 s]
/proc/loadavg: 0.00 0.00 0.00 1/170 32161
/proc/meminfo: memFree=23624380/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 501532893 8912896 253 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32161/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301052 s]
/proc/loadavg: 0.00 0.00 0.00 1/170 32161
/proc/meminfo: memFree=23624380/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 501532893 8912896 253 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32161/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701005 s]
/proc/loadavg: 0.00 0.00 0.00 1/170 32161
/proc/meminfo: memFree=23624380/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 333 0 0 0 0 0 0 0 20 0 1 0 501532893 8912896 253 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32161/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5008 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 32174
/proc/meminfo: memFree=23580120/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 8704

[startup+3.10059 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 32176
/proc/meminfo: memFree=23570820/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=34588 CPUtime=1.96 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 11944 0 0 0 195 1 0 0 25 0 1 0 501533007 35418112 5333 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 8647 5333 250 17 0 5288 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43292

[startup+9.66048 s]
/proc/loadavg: 0.16 0.03 0.01 4/178 32176
/proc/meminfo: memFree=23519100/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=64804 CPUtime=8.51 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 19699 0 0 0 850 1 0 0 25 0 1 0 501533007 66359296 12780 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 16201 12780 250 17 0 12842 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 73508

[startup+12.7009 s]
/proc/loadavg: 0.59 0.13 0.04 4/178 32176
/proc/meminfo: memFree=23512548/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=64804 CPUtime=11.55 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 19708 0 0 0 1154 1 0 0 25 0 1 0 501533007 66359296 12789 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 16201 12789 250 17 0 12842 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 73508

[startup+25.5007 s]
/proc/loadavg: 0.81 0.19 0.06 3/178 32176
/proc/meminfo: memFree=23481232/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=83660 CPUtime=24.36 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 29642 0 0 0 2433 3 0 0 25 0 1 0 501533007 85667840 17715 33554432000 4194304 4260849 140736112128720 18446744073709551615 4228548 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 20915 17715 250 17 0 17556 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92364

[startup+51.1003 s]
/proc/loadavg: 1.21 0.33 0.11 3/178 32177
/proc/meminfo: memFree=23473952/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=83660 CPUtime=49.96 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 29642 0 0 0 4993 3 0 0 25 0 1 0 501533007 85667840 17715 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 20915 17715 250 17 0 17556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92364

[startup+102.301 s]
/proc/loadavg: 1.68 0.61 0.22 4/178 32178
/proc/meminfo: memFree=23440712/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=83660 CPUtime=101.16 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 71768 0 0 0 10107 9 0 0 25 0 1 0 501533007 85667840 17759 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 20915 17759 250 17 0 17556 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 92364

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 4/178 32180
/proc/meminfo: memFree=23393468/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=145308 CPUtime=161.16 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 111408 0 0 0 16102 14 0 0 25 0 1 0 501533007 148795392 29189 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 36327 29189 250 17 0 32968 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 154012

[startup+222.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/178 32182
/proc/meminfo: memFree=23420864/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=145308 CPUtime=221.16 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 143532 0 0 0 22097 19 0 0 25 0 1 0 501533007 148795392 30932 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 36327 30932 250 17 0 32968 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 154012

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 4/178 32183
/proc/meminfo: memFree=23388864/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=145308 CPUtime=281.17 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 175738 0 0 0 28092 25 0 0 25 0 1 0 501533007 148795392 28651 33554432000 4194304 4260849 140736112128720 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 36327 28651 250 17 0 32968 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 154012

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/178 32185
/proc/meminfo: memFree=23420980/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=145308 CPUtime=341.16 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 203266 0 0 0 34086 30 0 0 25 0 1 0 501533007 148795392 30933 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 36327 30933 250 17 0 32968 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 154012

[startup+402.307 s]
/proc/loadavg: 1.99 1.48 0.70 3/178 32186
/proc/meminfo: memFree=23416884/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=145308 CPUtime=401.17 cores=0,2,4,6

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

/proc/32175/statm: 56709 50124 251 17 0 53350 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 235540

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 32306
/proc/meminfo: memFree=23140408/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=278056 CPUtime=4421.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1558353 0 0 0 441772 353 0 0 25 0 1 0 501533007 284729344 60774 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224808 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 69514 60774 251 17 0 66155 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 286760

[startup+4482.3 s]
/proc/loadavg: 2.11 2.03 1.93 3/178 32307
/proc/meminfo: memFree=23134328/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=279156 CPUtime=4481.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1583476 0 0 0 447766 359 0 0 25 0 1 0 501533007 285855744 54656 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 69789 54656 251 17 0 66430 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 287860

[startup+4542.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 32309
/proc/meminfo: memFree=23198436/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=230444 CPUtime=4541.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1614013 0 0 0 453761 364 0 0 25 0 1 0 501533007 235974656 50091 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 57611 50091 251 17 0 54252 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 239148

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/178 32310
/proc/meminfo: memFree=23107388/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=282620 CPUtime=4601.26 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1629476 0 0 0 459757 369 0 0 25 0 1 0 501533007 289402880 65398 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 70655 65398 251 17 0 67296 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 291324

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/178 32312
/proc/meminfo: memFree=23184376/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=283780 CPUtime=4661.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1654417 0 0 0 465751 374 0 0 25 0 1 0 501533007 290590720 56282 33554432000 4194304 4260849 140736112128720 18446744073709551615 4238016 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 70945 56282 251 17 0 67586 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 292484

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 32314
/proc/meminfo: memFree=23161432/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=235380 CPUtime=4721.26 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1684233 0 0 0 471745 381 0 0 25 0 1 0 501533007 241029120 52121 33554432000 4194304 4260849 140736112128720 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 58845 52121 251 17 0 55486 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 244084

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32315
/proc/meminfo: memFree=23080332/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=287560 CPUtime=4781.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1697553 0 0 0 477741 384 0 0 25 0 1 0 501533007 294461440 65301 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 71890 65301 251 17 0 68531 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 296264

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 32317
/proc/meminfo: memFree=23143676/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=288776 CPUtime=4841.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1725891 0 0 0 483735 390 0 0 25 0 1 0 501533007 295706624 58527 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 72194 58527 251 17 0 68835 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 297480

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32318
/proc/meminfo: memFree=23049056/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=372964 CPUtime=4901.26 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1740477 0 0 0 489732 394 0 0 25 0 1 0 501533007 381915136 72995 33554432000 4194304 4260849 140736112128720 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 93241 72995 251 17 0 89882 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 381668

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32320
/proc/meminfo: memFree=23119724/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=292904 CPUtime=4961.25 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1769349 0 0 0 495725 400 0 0 25 0 1 0 501533007 299933696 62607 33554432000 4194304 4260849 140736112128720 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 73226 62607 251 17 0 69867 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 301608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32321
/proc/meminfo: memFree=23066648/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=375960 CPUtime=4998.96 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1777337 0 0 0 499493 403 0 0 25 0 1 0 501533007 384983040 70506 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 93990 70506 251 17 0 90631 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 384664

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 32321
/proc/meminfo: memFree=23066648/32951132 swapFree=67111364/67111528
[pid=32161] ppid=32159 vsize=8704 CPUtime=1.12 cores=0,2,4,6
/proc/32161/stat : 32161 (glucose.sh) S 32159 32161 32133 0 -1 4202496 359 5481 0 0 0 0 111 1 18 0 1 0 501532893 8912896 255 33554432000 4194304 4922060 140736838357088 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32161/statm: 2176 255 211 178 0 69 0
[pid=32175] ppid=32161 vsize=375960 CPUtime=4998.96 cores=0,2,4,6
/proc/32175/stat : 32175 (glucose_static) R 32161 32161 32133 0 -1 4202496 1777337 0 0 0 499493 403 0 0 25 0 1 0 501533007 384983040 70506 33554432000 4194304 4260849 140736112128720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32175/statm: 93990 70506 251 17 0 90631 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 384664

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32161 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=117830
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=16997
# CPU time returned by wait4() is 1.13483
# while last known CPU time is 5000.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.08
CPU user time (s): 4996.04
CPU system time (s): 4.04
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 461808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.11783
system time used= 0.016997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5840
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= 9
involuntary context switches= 8

runsolver used 9.31058 second user time and 18.5392 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-27 12:15:42
IDJOB=3303367
IDBENCH=71492
IDSOLVER=1687
FILE ID=node128/3303367-1303899342
RUNJOBID= node128-1303899342-32151
PBS_JOBID= 13164520
Free space on /tmp= 66984 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303367-1303899342/watcher-3303367-1303899342 -o /tmp/evaluation-result-3303367-1303899342/solver-3303367-1303899342 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303367-1303899342.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1223450421

node128.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.852
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.70
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23624668 kB
Buffers:       1338152 kB
Cached:        7300240 kB
SwapCached:        160 kB
Active:        1789880 kB
Inactive:      6912992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23624668 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:       63920 kB
Mapped:          14828 kB
Slab:           559340 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   184936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66968 MiB
End job on node128 at 2011-04-27 13:39:04