Trace number 3367742

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-Night2-st (fixed)? (TO) 1299.95 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
MD5SUM23d58aabf220f78ecd3bc4380d2e7fb8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.100983
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367742-1305386291.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      83 undec:       8 neg:      84
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
0.05/0.07	c Decided on static restart strategy
0.09/0.15	c  N st     8      4913       175      3727         0      4728     18635    161828   no data   no data
0.29/0.39	c  N st    10     11295       175      3727         0      4373     18635    108310   no data   no data
0.59/0.62	c  N st    11     17038       175      3727         0      9881     18635    292897   no data   no data
0.89/0.98	c  F st    12     25001       175      3727         0     12087     18635    363258   no data   no data
0.89/0.98	c  N st    12     25001       175      3727         0     12087     18635    363258   no data   no data
1.10/1.19	c Decided on static restart strategy
1.10/1.19	c  N st    18     30000       175      3727         0     10392     18635    296109   no data   no data
1.10/1.19	c  S st    18     30000       175      3727         0     10392     18635    296109   no data   no data
1.19/1.22	c  S st    18     30501       175      3727         0     10887     18635    312191   no data   no data
1.19/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.19/1.22	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
1.19/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1.19/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/1.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.19/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.42	c lits-rem:       197  cl-subs:     1038  v-elim:      0  v-fix:    0  time:  0.19 s
1.39/1.46	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
1.39/1.47	c calculated reachability. Time: 0.00
1.39/1.47	c  N st    18     30501       175      3727         0      9849     18635    272143   no data   no data
1.79/1.80	c  N st    20     37612       175      3727         0      9106     18635    224909   no data   no data
2.10/2.13	c  N st    21     44011       175      3727         0     15220     18635    428888   no data   no data
2.20/2.23	c  S st    22     45751       175      3727         0     16890     18635    484582   no data   no data
2.20/2.28	c  S st    22     46254       175      3727         0      8803     18635    190669   no data   no data
2.20/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.20/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.20/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2.20/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.20/2.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.20/2.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.31	c lits-rem:        20  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.02 s
2.29/2.31	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2.29/2.31	c vivif2 --  cl tried     8674 cl shrink        0 lits rem          0 time: 0.00
2.29/2.35	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
2.29/2.35	c calculated reachability. Time: 0.00
2.29/2.35	c  N st    22     46254       175      3727         0      8674     18635    185952   no data   no data
3.09/3.16	c  N st    23     60651       175      3727         0     12928     18635    316967   no data   no data
3.69/3.75	c  N st    24     69382       175      3727         0     10751     18635    219795   no data   no data
3.69/3.75	c  S st    24     69382       175      3727         0     10751     18635    219795   no data   no data
3.69/3.78	c  S st    24     69889       175      3727         0     11252     18635    236637   no data   no data
3.69/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.69/3.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.69/3.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3.69/3.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.69/3.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.69/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.84	c lits-rem:        92  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.04 s
3.79/3.84	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3.79/3.84	c vivif2 --  cl tried    11082 cl shrink        0 lits rem          0 time: 0.00
3.79/3.89	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
3.79/3.89	c calculated reachability. Time: 0.00
3.79/3.89	c  N st    24     69889       175      3727         0     11082     18635    229725   no data   no data
4.99/5.03	c  F st    25     87500       175      3727         0     16409     18635    402690   no data   no data
4.99/5.03	c  N st    25     87500       175      3727         0     16409     18635    402690   no data   no data
5.29/5.38	c Decided on static restart strategy
5.59/5.62	c  N st    32     95539       175      3727         0     24144     18635    665856   no data   no data
6.19/6.22	c  N st    34    104833       175      3727         0     20593     18635    534670   no data   no data
6.19/6.22	c  S st    34    104833       175      3727         0     20593     18635    534670   no data   no data
6.19/6.27	c  S st    34    105341       175      3727         0     21091     18635    550947   no data   no data
6.19/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.19/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
6.19/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.75	c lits-rem:       286  cl-subs:     1169  v-elim:      0  v-fix:    0  time:  0.46 s
6.69/6.75	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
6.69/6.76	c vivif2 --  cl tried    19922 cl shrink        0 lits rem          0 time: 0.00
6.79/6.84	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.08
6.79/6.84	c calculated reachability. Time: 0.00
6.79/6.84	c  N st    34    105341       175      3727         0     19922     18635    504296   no data   no data
7.49/7.55	c  N st    35    114939       175      3727         0     15694     18635    348101   no data   no data
8.59/8.62	c  N st    36    129336       175      3727         0     15132     18635    304135   no data   no data
10.19/10.24	c  N st    37    150931       175      3727         0     20437     18635    457157   no data   no data
10.69/10.76	c  S st    38    158013       175      3727         0     27230     18635    695017   no data   no data
10.79/10.83	c  S st    38    158518       175      3727         0     27728     18635    710956   no data   no data
10.79/10.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.79/10.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.79/10.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.79/10.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.79/10.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.79/10.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
10.79/10.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.79/10.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.79/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.79	c lits-rem:       520  cl-subs:     1741  v-elim:      0  v-fix:    0  time:  0.92 s
11.69/11.79	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
11.69/11.79	c vivif2 --  cl tried    25987 cl shrink        0 lits rem          0 time: 0.01
11.89/11.90	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.10
11.89/11.90	c calculated reachability. Time: 0.00
11.89/11.90	c  N st    38    158518       175      3727         0     25987     18635    645176   no data   no data
16.08/16.11	c  N st    39    207107       175      3727         0     20848     18635    412334   no data   no data
18.79/18.86	c  N st    40    237777       175      3727         0     31058     18635    758537   no data   no data
18.79/18.86	c  S st    40    237777       175      3727         0     31058     18635    758537   no data   no data
18.89/18.93	c  S st    40    238280       175      3727         0     31553     18635    774540   no data   no data
18.89/18.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.89/18.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.89/18.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.89/18.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.89/18.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.89/18.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
18.89/18.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.89/18.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.89/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.98/20.09	c lits-rem:       653  cl-subs:     1653  v-elim:      0  v-fix:    0  time:  1.12 s
19.98/20.09	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
20.08/20.10	c vivif2 --  cl tried    29900 cl shrink        0 lits rem          0 time: 0.01
20.18/20.22	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.12
20.18/20.22	c calculated reachability. Time: 0.00
20.18/20.22	c  N st    40    238280       175      3727         0     29900     18635    710967   no data   no data
26.49/26.54	c  F st    41    306250       175      3727         0     31811     18635    724064   no data   no data
26.49/26.54	c  N st    41    306250       175      3727         0     31811     18635    724064   no data   no data
26.99/27.06	c Decided on static restart strategy
29.19/29.25	c  N st    51    334555       175      3727         0     35963     18635    822982   no data   no data
31.39/31.49	c  N st    53    357420       175      3727         0     33990     18635    737647   no data   no data
31.39/31.49	c  S st    53    357420       175      3727         0     33990     18635    737647   no data   no data
31.49/31.57	c  S st    53    357923       175      3727         0     34489     18635    754006   no data   no data
31.49/31.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/31.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
31.49/31.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.49/31.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.49/31.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.49/31.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
31.49/31.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.49/31.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.59/31.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.39/32.40	c lits-rem:       371  cl-subs:     1346  v-elim:      0  v-fix:    0  time:  0.79 s
32.39/32.40	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
32.39/32.40	c vivif2 --  cl tried    33143 cl shrink        0 lits rem          0 time: 0.01
32.49/32.54	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.13
32.49/32.54	c calculated reachability. Time: 0.00
32.49/32.54	c  N st    53    357923       175      3727         0     33143     18635    700728   no data   no data
36.30/36.32	c  N st    54    390316       175      3727         0     39127     18635    897124   no data   no data
42.09/42.17	c  N st    55    438905       175      3727         0     33040     18635    655378   no data   no data
50.79/50.81	c  N st    56    511788       175      3727         0     46128     18635   1035438   no data   no data
53.69/53.73	c  N st    57    536885       175      3727         0     40483     18635    828775   no data   no data
53.69/53.73	c  S st    57    536885       175      3727         0     40483     18635    828775   no data   no data
53.79/53.82	c  S st    57    537387       175      3727         0     40980     18635    845278   no data   no data
53.79/53.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.79/53.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
53.79/53.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.79/53.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.79/53.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.79/53.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
53.79/53.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.79/53.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.79/53.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.00/55.01	c lits-rem:       457  cl-subs:     1775  v-elim:      0  v-fix:    0  time:  1.14 s
55.00/55.01	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
55.00/55.02	c vivif2 --  cl tried    39205 cl shrink        0 lits rem          0 time: 0.01
55.09/55.18	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.16
55.09/55.18	c calculated reachability. Time: 0.00
55.09/55.18	c  N st    57    537387       175      3727         0     39205     18635    783729   no data   no data
77.69/77.73	c  N st    58    701374       175      3727         0     67404     18635   1703895   no data   no data
93.29/93.31	c  N st    59    806082       175      3727         0     61842     18635   1442740   no data   no data
93.29/93.31	c  S st    59    806082       175      3727         0     61842     18635   1442740   no data   no data
93.40/93.46	c  S st    59    806588       175      3727         0     62335     18635   1458006   no data   no data
93.40/93.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.40/93.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
93.40/93.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.40/93.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.40/93.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.40/93.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
93.40/93.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.40/93.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
93.50/93.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.69/100.77	c lits-rem:      1546  cl-subs:     4884  v-elim:      0  v-fix:    0  time:  7.24 s
100.69/100.77	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
100.69/100.79	c vivif2 --  cl tried    57451 cl shrink        0 lits rem          0 time: 0.01
100.99/101.01	c asymm  cl-useful: 0/3354/3727 lits-rem:0 time: 0.22
100.99/101.01	c calculated reachability. Time: 0.00
100.99/101.01	c  N st    59    806588       175      3727         0     57451     18635   1285994   no data   no data
143.29/143.38	c  F st    60   1071875       175      3727         0     72887     18635   1692860   no data   no data
143.29/143.38	c  N st    60   1071875       175      3727         0     72887     18635   1692860   no data   no data
144.39/144.49	c Decided on static restart strategy
148.09/148.15	c  N st    70   1100177       175      3727         0     57276     18635   1119373   no data   no data
154.10/154.11	c  N st    72   1136170       175      3727         0     47877     18635    779593   no data   no data
160.30/160.35	c  N st    73   1168563       175      3727         0     78920     18635   1856114   no data   no data
167.20/167.21	c  N st    74   1209882       175      3727         0     73447     18635   1655373   no data   no data
167.20/167.21	c  S st    74   1209882       175      3727         0     73447     18635   1655373   no data   no data
167.29/167.40	c  S st    74   1210388       175      3727         0     73949     18635   1672776   no data   no data
167.39/167.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
167.39/167.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
167.39/167.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.39/167.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.39/167.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.39/167.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
167.39/167.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
167.39/167.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
167.39/167.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.50/174.54	c lits-rem:      1224  cl-subs:     4012  v-elim:      0  v-fix:    0  time:  7.05 s
174.50/174.54	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
174.50/174.55	c vivif2 --  cl tried    69937 cl shrink        0 lits rem          0 time: 0.02
174.80/174.81	c asymm  cl-useful: 0/2885/3727 lits-rem:0 time: 0.24
174.80/174.81	c calculated reachability. Time: 0.00
174.80/174.81	c  N st    74   1210388       175      3727         0     69937     18635   1520139   no data   no data
188.00/188.09	c  N st    75   1283271       175      3727         0     47119     18635    686071   no data   no data
206.40/206.47	c  N st    76   1392594       175      3727         0     54960     18635    905105   no data   no data
237.20/237.22	c  N st    77   1556578       175      3727         0     59434     18635   1006001   no data   no data
266.79/266.80	c  N st    78   1710388       175      3727         0    100584     18635   2444337   no data   no data
266.79/266.80	c  S st    78   1710388       175      3727         0    100584     18635   2444337   no data   no data
266.99/267.04	c  S st    78   1710892       175      3727         0    101084     18635   2461415   no data   no data
266.99/267.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
266.99/267.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
266.99/267.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
266.99/267.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.99/267.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.99/267.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
266.99/267.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.09/267.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
267.09/267.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
289.09/289.13	c lits-rem:      3513  cl-subs:     7677  v-elim:      0  v-fix:    0  time: 21.95 s
289.09/289.13	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
289.09/289.16	c vivif2 --  cl tried    93407 cl shrink        0 lits rem          0 time: 0.03
289.19/289.30	c asymm  cl-useful: 0/842/3727 lits-rem:0 time: 0.14
289.19/289.30	c calculated reachability. Time: 0.00
289.19/289.30	c  N st    78   1710892       175      3727         0     93407     18635   2175010   no data   no data
366.35/366.41	c  N st    79   2079856       175      3727         0    104426     18635   2432333   no data   no data
395.34/395.49	c  N st    80   2210893       175      3727         0    108581     18635   2500028   no data   no data
395.34/395.49	c  S st    80   2210893       175      3727         0    108581     18635   2500028   no data   no data
395.64/395.75	c  S st    80   2211396       175      3727         0    109072     18635   2516459   no data   no data
395.64/395.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
395.74/395.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
395.74/395.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
395.74/395.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
395.74/395.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
395.74/395.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
395.74/395.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
395.74/395.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
395.74/395.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.24/419.33	c lits-rem:      2452  cl-subs:     8427  v-elim:      0  v-fix:    0  time: 23.43 s
419.24/419.33	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
419.24/419.36	c vivif2 --  cl tried   100645 cl shrink        0 lits rem          0 time: 0.03
419.54/419.65	c asymm  cl-useful: 0/2089/3727 lits-rem:0 time: 0.29
419.54/419.65	c calculated reachability. Time: 0.00
419.54/419.65	c  N st    80   2211396       175      3727         0    100645     18635   2216265   no data   no data
539.33/539.46	c  N st    81   2711399       175      3727         0    124001     18635   2953626   no data   no data
539.33/539.46	c  S st    81   2711399       175      3727         0    124001     18635   2953626   no data   no data
539.63/539.77	c  S st    81   2711904       175      3727         0    124499     18635   2970520   no data   no data
539.63/539.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
539.72/539.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
539.72/539.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
539.72/539.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
539.72/539.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
539.72/539.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
539.72/539.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
539.72/539.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
539.82/539.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
566.72/566.87	c lits-rem:      2617  cl-subs:     8541  v-elim:      0  v-fix:    0  time: 26.94 s
566.72/566.87	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
566.82/566.90	c vivif2 --  cl tried   115958 cl shrink        0 lits rem          0 time: 0.03
567.02/567.18	c asymm  cl-useful: 0/1461/3727 lits-rem:0 time: 0.28
567.02/567.18	c calculated reachability. Time: 0.00
567.02/567.18	c  N st    81   2711904       175      3727         0    115958     18635   2659760   no data   no data
682.62/682.79	c  N st    82   3211904       175      3727         0     91781     18635   1623412   no data   no data
682.62/682.79	c  S st    82   3211904       175      3727         0     91781     18635   1623412   no data   no data
682.92/683.01	c  S st    82   3212406       175      3727         0     92265     18635   1639343   no data   no data
682.92/683.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
682.92/683.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
682.92/683.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
682.92/683.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
682.92/683.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.92/683.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
682.92/683.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
682.92/683.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
682.92/683.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
687.72/687.84	c lits-rem:       872  cl-subs:     3961  v-elim:      0  v-fix:    0  time:  4.75 s
687.72/687.84	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
687.72/687.86	c vivif2 --  cl tried    88304 cl shrink        0 lits rem          0 time: 0.02
687.92/688.07	c asymm  cl-useful: 0/2262/3727 lits-rem:0 time: 0.21
687.92/688.07	c calculated reachability. Time: 0.00
687.92/688.07	c  N st    82   3212406       175      3727         0     88304     18635   1505503   no data   no data
808.22/808.36	c  N st    83   3712407       175      3727         0     99129     18635   1740829   no data   no data
808.22/808.36	c  S st    83   3712407       175      3727         0     99129     18635   1740829   no data   no data
808.43/808.55	c  S st    83   3712910       175      3727         0     99625     18635   1757842   no data   no data
808.43/808.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
808.43/808.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
808.43/808.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
808.43/808.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
808.43/808.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.43/808.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
808.43/808.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
808.52/808.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
808.52/808.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
813.62/813.75	c lits-rem:       930  cl-subs:     4138  v-elim:      0  v-fix:    0  time:  5.09 s
813.62/813.75	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
813.62/813.77	c vivif2 --  cl tried    95487 cl shrink        0 lits rem          0 time: 0.02
813.82/813.96	c asymm  cl-useful: 0/1465/3727 lits-rem:0 time: 0.19
813.82/813.96	c calculated reachability. Time: 0.00
813.82/813.96	c  N st    83   3712910       175      3727         0     95487     18635   1618415   no data   no data
823.12/823.20	c  F st    84   3751565       175      3727         0    132261     18635   2913998   no data   no data
823.12/823.20	c  N st    84   3751565       175      3727         0    132261     18635   2913998   no data   no data
824.82/824.91	c Decided on static restart strategy
832.12/832.24	c  N st    94   3779865       175      3727         0    159311     18635   3847655   no data   no data
840.82/840.93	c  N st    96   3815859       175      3727         0    113290     18635   2212335   no data   no data
850.42/850.52	c  N st    97   3848251       175      3727         0    144193     18635   3286794   no data   no data
865.82/865.92	c  N st    98   3896839       175      3727         0    108737     18635   2030063   no data   no data
887.63/887.73	c  N st    99   3969722       175      3727         0     95228     18635   1529792   no data   no data
917.82/917.94	c  N st   100   4079045       175      3727         0    115394     18635   2211953   no data   no data
953.53/953.61	c  N st   101   4212912       175      3727         0    157985     18635   3705074   no data   no data
953.53/953.61	c  S st   101   4212912       175      3727         0    157985     18635   3705074   no data   no data
953.93/954.01	c  S st   101   4213419       175      3727         0    158484     18635   3722266   no data   no data
953.93/954.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
953.93/954.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
953.93/954.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
953.93/954.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
953.93/954.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
953.93/954.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
953.93/954.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
954.03/954.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
954.12/954.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1008.82/1008.97	c lits-rem:      4985  cl-subs:    14292  v-elim:      0  v-fix:    0  time: 54.74 s
1008.82/1008.97	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1008.92/1009.01	c vivif2 --  cl tried   144192 cl shrink        0 lits rem          0 time: 0.04
1009.12/1009.28	c asymm  cl-useful: 0/1489/3727 lits-rem:0 time: 0.27
1009.12/1009.29	c calculated reachability. Time: 0.00
1009.12/1009.29	c  N st   101   4213419       175      3727         0    144192     18635   3199195   no data   no data
1081.52/1081.69	c  N st   102   4459395       175      3727         0    118728     18635   2236509   no data   no data
1156.93/1157.01	c  N st   103   4713424       175      3727         0     92236     18635   1250551   no data   no data
1156.93/1157.01	c  S st   103   4713424       175      3727         0     92236     18635   1250551   no data   no data
1157.03/1157.20	c  S st   103   4713927       175      3727         0     92728     18635   1266873   no data   no data
1157.03/1157.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1157.14/1157.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1157.14/1157.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1157.14/1157.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1157.14/1157.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1157.14/1157.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1157.14/1157.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1157.14/1157.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1157.14/1157.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1157.63/1157.79	c lits-rem:       133  cl-subs:      594  v-elim:      0  v-fix:    0  time:  0.50 s
1157.63/1157.79	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1157.73/1157.80	c vivif2 --  cl tried    92134 cl shrink        0 lits rem          0 time: 0.01
1157.93/1158.01	c asymm  cl-useful: 0/1911/3727 lits-rem:0 time: 0.21
1157.93/1158.02	c calculated reachability. Time: 0.00
1157.93/1158.02	c  N st   103   4713927       175      3727         0     92134     18635   1248818   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3367742-1305386291/watcher-3367742-1305386291 -o /tmp/evaluation-result-3367742-1305386291/solver-3367742-1305386291 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367742-1305386291.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.10 2.70 3.46 5/328 6286
/proc/meminfo: memFree=24123084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=29876 CPUtime=0 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 560 0 0 0 0 0 0 0 23 0 1 0 382820356 30593024 500 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294542 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 7469 500 338 95 0 2451 0

