Trace number 3365994

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
SAT09 reference solver:glucose 1.0UNSAT 3174.17 3174.74

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1644.38
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

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...
3.49/3.52	c ==============================================================================
3.49/3.52	c |           |     ORIGINAL     |              LEARNT              |          |
3.49/3.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.49/3.52	c ==============================================================================
3.49/3.52	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
20.81/20.89	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
20.81/20.90	c ==============================================================================
20.81/20.90	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
20.81/20.90	c CPU time:   20.3709 s
20.81/20.90	c ==============================================================================
22.09/22.11	c
22.09/22.11	c Starting glucose
22.09/22.11	c
22.09/22.11	
22.09/22.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
22.09/22.11	
22.09/22.11	c ============================[ Problem Statistics ]=============================
22.09/22.11	c |                                                                             |
22.09/22.11	c |  Number of variables:  250821                                               |
22.09/22.11	c |  Number of clauses:    1381688                                              |
22.11/22.96	c |  Parsing time:         0.80         s                                       |
3174.13/3174.70	c restarts              : 2220
3174.13/3174.70	c nb ReduceDB           : 47
3174.13/3174.70	c nb learnts DL2        : 44304
3174.13/3174.70	c nb learnts size 2     : 19388
3174.13/3174.70	c nb learnts size 1     : 159
3174.13/3174.70	c conflicts             : 2042561        (648 /sec)
3174.13/3174.70	c decisions             : 6459340        (1.58 % random) (2050 /sec)
3174.13/3174.70	c propagations          : 7275679388     (2308530 /sec)
3174.13/3174.70	c conflict literals     : 126791789      (49.74 % deleted)
3174.13/3174.70	c Memory used           : 176.23 MB
3174.13/3174.70	c CPU time              : 3151.65 s
3174.13/3174.70	
3174.13/3174.71	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3365994-1305325256/watcher-3365994-1305325256 -o /tmp/evaluation-result-3365994-1305325256/solver-3365994-1305325256 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365994-1305325256.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: 2.45 2.10 2.03 2/394 23382
/proc/meminfo: memFree=22809872/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0

[startup+0.0359171 s]
/proc/loadavg: 2.45 2.10 2.03 2/394 23382
/proc/meminfo: memFree=22809872/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100413 s]
/proc/loadavg: 2.45 2.10 2.03 2/394 23382
/proc/meminfo: memFree=22809872/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300343 s]
/proc/loadavg: 2.45 2.10 2.03 2/394 23382
/proc/meminfo: memFree=22809872/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700253 s]
/proc/loadavg: 2.45 2.10 2.03 2/394 23382
/proc/meminfo: memFree=22809872/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50115 s]
/proc/loadavg: 2.45 2.10 2.03 3/401 23389
/proc/meminfo: memFree=22458584/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
[pid=23383] ppid=23382 vsize=262972 CPUtime=1.49 cores=0,2,4,6
/proc/23383/stat : 23383 (SatELite_releas) R 23382 23382 22931 0 -1 4202496 64232 0 0 0 136 13 0 0 23 0 1 0 644125758 269283328 63828 33554432000 134512640 135225430 4293773040 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/23383/statm: 65743 63829 52 175 0 65566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 271676

[startup+3.10088 s]
/proc/loadavg: 2.45 2.10 2.03 3/401 23389
/proc/meminfo: memFree=22320592/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
[pid=23383] ppid=23382 vsize=370692 CPUtime=3.09 cores=0,2,4,6
/proc/23383/stat : 23383 (SatELite_releas) R 23382 23382 22931 0 -1 4202496 90389 0 0 0 289 20 0 0 25 0 1 0 644125758 379588608 89985 33554432000 134512640 135225430 4293773040 18446744073709551615 134548167 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/23383/statm: 92673 89985 52 175 0 92496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379396

[startup+6.30035 s]
/proc/loadavg: 2.50 2.11 2.04 6/401 23389
/proc/meminfo: memFree=22152140/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
[pid=23383] ppid=23382 vsize=455012 CPUtime=6.29 cores=0,2,4,6
/proc/23383/stat : 23383 (SatELite_releas) R 23382 23382 22931 0 -1 4202496 115829 0 0 0 600 29 0 0 25 0 1 0 644125758 465932288 106944 33554432000 134512640 135225430 4293773040 18446744073709551615 134549065 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/23383/statm: 113753 106944 78 175 0 113576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 463716

