Trace number 3370593

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
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 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-3370593-1305390079.cnf'
0.00/0.00	c -- header says num vars:            193
0.00/0.00	c -- header says num clauses:         396
0.00/0.00	c -- clauses added:            0 learnts,          396 normals,            0 xors
0.00/0.00	c -- vars added        193
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       193       396         0         0      1188         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/396/396 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:    193 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.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       1 undec:     185 neg:       7
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       193       396         0         0      1188         0   no data   no data  --
0.07/0.08	c  N dy    16      5169       193       396         0      2408      1188     36118     11.26     11.88  --
0.09/0.16	c  N dy    37      9249       193       396         0      6229      1188    111351     12.07     12.75  --
0.19/0.24	c  N dy    56     13250       193       396         0      6016      1188     93330     11.97     13.01  --
0.29/0.35	c  N dy    72     17641       193       396         0     10119      1188    177256     11.77     12.40  --
0.39/0.45	c  N dy    83     21724       193       396         0      8655      1188    134107     11.57     12.95  --
0.49/0.54	c  F st   109     25000       193       396         0     11743      1188    196251     11.76     12.00  --
0.49/0.58	c  N st   112     26192       193       396         0      6524      1188     75144     11.76   no data  --
0.59/0.67	c Decided on static restart strategy
0.59/0.67	c  S st   115     30004       193       396         0     10032      1188    160363     11.76   no data  --
0.59/0.69	c  S st   115     30506       193       396         0     10524      1188    173166     11.76   no data  --
0.59/0.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.59/0.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.59/0.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
0.69/0.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.89/0.91	c lits-rem:       566  cl-subs:      266  v-elim:      0  v-fix:    0  time:  0.21 s
0.89/0.91	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
0.89/0.91	c calculated reachability. Time: 0.00
0.89/0.91	c  N st   115     30506       193       396         0     10258      1188    164559     11.76   no data  --
1.10/1.16	c  N st   117     37617       193       396         0      9376      1188    232595     11.76   no data  --
1.29/1.38	c  N st   118     44018       193       396         0     15156      1188    387676     11.76   no data  --
1.39/1.45	c  S st   119     45759       193       396         0      8632      1188    175916     11.76   no data  --
1.39/1.46	c  S st   119     46261       193       396         0      9114      1188    187643     11.76   no data  --
1.39/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1.39/1.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.57	c lits-rem:      1020  cl-subs:      421  v-elim:      0  v-fix:    0  time:  0.09 s
1.49/1.57	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1.49/1.57	c vivif2 --  cl tried     8693 cl shrink        0 lits rem          0 time: 0.00
1.49/1.57	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
1.49/1.57	c calculated reachability. Time: 0.00
1.49/1.57	c  N st   119     46261       193       396         0      8693      1188    173612     11.76   no data  --
2.20/2.24	c  N st   120     60662       193       396         0     12529      1188    303905     11.76   no data  --
2.59/2.66	c  N st   121     69391       193       396         0     10432      1188    202916     11.76   no data  --
2.59/2.66	c  S st   121     69391       193       396         0     10432      1188    202916     11.76   no data  --
2.59/2.68	c  S st   121     69895       193       396         0     10916      1188    215553     11.76   no data  --
2.59/2.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.59/2.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
2.59/2.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.12	c lits-rem:      1166  cl-subs:      436  v-elim:      0  v-fix:    0  time:  0.43 s
3.09/3.12	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
3.09/3.12	c vivif2 --  cl tried    10480 cl shrink        0 lits rem          0 time: 0.00
3.09/3.12	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
3.09/3.12	c calculated reachability. Time: 0.00
3.09/3.12	c  N st   121     69895       193       396         0     10480      1188    201690     11.76   no data  --
3.99/4.00	c  F st   122     87502       193       396         0     15358      1188    368469     11.76   no data  --
3.99/4.00	c  N st   122     87502       193       396         0     15358      1188    368469     11.76   no data  --
4.09/4.17	c Decided on static restart strategy
4.19/4.29	c  N st   129     95539       193       396         0     22650      1188    561368     11.76   no data  --
4.59/4.65	c  N st   131    104844       193       396         0     19428      1188    431840     11.76   no data  --
4.59/4.65	c  S st   131    104844       193       396         0     19428      1188    431840     11.76   no data  --
4.59/4.68	c  S st   131    105349       193       396         0     19923      1188    443507     11.76   no data  --
4.59/4.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.59/4.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.69/4.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.69/4.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
4.69/4.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.09/6.15	c lits-rem:      2782  cl-subs:      746  v-elim:      0  v-fix:    0  time:  1.45 s
6.09/6.15	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
6.09/6.16	c vivif2 --  cl tried    19177 cl shrink        0 lits rem          0 time: 0.00
6.09/6.16	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
6.09/6.16	c calculated reachability. Time: 0.00
6.09/6.16	c  N st   131    105349       193       396         0     19177      1188    412541     11.76   no data  --
6.60/6.61	c  N st   132    114948       193       396         0     15390      1188    295908     11.76   no data  --
7.29/7.33	c  N st   133    129348       193       396         0     14639      1188    255890     11.76   no data  --
8.59/8.60	c  N st   134    150943       193       396         0     19571      1188    409541     11.76   no data  --
8.89/8.96	c  S st   135    158023       193       396         0     26030      1188    627203     11.76   no data  --
8.99/9.00	c  S st   135    158525       193       396         0     26521      1188    639738     11.76   no data  --
8.99/9.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.99/9.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.99/9.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.99/9.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.99/9.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.99/9.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
8.99/9.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.09/11.10	c lits-rem:      3687  cl-subs:     1926  v-elim:      0  v-fix:    0  time:  2.07 s
11.09/11.10	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
11.09/11.11	c vivif2 --  cl tried    24595 cl shrink        0 lits rem          0 time: 0.00
11.09/11.11	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
11.09/11.11	c calculated reachability. Time: 0.00
11.09/11.11	c  N st   135    158525       193       396         0     24595      1188    558045     11.76   no data  --
13.79/13.86	c  N st   136    207113       193       396         0     19304      1188    352031     11.76   no data  --
15.98/16.00	c  N st   137    237787       193       396         0     28178      1188    674770     11.76   no data  --
15.98/16.00	c  S st   137    237787       193       396         0     28178      1188    674770     11.76   no data  --
15.98/16.06	c  S st   137    238291       193       396         0     28671      1188    687197     11.76   no data  --
15.98/16.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/16.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/16.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
16.08/16.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.08/16.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.08/16.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
16.08/16.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.49/18.57	c lits-rem:      5742  cl-subs:     1212  v-elim:      0  v-fix:    0  time:  2.48 s
18.49/18.57	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
18.49/18.58	c vivif2 --  cl tried    27459 cl shrink        0 lits rem          0 time: 0.01
18.49/18.59	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
18.49/18.60	c calculated reachability. Time: 0.00
18.49/18.60	c  N st   137    238291       193       396         0     27459      1188    632315     11.76   no data  --
23.10/23.14	c  F st   138    306253       193       396         0     29966      1188    673332     11.76   no data  --
23.10/23.14	c  N st   138    306253       193       396         0     29966      1188    673332     11.76   no data  --
23.39/23.42	c Decided on static restart strategy
24.59/24.67	c  N st   148    334557       193       396         0     34422      1188    750573     11.76   no data  --
25.89/25.92	c  N st   150    357436       193       396         0     33090      1188    667669     11.76   no data  --
25.89/25.92	c  S st   150    357436       193       396         0     33090      1188    667669     11.76   no data  --
25.89/25.97	c  S st   150    357939       193       396         0     33590      1188    680479     11.76   no data  --
25.89/25.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.89/25.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.89/25.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
25.99/26.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.99/26.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.99/26.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
25.99/26.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.69/27.71	c lits-rem:      2295  cl-subs:      578  v-elim:      0  v-fix:    0  time:  1.71 s
27.69/27.71	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
27.69/27.72	c vivif2 --  cl tried    33012 cl shrink        0 lits rem          0 time: 0.01
27.69/27.73	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
27.69/27.73	c calculated reachability. Time: 0.00
27.69/27.73	c  N st   150    357939       193       396         0     33012      1188    659269     11.76   no data  --
29.70/29.74	c  N st   151    390331       193       396         0     38336      1188    835775     11.76   no data  --
32.69/32.74	c  N st   152    438920       193       396         0     32576      1188    607745     11.76   no data  --
38.19/38.23	c  N st   153    511802       193       396         0     44425      1188    956647     11.76   no data  --
39.89/39.92	c  N st   154    536909       193       396         0     38211      1188    750307     11.76   no data  --
39.89/39.92	c  S st   154    536909       193       396         0     38211      1188    750307     11.76   no data  --
39.89/39.99	c  S st   154    537412       193       396         0     38697      1188    763129     11.76   no data  --
39.89/39.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.89/39.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.99/40.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.99/40.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.99/40.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.99/40.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
39.99/40.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.29/42.37	c lits-rem:      7793  cl-subs:     1947  v-elim:      0  v-fix:    0  time:  2.36 s
42.29/42.37	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
42.29/42.38	c vivif2 --  cl tried    36750 cl shrink        0 lits rem          0 time: 0.01
42.29/42.39	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
42.29/42.39	c calculated reachability. Time: 0.00
42.29/42.39	c  N st   154    537412       193       396         0     36750      1188    682869     11.76   no data  --
54.79/54.86	c  N st   155    701397       193       396         0     31661      1188    472315     11.76   no data  --
63.59/63.62	c  N st   156    806119       193       396         0     57184      1188   1265523     11.76   no data  --
63.59/63.62	c  S st   156    806119       193       396         0     57184      1188   1265523     11.76   no data  --
63.70/63.72	c  S st   156    806623       193       396         0     57680      1188   1278627     11.76   no data  --
63.70/63.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.70/63.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.70/63.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
63.70/63.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.70/63.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.70/63.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
63.70/63.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.59/69.65	c lits-rem:      1700  cl-subs:     4653  v-elim:      0  v-fix:    0  time:  5.87 s
69.59/69.65	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
69.59/69.66	c vivif2 --  cl tried    53027 cl shrink        0 lits rem          0 time: 0.01
69.59/69.68	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
69.59/69.68	c calculated reachability. Time: 0.00
69.59/69.68	c  N st   156    806623       193       396         0     53027      1188   1106508     11.76   no data  --
92.09/92.14	c  F st   157   1071877       193       396         0     64938      1188   1456790     11.76   no data  --
92.09/92.14	c  N st   157   1071877       193       396         0     64938      1188   1456790     11.76   no data  --
92.49/92.59	c Decided on static restart strategy
94.19/94.29	c  N st   167   1100183       193       396         0     53022      1188   1010847     11.76   no data  --
97.80/97.85	c  N st   169   1136178       193       396         0     45776      1188    767506     11.76   no data  --
100.89/100.91	c  N st   170   1168570       193       396         0     74169      1188   1759322     11.76   no data  --
104.90/104.93	c  N st   171   1209936       193       396         0     68469      1188   1554652     11.76   no data  --
104.90/104.93	c  S st   171   1209936       193       396         0     68469      1188   1554652     11.76   no data  --
105.00/105.04	c  S st   171   1210441       193       396         0     68966      1188   1567838     11.76   no data  --
105.00/105.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.00/105.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.00/105.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
105.10/105.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.10/105.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.10/105.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
105.10/105.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.69/119.71	c lits-rem:       637  cl-subs:    12573  v-elim:      0  v-fix:    0  time: 14.60 s
119.69/119.71	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
119.69/119.73	c vivif2 --  cl tried    56393 cl shrink        0 lits rem          0 time: 0.01
119.69/119.75	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
119.69/119.75	c calculated reachability. Time: 0.00
119.69/119.75	c  N st   171   1210441       193       396         0     56393      1188   1066503     11.76   no data  --
128.29/128.36	c  N st   172   1283328       193       396         0     79470      1188   2024127     11.76   no data  --
139.89/139.95	c  N st   173   1392651       193       396         0     87935      1188   2037283     11.76   no data  --
156.10/156.12	c  N st   174   1556638       193       396         0     48583      1188    716926     11.76   no data  --
171.09/171.19	c  N st   175   1710442       193       396         0     83939      1188   1863571     11.76   no data  --
171.09/171.19	c  S st   175   1710442       193       396         0     83939      1188   1863571     11.76   no data  --
171.29/171.33	c  S st   175   1710943       193       396         0     84431      1188   1877219     11.76   no data  --
171.29/171.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.29/171.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
171.29/171.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
171.39/171.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.39/171.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.39/171.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
171.39/171.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
190.20/190.26	c lits-rem:     16814  cl-subs:     8718  v-elim:      0  v-fix:    0  time: 18.84 s
190.20/190.26	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
190.20/190.28	c vivif2 --  cl tried    75713 cl shrink        0 lits rem          0 time: 0.02
190.31/190.31	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
190.31/190.31	c calculated reachability. Time: 0.00
190.31/190.31	c  N st   175   1710943       193       396         0     75713      1188   1553727     11.76   no data  --
225.79/225.89	c  N st   176   2079908       193       396         0     83985      1188   1860364     11.76   no data  --
241.39/241.47	c  N st   177   2210943       193       396         0     90201      1188   1863542     11.76   no data  --
241.39/241.47	c  S st   177   2210943       193       396         0     90201      1188   1863542     11.76   no data  --
241.59/241.61	c  S st   177   2211444       193       396         0     90695      1188   1877029     11.76   no data  --
241.59/241.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
241.59/241.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.59/241.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
241.69/241.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.69/241.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.69/241.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
241.69/241.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
257.10/257.13	c lits-rem:      8438  cl-subs:     7544  v-elim:      0  v-fix:    0  time: 15.43 s
257.10/257.13	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
257.10/257.15	c vivif2 --  cl tried    83151 cl shrink        0 lits rem          0 time: 0.02
257.10/257.19	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
257.10/257.19	c calculated reachability. Time: 0.00
257.10/257.19	c  N st   177   2211444       193       396         0     83151      1188   1626259     11.76   no data  --
316.81/316.85	c  N st   178   2711445       193       396         0    105980      1188   2146271     11.76   no data  --
316.81/316.85	c  S st   178   2711445       193       396         0    105980      1188   2146271     11.76   no data  --
316.99/317.02	c  S st   178   2711947       193       396         0    106477      1188   2159475     11.76   no data  --
316.99/317.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
316.99/317.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
316.99/317.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
317.09/317.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
317.09/317.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
317.09/317.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
317.09/317.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
337.40/337.40	c lits-rem:      5798  cl-subs:     5515  v-elim:      0  v-fix:    0  time: 20.27 s
337.40/337.40	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
337.40/337.43	c vivif2 --  cl tried   100962 cl shrink        0 lits rem          0 time: 0.02
337.40/337.48	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
337.40/337.48	c calculated reachability. Time: 0.00
337.40/337.48	c  N st   178   2711947       193       396         0    100962      1188   1974804     11.76   no data  --
396.69/396.70	c  N st   179   3211947       193       396         0     81863      1188   1340340     11.76   no data  --
396.69/396.70	c  S st   179   3211947       193       396         0     81863      1188   1340340     11.76   no data  --
396.79/396.84	c  S st   179   3212456       193       396         0     82362      1188   1355379     11.76   no data  --
396.79/396.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
396.79/396.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
396.79/396.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
396.89/396.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
396.89/396.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
396.89/396.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
396.89/396.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
400.40/400.48	c lits-rem:       998  cl-subs:     1500  v-elim:      0  v-fix:    0  time:  3.57 s
400.40/400.48	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
400.40/400.49	c vivif2 --  cl tried    80862 cl shrink        0 lits rem          0 time: 0.01
400.49/400.52	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
400.49/400.52	c calculated reachability. Time: 0.00
400.49/400.52	c  N st   179   3212456       193       396         0     80862      1188   1307608     11.76   no data  --
463.59/463.64	c  N st   180   3712460       193       396         0     85585      1188   1490725     11.76   no data  --
463.59/463.64	c  S st   180   3712460       193       396         0     85585      1188   1490725     11.76   no data  --
463.69/463.78	c  S st   180   3712961       193       396         0     86075      1188   1503684     11.76   no data  --
463.69/463.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
463.69/463.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
463.79/463.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
463.79/463.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
463.79/463.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.79/463.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
463.79/463.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
471.39/471.45	c lits-rem:      1746  cl-subs:     5470  v-elim:      0  v-fix:    0  time:  7.60 s
471.39/471.45	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
471.39/471.46	c vivif2 --  cl tried    80605 cl shrink        0 lits rem          0 time: 0.01
471.39/471.49	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
471.39/471.50	c calculated reachability. Time: 0.00
471.39/471.50	c  N st   180   3712961       193       396         0     80605      1188   1306595     11.76   no data  --
476.40/476.42	c  F st   181   3751563       193       396         0    112336      1188   2388514     11.76   no data  --
476.40/476.42	c  N st   181   3751563       193       396         0    112336      1188   2388514     11.76   no data  --
477.10/477.11	c Decided on static restart strategy
480.00/480.05	c  N st   191   3779867       193       396         0    137552      1188   3173629     11.76   no data  --
483.90/483.91	c  N st   193   3815863       193       396         0     99329      1188   1732649     11.76   no data  --
487.60/487.63	c  N st   194   3848255       193       396         0    127876      1188   2644768     11.76   no data  --
493.00/493.00	c  N st   195   3896844       193       396         0     96707      1188   1716097     11.76   no data  --
504.91/505.00	c  N st   196   3969726       193       396         0     85787      1188   1303951     11.76   no data  --
525.30/525.37	c  N st   197   4079050       193       396         0    102653      1188   1917720     11.76   no data  --
544.90/544.90	c  N st   198   4212961       193       396         0    142327      1188   3198231     11.76   no data  --
544.90/544.90	c  S st   198   4212961       193       396         0    142327      1188   3198231     11.76   no data  --
545.10/545.17	c  S st   198   4213463       193       396         0    142826      1188   3211823     11.76   no data  --
545.10/545.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
545.10/545.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
545.20/545.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
545.30/545.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
545.30/545.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
545.30/545.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
545.30/545.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
623.10/623.16	c lits-rem:      4363  cl-subs:     9084  v-elim:      0  v-fix:    0  time: 77.82 s
623.10/623.16	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
623.10/623.19	c vivif2 --  cl tried   133742 cl shrink        0 lits rem          0 time: 0.03
623.20/623.26	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.07
623.20/623.27	c calculated reachability. Time: 0.00
623.20/623.27	c  N st   198   4213463       193       396         0    133742      1188   2863696     11.76   no data  --
658.20/658.27	c  N st   199   4459441       193       396         0    108661      1188   2047391     11.76   no data  --
692.40/692.43	c  N st   200   4713463       193       396         0     84758      1188   1243931     11.76   no data  --
692.40/692.43	c  S st   200   4713463       193       396         0     84758      1188   1243931     11.76   no data  --
692.50/692.56	c  S st   200   4713969       193       396         0     85256      1188   1259592     11.76   no data  --
692.50/692.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
692.50/692.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
692.50/692.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
692.60/692.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.60/692.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.60/692.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
692.60/692.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
695.80/695.83	c lits-rem:      1460  cl-subs:      739  v-elim:      0  v-fix:    0  time:  3.20 s
695.80/695.83	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
695.80/695.84	c vivif2 --  cl tried    84517 cl shrink        0 lits rem          0 time: 0.01
695.80/695.88	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
695.80/695.88	c calculated reachability. Time: 0.00
695.80/695.88	c  N st   200   4713969       193       396         0     84517      1188   1233791     11.76   no data  --
767.20/767.24	c  N st   201   5213971       193       396         0     94633      1188   1422636     11.76   no data  --
767.20/767.24	c  S st   201   5213971       193       396         0     94633      1188   1422636     11.76   no data  --
767.40/767.40	c  S st   201   5214476       193       396         0     95130      1188   1437064     11.76   no data  --
767.40/767.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
767.40/767.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
767.40/767.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
767.40/767.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.40/767.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.40/767.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
767.40/767.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
771.00/771.01	c lits-rem:      1634  cl-subs:     1396  v-elim:      0  v-fix:    0  time:  3.53 s
771.00/771.01	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
771.00/771.02	c vivif2 --  cl tried    93734 cl shrink        0 lits rem          0 time: 0.02
771.00/771.06	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
771.00/771.06	c calculated reachability. Time: 0.00
771.00/771.06	c  N st   201   5214476       193       396         0     93734      1188   1390815     11.76   no data  --
854.20/854.22	c  N st   202   5714477       193       396         0    174847      1188   4333509     11.76   no data  --
854.20/854.22	c  S st   202   5714477       193       396         0    174847      1188   4333509     11.76   no data  --
854.50/854.55	c  S st   202   5714980       193       396         0    175344      1188   4348349     11.76   no data  --
854.50/854.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
854.50/854.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
854.61/854.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
854.72/854.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
854.72/854.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
854.72/854.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
854.72/854.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1162.11/1162.18	c lits-rem:     20381  cl-subs:     9850  v-elim:      0  v-fix:    0  time: 307.42 s
1162.11/1162.18	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1162.21/1162.23	c vivif2 --  cl tried   165494 cl shrink        0 lits rem          0 time: 0.04
1162.31/1162.31	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.08
1162.31/1162.32	c calculated reachability. Time: 0.00
1162.31/1162.32	c  N st   202   5714980       193       396         0    165494      1188   3921580     11.76   no data  --
1237.41/1237.41	c  N st   203   6214980       193       396         0    128093      1188   2529531     11.76   no data  --
1237.41/1237.41	c  S st   203   6214980       193       396         0    128093      1188   2529531     11.76   no data  --
1237.61/1237.61	c  S st   203   6215482       193       396         0    128581      1188   2543176     11.76   no data  --
1237.61/1237.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1237.61/1237.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1237.61/1237.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
1237.71/1237.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1237.71/1237.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.71/1237.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1237.71/1237.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1261.51/1261.52	c lits-rem:       525  cl-subs:     8409  v-elim:      0  v-fix:    0  time: 23.79 s
1261.51/1261.52	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1261.51/1261.55	c vivif2 --  cl tried   120172 cl shrink        0 lits rem          0 time: 0.02
1261.61/1261.61	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
1261.61/1261.61	c calculated reachability. Time: 0.00
1261.61/1261.61	c  N st   203   6215482       193       396         0    120172      1188   2232308     11.76   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-3370593-1305390079/watcher-3370593-1305390079 -o /tmp/evaluation-result-3370593-1305390079/solver-3370593-1305390079 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370593-1305390079.cnf 