[startup+0.0541851 s]
/proc/loadavg: 1.10 2.70 3.46 5/328 6286
/proc/meminfo: memFree=24123084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=30740 CPUtime=0.05 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 876 0 0 0 5 0 0 0 23 0 1 0 382820356 31477760 815 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 7685 815 362 95 0 2667 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30740

[startup+0.100183 s]
/proc/loadavg: 1.10 2.70 3.46 5/328 6286
/proc/meminfo: memFree=24123084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=30740 CPUtime=0.09 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 940 0 0 0 9 0 0 0 23 0 1 0 382820356 31477760 879 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 7685 879 363 95 0 2667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30740

[startup+0.300138 s]
/proc/loadavg: 1.10 2.70 3.46 5/328 6286
/proc/meminfo: memFree=24123084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=31348 CPUtime=0.29 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 1248 0 0 0 29 0 0 0 24 0 1 0 382820356 32100352 982 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 7837 982 363 95 0 2819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31348

[startup+0.701066 s]
/proc/loadavg: 1.10 2.70 3.46 5/328 6286
/proc/meminfo: memFree=24123084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=32008 CPUtime=0.69 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 1974 0 0 0 69 0 0 0 25 0 1 0 382820356 32776192 1031 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 8002 1031 363 95 0 2984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32008

