Trace number 3274230

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? (TO) 1300.05 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-3274230-1303608616.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.00/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.37	c  N st   118     44018       193       396         0     15156      1188    387676     11.76   no data  --
1.39/1.44	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.46	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.56	c lits-rem:      1020  cl-subs:      421  v-elim:      0  v-fix:    0  time:  0.09 s
1.49/1.56	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1.49/1.56	c vivif2 --  cl tried     8693 cl shrink        0 lits rem          0 time: 0.00
1.49/1.56	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
1.49/1.56	c calculated reachability. Time: 0.00
1.49/1.56	c  N st   119     46261       193       396         0      8693      1188    173612     11.76   no data  --
2.19/2.23	c  N st   120     60662       193       396         0     12529      1188    303905     11.76   no data  --
2.59/2.64	c  N st   121     69391       193       396         0     10432      1188    202916     11.76   no data  --
2.59/2.64	c  S st   121     69391       193       396         0     10432      1188    202916     11.76   no data  --
2.59/2.67	c  S st   121     69895       193       396         0     10916      1188    215553     11.76   no data  --
2.59/2.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.59/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
2.59/2.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.10	c lits-rem:      1166  cl-subs:      436  v-elim:      0  v-fix:    0  time:  0.43 s
3.09/3.10	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
3.09/3.10	c vivif2 --  cl tried    10480 cl shrink        0 lits rem          0 time: 0.00
3.09/3.11	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
3.09/3.11	c calculated reachability. Time: 0.00
3.09/3.11	c  N st   121     69895       193       396         0     10480      1188    201690     11.76   no data  --
3.89/3.98	c  F st   122     87502       193       396         0     15358      1188    368469     11.76   no data  --
3.89/3.98	c  N st   122     87502       193       396         0     15358      1188    368469     11.76   no data  --
4.09/4.15	c Decided on static restart strategy
4.19/4.27	c  N st   129     95539       193       396         0     22650      1188    561368     11.76   no data  --
4.59/4.62	c  N st   131    104844       193       396         0     19428      1188    431840     11.76   no data  --
4.59/4.62	c  S st   131    104844       193       396         0     19428      1188    431840     11.76   no data  --
4.59/4.65	c  S st   131    105349       193       396         0     19923      1188    443507     11.76   no data  --
4.59/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.59/4.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.59/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.59/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
4.59/4.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.09/6.10	c lits-rem:      2782  cl-subs:      746  v-elim:      0  v-fix:    0  time:  1.43 s
6.09/6.10	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
6.09/6.10	c vivif2 --  cl tried    19177 cl shrink        0 lits rem          0 time: 0.00
6.09/6.11	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
6.09/6.11	c calculated reachability. Time: 0.00
6.09/6.11	c  N st   131    105349       193       396         0     19177      1188    412541     11.76   no data  --
6.49/6.55	c  N st   132    114948       193       396         0     15390      1188    295908     11.76   no data  --
7.19/7.27	c  N st   133    129348       193       396         0     14639      1188    255890     11.76   no data  --
8.49/8.53	c  N st   134    150943       193       396         0     19571      1188    409541     11.76   no data  --
8.79/8.89	c  S st   135    158023       193       396         0     26030      1188    627203     11.76   no data  --
8.89/8.94	c  S st   135    158525       193       396         0     26521      1188    639738     11.76   no data  --
8.89/8.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.89/8.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.89/8.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.89/8.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.89/8.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.89/8.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
8.89/8.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.90/10.97	c lits-rem:      3687  cl-subs:     1926  v-elim:      0  v-fix:    0  time:  2.01 s
10.90/10.97	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
10.90/10.97	c vivif2 --  cl tried    24595 cl shrink        0 lits rem          0 time: 0.00
10.90/10.98	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
10.90/10.98	c calculated reachability. Time: 0.00
10.90/10.98	c  N st   135    158525       193       396         0     24595      1188    558045     11.76   no data  --
13.69/13.71	c  N st   136    207113       193       396         0     19304      1188    352031     11.76   no data  --
15.59/15.68	c  N st   137    237787       193       396         0     28178      1188    674770     11.76   no data  --
15.59/15.68	c  S st   137    237787       193       396         0     28178      1188    674770     11.76   no data  --
15.69/15.73	c  S st   137    238291       193       396         0     28671      1188    687197     11.76   no data  --
15.69/15.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.69/15.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.69/15.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.69/15.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.69/15.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.69/15.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
15.69/15.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.79/17.80	c lits-rem:      5742  cl-subs:     1212  v-elim:      0  v-fix:    0  time:  2.04 s
17.79/17.80	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
17.79/17.80	c vivif2 --  cl tried    27459 cl shrink        0 lits rem          0 time: 0.01
17.79/17.81	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
17.79/17.81	c calculated reachability. Time: 0.00
17.79/17.81	c  N st   137    238291       193       396         0     27459      1188    632315     11.76   no data  --
22.09/22.18	c  F st   138    306253       193       396         0     29966      1188    673332     11.76   no data  --
22.09/22.18	c  N st   138    306253       193       396         0     29966      1188    673332     11.76   no data  --
22.39/22.46	c Decided on static restart strategy
23.69/23.71	c  N st   148    334557       193       396         0     34422      1188    750573     11.76   no data  --
24.89/24.95	c  N st   150    357436       193       396         0     33090      1188    667669     11.76   no data  --
24.89/24.95	c  S st   150    357436       193       396         0     33090      1188    667669     11.76   no data  --
24.99/25.00	c  S st   150    357939       193       396         0     33590      1188    680479     11.76   no data  --
24.99/25.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.99/25.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
24.99/25.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.99/25.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.99/25.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
24.99/25.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.69/26.70	c lits-rem:      2295  cl-subs:      578  v-elim:      0  v-fix:    0  time:  1.67 s
26.69/26.70	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
26.69/26.70	c vivif2 --  cl tried    33012 cl shrink        0 lits rem          0 time: 0.01
26.69/26.71	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
26.69/26.71	c calculated reachability. Time: 0.00
26.69/26.71	c  N st   150    357939       193       396         0     33012      1188    659269     11.76   no data  --
28.69/28.72	c  N st   151    390331       193       396         0     38336      1188    835775     11.76   no data  --
31.59/31.69	c  N st   152    438920       193       396         0     32576      1188    607745     11.76   no data  --
37.09/37.16	c  N st   153    511802       193       396         0     44425      1188    956647     11.76   no data  --
38.79/38.84	c  N st   154    536909       193       396         0     38211      1188    750307     11.76   no data  --
38.79/38.84	c  S st   154    536909       193       396         0     38211      1188    750307     11.76   no data  --
38.89/38.91	c  S st   154    537412       193       396         0     38697      1188    763129     11.76   no data  --
38.89/38.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.89/38.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.89/38.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
38.89/38.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.89/38.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.89/38.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
38.89/38.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.19/41.22	c lits-rem:      7793  cl-subs:     1947  v-elim:      0  v-fix:    0  time:  2.28 s
41.19/41.22	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
41.19/41.22	c vivif2 --  cl tried    36750 cl shrink        0 lits rem          0 time: 0.01
41.19/41.23	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
41.19/41.24	c calculated reachability. Time: 0.00
41.19/41.24	c  N st   154    537412       193       396         0     36750      1188    682869     11.76   no data  --
53.59/53.61	c  N st   155    701397       193       396         0     31661      1188    472315     11.76   no data  --
62.29/62.31	c  N st   156    806119       193       396         0     57184      1188   1265523     11.76   no data  --
62.29/62.31	c  S st   156    806119       193       396         0     57184      1188   1265523     11.76   no data  --
62.39/62.40	c  S st   156    806623       193       396         0     57680      1188   1278627     11.76   no data  --
62.39/62.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.39/62.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.39/62.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
62.39/62.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.39/62.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.39/62.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
62.39/62.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.89/67.94	c lits-rem:      1700  cl-subs:     4653  v-elim:      0  v-fix:    0  time:  5.49 s
67.89/67.94	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
67.89/67.95	c vivif2 --  cl tried    53027 cl shrink        0 lits rem          0 time: 0.01
67.89/67.97	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
67.89/67.97	c calculated reachability. Time: 0.00
67.89/67.97	c  N st   156    806623       193       396         0     53027      1188   1106508     11.76   no data  --
90.20/90.27	c  F st   157   1071877       193       396         0     64938      1188   1456790     11.76   no data  --
90.20/90.27	c  N st   157   1071877       193       396         0     64938      1188   1456790     11.76   no data  --
90.69/90.71	c Decided on static restart strategy
92.29/92.40	c  N st   167   1100183       193       396         0     53022      1188   1010847     11.76   no data  --
95.90/95.92	c  N st   169   1136178       193       396         0     45776      1188    767506     11.76   no data  --
98.90/98.94	c  N st   170   1168570       193       396         0     74169      1188   1759322     11.76   no data  --
102.79/102.87	c  N st   171   1209936       193       396         0     68469      1188   1554652     11.76   no data  --
102.79/102.87	c  S st   171   1209936       193       396         0     68469      1188   1554652     11.76   no data  --
102.89/102.98	c  S st   171   1210441       193       396         0     68966      1188   1567838     11.76   no data  --
102.89/102.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.89/102.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.99/103.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
102.99/103.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.99/103.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.99/103.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
102.99/103.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.60/116.60	c lits-rem:       637  cl-subs:    12573  v-elim:      0  v-fix:    0  time: 13.56 s
116.60/116.60	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
116.60/116.61	c vivif2 --  cl tried    56393 cl shrink        0 lits rem          0 time: 0.01
116.60/116.63	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
116.60/116.63	c calculated reachability. Time: 0.00
116.60/116.63	c  N st   171   1210441       193       396         0     56393      1188   1066503     11.76   no data  --
125.09/125.13	c  N st   172   1283328       193       396         0     79470      1188   2024127     11.76   no data  --
136.50/136.52	c  N st   173   1392651       193       396         0     87935      1188   2037283     11.76   no data  --
151.90/151.94	c  N st   174   1556638       193       396         0     48583      1188    716926     11.76   no data  --
166.69/166.78	c  N st   175   1710442       193       396         0     83939      1188   1863571     11.76   no data  --
166.69/166.78	c  S st   175   1710442       193       396         0     83939      1188   1863571     11.76   no data  --
166.89/166.91	c  S st   175   1710943       193       396         0     84431      1188   1877219     11.76   no data  --
166.89/166.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
166.89/166.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.89/166.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
166.89/166.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.89/166.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.89/166.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
166.89/166.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.49/184.56	c lits-rem:     16814  cl-subs:     8718  v-elim:      0  v-fix:    0  time: 17.57 s
184.49/184.56	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
184.49/184.57	c vivif2 --  cl tried    75713 cl shrink        0 lits rem          0 time: 0.02
184.59/184.60	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
184.59/184.60	c calculated reachability. Time: 0.00
184.59/184.60	c  N st   175   1710943       193       396         0     75713      1188   1553727     11.76   no data  --
219.70/219.79	c  N st   176   2079908       193       396         0     83985      1188   1860364     11.76   no data  --
235.10/235.12	c  N st   177   2210943       193       396         0     90201      1188   1863542     11.76   no data  --
235.10/235.12	c  S st   177   2210943       193       396         0     90201      1188   1863542     11.76   no data  --
235.20/235.26	c  S st   177   2211444       193       396         0     90695      1188   1877029     11.76   no data  --
235.20/235.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
235.20/235.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
235.20/235.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
235.30/235.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.30/235.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.30/235.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
235.30/235.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
249.70/249.72	c lits-rem:      8438  cl-subs:     7544  v-elim:      0  v-fix:    0  time: 14.38 s
249.70/249.72	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
249.70/249.73	c vivif2 --  cl tried    83151 cl shrink        0 lits rem          0 time: 0.02
249.70/249.76	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
249.70/249.76	c calculated reachability. Time: 0.00
249.70/249.76	c  N st   177   2211444       193       396         0     83151      1188   1626259     11.76   no data  --
308.80/308.84	c  N st   178   2711445       193       396         0    105980      1188   2146271     11.76   no data  --
308.80/308.84	c  S st   178   2711445       193       396         0    105980      1188   2146271     11.76   no data  --
309.00/309.00	c  S st   178   2711947       193       396         0    106477      1188   2159475     11.76   no data  --
309.00/309.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.00/309.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
309.00/309.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
309.00/309.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.10/309.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.10/309.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
309.10/309.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
328.00/328.05	c lits-rem:      5798  cl-subs:     5515  v-elim:      0  v-fix:    0  time: 18.95 s
328.00/328.05	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
328.00/328.07	c vivif2 --  cl tried   100962 cl shrink        0 lits rem          0 time: 0.02
328.10/328.11	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
328.10/328.12	c calculated reachability. Time: 0.00
328.10/328.12	c  N st   178   2711947       193       396         0    100962      1188   1974804     11.76   no data  --
386.60/386.69	c  N st   179   3211947       193       396         0     81863      1188   1340340     11.76   no data  --
386.60/386.69	c  S st   179   3211947       193       396         0     81863      1188   1340340     11.76   no data  --
386.80/386.81	c  S st   179   3212456       193       396         0     82362      1188   1355379     11.76   no data  --
386.80/386.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
386.80/386.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
386.80/386.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
386.80/386.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.80/386.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.80/386.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
386.80/386.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
390.20/390.26	c lits-rem:       998  cl-subs:     1500  v-elim:      0  v-fix:    0  time:  3.40 s
390.20/390.26	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
390.20/390.28	c vivif2 --  cl tried    80862 cl shrink        0 lits rem          0 time: 0.01
390.30/390.30	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
390.30/390.30	c calculated reachability. Time: 0.00
390.30/390.30	c  N st   179   3212456       193       396         0     80862      1188   1307608     11.76   no data  --
452.30/452.33	c  N st   180   3712460       193       396         0     85585      1188   1490725     11.76   no data  --
452.30/452.33	c  S st   180   3712460       193       396         0     85585      1188   1490725     11.76   no data  --
452.40/452.45	c  S st   180   3712961       193       396         0     86075      1188   1503684     11.76   no data  --
452.40/452.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
452.40/452.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
452.40/452.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
452.50/452.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
452.50/452.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
452.50/452.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
452.50/452.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
459.50/459.56	c lits-rem:      1746  cl-subs:     5470  v-elim:      0  v-fix:    0  time:  7.05 s
459.50/459.56	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
459.50/459.58	c vivif2 --  cl tried    80605 cl shrink        0 lits rem          0 time: 0.01
459.60/459.60	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
459.60/459.60	c calculated reachability. Time: 0.00
459.60/459.60	c  N st   180   3712961       193       396         0     80605      1188   1306595     11.76   no data  --
464.40/464.44	c  F st   181   3751563       193       396         0    112336      1188   2388514     11.76   no data  --
464.40/464.44	c  N st   181   3751563       193       396         0    112336      1188   2388514     11.76   no data  --
465.10/465.11	c Decided on static restart strategy
468.00/468.00	c  N st   191   3779867       193       396         0    137552      1188   3173629     11.76   no data  --
471.80/471.80	c  N st   193   3815863       193       396         0     99329      1188   1732649     11.76   no data  --
475.40/475.43	c  N st   194   3848255       193       396         0    127876      1188   2644768     11.76   no data  --
480.71/480.70	c  N st   195   3896844       193       396         0     96707      1188   1716097     11.76   no data  --
492.31/492.31	c  N st   196   3969726       193       396         0     85787      1188   1303951     11.76   no data  --
511.91/511.99	c  N st   197   4079050       193       396         0    102653      1188   1917720     11.76   no data  --
531.00/531.07	c  N st   198   4212961       193       396         0    142327      1188   3198231     11.76   no data  --
531.00/531.07	c  S st   198   4212961       193       396         0    142327      1188   3198231     11.76   no data  --
531.31/531.32	c  S st   198   4213463       193       396         0    142826      1188   3211823     11.76   no data  --
531.31/531.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
531.31/531.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
531.31/531.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
531.40/531.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.40/531.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.40/531.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
531.40/531.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
603.71/603.75	c lits-rem:      4363  cl-subs:     9084  v-elim:      0  v-fix:    0  time: 72.28 s
603.71/603.75	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
603.71/603.78	c vivif2 --  cl tried   133742 cl shrink        0 lits rem          0 time: 0.03
603.81/603.84	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.06
603.81/603.85	c calculated reachability. Time: 0.00
603.81/603.85	c  N st   198   4213463       193       396         0    133742      1188   2863696     11.76   no data  --
637.91/637.91	c  N st   199   4459441       193       396         0    108661      1188   2047391     11.76   no data  --
671.31/671.32	c  N st   200   4713463       193       396         0     84758      1188   1243931     11.76   no data  --
671.31/671.32	c  S st   200   4713463       193       396         0     84758      1188   1243931     11.76   no data  --
671.41/671.44	c  S st   200   4713969       193       396         0     85256      1188   1259592     11.76   no data  --
671.41/671.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
671.41/671.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
671.41/671.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
671.51/671.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
671.51/671.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
671.51/671.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
671.51/671.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
674.51/674.55	c lits-rem:      1460  cl-subs:      739  v-elim:      0  v-fix:    0  time:  3.05 s
674.51/674.55	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
674.51/674.57	c vivif2 --  cl tried    84517 cl shrink        0 lits rem          0 time: 0.01
674.51/674.59	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
674.51/674.59	c calculated reachability. Time: 0.00
674.51/674.59	c  N st   200   4713969       193       396         0     84517      1188   1233791     11.76   no data  --
744.31/744.33	c  N st   201   5213971       193       396         0     94633      1188   1422636     11.76   no data  --
744.31/744.33	c  S st   201   5213971       193       396         0     94633      1188   1422636     11.76   no data  --
744.41/744.48	c  S st   201   5214476       193       396         0     95130      1188   1437064     11.76   no data  --
744.41/744.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
744.41/744.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
744.51/744.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
744.51/744.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
744.51/744.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
744.51/744.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
744.51/744.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
747.81/747.87	c lits-rem:      1634  cl-subs:     1396  v-elim:      0  v-fix:    0  time:  3.33 s
747.81/747.87	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
747.81/747.89	c vivif2 --  cl tried    93734 cl shrink        0 lits rem          0 time: 0.01
747.92/747.92	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
747.92/747.92	c calculated reachability. Time: 0.00
747.92/747.92	c  N st   201   5214476       193       396         0     93734      1188   1390815     11.76   no data  --
829.21/829.29	c  N st   202   5714477       193       396         0    174847      1188   4333509     11.76   no data  --
829.21/829.29	c  S st   202   5714477       193       396         0    174847      1188   4333509     11.76   no data  --
829.61/829.60	c  S st   202   5714980       193       396         0    175344      1188   4348349     11.76   no data  --
829.61/829.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
829.61/829.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
829.61/829.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
829.81/829.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
829.81/829.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
829.81/829.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
829.81/829.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1102.81/1102.85	c lits-rem:     20381  cl-subs:     9850  v-elim:      0  v-fix:    0  time: 273.06 s
1102.81/1102.85	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1102.91/1102.90	c vivif2 --  cl tried   165494 cl shrink        0 lits rem          0 time: 0.04
1102.91/1102.98	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.08
1102.91/1102.99	c calculated reachability. Time: 0.00
1102.91/1102.99	c  N st   202   5714980       193       396         0    165494      1188   3921580     11.76   no data  --
1178.02/1178.01	c  N st   203   6214980       193       396         0    128093      1188   2529531     11.76   no data  --
1178.02/1178.01	c  S st   203   6214980       193       396         0    128093      1188   2529531     11.76   no data  --
1178.22/1178.21	c  S st   203   6215482       193       396         0    128581      1188   2543176     11.76   no data  --
1178.22/1178.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1178.22/1178.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1178.22/1178.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
1178.32/1178.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1178.32/1178.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1178.32/1178.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1178.32/1178.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1202.02/1202.00	c lits-rem:       525  cl-subs:     8409  v-elim:      0  v-fix:    0  time: 23.67 s
1202.02/1202.00	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1202.02/1202.02	c vivif2 --  cl tried   120172 cl shrink        0 lits rem          0 time: 0.02
1202.02/1202.07	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
1202.02/1202.08	c calculated reachability. Time: 0.00
1202.02/1202.08	c  N st   203   6215482       193       396         0    120172      1188   2232308     11.76   no data  --
1286.12/1286.18	c  N st   204   6715483       193       396         0    168277      1188   3749392     11.76   no data  --
1286.12/1286.18	c  S st   204   6715483       193       396         0    168277      1188   3749392     11.76   no data  --
1286.42/1286.45	c  S st   204   6715986       193       396         0    168772      1188   3765855     11.76   no data  --
1286.42/1286.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1286.42/1286.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1286.52/1286.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
1286.62/1286.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1286.62/1286.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1286.62/1286.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1286.62/1286.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274230-1303608616/watcher-3274230-1303608616 -o /tmp/evaluation-result-3274230-1303608616/solver-3274230-1303608616 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3274230-1303608616.cnf 