running on 2 cores: 4,6

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: 4.08 4.05 3.94 4/307 1757
/proc/meminfo: memFree=15579392/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=29812 CPUtime=0 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 535 0 0 0 0 0 0 0 19 0 1 0 106617303 30527488 471 33554432000 4194304 4650387 140736011195504 18446744073709551615 4330144 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 7453 471 377 112 0 2418 0

[startup+0.0772769 s]
/proc/loadavg: 4.08 4.05 3.94 4/307 1757
/proc/meminfo: memFree=15579392/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=29948 CPUtime=0.07 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 689 0 0 0 7 0 0 0 19 0 1 0 106617303 30666752 625 33554432000 4194304 4650387 140736011195504 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 7487 625 377 112 0 2452 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29948

[startup+0.100269 s]
/proc/loadavg: 4.08 4.05 3.94 4/307 1757
/proc/meminfo: memFree=15579392/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=30268 CPUtime=0.09 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 780 0 0 0 9 0 0 0 19 0 1 0 106617303 30994432 609 33554432000 4194304 4650387 140736011195504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 7567 609 379 112 0 2532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30268

[startup+0.300237 s]
/proc/loadavg: 4.08 4.05 3.94 4/307 1757
/proc/meminfo: memFree=15579392/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=30708 CPUtime=0.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 1133 0 0 0 29 0 0 0 20 0 1 0 106617303 31444992 794 33554432000 4194304 4650387 140736011195504 18446744073709551615 218880262352 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 7677 794 379 112 0 2642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30708