[startup+1.50093 s]
/proc/loadavg: 1.10 2.70 3.46 5/329 6288
/proc/meminfo: memFree=24110552/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=40180 CPUtime=1.49 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 4506 0 0 0 149 0 0 0 25 0 1 0 382820356 41144320 3109 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 10045 3109 367 95 0 5027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40180

[startup+3.10064 s]
/proc/loadavg: 1.34 2.73 3.46 5/329 6288
/proc/meminfo: memFree=24086744/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=40360 CPUtime=3.09 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 6218 0 0 0 309 0 0 0 25 0 1 0 382820356 41328640 3069 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 10090 3069 367 95 0 5072 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40360

[startup+6.30108 s]
/proc/loadavg: 1.34 2.73 3.46 5/329 6288
/proc/meminfo: memFree=24075468/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=48228 CPUtime=6.29 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 10466 0 0 0 628 1 0 0 25 0 1 0 382820356 49385472 5118 33554432000 4194304 4580011 140736941672176 18446744073709551615 268660359271 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 12057 5130 367 95 0 7039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48228

[startup+12.701 s]
/proc/loadavg: 1.75 2.77 3.47 5/329 6288
/proc/meminfo: memFree=24044004/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=56524 CPUtime=12.69 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 16010 0 0 0 1268 1 0 0 25 0 1 0 382820356 57880576 6929 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 14131 6929 367 95 0 9113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56524