running on 2 cores: 1,3

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: 2.63 3.02 2.89 2/179 21616
/proc/meminfo: memFree=11786820/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=29816 CPUtime=0 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 541 0 0 0 0 0 0 0 22 0 1 0 551092288 30531584 477 33554432000 4194304 4650387 140734090219744 18446744073709551615 4331122 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 7454 477 377 112 0 2419 0

[startup+0.010109 s]
/proc/loadavg: 2.63 3.02 2.89 2/179 21616
/proc/meminfo: memFree=11786820/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=29816 CPUtime=0 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 546 0 0 0 0 0 0 0 22 0 1 0 551092288 30531584 482 33554432000 4194304 4650387 140734090219744 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 7454 482 377 112 0 2419 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29816

[startup+0.101089 s]
/proc/loadavg: 2.63 3.02 2.89 2/179 21616
/proc/meminfo: memFree=11786820/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=30272 CPUtime=0.09 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 781 0 0 0 9 0 0 0 22 0 1 0 551092288 30998528 610 33554432000 4194304 4650387 140734090219744 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 7568 610 379 112 0 2533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30272

[startup+0.301049 s]
/proc/loadavg: 2.63 3.02 2.89 2/179 21616
/proc/meminfo: memFree=11786820/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=30712 CPUtime=0.29 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 1134 0 0 0 29 0 0 0 23 0 1 0 551092288 31449088 795 33554432000 4194304 4650387 140734090219744 18446744073709551615 4363391 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 7678 795 379 112 0 2643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30712