[startup+0.701145 s]
/proc/loadavg: 4.08 4.05 3.94 4/307 1757
/proc/meminfo: memFree=15579392/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=34624 CPUtime=0.69 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 2551 0 0 0 69 0 0 0 20 0 1 0 106617303 35454976 1746 33554432000 4194304 4650387 140736011195504 18446744073709551615 218880261899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 8656 1760 382 112 0 3621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34624

[startup+1.50103 s]
/proc/loadavg: 4.08 4.05 3.94 5/308 1758
/proc/meminfo: memFree=15568844/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=38516 CPUtime=1.49 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 4184 0 0 0 149 0 0 0 23 0 1 0 106617303 39440384 2575 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 9629 2575 382 112 0 4594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38516

[startup+3.10075 s]
/proc/loadavg: 4.08 4.05 3.94 5/308 1758
/proc/meminfo: memFree=15562272/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=40272 CPUtime=3.09 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 5816 0 0 0 309 0 0 0 25 0 1 0 106617303 41238528 3026 33554432000 4194304 4650387 140736011195504 18446744073709551615 4438346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 10068 3026 382 112 0 5033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40272

[startup+6.30119 s]
/proc/loadavg: 4.08 4.05 3.94 5/308 1758
/proc/meminfo: memFree=15553104/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=46536 CPUtime=6.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 8798 0 0 0 628 1 0 0 25 0 1 0 106617303 47652864 4713 33554432000 4194304 4650387 140736011195504 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 11634 4713 382 112 0 6599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46536