[startup+12.7012 s]
/proc/loadavg: 2.62 2.14 2.05 3/401 23391
/proc/meminfo: memFree=22208260/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 644125758 8912896 253 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23382/statm: 2176 253 211 178 0 69 0
[pid=23383] ppid=23382 vsize=469960 CPUtime=12.69 cores=0,2,4,6
/proc/23383/stat : 23383 (SatELite_releas) R 23382 23382 22931 0 -1 4202496 120410 0 0 0 1227 42 0 0 25 0 1 0 644125758 481239040 110545 33554432000 134512640 135225430 4293773040 18446744073709551615 134612610 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/23383/statm: 117490 110545 78 175 0 117313 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 478664

[startup+25.501 s]
/proc/loadavg: 3.00 2.25 2.08 4/401 23392
/proc/meminfo: memFree=22492444/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=117492 CPUtime=3.37 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 27613 0 0 0 332 5 0 0 25 0 1 0 644127970 120311808 27398 33554432000 134512640 135217611 4290793232 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 29373 27398 77 173 0 29198 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126196

[startup+51.1006 s]
/proc/loadavg: 3.47 2.42 2.14 3/401 23393
/proc/meminfo: memFree=22485616/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=124692 CPUtime=28.96 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 29347 0 0 0 2890 6 0 0 25 0 1 0 644127970 127684608 29132 33554432000 134512640 135217611 4290793232 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 31173 29132 77 173 0 30998 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 133396

[startup+102.315 s]
/proc/loadavg: 2.99 2.47 2.18 3/401 23394
/proc/meminfo: memFree=22481616/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=127892 CPUtime=80.12 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 30159 0 0 0 8005 7 0 0 25 0 1 0 644127970 130961408 29944 33554432000 134512640 135217611 4290793232 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 31973 29944 77 173 0 31798 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 136596

[startup+162.3 s]
/proc/loadavg: 2.36 2.38 2.16 3/401 23396
/proc/meminfo: memFree=22474900/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=130236 CPUtime=140.1 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 30743 0 0 0 14003 7 0 0 25 0 1 0 644127970 133361664 30528 33554432000 134512640 135217611 4290793232 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 32559 30528 77 173 0 32384 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 138940

[startup+222.301 s]
/proc/loadavg: 2.13 2.31 2.15 3/401 23397
/proc/meminfo: memFree=22472300/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=131956 CPUtime=200.1 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 31185 0 0 0 20003 7 0 0 25 0 1 0 644127970 135122944 30970 33554432000 134512640 135217611 4290793232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 32989 30970 77 173 0 32814 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 140660

[startup+282.301 s]
/proc/loadavg: 2.05 2.25 2.14 3/401 23399
/proc/meminfo: memFree=22467580/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=134584 CPUtime=260.11 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 31837 0 0 0 26003 8 0 0 25 0 1 0 644127970 137814016 31622 33554432000 134512640 135217611 4290793232 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 33646 31622 77 173 0 33471 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 143288

[startup+342.3 s]
/proc/loadavg: 2.06 2.22 2.13 3/401 23400
/proc/meminfo: memFree=22464224/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=137620 CPUtime=320.11 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 32585 0 0 0 32003 8 0 0 25 0 1 0 644127970 140922880 32370 33554432000 134512640 135217611 4290793232 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/23392/statm: 34405 32370 77 173 0 34230 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 146324

[startup+402.301 s]
/proc/loadavg: 2.02 2.17 2.12 3/401 23402
/proc/meminfo: memFree=22458640/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6

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


[startup+2742.32 s]
/proc/loadavg: 1.02 1.03 1.28 2/394 23494
/proc/meminfo: memFree=22574164/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=174648 CPUtime=2719.69 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 41765 0 0 0 271937 32 0 0 25 0 1 0 644127970 178839552 41550 33554432000 134512640 135217611 4290793232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 43662 41550 77 173 0 43487 0
Current children cumulated CPU time (s) 2741.8
Current children cumulated vsize (KiB) 183352

[startup+2802.3 s]
/proc/loadavg: 1.01 1.02 1.26 2/394 23496
/proc/meminfo: memFree=22574400/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=174648 CPUtime=2779.67 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 41765 0 0 0 277934 33 0 0 25 0 1 0 644127970 178839552 41550 33554432000 134512640 135217611 4290793232 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 43662 41550 77 173 0 43487 0
Current children cumulated CPU time (s) 2801.78
Current children cumulated vsize (KiB) 183352