[startup+0.700982 s]
/proc/loadavg: 2.63 3.02 2.89 2/179 21616
/proc/meminfo: memFree=11786820/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=35364 CPUtime=0.69 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 2740 0 0 0 69 0 0 0 25 0 1 0 551092288 36212736 1935 33554432000 4194304 4650387 140734090219744 18446744073709551615 4426529 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 8841 1935 382 112 0 3806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35364

[startup+1.50084 s]
/proc/loadavg: 2.63 3.02 2.89 3/180 21617
/proc/meminfo: memFree=11778016/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=38520 CPUtime=1.49 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 4185 0 0 0 149 0 0 0 18 0 1 0 551092288 39444480 2576 33554432000 4194304 4650387 140734090219744 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 9630 2576 382 112 0 4595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38520

[startup+3.10055 s]
/proc/loadavg: 2.66 3.02 2.89 3/180 21617
/proc/meminfo: memFree=11769212/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=40276 CPUtime=3.09 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 5817 0 0 0 309 0 0 0 21 0 1 0 551092288 41242624 3027 33554432000 4194304 4650387 140734090219744 18446744073709551615 4542350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 10069 3027 382 112 0 5034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40276

[startup+6.30099 s]
/proc/loadavg: 2.66 3.02 2.89 3/179 21617
/proc/meminfo: memFree=11760192/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=46540 CPUtime=6.29 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 8832 0 0 0 629 0 0 0 25 0 1 0 551092288 47656960 4747 33554432000 4194304 4650387 140734090219744 18446744073709551615 4365210 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 11635 4747 382 112 0 6600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46540

