Trace number 3368945

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-1-mt (fixed)UNSAT 44.8522 11.255

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S427778075-026.UNKNOWN.cnf
MD5SUMd38a82e2419451ef5d17985fa1c6cc2d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.506922
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368945-1305407115.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:        1065
0.00/0.00	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.00	c -- vars added        250
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       250      1065         0         0      3195         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     110 undec:      21 neg:     119
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       245      1053         0         0      3185         0   no data   no data  --
0.06/0.04	c Decided on static restart strategy
0.37/0.11	c  N st     8      4916       245      1053         0      4719      3185     64611   no data   no data  --
1.17/0.32	c  N st    10     11298       245      1053         0      4373      3185     47964   no data   no data  --
1.97/0.53	c  N st    11     17042       245      1053         0      9856      3185    127730   no data   no data  --
3.17/0.86	c  F st    12     25002       245      1053         0     12112      3185    150427   no data   no data  --
3.17/0.86	c  N st    12     25002       245      1053         0     12112      3185    150427   no data   no data  --
3.98/1.08	c Decided on static restart strategy
3.98/1.08	c  N st    18     30001       245      1053         0     10402      3185    116743   no data   no data  --
3.98/1.08	c  S st    18     30001       245      1053         0     10402      3185    116743   no data   no data  --
4.41/1.12	c  S st    18     30504       245      1053         0     10900      3185    124204   no data   no data  --
4.41/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.41/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.41/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.41/1.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.41/1.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.41/1.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
4.41/1.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.21	c lits-rem:       273  cl-subs:     2092  v-elim:      0  v-fix:    0  time:  0.36 s
4.76/1.22	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.02
4.76/1.22	c calculated reachability. Time: 0.00
4.76/1.22	c  N st    18     30504       245      1053         0      8808      3185     98744   no data   no data  --
5.96/1.57	c  N st    20     37618       245      1053         0      8137      3185     81283   no data   no data  --
7.15/1.84	c  N st    21     44018       245      1053         0     14249      3185    171438   no data   no data  --
7.55/1.93	c  S st    22     45756       245      1053         0     15903      3185    195719   no data   no data  --
7.55/1.98	c  S st    22     46256       245      1053         0     16400      3185    203236   no data   no data  --
7.55/1.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.55/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.55/1.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/1.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
7.55/1.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.38	c lits-rem:       385  cl-subs:     2618  v-elim:      0  v-fix:    0  time:  1.54 s
9.14/2.38	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
9.14/2.38	c vivif2 --  cl tried    13782 cl shrink        0 lits rem          0 time: 0.01
9.14/2.39	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.04
9.14/2.39	c calculated reachability. Time: 0.00
9.14/2.39	c  N st    22     46256       245      1053         0     13782      3185    167567   no data   no data  --
12.34/3.17	c  N st    23     60653       245      1053         0     19025      3185    231690   no data   no data  --
14.33/3.66	c  N st    24     69386       245      1053         0     17781      3185    197804   no data   no data  --
14.33/3.66	c  S st    24     69386       245      1053         0     17781      3185    197804   no data   no data  --
14.73/3.71	c  S st    24     69888       245      1053         0     18276      3185    205479   no data   no data  --
14.73/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.73/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.73/3.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
14.73/3.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.33/4.13	c lits-rem:       616  cl-subs:     3060  v-elim:      0  v-fix:    0  time:  1.64 s
16.33/4.13	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
16.33/4.13	c vivif2 --  cl tried    15216 cl shrink        0 lits rem          0 time: 0.01
16.33/4.14	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.03
16.33/4.14	c calculated reachability. Time: 0.00
16.33/4.14	c  N st    24     69888       245      1053         0     15216      3185    169361   no data   no data  --
20.71/5.23	c  F st    25     87500       245      1053         0     21545      3185    242716   no data   no data  --
20.71/5.23	c  N st    25     87500       245      1053         0     21545      3185    242716   no data   no data  --
21.96/5.59	c Decided on static restart strategy
22.71/5.77	c  N st    32     95541       245      1053         1     17858      3185    189027   no data   no data  --
25.50/6.43	c  N st    34    104833       245      1053         1     14384      3185    134812   no data   no data  --
25.50/6.43	c  S st    34    104833       245      1053         1     14384      3185    134812   no data   no data  --
25.50/6.47	c  S st    34    105334       245      1053         1     14882      3185    142615   no data   no data  --
25.50/6.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.50/6.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.50/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
25.50/6.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.50/6.48	c subs with bin:      247  lits-rem:       353  v-fix:    0  time:  0.02 s
25.50/6.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
25.50/6.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.34/6.65	c lits-rem:       264  cl-subs:     1130  v-elim:      0  v-fix:    0  time:  0.66 s
26.34/6.65	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
26.34/6.65	c vivif2 --  cl tried    13505 cl shrink        0 lits rem          0 time: 0.01
26.34/6.66	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.03
26.34/6.66	c calculated reachability. Time: 0.00
26.34/6.66	c  N st    34    105334       245      1053         1     13505      3185    127316   no data   no data  --
28.68/7.27	c  N st    35    114932       245      1053         1     22553      3185    242781   no data   no data  --
32.28/8.19	c  N st    36    129329       245      1053         1     22898      3185    235360   no data   no data  --
38.26/9.62	c  N st    37    150924       245      1053         2     29205      3185    321768   no data   no data  --
40.25/10.13	c  S st    38    158001       245      1053         4     20803      3185    196365   no data   no data  --
40.25/10.13	c Finding binary XORs  T:     0.00 s  found:       0
40.25/10.18	c  S st    38    158505       245      1053         8     21296      3185    203094   no data   no data  --
40.25/10.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.25/10.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.25/10.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      2 BRemN:      0 P:  0.3M T:  0.02
40.25/10.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.05/10.33	c subs with bin:     3973  lits-rem:      2538  v-fix:    0  time:  0.55 s
41.05/10.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
41.05/10.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.85/10.56	c lits-rem:       935  cl-subs:     1098  v-elim:      0  v-fix:    0  time:  0.94 s
41.85/10.56	c vivif2 --  cl tried     1051 cl shrink        0 lits rem          0 time: 0.00
41.85/10.57	c vivif2 --  cl tried    16227 cl shrink     2130 lits rem       2223 time: 0.02
41.85/10.58	c asymm  cl-useful: 0/1051/1051 lits-rem:0 time: 0.04
41.85/10.58	c calculated reachability. Time: 0.00
41.85/10.58	c  N st    38    158505       245      1051         9     16227      3183    144392   no data   no data  --
44.64/11.25	c  E st    39    167774       245      1051        25     24996      3183    242171   no data   no data  --
44.64/11.25	c Following stats are for *FIRST FINISHED THREAD ONLY*
44.64/11.25	c num threads              : 4          
44.64/11.25	c restarts                 : 39         
44.64/11.25	c dynamic restarts         : 0          
44.64/11.25	c static restarts          : 39         
44.64/11.25	c full restarts            : 2          
44.64/11.25	c total simplify time      : 0.00       
44.64/11.25	c learnts DL2              : 0          
44.64/11.25	c learnts size 2           : 27         
44.64/11.25	c learnts size 1           : 4           (1.60      % of vars)
44.64/11.25	c filedLit time            : 0.08        (0.17      % time)
44.64/11.25	c v-elim SatELite          : 5           (2.00      % vars)
44.64/11.25	c SatELite time            : 5.08        (11.34     % time)
44.64/11.25	c v-elim xor               : 0           (0.00      % vars)
44.64/11.25	c xor elim time            : 0.02        (0.04      % time)
44.64/11.25	c num binary xor trees     : 0          
44.64/11.25	c binxor trees' crown      : 0           (nan       leafs/tree)
44.64/11.25	c bin xor find time        : 0.00       
44.64/11.25	c OTF clause improved      : 8848        (0.05      clauses/conflict)
44.64/11.25	c OTF impr. size diff      : 9274        (1.05       lits/clause)
44.64/11.25	c OTF cl watch-shrink      : 37621       (0.22      clauses/conflict)
44.64/11.25	c OTF cl watch-sh-lit      : 45816       (1.22       lits/clause)
44.64/11.25	c tried to recurMin cls    : 23929       (14.26      % of conflicts)
44.64/11.25	c updated cache            : 0           (0.00       lits/tried recurMin)
44.64/11.25	c unit cls received        : 0           (0.00      % of units)
44.64/11.25	c unit cls sent            : 0           (0.00      % of units)
44.64/11.25	c bin cls received         : 6          
44.64/11.25	c bin cls sent             : 2          
44.64/11.25	c clauses over max glue    : 0           (0.00      % of all clauses)
44.64/11.25	c conflicts                : 167774      (3746.19   / sec)
44.64/11.25	c decisions                : 195539      (2.02      % random)
44.64/11.25	c bogo-props               : 1311360852  (29281126.70 / sec)
44.64/11.25	c conflict literals        : 2220342     (28.13     % deleted)
44.64/11.25	c Memory used              : 279.05      MB
44.64/11.25	c single-thread CPU time   : 44.79       s
44.64/11.25	c all-threads sum CPU time : 44.79       s
44.64/11.25	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-3368945-1305407115/watcher-3368945-1305407115 -o /tmp/evaluation-result-3368945-1305407115/solver-3368945-1305407115 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368945-1305407115.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: 8.19 8.10 8.02 3/354 17807
/proc/meminfo: memFree=24255732/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=207908 CPUtime=0.01 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) D 17803 17807 17667 0 -1 4202496 583 0 0 0 1 0 0 0 22 0 4 0 633126958 212897792 502 33554432000 4194304 4650419 140735392048608 18446744073709551615 228095113574 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 51977 502 343 112 0 46942 0
[pid=17807/tid=17811] ppid=17803 vsize=281980 CPUtime=0.01 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 158 0 0 0 1 0 0 0 22 0 4 0 633126958 288747520 747 33554432000 4194304 4650419 140735392048608 18446744073709551615 4334017 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=281980 CPUtime=0 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 57 0 0 0 0 0 0 0 22 0 4 0 633126958 288747520 747 33554432000 4194304 4650419 140735392048608 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=281980 CPUtime=0 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 73 0 0 0 0 0 0 0 22 0 4 0 633126958 288747520 747 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0230429 s]
/proc/loadavg: 8.19 8.10 8.02 3/354 17807
/proc/meminfo: memFree=24255732/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=282008 CPUtime=0.06 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 964 0 0 0 6 0 0 0 21 0 4 0 633126958 288776192 859 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 70502 859 390 112 0 65467 0
[pid=17807/tid=17811] ppid=17803 vsize=282008 CPUtime=0.01 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 167 0 0 0 1 0 0 0 22 0 4 0 633126958 288776192 859 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=282008 CPUtime=0.01 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 141 0 0 0 1 0 0 0 22 0 4 0 633126958 288776192 859 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=282008 CPUtime=0.01 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 91 0 0 0 1 0 0 0 22 0 4 0 633126958 288776192 859 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 282008