[startup+12.7011 s]
/proc/loadavg: 4.07 4.05 3.94 5/308 1758
/proc/meminfo: memFree=15539212/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=55596 CPUtime=12.69 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 14762 0 0 0 1267 2 0 0 25 0 1 0 106617303 56930304 6671 33554432000 4194304 4650387 140736011195504 18446744073709551615 4367270 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 13899 6671 382 112 0 8864 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55596

[startup+25.5009 s]
/proc/loadavg: 4.06 4.05 3.94 5/308 1759
/proc/meminfo: memFree=15490716/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=64344 CPUtime=25.49 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 24304 0 0 0 2545 4 0 0 25 0 1 0 106617303 65888256 8674 33554432000 4194304 4650387 140736011195504 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 16086 8674 382 112 0 11051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64344

[startup+51.1004 s]
/proc/loadavg: 4.04 4.04 3.94 5/308 1760
/proc/meminfo: memFree=15482312/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=75684 CPUtime=51.09 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 40430 0 0 0 5103 6 0 0 25 0 1 0 106617303 77500416 12187 33554432000 4194304 4650387 140736011195504 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 18921 12187 382 112 0 13886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75684

[startup+102.312 s]
/proc/loadavg: 4.06 4.05 3.95 5/308 1761
/proc/meminfo: memFree=15411108/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=94452 CPUtime=102.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 67328 0 0 0 10218 12 0 0 25 0 1 0 106617303 96718848 17265 33554432000 4194304 4650387 140736011195504 18446744073709551615 4313703 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 23613 17265 382 112 0 18578 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94452