[startup+12.7008 s]
/proc/loadavg: 2.56 2.99 2.88 3/178 21617
/proc/meminfo: memFree=11744976/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=55600 CPUtime=12.69 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 14859 0 0 0 1268 1 0 0 25 0 1 0 551092288 56934400 6768 33554432000 4194304 4650387 140734090219744 18446744073709551615 4315261 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 13900 6768 382 112 0 8865 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55600

[startup+25.5006 s]
/proc/loadavg: 2.47 2.95 2.87 3/178 21617
/proc/meminfo: memFree=11728592/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=67340 CPUtime=25.49 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 25260 0 0 0 2546 3 0 0 25 0 1 0 551092288 68956160 9630 33554432000 4194304 4650387 140734090219744 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 16835 9630 382 112 0 11800 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67340

[startup+51.101 s]
/proc/loadavg: 2.31 2.88 2.85 3/178 21618
/proc/meminfo: memFree=11710092/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=75752 CPUtime=51.1 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 41394 0 0 0 5104 6 0 0 25 0 1 0 551092288 77570048 11555 33554432000 4194304 4650387 140734090219744 18446744073709551615 4333783 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 18938 11555 382 112 0 13903 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 75752

[startup+102.306 s]
/proc/loadavg: 2.20 2.74 2.80 3/178 21619
/proc/meminfo: memFree=11682912/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=94548 CPUtime=102.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 68872 0 0 0 10220 10 0 0 25 0 1 0 551092288 96817152 16563 33554432000 4194304 4650387 140734090219744 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 23637 16563 382 112 0 18602 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94548

