Trace number 3284826

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
CryptoMiniSat Strange-Night-2-mtUNSAT 242.265 61.2262

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3284826-1304029457.cnf'
0.00/0.00	c -- header says num vars:         516641
0.00/0.00	c -- header says num clauses:     9436757
11.63/3.49	c -- clauses added:            0 learnts,      9436757 normals,            0 xors
11.63/3.49	c -- vars added     516641
11.63/3.49	c Parsing time:  2.06 s
11.63/3.49	c  N st     0         0    516641    321663   8129437         0  18415253         0   no data   no data
15.97/4.59	c asymm  cl-useful: 519/674/247225 lits-rem:2328 time: 0.98
71.90/18.52	c Flit:   233 Blit:  93807 bXBeca:    0 bXProp:  810 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 13.98
72.32/18.68	c Cleaning up after failed var search:     0.15 s 
73.09/18.88	c Replacing      810 vars Replaced    26619 lits Time:     0.19 s 
74.24/19.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
76.25/19.70	c bin-w-bin subsume rem          884 bins  time:  0.54 s
93.82/24.01	c subs with bin:        0  lits-rem:      4289  v-fix:    0  time:  4.31 s
104.59/26.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  23833 time:  2.67 s
105.38/26.95	c Removed useless bin:    6590  fixed:     0  props:  20.02M  time:  0.24 s
108.58/27.78	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.83 s
109.38/27.90	c Finding binary XORs  T:     0.12 s  found:    2248
110.18/28.11	c Replacing     2248 vars Replaced   277404 lits Time:     0.21 s 
110.58/28.28	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
110.58/28.28	c calculated reachability. Time: 0.01
110.98/28.36	c Calc default polars -  time:   0.08 s pos:    2959 undec:  253132 neg:  260550
110.98/28.36	c =========================================================================================
110.98/28.36	c types(t): F = full restart, N = normal restart
110.98/28.36	c types(t): S = simplification begin/end, E = solution found
110.98/28.36	c restart types(rt): st = static, dy = dynamic
110.98/28.36	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
110.98/28.36	c  B st     0         0    263509    182521   4342279         0   9903460         0   no data   no data
169.32/42.96	c  N dy    14      4185    216347    150294   3346763      3732   7691333   2074742      9.91     10.46
218.83/55.33	c  N dy    39      8304    212737    147381   3250468      7588   7477096   4119255      9.68     10.39
242.00/61.14	c Following stats are for *FIRST FINISHED THREAD ONLY*
242.00/61.14	c num threads              : 4          
242.00/61.14	c restarts                 : 88         
242.00/61.14	c dynamic restarts         : 82         
242.00/61.14	c static restarts          : 6          
242.00/61.14	c full restarts            : 0          
242.00/61.14	c total simplify time      : 1.28       
242.00/61.14	c learnts DL2              : 0          
242.00/61.14	c learnts size 2           : 8143746    
242.00/61.14	c learnts size 1           : 337142      (65.26     % of vars)
242.00/61.14	c filedLit time            : 0.00        (0.00      % time)
242.00/61.14	c v-elim SatELite          : 0           (0.00      % vars)
242.00/61.14	c SatELite time            : 0.00        (0.00      % time)
242.00/61.14	c v-elim xor               : 0           (0.00      % vars)
242.00/61.14	c xor elim time            : 0.00        (0.00      % time)
242.00/61.14	c num binary xor trees     : 2812       
242.00/61.14	c binxor trees' crown      : 3063        (1.09      leafs/tree)
242.00/61.14	c bin xor find time        : 0.14       
242.00/61.14	c OTF clause improved      : 185         (0.01      clauses/conflict)
242.00/61.14	c OTF impr. size diff      : 1003        (5.42       lits/clause)
242.00/61.14	c OTF cl watch-shrink      : 10693       (0.55      clauses/conflict)
242.00/61.14	c OTF cl watch-sh-lit      : 379739      (35.51      lits/clause)
242.00/61.14	c tried to recurMin cls    : 12663       (64.62      % of conflicts)
242.00/61.14	c updated cache            : 57530       (4.54       lits/tried recurMin)
242.00/61.14	c unit cls recevied        : 1107        (0.33      % of units)
242.00/61.14	c unit cls sent            : 310977      (92.24     % of units)
242.00/61.14	c bin cls recevied         : 1628       
242.00/61.14	c bin cls sent             : 12378      
242.00/61.14	c clauses over max glue    : 0           (0.00      % of all clauses)
242.00/61.14	c conflicts                : 19595       (328.73    / sec)
242.00/61.14	c decisions                : 186117      (1.36      % random)
242.00/61.14	c bogo-props               : 848708235   (14238174.70 / sec)
242.00/61.14	c conflict literals        : 8259643     (36.81     % deleted)
242.00/61.14	c Memory used              : 2072.87     MB
242.00/61.14	c single-thread CPU time   : 59.61       s
242.00/61.14	c all-threads sum CPU time : 238.05      s
242.00/61.14	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: 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-3284826-1304029457/watcher-3284826-1304029457 -o /tmp/evaluation-result-3284826-1304029457/solver-3284826-1304029457 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3284826-1304029457.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.58 7.30 4.47 5/180 17114
/proc/meminfo: memFree=10473192/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 593176941 52441088 352 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415391675 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 12803 352 303 106 0 7774 0
[pid=17114/tid=17115] ppid=17112 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 593176941 52441088 352 33554432000 4194304 4627427 140736986290480 18446744073709551615 47279111399336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 593176941 52441088 352 33554432000 4194304 4627427 140736986290480 18446744073709551615 47279111399346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 593176941 52441088 352 33554432000 4194304 4627427 140736986290480 18446744073709551615 256410438742 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.051262 s]
/proc/loadavg: 7.58 7.30 4.47 5/180 17114
/proc/meminfo: memFree=10473192/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=303260 CPUtime=0.16 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 9482 0 0 0 15 1 0 0 23 0 4 0 593176941 310538240 7443 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415449514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 75815 7443 341 106 0 70786 0
[pid=17114/tid=17115] ppid=17112 vsize=303260 CPUtime=0.03 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) D 17112 17114 16932 0 -1 4202560 2219 0 0 0 3 0 0 0 18 0 4 0 593176941 310538240 7443 33554432000 4194304 4627427 140736986290480 18446744073709551615 4313348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=303260 CPUtime=0.03 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 2203 0 0 0 3 0 0 0 24 0 4 0 593176941 310538240 7443 33554432000 4194304 4627427 140736986290480 18446744073709551615 4530613 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=303260 CPUtime=0.03 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 2257 0 0 0 3 0 0 0 18 0 4 0 593176941 310538240 7443 33554432000 4194304 4627427 140736986290480 18446744073709551615 4530470 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 303260