[startup+162.301 s]
/proc/loadavg: 4.02 4.04 3.95 5/308 1762
/proc/meminfo: memFree=15359240/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=109652 CPUtime=162.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 90346 0 0 0 16212 17 0 0 25 0 1 0 106617303 112283648 19269 33554432000 4194304 4650387 140736011195504 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 27413 19269 382 112 0 22378 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109652

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 3.95 5/308 1764
/proc/meminfo: memFree=15337632/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=133640 CPUtime=222.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 113361 0 0 0 22209 20 0 0 25 0 1 0 106617303 136847360 26710 33554432000 4194304 4650387 140736011195504 18446744073709551615 4366724 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 33410 26710 382 112 0 28375 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133640

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/308 1766
/proc/meminfo: memFree=15331412/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=141160 CPUtime=282.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 131480 0 0 0 28205 25 0 0 25 0 1 0 106617303 144547840 28070 33554432000 4194304 4650387 140736011195504 18446744073709551615 4334036 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 35290 28070 382 112 0 30255 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141160

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/308 1767
/proc/meminfo: memFree=15312640/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=161324 CPUtime=342.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 149827 0 0 0 34201 28 0 0 25 0 1 0 106617303 165195776 31760 33554432000 4194304 4650387 140736011195504 18446744073709551615 4363544 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 40331 31760 382 112 0 35296 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 161324