[startup+162.3 s]
/proc/loadavg: 2.08 2.62 2.75 3/178 21621
/proc/meminfo: memFree=11656000/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=109656 CPUtime=162.29 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 91754 0 0 0 16215 14 0 0 25 0 1 0 551092288 112287744 20677 33554432000 4194304 4650387 140734090219744 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 27414 20677 382 112 0 22379 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109656

[startup+222.301 s]
/proc/loadavg: 2.02 2.49 2.70 3/178 21623
/proc/meminfo: memFree=11629916/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=133800 CPUtime=222.29 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 116138 0 0 0 22211 18 0 0 25 0 1 0 551092288 137011200 26707 33554432000 4194304 4650387 140734090219744 18446744073709551615 4365293 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 33450 26707 382 112 0 28415 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133800

[startup+282.301 s]
/proc/loadavg: 2.01 2.41 2.66 3/178 21624
/proc/meminfo: memFree=11615380/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=141216 CPUtime=282.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 134252 0 0 0 28208 22 0 0 25 0 1 0 551092288 144605184 28036 33554432000 4194304 4650387 140734090219744 18446744073709551615 4330345 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 35304 28036 382 112 0 30269 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141216

[startup+342.3 s]
/proc/loadavg: 2.00 2.32 2.61 3/178 21626
/proc/meminfo: memFree=11599736/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=161428 CPUtime=342.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 152987 0 0 0 34205 25 0 0 25 0 1 0 551092288 165302272 31869 33554432000 4194304 4650387 140734090219744 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 40357 31869 382 112 0 35322 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 161428