[startup+0.105029 s]
/proc/loadavg: 7.58 7.30 4.47 5/180 17114
/proc/meminfo: memFree=10473192/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=322036 CPUtime=0.38 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 17460 0 0 0 35 3 0 0 23 0 4 0 593176941 329764864 13294 33554432000 4194304 4627427 140736986290480 18446744073709551615 4359827 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 80509 13557 341 106 0 75480 0
[pid=17114/tid=17115] ppid=17112 vsize=322036 CPUtime=0.1 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 4183 0 0 0 9 1 0 0 18 0 4 0 593176941 329764864 13578 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 7 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=322036 CPUtime=0.09 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 4144 0 0 0 9 0 0 0 18 0 4 0 593176941 329764864 13581 33554432000 4194304 4627427 140736986290480 18446744073709551615 4530642 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=322036 CPUtime=0.09 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 4302 0 0 0 9 0 0 0 18 0 4 0 593176941 329764864 13596 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 322036

[startup+0.304026 s]
/proc/loadavg: 7.58 7.30 4.47 5/180 17114
/proc/meminfo: memFree=10473192/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=370956 CPUtime=1.06 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 39210 0 0 0 85 21 0 0 18 0 4 0 593176941 379858944 30837 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 109123 30862 341 106 0 104094 0
[pid=17114/tid=17115] ppid=17112 vsize=436492 CPUtime=0.26 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 9531 0 0 0 21 5 0 0 18 0 4 0 593176941 446967808 30921 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 7 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=436492 CPUtime=0.26 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 9556 0 0 0 20 6 0 0 18 0 4 0 593176941 446967808 30942 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=436624 CPUtime=0.25 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 9561 0 0 0 21 4 0 0 18 0 4 0 593176941 447102976 30972 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 370956