[startup+402.3 s]
/proc/loadavg: 4.08 4.03 3.96 5/308 1824
/proc/meminfo: memFree=15422684/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=161708 CPUtime=402.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 169233 0 0 0 40198 31 0 0 25 0 1 0 106617303 165588992 32301 33554432000 4194304 4650387 140736011195504 18446744073709551615 4315448 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 40427 32301 382 112 0 35392 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161708

[startup+462.301 s]
/proc/loadavg: 4.03 4.02 3.96 5/308 1825
/proc/meminfo: memFree=15340064/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=185008 CPUtime=462.29 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 189005 0 0 0 46194 35 0 0 25 0 1 0 106617303 189448192 37503 33554432000 4194304 4650387 140736011195504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 46252 37503 382 112 0 41217 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 185008

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.96 5/308 1827
/proc/meminfo: memFree=15291428/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=185008 CPUtime=522.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 192477 0 0 0 52194 36 0 0 25 0 1 0 106617303 189448192 39706 33554432000 4194304 4650387 140736011195504 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 46252 39706 382 112 0 41217 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185008

[startup+582.301 s]
/proc/loadavg: 4.09 4.04 3.97 5/308 1829
/proc/meminfo: memFree=15272300/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=199512 CPUtime=582.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 204857 0 0 0 58192 38 0 0 25 0 1 0 106617303 204300288 42665 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 49878 42665 382 112 0 44843 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 199512