[startup+0.101023 s]
/proc/loadavg: 8.19 8.10 8.02 3/354 17807
/proc/meminfo: memFree=24255732/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=282160 CPUtime=0.37 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 1361 0 0 0 37 0 0 0 22 0 4 0 633126958 288931840 1256 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 70540 1256 391 112 0 65505 0
[pid=17807/tid=17811] ppid=17803 vsize=282160 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 259 0 0 0 9 0 0 0 22 0 4 0 633126958 288931840 1256 33554432000 4194304 4650419 140735392048608 18446744073709551615 4368180 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=282160 CPUtime=0.08 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 251 0 0 0 8 0 0 0 22 0 4 0 633126958 288931840 1256 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=282160 CPUtime=0.09 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 193 0 0 0 9 0 0 0 22 0 4 0 633126958 288931840 1256 33554432000 4194304 4650419 140735392048608 18446744073709551615 4333924 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282160

[startup+0.300986 s]
/proc/loadavg: 8.19 8.10 8.02 3/354 17807
/proc/meminfo: memFree=24255732/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=283084 CPUtime=1.17 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 2197 0 0 0 117 0 0 0 22 0 4 0 633126958 289878016 1745 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 70771 1745 393 112 0 65736 0
[pid=17807/tid=17811] ppid=17803 vsize=283084 CPUtime=0.29 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 462 0 0 0 29 0 0 0 22 0 4 0 633126958 289878016 1745 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=283084 CPUtime=0.28 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 459 0 0 0 28 0 0 0 22 0 4 0 633126958 289878016 1746 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=283084 CPUtime=0.29 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 393 0 0 0 29 0 0 0 23 0 4 0 633126958 289878016 1746 33554432000 4194304 4650419 140735392048608 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283084