[startup+25.5007 s]
/proc/loadavg: 2.09 2.81 3.47 5/329 6288
/proc/meminfo: memFree=24015172/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=62800 CPUtime=25.49 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 23910 0 0 0 2546 3 0 0 25 0 1 0 382820356 64307200 9087 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 15700 9087 367 95 0 10682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62800

[startup+51.1002 s]
/proc/loadavg: 2.74 2.90 3.48 5/329 6289
/proc/meminfo: memFree=23997964/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=67552 CPUtime=51.09 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 36556 0 0 0 5104 5 0 0 25 0 1 0 382820356 69173248 10079 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295978 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 16888 10079 367 95 0 11870 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67552

[startup+102.312 s]
/proc/loadavg: 3.50 3.08 3.51 5/329 6290
/proc/meminfo: memFree=23941192/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=91092 CPUtime=102.31 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 57503 0 0 0 10222 9 0 0 25 0 1 0 382820356 93278208 16265 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 22773 16265 367 95 0 17755 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 91092

[startup+162.301 s]
/proc/loadavg: 3.80 3.24 3.54 5/329 6292
/proc/meminfo: memFree=23912784/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=91660 CPUtime=162.3 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 76111 0 0 0 16218 12 0 0 25 0 1 0 382820356 93859840 16795 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 22915 16795 367 95 0 17897 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 91660