[startup+642.3 s]
/proc/loadavg: 4.09 4.04 3.97 6/308 1830
/proc/meminfo: memFree=15278576/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=199564 CPUtime=642.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 211509 0 0 0 64191 39 0 0 25 0 1 0 106617303 204353536 40894 33554432000 4194304 4650387 140736011195504 18446744073709551615 4303994 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 49891 40894 382 112 0 44856 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 199564

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.97 5/308 1832
/proc/meminfo: memFree=15210692/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=212468 CPUtime=702.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 228947 0 0 0 70188 42 0 0 25 0 1 0 106617303 217567232 45597 33554432000 4194304 4650387 140736011195504 18446744073709551615 4366833 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 53117 45597 382 112 0 48082 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 212468

[startup+762.312 s]
/proc/loadavg: 4.01 4.02 3.97 5/308 1833
/proc/meminfo: memFree=15211172/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=212928 CPUtime=762.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 246833 0 0 0 76185 46 0 0 25 0 1 0 106617303 218038272 46016 33554432000 4194304 4650387 140736011195504 18446744073709551615 4313323 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 53232 46016 382 112 0 48197 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 212928

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.97 5/308 1835
/proc/meminfo: memFree=15191308/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=282896 CPUtime=822.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 257610 0 0 0 82182 48 0 0 25 0 1 0 106617303 289685504 46397 33554432000 4194304 4650387 140736011195504 18446744073709551615 4516590 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 70724 46406 382 112 0 65689 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 282896

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/308 1837
/proc/meminfo: memFree=15149240/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=305176 CPUtime=882.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 270965 0 0 0 88181 49 0 0 25 0 1 0 106617303 312500224 53636 33554432000 4194304 4650387 140736011195504 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 76294 53636 382 112 0 71259 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 305176

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/308 1838
/proc/meminfo: memFree=15107540/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=307816 CPUtime=942.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 271764 0 0 0 94181 50 0 0 25 0 1 0 106617303 315203584 54435 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 76954 54435 382 112 0 71919 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 307816

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/308 1840
/proc/meminfo: memFree=15058276/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=307816 CPUtime=1002.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 271765 0 0 0 100181 50 0 0 25 0 1 0 106617303 315203584 54436 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476434 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 76954 54436 382 112 0 71919 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 307816