[startup+2862.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/394 23498
/proc/meminfo: memFree=22573772/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=175176 CPUtime=2839.67 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 41901 0 0 0 283933 34 0 0 25 0 1 0 644127970 179380224 41686 33554432000 134512640 135217611 4290793232 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 43794 41686 77 173 0 43619 0
Current children cumulated CPU time (s) 2861.78
Current children cumulated vsize (KiB) 183880

[startup+2922.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/394 23499
/proc/meminfo: memFree=22573388/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=175704 CPUtime=2899.65 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 42027 0 0 0 289931 34 0 0 25 0 1 0 644127970 179920896 41812 33554432000 134512640 135217611 4290793232 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 43926 41812 77 173 0 43751 0
Current children cumulated CPU time (s) 2921.76
Current children cumulated vsize (KiB) 184408

[startup+2982.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/394 23501
/proc/meminfo: memFree=22569164/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180060 CPUtime=2959.64 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43111 0 0 0 295929 35 0 0 25 0 1 0 644127970 184381440 42896 33554432000 134512640 135217611 4290793232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45015 42896 77 173 0 44840 0
Current children cumulated CPU time (s) 2981.75
Current children cumulated vsize (KiB) 188764

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/394 23502
/proc/meminfo: memFree=22569164/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180060 CPUtime=3019.64 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43111 0 0 0 301928 36 0 0 25 0 1 0 644127970 184381440 42896 33554432000 134512640 135217611 4290793232 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45015 42896 77 173 0 44840 0
Current children cumulated CPU time (s) 3041.75
Current children cumulated vsize (KiB) 188764

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/394 23504
/proc/meminfo: memFree=22569032/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180060 CPUtime=3079.63 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43111 0 0 0 307926 37 0 0 25 0 1 0 644127970 184381440 42896 33554432000 134512640 135217611 4290793232 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45015 42896 77 173 0 44840 0
Current children cumulated CPU time (s) 3101.74
Current children cumulated vsize (KiB) 188764

[startup+3162.3 s]
/proc/loadavg: 1.16 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568528/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3139.63 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 313925 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3161.74
Current children cumulated vsize (KiB) 189160

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

[startup+3167.9 s]
/proc/loadavg: 1.13 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568652/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3145.24 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 314486 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3167.35
Current children cumulated vsize (KiB) 189160

[startup+3171.1 s]
/proc/loadavg: 1.13 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568528/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3148.43 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 314805 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134532976 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3170.54
Current children cumulated vsize (KiB) 189160

[startup+3172.7 s]
/proc/loadavg: 1.12 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568652/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3150.02 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 314964 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3172.13
Current children cumulated vsize (KiB) 189160

[startup+3173.52 s]
/proc/loadavg: 1.12 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568528/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3150.84 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 315046 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134533404 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3172.95
Current children cumulated vsize (KiB) 189160

[startup+3174.3 s]
/proc/loadavg: 1.12 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568528/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3151.62 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 315124 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3173.73
Current children cumulated vsize (KiB) 189160

[startup+3174.7 s]
/proc/loadavg: 1.12 1.03 1.17 2/394 23506
/proc/meminfo: memFree=22568652/32951132 swapFree=67093844/67111528
[pid=23382] ppid=23380 vsize=8704 CPUtime=22.11 cores=0,2,4,6
/proc/23382/stat : 23382 (glucose.sh) S 23380 23382 22931 0 -1 4202496 359 198216 0 0 0 0 2151 60 18 0 1 0 644125758 8912896 255 33554432000 4194304 4922060 140735654433344 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23382/statm: 2176 255 211 178 0 69 0
[pid=23392] ppid=23382 vsize=180456 CPUtime=3152.02 cores=0,2,4,6
/proc/23392/stat : 23392 (glucose_static) R 23382 23382 22931 0 -1 4202496 43228 0 0 0 315164 38 0 0 25 0 1 0 644127970 184786944 43013 33554432000 134512640 135217611 4290793232 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/23392/statm: 45114 43013 77 173 0 44939 0
Current children cumulated CPU time (s) 3174.13
Current children cumulated vsize (KiB) 189160

Child status: 20
Real time (s): 3174.74
CPU time (s): 3174.17
CPU user time (s): 3173.16
CPU system time (s): 1.01085
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 517920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3173.16
system time used= 1.01085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242025
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= 40
involuntary context switches= 5543

runsolver used 12.5311 second user time and 27.9048 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 00:21:07
IDJOB=3365994
IDBENCH=84238
IDSOLVER=1842
FILE ID=node128/3365994-1305325256
RUNJOBID= node128-1305325256-23366
PBS_JOBID= 13324304
Free space on /tmp= 50996 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365994-1305325256/watcher-3365994-1305325256 -o /tmp/evaluation-result-3365994-1305325256/solver-3365994-1305325256 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365994-1305325256.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1530007858

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:      22809928 kB
Buffers:        223084 kB
Cached:        4334872 kB
SwapCached:       1440 kB
Active:        6119092 kB
Inactive:      3694256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22809928 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           94680 kB
Writeback:          72 kB
AnonPages:     5253928 kB
Mapped:          31368 kB
Slab:           224700 kB
PageTables:      38192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100670896 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= 51020 MiB
End job on node128 at 2011-05-14 01:14:06