[startup+0.703492 s]
/proc/loadavg: 7.58 7.30 4.47 5/180 17114
/proc/meminfo: memFree=10473192/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=509824 CPUtime=2.45 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 85082 0 0 0 178 67 0 0 18 0 4 0 593176941 522059776 68296 33554432000 4194304 4627427 140736986290480 18446744073709551615 4313810 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 127456 68315 341 106 0 122427 0
[pid=17114/tid=17115] ppid=17112 vsize=509824 CPUtime=0.61 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 20382 0 0 0 45 16 0 0 17 0 4 0 593176941 522059776 68321 33554432000 4194304 4627427 140736986290480 18446744073709551615 4229264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=509824 CPUtime=0.6 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) D 17112 17114 16932 0 -1 4202560 21064 0 0 0 43 17 0 0 17 0 4 0 593176941 522059776 68321 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415434935 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=509824 CPUtime=0.59 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) D 17112 17114 16932 0 -1 4202560 20589 0 0 0 42 17 0 0 17 0 4 0 593176941 522059776 68321 33554432000 4194304 4627427 140736986290480 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 509824

[startup+1.50069 s]
/proc/loadavg: 7.58 7.30 4.47 8/184 17118
/proc/meminfo: memFree=10101932/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=757544 CPUtime=5.15 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 158302 0 0 0 360 155 0 0 17 0 4 0 593176941 775725056 140951 33554432000 4194304 4627427 140736986290480 18446744073709551615 4313810 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17114/statm: 189386 140952 341 106 0 184357 0
[pid=17114/tid=17115] ppid=17112 vsize=757544 CPUtime=1.28 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 38503 0 0 0 92 36 0 0 17 0 4 0 593176941 775725056 140953 33554432000 4194304 4627427 140736986290480 18446744073709551615 4301117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=757544 CPUtime=1.29 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 39749 0 0 0 89 40 0 0 17 0 4 0 593176941 775725056 140956 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=757544 CPUtime=1.27 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 36869 0 0 0 88 39 0 0 17 0 4 0 593176941 775725056 140957 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 757544

[startup+3.10038 s]
/proc/loadavg: 7.58 7.30 4.47 6/184 17119
/proc/meminfo: memFree=9678348/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=1509800 CPUtime=10.65 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) S 17112 17114 16932 0 -1 4202496 325261 0 0 0 731 334 0 0 17 0 4 0 593176941 1546035200 290659 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17114/statm: 377450 290659 341 106 0 372421 0
[pid=17114/tid=17115] ppid=17112 vsize=1509800 CPUtime=2.66 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 77257 0 0 0 186 80 0 0 17 0 4 0 593176941 1546035200 290659 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 3 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=1509800 CPUtime=2.65 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) S 17112 17114 16932 0 -1 4202560 77528 0 0 0 182 83 0 0 17 0 4 0 593176941 1546035200 290659 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415496686 0 0 4096 2 18446604464395369216 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=1509800 CPUtime=2.64 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 79432 0 0 0 179 85 0 0 17 0 4 0 593176941 1546035200 290659 33554432000 4194304 4627427 140736986290480 18446744073709551615 256415089004 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 1509800

[startup+6.30075 s]
/proc/loadavg: 7.62 7.31 4.49 9/184 17119
/proc/meminfo: memFree=9124420/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=1696424 CPUtime=23.16 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 375140 0 0 0 1939 377 0 0 21 0 4 0 593176941 1737138176 338644 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 424106 338644 367 106 0 419077 0
[pid=17114/tid=17115] ppid=17112 vsize=1696424 CPUtime=5.8 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 90412 0 0 0 489 91 0 0 21 0 4 0 593176941 1737138176 338644 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308632 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=1696424 CPUtime=5.76 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 90357 0 0 0 482 94 0 0 21 0 4 0 593176941 1737138176 338644 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=1696424 CPUtime=5.77 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 93525 0 0 0 481 96 0 0 22 0 4 0 593176941 1737138176 338644 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 1696424

[startup+12.7005 s]
/proc/loadavg: 7.65 7.32 4.50 9/184 17119
/proc/meminfo: memFree=9106220/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=1765532 CPUtime=48.73 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 379706 0 0 0 4495 378 0 0 25 0 4 0 593176941 1807904768 341643 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 441383 341643 367 106 0 436354 0
[pid=17114/tid=17115] ppid=17112 vsize=1765532 CPUtime=12.2 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 90865 0 0 0 1129 91 0 0 25 0 4 0 593176941 1807904768 341643 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=1765532 CPUtime=12.13 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 90832 0 0 0 1119 94 0 0 25 0 4 0 593176941 1807904768 341643 33554432000 4194304 4627427 140736986290480 18446744073709551615 4299630 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=1765532 CPUtime=12.17 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 96679 0 0 0 1121 96 0 0 25 0 4 0 593176941 1807904768 341643 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321895 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.73
Current children cumulated vsize (KiB) 1765532