[startup+402.301 s]
/proc/loadavg: 2.08 2.28 2.58 3/178 21627
/proc/meminfo: memFree=11580616/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=161852 CPUtime=402.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 172885 0 0 0 40202 28 0 0 25 0 1 0 551092288 165736448 32349 33554432000 4194304 4650387 140734090219744 18446744073709551615 4366679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 40463 32349 382 112 0 35428 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161852

[startup+462.301 s]
/proc/loadavg: 2.02 2.23 2.54 3/178 21629
/proc/meminfo: memFree=11551224/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=185012 CPUtime=462.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 190207 0 0 0 46199 31 0 0 25 0 1 0 551092288 189452288 38705 33554432000 4194304 4650387 140734090219744 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 46253 38705 382 112 0 41218 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185012

[startup+522.3 s]
/proc/loadavg: 2.09 2.20 2.51 3/178 21634
/proc/meminfo: memFree=11572384/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=163452 CPUtime=522.3 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 194680 0 0 0 52198 32 0 0 25 0 1 0 551092288 167374848 32488 33554432000 4194304 4650387 140734090219744 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 40863 32488 382 112 0 35828 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 163452

[startup+582.301 s]
/proc/loadavg: 2.03 2.16 2.47 3/178 21635
/proc/meminfo: memFree=11532920/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=199516 CPUtime=582.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 204858 0 0 0 58198 33 0 0 25 0 1 0 551092288 204304384 42666 33554432000 4194304 4650387 140734090219744 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 49879 42666 382 112 0 44844 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199516