[startup+1062.3 s]
/proc/loadavg: 4.11 4.03 3.98 5/308 1841
/proc/meminfo: memFree=15055776/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=307816 CPUtime=1062.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 271765 0 0 0 106181 50 0 0 25 0 1 0 106617303 315203584 54436 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476371 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 76954 54436 382 112 0 71919 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 307816

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.99 5/308 1843
/proc/meminfo: memFree=15054740/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=307816 CPUtime=1122.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 271765 0 0 0 112181 50 0 0 25 0 1 0 106617303 315203584 54436 33554432000 4194304 4650387 140736011195504 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 76954 54436 382 112 0 71919 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 307816

[startup+1182.3 s]
/proc/loadavg: 3.39 3.88 3.94 3/296 1881
/proc/meminfo: memFree=15467500/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=323628 CPUtime=1182.3 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 276973 0 0 0 118180 50 0 0 25 0 1 0 106617303 331395072 58093 33554432000 4194304 4650387 140736011195504 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 80907 58093 382 112 0 75872 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 323628

[startup+1242.3 s]
/proc/loadavg: 2.51 3.54 3.81 3/296 1882
/proc/meminfo: memFree=15481844/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=256200 CPUtime=1242.31 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 282123 0 0 0 124179 52 0 0 25 0 1 0 106617303 262348800 56206 33554432000 4194304 4650387 140736011195504 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 64050 56206 382 112 0 59015 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 256200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 3.27 3.70 3/296 1884
/proc/meminfo: memFree=15436420/32950928 swapFree=67111364/67111528
[pid=1757] ppid=1755 vsize=287268 CPUtime=1300.02 cores=4,6
/proc/1757/stat : 1757 (strangenight1-s) R 1755 1757 1509 0 -1 4202496 291336 0 0 0 129948 54 0 0 25 0 1 0 106617303 294162432 63024 33554432000 4194304 4650387 140736011195504 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1757/statm: 71817 63024 382 112 0 66782 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 287268

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): 1300.04
CPU user time (s): 1299.49
CPU system time (s): 0.551916
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 348944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.49
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291337
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= 12
involuntary context switches= 1497

runsolver used 4.08438 second user time and 8.49071 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 18:21:19
IDJOB=3370593
IDBENCH=83156
IDSOLVER=1847
FILE ID=node112/3370593-1305390079
RUNJOBID= node112-1305388633-1528
PBS_JOBID= 13324408
Free space on /tmp= 73544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n190-s29985700-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370593-1305390079/watcher-3370593-1305390079 -o /tmp/evaluation-result-3370593-1305390079/solver-3370593-1305390079 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370593-1305390079.cnf

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=154457824

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:     32950928 kB
MemFree:      15579672 kB
Buffers:        280988 kB
Cached:        2702152 kB
SwapCached:          0 kB
Active:       15460176 kB
Inactive:      1672536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15579672 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:    14149652 kB
Mapped:          22608 kB
Slab:           132436 kB
PageTables:      43556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35475420 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= 73544 MiB
End job on node112 at 2011-05-14 18:43:01