[startup+25.501 s]
/proc/loadavg: 7.80 7.37 4.56 9/184 17119
/proc/meminfo: memFree=8808016/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=1967004 CPUtime=99.8 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 449606 0 0 0 9580 400 0 0 19 0 4 0 593176941 2014212096 410161 33554432000 4194304 4627427 140736986290480 18446744073709551615 4436849 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 491751 410161 379 106 0 486722 0
[pid=17114/tid=17115] ppid=17112 vsize=1967004 CPUtime=24.99 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 108573 0 0 0 2403 96 0 0 19 0 4 0 593176941 2014212096 410161 33554432000 4194304 4627427 140736986290480 18446744073709551615 4534832 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=1967004 CPUtime=24.83 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 115451 0 0 0 2381 102 0 0 19 0 4 0 593176941 2014212096 410161 33554432000 4194304 4627427 140736986290480 18446744073709551615 4436824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=1967004 CPUtime=24.97 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 101276 0 0 0 2399 98 0 0 19 0 4 0 593176941 2014212096 410161 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321703 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.8
Current children cumulated vsize (KiB) 1967004

[startup+51.1011 s]
/proc/loadavg: 7.87 7.42 4.65 9/184 17120
/proc/meminfo: memFree=8751768/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=1991360 CPUtime=202.06 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 476335 0 0 0 19796 410 0 0 25 0 4 0 593176941 2039152640 432687 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 497840 432687 386 106 0 492811 0
[pid=17114/tid=17115] ppid=17112 vsize=1991360 CPUtime=50.58 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 113519 0 0 0 4960 98 0 0 25 0 4 0 593176941 2039152640 432687 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321739 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=1991360 CPUtime=50.3 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 121766 0 0 0 4925 105 0 0 25 0 4 0 593176941 2039152640 432687 33554432000 4194304 4627427 140736986290480 18446744073709551615 4324672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=1991360 CPUtime=50.57 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 111597 0 0 0 4956 101 0 0 25 0 4 0 593176941 2039152640 432687 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321614 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.06
Current children cumulated vsize (KiB) 1991360

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

[startup+57.5009 s]
/proc/loadavg: 7.88 7.43 4.67 9/184 17120
/proc/meminfo: memFree=8702300/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=2122612 CPUtime=227.62 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 480720 0 0 0 22350 412 0 0 25 0 4 0 593176941 2173554688 437072 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 530653 437072 386 106 0 525624 0
[pid=17114/tid=17115] ppid=17112 vsize=2122612 CPUtime=56.98 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 114720 0 0 0 5599 99 0 0 25 0 4 0 593176941 2173554688 437072 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=2122612 CPUtime=56.66 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 122978 0 0 0 5561 105 0 0 25 0 4 0 593176941 2173554688 437072 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=2122612 CPUtime=56.97 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 112324 0 0 0 5596 101 0 0 25 0 4 0 593176941 2173554688 437072 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 227.62
Current children cumulated vsize (KiB) 2122612

[startup+59.1005 s]
/proc/loadavg: 7.88 7.43 4.67 9/184 17120
/proc/meminfo: memFree=8694116/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=2122612 CPUtime=234.01 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 481836 0 0 0 22989 412 0 0 25 0 4 0 593176941 2173554688 438188 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321661 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 530653 438188 386 106 0 525624 0
[pid=17114/tid=17115] ppid=17112 vsize=2122612 CPUtime=58.59 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 115103 0 0 0 5759 100 0 0 25 0 4 0 593176941 2173554688 438188 33554432000 4194304 4627427 140736986290480 18446744073709551615 4322609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=2122612 CPUtime=58.26 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 123298 0 0 0 5720 106 0 0 25 0 4 0 593176941 2173554688 438188 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=2122612 CPUtime=58.57 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 112509 0 0 0 5756 101 0 0 25 0 4 0 593176941 2173554688 438188 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308499 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 234.01
Current children cumulated vsize (KiB) 2122612

[startup+59.9004 s]
/proc/loadavg: 7.88 7.43 4.67 9/184 17120
/proc/meminfo: memFree=8687420/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=2122612 CPUtime=237.21 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 482372 0 0 0 23308 413 0 0 25 0 4 0 593176941 2173554688 438724 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321798 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 530653 438724 386 106 0 525624 0
[pid=17114/tid=17115] ppid=17112 vsize=2122612 CPUtime=59.39 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 115285 0 0 0 5839 100 0 0 25 0 4 0 593176941 2173554688 438724 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=2122612 CPUtime=59.05 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 123413 0 0 0 5799 106 0 0 25 0 4 0 593176941 2173554688 438724 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=2122612 CPUtime=59.37 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 112609 0 0 0 5836 101 0 0 25 0 4 0 593176941 2173554688 438724 33554432000 4194304 4627427 140736986290480 18446744073709551615 4330039 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 237.21
Current children cumulated vsize (KiB) 2122612