[startup+0.700912 s]
/proc/loadavg: 8.19 8.10 8.02 3/354 17807
/proc/meminfo: memFree=24255732/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=283980 CPUtime=2.77 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 3772 0 0 0 277 0 0 0 24 0 4 0 633126958 290795520 2091 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 70995 2091 393 112 0 65960 0
[pid=17807/tid=17811] ppid=17803 vsize=283980 CPUtime=0.69 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 867 0 0 0 69 0 0 0 23 0 4 0 633126958 290795520 2091 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=283980 CPUtime=0.68 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 848 0 0 0 68 0 0 0 24 0 4 0 633126958 290795520 2091 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=283980 CPUtime=0.69 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 734 0 0 0 69 0 0 0 25 0 4 0 633126958 290795520 2091 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 283980

[startup+1.50077 s]
/proc/loadavg: 8.18 8.10 8.02 11/362 17815
/proc/meminfo: memFree=24233472/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=288492 CPUtime=5.96 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 7362 0 0 0 595 1 0 0 25 0 4 0 633126958 295415808 4158 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 72123 4158 395 112 0 67088 0
[pid=17807/tid=17811] ppid=17803 vsize=288492 CPUtime=1.49 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 2085 0 0 0 149 0 0 0 25 0 4 0 633126958 295415808 4158 33554432000 4194304 4650419 140735392048608 18446744073709551615 4441668 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=288492 CPUtime=1.47 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 1410 0 0 0 147 0 0 0 25 0 4 0 633126958 295415808 4158 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=288492 CPUtime=1.49 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 1246 0 0 0 149 0 0 0 25 0 4 0 633126958 295415808 4158 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288492