[startup+642.301 s]
/proc/loadavg: 2.01 2.13 2.44 3/178 21637
/proc/meminfo: memFree=11526688/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=197856 CPUtime=642.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 216825 0 0 0 64196 35 0 0 25 0 1 0 551092288 202604544 42243 33554432000 4194304 4650387 140734090219744 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 49464 42243 382 112 0 44429 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 197856

[startup+702.3 s]
/proc/loadavg: 2.04 2.12 2.41 3/178 21638
/proc/meminfo: memFree=11507188/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=212840 CPUtime=702.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 236063 0 0 0 70192 39 0 0 25 0 1 0 551092288 217948160 43942 33554432000 4194304 4650387 140734090219744 18446744073709551615 4366162 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 53210 43942 382 112 0 48175 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 212840

[startup+762.307 s]
/proc/loadavg: 2.01 2.09 2.38 3/178 21640
/proc/meminfo: memFree=11512248/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=266120 CPUtime=762.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 250036 0 0 0 76190 41 0 0 25 0 1 0 551092288 272506880 44923 33554432000 4194304 4650387 140734090219744 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 66530 44923 382 112 0 61495 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 266120

[startup+822.301 s]
/proc/loadavg: 2.00 2.07 2.36 3/178 21642
/proc/meminfo: memFree=11509360/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=205944 CPUtime=822.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 261179 0 0 0 82188 43 0 0 25 0 1 0 551092288 210886656 43850 33554432000 4194304 4650387 140734090219744 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 51486 43850 382 112 0 46451 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 205944