[startup+222.301 s]
/proc/loadavg: 3.93 3.38 3.56 5/329 6293
/proc/meminfo: memFree=23881136/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=106552 CPUtime=222.3 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 94900 0 0 0 22213 17 0 0 25 0 1 0 382820356 109109248 19881 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 26638 19881 367 95 0 21620 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106552

[startup+282.301 s]
/proc/loadavg: 3.97 3.48 3.59 5/329 6295
/proc/meminfo: memFree=23842680/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=132132 CPUtime=282.29 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 112935 0 0 0 28209 20 0 0 25 0 1 0 382820356 135303168 26514 33554432000 4194304 4580011 140736941672176 18446744073709551615 4406244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 33033 26514 367 95 0 28015 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 132132

[startup+342.301 s]
/proc/loadavg: 4.03 3.60 3.62 5/329 6297
/proc/meminfo: memFree=23807512/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=132396 CPUtime=342.25 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 125487 0 0 0 34202 23 0 0 25 0 1 0 382820356 135573504 26781 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 33099 26781 367 95 0 28081 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 132396

[startup+402.3 s]
/proc/loadavg: 4.01 3.66 3.64 5/329 6298
/proc/meminfo: memFree=23788388/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=150900 CPUtime=402.24 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 142625 0 0 0 40197 27 0 0 25 0 1 0 382820356 154521600 30901 33554432000 4194304 4580011 140736941672176 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 37725 30901 367 95 0 32707 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 150900