[startup+60.7002 s]
/proc/loadavg: 7.89 7.44 4.69 9/184 17120
/proc/meminfo: memFree=8677128/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=2122612 CPUtime=240.4 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 482880 0 0 0 23627 413 0 0 25 0 4 0 593176941 2173554688 439232 33554432000 4194304 4627427 140736986290480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 530653 439232 386 106 0 525624 0
[pid=17114/tid=17115] ppid=17112 vsize=2122612 CPUtime=60.19 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 115435 0 0 0 5919 100 0 0 25 0 4 0 593176941 2173554688 439232 33554432000 4194304 4627427 140736986290480 18446744073709551615 4322609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=2122612 CPUtime=59.85 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 123611 0 0 0 5879 106 0 0 25 0 4 0 593176941 2173554688 439232 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=2122612 CPUtime=60.17 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 112682 0 0 0 5916 101 0 0 25 0 4 0 593176941 2173554688 439232 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 240.4
Current children cumulated vsize (KiB) 2122612

[startup+61.1012 s]
/proc/loadavg: 7.89 7.44 4.69 9/184 17120
/proc/meminfo: memFree=8677128/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=2122612 CPUtime=242 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4202496 483151 0 0 0 23787 413 0 0 25 0 4 0 593176941 2173554688 439503 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321828 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 530653 439503 386 106 0 525624 0
[pid=17114/tid=17115] ppid=17112 vsize=2122612 CPUtime=60.59 cores=1,3,5,7
/proc/17114/task/17115/stat : 17115 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 115549 0 0 0 5959 100 0 0 25 0 4 0 593176941 2173554688 439503 33554432000 4194304 4627427 140736986290480 18446744073709551615 4321862 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17114/tid=17116] ppid=17112 vsize=2122612 CPUtime=60.25 cores=1,3,5,7
/proc/17114/task/17116/stat : 17116 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 123673 0 0 0 5919 106 0 0 25 0 4 0 593176941 2173554688 439503 33554432000 4194304 4627427 140736986290480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17114/tid=17117] ppid=17112 vsize=2122612 CPUtime=60.57 cores=1,3,5,7
/proc/17114/task/17117/stat : 17117 (strangenight2-m) R 17112 17114 16932 0 -1 4202560 112725 0 0 0 5956 101 0 0 25 0 4 0 593176941 2173554688 439503 33554432000 4194304 4627427 140736986290480 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 242
Current children cumulated vsize (KiB) 2122612

[startup+61.2012 s]
/proc/loadavg: 7.89 7.44 4.69 9/184 17120
/proc/meminfo: memFree=8677128/32950928 swapFree=67111524/67111528
[pid=17114] ppid=17112 vsize=0 CPUtime=242.24 cores=1,3,5,7
/proc/17114/stat : 17114 (strangenight2-m) R 17112 17114 16932 0 -1 4203524 483179 0 0 0 23805 419 0 0 25 0 1 0 593176941 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 242.24
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 61.2262
CPU time (s): 242.265
CPU user time (s): 238.051
CPU system time (s): 4.21436
CPU usage (%): 395.689
Max. virtual memory (cumulated for all children) (KiB): 2122612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.051
system time used= 4.21436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483179
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= 398708
involuntary context switches= 1570

runsolver used 0.092985 second user time and 0.246962 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 00:24:23
IDJOB=3284826
IDBENCH=82364
IDSOLVER=1586
FILE ID=node115/3284826-1304029457
RUNJOBID= node115-1304028687-16952
PBS_JOBID= 13170337
Free space on /tmp= 72548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284826-1304029457/watcher-3284826-1304029457 -o /tmp/evaluation-result-3284826-1304029457/solver-3284826-1304029457 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3284826-1304029457.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=114681059

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10473472 kB
Buffers:       2314100 kB
Cached:       17387332 kB
SwapCached:          4 kB
Active:        9883276 kB
Inactive:     12025932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10473472 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          176324 kB
Writeback:           0 kB
AnonPages:     2207440 kB
Mapped:          15576 kB
Slab:           499108 kB
PageTables:       9652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2884488 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= 72544 MiB
End job on node115 at 2011-04-29 00:25:24