[startup+882.3 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11467664/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=305180 CPUtime=882.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 270966 0 0 0 88187 44 0 0 25 0 1 0 551092288 312504320 53637 33554432000 4194304 4650387 140734090219744 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 76295 53637 382 112 0 71260 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 305180

[startup+942.301 s]
/proc/loadavg: 1.43 1.89 2.26 2/172 21662
/proc/meminfo: memFree=11578776/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=307820 CPUtime=942.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 271766 0 0 0 94187 44 0 0 25 0 1 0 551092288 315207680 54437 33554432000 4194304 4650387 140734090219744 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 76955 54437 382 112 0 71920 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 307820

[startup+1002.3 s]
/proc/loadavg: 1.14 1.71 2.17 2/172 21663
/proc/meminfo: memFree=11578748/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=307820 CPUtime=1002.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 271766 0 0 0 100187 44 0 0 25 0 1 0 551092288 315207680 54437 33554432000 4194304 4650387 140734090219744 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 76955 54437 382 112 0 71920 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 307820

[startup+1062.3 s]
/proc/loadavg: 1.06 1.59 2.10 2/172 21665
/proc/meminfo: memFree=11579080/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=307820 CPUtime=1062.31 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 271766 0 0 0 106187 44 0 0 25 0 1 0 551092288 315207680 54437 33554432000 4194304 4650387 140734090219744 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 76955 54437 382 112 0 71920 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 307820

[startup+1122.3 s]
/proc/loadavg: 1.02 1.47 2.02 2/172 21667
/proc/meminfo: memFree=11565140/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=323632 CPUtime=1122.32 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 276872 0 0 0 112186 46 0 0 25 0 1 0 551092288 331399168 57992 33554432000 4194304 4650387 140734090219744 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 80908 57992 382 112 0 75873 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 323632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.39 1.96 2/172 21668
/proc/meminfo: memFree=11571436/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=256204 CPUtime=1182.32 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 282124 0 0 0 118185 47 0 0 25 0 1 0 551092288 262352896 56207 33554432000 4194304 4650387 140734090219744 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 64051 56207 382 112 0 59016 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 256204

[startup+1242.3 s]
/proc/loadavg: 1.00 1.31 1.89 2/172 21670
/proc/meminfo: memFree=11543508/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=287272 CPUtime=1242.32 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 291732 0 0 0 124183 49 0 0 25 0 1 0 551092288 294166528 63420 33554432000 4194304 4650387 140734090219744 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 71818 63420 382 112 0 66783 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 287272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.26 1.84 2/172 21671
/proc/meminfo: memFree=11538740/32950928 swapFree=67111528/67111528
[pid=21616] ppid=21614 vsize=350324 CPUtime=1300.03 cores=1,3
/proc/21616/stat : 21616 (strangenight1-s) R 21614 21616 20385 0 -1 4202496 298731 0 0 0 129952 51 0 0 25 0 1 0 551092288 358731776 64553 33554432000 4194304 4650387 140734090219744 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21616/statm: 87581 64553 382 112 0 82546 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 350324

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.05
CPU user time (s): 1299.52
CPU system time (s): 0.526919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 350324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298731
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= 9
involuntary context switches= 1222

runsolver used 1.89971 second user time and 4.49932 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 03:30:16
IDJOB=3274230
IDBENCH=83156
IDSOLVER=1589
FILE ID=node112/3274230-1303608616
RUNJOBID= node112-1303608615-21596
PBS_JOBID= 13150584
Free space on /tmp= 72572 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
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-3274230-1303608616/watcher-3274230-1303608616 -o /tmp/evaluation-result-3274230-1303608616/solver-3274230-1303608616 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3274230-1303608616.cnf

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=1957145040

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.828
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.828
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.83
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.828
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11786976 kB
Buffers:       1967688 kB
Cached:       18584468 kB
SwapCached:          0 kB
Active:        9383060 kB
Inactive:     11236488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11786976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12652 kB
Writeback:           0 kB
AnonPages:       66960 kB
Mapped:          15208 kB
Slab:           481024 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220772 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= 72572 MiB
End job on node112 at 2011-04-24 03:51:58