[startup+462.301 s]
/proc/loadavg: 4.00 3.72 3.66 5/329 6300
/proc/meminfo: memFree=23791084/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=151072 CPUtime=462.23 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 152151 0 0 0 46194 29 0 0 25 0 1 0 382820356 154697728 29900 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 37768 29900 367 95 0 32750 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 151072

[startup+522.3 s]
/proc/loadavg: 3.92 3.76 3.67 4/323 6318
/proc/meminfo: memFree=23841776/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=151292 CPUtime=522.23 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 164221 0 0 0 52190 33 0 0 25 0 1 0 382820356 154923008 31247 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 37823 31247 367 95 0 32805 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 151292

[startup+582.301 s]
/proc/loadavg: 3.38 3.64 3.63 4/323 6320
/proc/meminfo: memFree=23820680/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=172404 CPUtime=582.23 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 176346 0 0 0 58189 34 0 0 25 0 1 0 382820356 176541696 35593 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 43101 35593 370 95 0 38083 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 172404

[startup+642.3 s]
/proc/loadavg: 3.14 3.52 3.59 4/323 6322
/proc/meminfo: memFree=23792596/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=229528 CPUtime=642.23 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 189211 0 0 0 64187 36 0 0 25 0 1 0 382820356 235036672 36986 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 57382 36986 370 95 0 52364 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 229528