[startup+3.10047 s]
/proc/loadavg: 8.18 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24205776/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=282196 CPUtime=12.34 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 12697 0 0 0 1232 2 0 0 25 0 4 0 633126958 288968704 7227 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 70549 7227 395 112 0 65514 0
[pid=17807/tid=17811] ppid=17803 vsize=282196 CPUtime=3.09 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 2862 0 0 0 309 0 0 0 25 0 4 0 633126958 288968704 7227 33554432000 4194304 4650419 140735392048608 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=282196 CPUtime=3.05 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 3157 0 0 0 305 0 0 0 25 0 4 0 633126958 288968704 7227 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=282196 CPUtime=3.08 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 2933 0 0 0 308 0 0 0 25 0 4 0 633126958 288968704 7227 33554432000 4194304 4650419 140735392048608 18446744073709551615 4304288 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282196

[startup+6.30088 s]
/proc/loadavg: 8.18 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24153200/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=293096 CPUtime=25.11 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 18825 0 0 0 2507 4 0 0 25 0 4 0 633126958 300130304 9513 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 73274 9513 395 112 0 68239 0
[pid=17807/tid=17811] ppid=17803 vsize=293096 CPUtime=6.28 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 4764 0 0 0 628 0 0 0 25 0 4 0 633126958 300130304 9513 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=293096 CPUtime=6.21 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 4845 0 0 0 621 0 0 0 25 0 4 0 633126958 300130304 9513 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=293096 CPUtime=6.28 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 4024 0 0 0 628 0 0 0 25 0 4 0 633126958 300130304 9513 33554432000 4194304 4650419 140735392048608 18446744073709551615 4336694 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 293096

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

[startup+9.50029 s]
/proc/loadavg: 8.16 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24134372/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=284900 CPUtime=37.86 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 24137 0 0 0 3781 5 0 0 25 0 4 0 633126958 291737600 11065 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 71225 11065 395 112 0 66190 0
[pid=17807/tid=17811] ppid=17803 vsize=284900 CPUtime=9.49 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6133 0 0 0 948 1 0 0 25 0 4 0 633126958 291737600 11065 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=284900 CPUtime=9.38 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6144 0 0 0 937 1 0 0 25 0 4 0 633126958 291737600 11065 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=284900 CPUtime=9.48 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 5420 0 0 0 947 1 0 0 25 0 4 0 633126958 291737600 11065 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.86
Current children cumulated vsize (KiB) 284900

[startup+10.3011 s]
/proc/loadavg: 8.16 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24123220/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=285024 CPUtime=41.05 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 25398 0 0 0 4099 6 0 0 25 0 4 0 633126958 291864576 11015 33554432000 4194304 4650419 140735392048608 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 71256 11015 395 112 0 66221 0
[pid=17807/tid=17811] ppid=17803 vsize=285024 CPUtime=10.29 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6489 0 0 0 1028 1 0 0 25 0 4 0 633126958 291864576 11015 33554432000 4194304 4650419 140735392048608 18446744073709551615 4326261 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=285024 CPUtime=10.17 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6562 0 0 0 1016 1 0 0 25 0 4 0 633126958 291864576 11015 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=285024 CPUtime=10.28 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 5567 0 0 0 1027 1 0 0 25 0 4 0 633126958 291864576 11015 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.05
Current children cumulated vsize (KiB) 285024