[startup+702.301 s]
/proc/loadavg: 3.05 3.42 3.55 4/323 6323
/proc/meminfo: memFree=23797384/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=230536 CPUtime=702.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 201297 0 0 0 70183 39 0 0 25 0 1 0 382820356 236068864 37145 33554432000 4194304 4580011 140736941672176 18446744073709551615 4322472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 57634 37145 367 95 0 52616 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 230536

[startup+762.312 s]
/proc/loadavg: 3.02 3.34 3.52 4/323 6325
/proc/meminfo: memFree=23799600/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=231552 CPUtime=762.23 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 213795 0 0 0 76183 40 0 0 25 0 1 0 382820356 237109248 37316 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 57888 37316 367 95 0 52870 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 231552

[startup+822.3 s]
/proc/loadavg: 3.00 3.28 3.48 4/323 6326
/proc/meminfo: memFree=23793612/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=179736 CPUtime=822.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 226499 0 0 0 82180 42 0 0 25 0 1 0 382820356 184049664 37407 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 44934 37407 367 95 0 39916 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 179736

[startup+882.301 s]
/proc/loadavg: 3.12 3.26 3.46 4/323 6328
/proc/meminfo: memFree=23789132/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=238300 CPUtime=882.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 236257 0 0 0 88178 44 0 0 25 0 1 0 382820356 244019200 38303 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 59575 38303 367 95 0 54557 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 238300

[startup+942.3 s]
/proc/loadavg: 3.11 3.23 3.43 4/323 6330
/proc/meminfo: memFree=23797276/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=180048 CPUtime=942.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 248231 0 0 0 94176 46 0 0 25 0 1 0 382820356 184369152 36801 33554432000 4194304 4580011 140736941672176 18446744073709551615 4295663 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 45012 36801 367 95 0 39994 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 180048

[startup+1002.3 s]
/proc/loadavg: 3.04 3.18 3.40 4/323 6331
/proc/meminfo: memFree=23762780/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=268976 CPUtime=1002.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 257114 0 0 0 100174 48 0 0 25 0 1 0 382820356 275431424 45684 33554432000 4194304 4580011 140736941672176 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 67244 45684 367 95 0 62226 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 268976

[startup+1062.3 s]
/proc/loadavg: 3.01 3.15 3.37 4/323 6333
/proc/meminfo: memFree=23748996/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=210028 CPUtime=1062.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 266119 0 0 0 106172 50 0 0 25 0 1 0 382820356 215068672 45020 33554432000 4194304 4580011 140736941672176 18446744073709551615 4321758 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 52507 45020 367 95 0 47489 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 210028

[startup+1122.3 s]
/proc/loadavg: 3.10 3.15 3.36 4/323 6334
/proc/meminfo: memFree=23751544/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=270096 CPUtime=1122.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 275904 0 0 0 112170 52 0 0 25 0 1 0 382820356 276578304 45572 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 67524 45572 367 95 0 62506 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 270096

[startup+1182.3 s]
/proc/loadavg: 3.04 3.12 3.33 4/323 6336
/proc/meminfo: memFree=23730428/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=270828 CPUtime=1182.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 285745 0 0 0 118168 54 0 0 25 0 1 0 382820356 277327872 46135 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 67707 46135 367 95 0 62689 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 270828

[startup+1242.3 s]
/proc/loadavg: 3.01 3.09 3.31 4/323 6338
/proc/meminfo: memFree=23705784/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=271636 CPUtime=1242.22 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 295684 0 0 0 124165 57 0 0 25 0 1 0 382820356 278155264 46171 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 67909 46171 367 95 0 62891 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 271636



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.29 2/321 6341
/proc/meminfo: memFree=23941364/32951124 swapFree=46575252/67111528
[pid=6286] ppid=6284 vsize=272228 CPUtime=1299.92 cores=5,7
/proc/6286/stat : 6286 (strangenight2-s) R 6284 6286 5193 0 -1 4202496 305655 0 0 0 129933 59 0 0 25 0 1 0 382820356 278761472 46014 33554432000 4194304 4580011 140736941672176 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6286/statm: 68057 46014 367 95 0 63039 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 272228

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.95
CPU user time (s): 1299.34
CPU system time (s): 0.606907
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 286992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.34
system time used= 0.606907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305656
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= 10
involuntary context switches= 1401

runsolver used 3.76343 second user time and 9.32458 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 17:18:11
IDJOB=3367742
IDBENCH=82951
IDSOLVER=1845
FILE ID=node107/3367742-1305386291
RUNJOBID= node107-1305386291-6247
PBS_JOBID= 13324395
Free space on /tmp= 73420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367742-1305386291/watcher-3367742-1305386291 -o /tmp/evaluation-result-3367742-1305386291/solver-3367742-1305386291 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367742-1305386291.cnf

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

MD5SUM BENCH= 23d58aabf220f78ecd3bc4380d2e7fb8
RANDOM SEED=1993609448

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24123488 kB
Buffers:        297348 kB
Cached:        3949328 kB
SwapCached:      10016 kB
Active:        6072248 kB
Inactive:      2463552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24123488 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           21756 kB
Writeback:           0 kB
AnonPages:     4286052 kB
Mapped:          19900 kB
Slab:           159328 kB
PageTables:      69220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65008592 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= 73424 MiB
End job on node107 at 2011-05-14 17:39:53