[startup+10.7011 s]
/proc/loadavg: 8.16 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24123220/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=285692 CPUtime=42.65 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 25824 0 0 0 4259 6 0 0 25 0 4 0 633126958 292548608 11407 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 71423 11407 395 112 0 66388 0
[pid=17807/tid=17811] ppid=17803 vsize=285692 CPUtime=10.69 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6578 0 0 0 1068 1 0 0 25 0 4 0 633126958 292548608 11407 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=285692 CPUtime=10.57 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6638 0 0 0 1056 1 0 0 25 0 4 0 633126958 292548608 11407 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=285692 CPUtime=10.68 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 5625 0 0 0 1067 1 0 0 25 0 4 0 633126958 292548608 11407 33554432000 4194304 4650419 140735392048608 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.65
Current children cumulated vsize (KiB) 285692

[startup+11.101 s]
/proc/loadavg: 8.15 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24117392/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=285740 CPUtime=44.24 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 26548 0 0 0 4418 6 0 0 25 0 4 0 633126958 292597760 11661 33554432000 4194304 4650419 140735392048608 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 71435 11661 395 112 0 66400 0
[pid=17807/tid=17811] ppid=17803 vsize=285740 CPUtime=11.09 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6646 0 0 0 1108 1 0 0 25 0 4 0 633126958 292597760 11661 33554432000 4194304 4650419 140735392048608 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=285740 CPUtime=10.95 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6988 0 0 0 1094 1 0 0 25 0 4 0 633126958 292597760 11661 33554432000 4194304 4650419 140735392048608 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=285740 CPUtime=11.08 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 5851 0 0 0 1107 1 0 0 25 0 4 0 633126958 292597760 11661 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.24
Current children cumulated vsize (KiB) 285740

[startup+11.201 s]
/proc/loadavg: 8.15 8.10 8.02 10/362 17815
/proc/meminfo: memFree=24117392/32951124 swapFree=65980216/67111528
[pid=17807] ppid=17803 vsize=285740 CPUtime=44.64 cores=1,3,5,7
/proc/17807/stat : 17807 (strangenight1-m) R 17803 17807 17667 0 -1 4202496 26619 0 0 0 4458 6 0 0 25 0 4 0 633126958 292597760 11732 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17807/statm: 71435 11733 395 112 0 66400 0
[pid=17807/tid=17811] ppid=17803 vsize=285740 CPUtime=11.19 cores=1,3,5,7
/proc/17807/task/17811/stat : 17811 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 6663 0 0 0 1118 1 0 0 25 0 4 0 633126958 292597760 11733 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17807/tid=17812] ppid=17803 vsize=285740 CPUtime=11.05 cores=1,3,5,7
/proc/17807/task/17812/stat : 17812 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 7009 0 0 0 1104 1 0 0 25 0 4 0 633126958 292597760 11733 33554432000 4194304 4650419 140735392048608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17807/tid=17813] ppid=17803 vsize=285740 CPUtime=11.18 cores=1,3,5,7
/proc/17807/task/17813/stat : 17813 (strangenight1-m) R 17803 17807 17667 0 -1 4202560 5868 0 0 0 1117 1 0 0 25 0 4 0 633126958 292597760 11733 33554432000 4194304 4650419 140735392048608 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 285740

Child status: 20
Real time (s): 11.255
CPU time (s): 44.8522
CPU user time (s): 44.7882
CPU system time (s): 0.06399
CPU usage (%): 398.509
Max. virtual memory (cumulated for all children) (KiB): 293532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.7882
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26659
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= 101
involuntary context switches= 545

runsolver used 0.042993 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 23:05:15
IDJOB=3368945
IDBENCH=82954
IDSOLVER=1846
FILE ID=node142/3368945-1305407115
RUNJOBID= node142-1305405909-17686
PBS_JOBID= 13324504
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S427778075-026.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368945-1305407115/watcher-3368945-1305407115 -o /tmp/evaluation-result-3368945-1305407115/solver-3368945-1305407115 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368945-1305407115.cnf

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

MD5SUM BENCH= d38a82e2419451ef5d17985fa1c6cc2d
RANDOM SEED=1413535121

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24256308 kB
Buffers:        314860 kB
Cached:        3836784 kB
SwapCached:      11520 kB
Active:        6043164 kB
Inactive:      2320596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24256308 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           12516 kB
Writeback:           0 kB
AnonPages:     4209360 kB
Mapped:          19960 kB
Slab:           234012 kB
PageTables:      31884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77019736 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= 73432 MiB
End job on node142 at 2011-05-14 23:05:26