Trace number 3273478

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.04 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s33098896-unsat.cnf
MD5SUM1221fb51c407dee7559369d7c6eedb4e
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 variables181
Number of clauses372
Sum of the clauses size1116
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3372
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-3273478-1303605830.cnf'
0.00/0.00	c -- header says num vars:            181
0.00/0.00	c -- header says num clauses:         372
0.00/0.00	c -- clauses added:            0 learnts,          372 normals,            0 xors
0.00/0.00	c -- vars added        181
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       181       372         0         0      1116         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/372/372 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:    181 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       4 undec:     171 neg:       6
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       181       372         0         0      1116         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.00/0.08	c  N st     8      4916       181       372         0      4446      1116     92096   no data   no data  --
0.19/0.23	c  N st    10     11299       181       372         0      4156      1116     77384   no data   no data  --
0.39/0.42	c  N st    11     17043       181       372         0      9242      1116    218936   no data   no data  --
0.69/0.70	c  F st    12     25002       181       372         0     11158      1116    261862   no data   no data  --
0.69/0.70	c  N st    12     25002       181       372         0     11158      1116    261862   no data   no data  --
0.79/0.84	c Decided on static restart strategy
0.79/0.84	c  N st    18     30000       181       372         0      9690      1116    193944   no data   no data  --
0.79/0.84	c  S st    18     30000       181       372         0      9690      1116    193944   no data   no data  --
0.79/0.86	c  S st    18     30500       181       372         0     10167      1116    203811   no data   no data  --
0.79/0.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.79/0.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
0.79/0.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.00/1.09	c lits-rem:       851  cl-subs:      506  v-elim:      0  v-fix:    0  time:  0.22 s
1.00/1.09	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
1.00/1.09	c calculated reachability. Time: 0.00
1.00/1.09	c  N st    18     30500       181       372         0      9661      1116    187958   no data   no data  --
1.29/1.32	c  N st    20     37611       181       372         0      8947      1116    164351   no data   no data  --
1.49/1.57	c  N st    21     44010       181       372         0     14607      1116    346287   no data   no data  --
1.59/1.63	c  S st    22     45750       181       372         0      8168      1116    126949   no data   no data  --
1.59/1.65	c  S st    22     46252       181       372         0      8651      1116    137734   no data   no data  --
1.59/1.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.59/1.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1.59/1.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.69/1.70	c lits-rem:       333  cl-subs:       92  v-elim:      0  v-fix:    0  time:  0.05 s
1.69/1.70	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1.69/1.70	c vivif2 --  cl tried     8559 cl shrink        0 lits rem          0 time: 0.00
1.69/1.71	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
1.69/1.71	c calculated reachability. Time: 0.00
1.69/1.71	c  N st    22     46252       181       372         0      8559      1116    134651   no data   no data  --
2.29/2.33	c  N st    23     60649       181       372         0     12522      1116    267890   no data   no data  --
2.69/2.76	c  N st    24     69379       181       372         0     10568      1116    178395   no data   no data  --
2.69/2.76	c  S st    24     69379       181       372         0     10568      1116    178395   no data   no data  --
2.69/2.78	c  S st    24     69881       181       372         0     11048      1116    188816   no data   no data  --
2.69/2.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.69/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2.69/2.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.11	c lits-rem:       349  cl-subs:       98  v-elim:      0  v-fix:    0  time:  0.33 s
3.09/3.11	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3.09/3.11	c vivif2 --  cl tried    10950 cl shrink        0 lits rem          0 time: 0.00
3.09/3.12	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
3.09/3.12	c calculated reachability. Time: 0.00
3.09/3.12	c  N st    24     69881       181       372         0     10950      1116    185372   no data   no data  --
3.99/4.03	c  F st    25     87500       181       372         0     16085      1116    355510   no data   no data  --
3.99/4.03	c  N st    25     87500       181       372         0     16085      1116    355510   no data   no data  --
4.18/4.29	c Decided on static restart strategy
4.39/4.45	c  N st    32     95541       181       372         0     23421      1116    592616   no data   no data  --
4.68/4.79	c  N st    34    104823       181       372         0     19816      1116    411019   no data   no data  --
4.68/4.79	c  S st    34    104823       181       372         0     19816      1116    411019   no data   no data  --
4.78/4.82	c  S st    34    105325       181       372         0     20309      1116    422171   no data   no data  --
4.78/4.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/4.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.78/4.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.78/4.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/4.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/4.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4.78/4.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.18/6.27	c lits-rem:      2402  cl-subs:     1148  v-elim:      0  v-fix:    0  time:  1.43 s
6.18/6.27	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
6.18/6.27	c vivif2 --  cl tried    19161 cl shrink        0 lits rem          0 time: 0.00
6.18/6.28	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
6.18/6.28	c calculated reachability. Time: 0.00
6.18/6.28	c  N st    34    105325       181       372         0     19161      1116    379927   no data   no data  --
6.68/6.71	c  N st    35    114924       181       372         0     15078      1116    265713   no data   no data  --
7.28/7.32	c  N st    36    129322       181       372         0     14233      1116    229068   no data   no data  --
8.18/8.29	c  N st    37    150920       181       372         0     19373      1116    359069   no data   no data  --
8.58/8.60	c  S st    38    157989       181       372         0     25752      1116    513255   no data   no data  --
8.58/8.64	c  S st    38    158491       181       372         0     26246      1116    525227   no data   no data  --
8.58/8.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.58/8.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.58/8.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.58/8.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.58/8.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.58/8.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
8.58/8.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.19/10.28	c lits-rem:      4651  cl-subs:     1406  v-elim:      0  v-fix:    0  time:  1.62 s
10.19/10.28	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
10.19/10.29	c vivif2 --  cl tried    24840 cl shrink        0 lits rem          0 time: 0.00
10.29/10.30	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
10.29/10.30	c calculated reachability. Time: 0.00
10.29/10.30	c  N st    38    158491       181       372         0     24840      1116    477428   no data   no data  --
12.58/12.66	c  N st    39    207081       181       372         0     19587      1116    318760   no data   no data  --
14.29/14.37	c  N st    40    237738       181       372         0     28297      1116    568148   no data   no data  --
14.29/14.37	c  S st    40    237738       181       372         0     28297      1116    568148   no data   no data  --
14.38/14.41	c  S st    40    238240       181       372         0     28789      1116    578834   no data   no data  --
14.38/14.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.38/14.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.38/14.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.38/14.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.38/14.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.38/14.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
14.38/14.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.59/16.62	c lits-rem:      4052  cl-subs:     3039  v-elim:      0  v-fix:    0  time:  2.18 s
16.59/16.62	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
16.59/16.62	c vivif2 --  cl tried    25750 cl shrink        0 lits rem          0 time: 0.00
16.59/16.63	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
16.59/16.63	c calculated reachability. Time: 0.00
16.59/16.63	c  N st    40    238240       181       372         0     25750      1116    471776   no data   no data  --
19.98/20.06	c  F st    41    306250       181       372         0     28172      1116    518726   no data   no data  --
19.98/20.06	c  N st    41    306250       181       372         0     28172      1116    518726   no data   no data  --
20.28/20.34	c Decided on static restart strategy
21.69/21.73	c  N st    51    334552       181       372         0     32993      1116    632639   no data   no data  --
23.19/23.21	c  N st    53    357360       181       372         0     31421      1116    572908   no data   no data  --
23.19/23.21	c  S st    53    357360       181       372         0     31421      1116    572908   no data   no data  --
23.19/23.26	c  S st    53    357861       181       372         0     31907      1116    585751   no data   no data  --
23.19/23.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.19/23.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.19/23.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.19/23.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.19/23.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.19/23.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
23.19/23.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.99/25.08	c lits-rem:      3514  cl-subs:      942  v-elim:      0  v-fix:    0  time:  1.79 s
24.99/25.08	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
24.99/25.08	c vivif2 --  cl tried    30965 cl shrink        0 lits rem          0 time: 0.00
24.99/25.09	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
24.99/25.09	c calculated reachability. Time: 0.00
24.99/25.09	c  N st    53    357861       181       372         0     30965      1116    548994   no data   no data  --
27.08/27.18	c  N st    54    390255       181       372         0     35920      1116    775731   no data   no data  --
30.09/30.14	c  N st    55    438844       181       372         0     29254      1116    503615   no data   no data  --
35.49/35.53	c  N st    56    511726       181       372         0     40553      1116    893851   no data   no data  --
37.48/37.52	c  N st    57    536791       181       372         0     36001      1116    686956   no data   no data  --
37.48/37.52	c  S st    57    536791       181       372         0     36001      1116    686956   no data   no data  --
37.48/37.58	c  S st    57    537292       181       372         0     36493      1116    699806   no data   no data  --
37.48/37.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.48/37.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.48/37.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
37.58/37.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.58/37.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.58/37.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
37.58/37.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.99/40.04	c lits-rem:      7959  cl-subs:     2561  v-elim:      0  v-fix:    0  time:  2.43 s
39.99/40.04	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
39.99/40.05	c vivif2 --  cl tried    33932 cl shrink        0 lits rem          0 time: 0.01
39.99/40.05	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
39.99/40.06	c calculated reachability. Time: 0.00
39.99/40.06	c  N st    57    537292       181       372         0     33932      1116    604927   no data   no data  --
53.69/53.73	c  N st    58    701278       181       372         0     57900      1116   1332512   no data   no data  --
62.48/62.50	c  N st    59    805938       181       372         0     53785      1116   1149641   no data   no data  --
62.48/62.50	c  S st    59    805938       181       372         0     53785      1116   1149641   no data   no data  --
62.48/62.58	c  S st    59    806439       181       372         0     54275      1116   1161438   no data   no data  --
62.48/62.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.48/62.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.59/62.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
62.59/62.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.59/62.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.59/62.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
62.59/62.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.39/70.40	c lits-rem:      9106  cl-subs:     6454  v-elim:      0  v-fix:    0  time:  7.77 s
70.39/70.40	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
70.39/70.41	c vivif2 --  cl tried    47821 cl shrink        0 lits rem          0 time: 0.01
70.39/70.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
70.39/70.43	c calculated reachability. Time: 0.00
70.39/70.43	c  N st    59    806439       181       372         0     47821      1116    939963   no data   no data  --
93.09/93.18	c  F st    60   1071877       181       372         0     64278      1116   1336198   no data   no data  --
93.09/93.18	c  N st    60   1071877       181       372         0     64278      1116   1336198   no data   no data  --
93.49/93.56	c Decided on static restart strategy
95.29/95.34	c  N st    70   1100181       181       372         0     50579      1116    903391   no data   no data  --
98.89/98.99	c  N st    72   1136174       181       372         0     42908      1116    641598   no data   no data  --
102.19/102.29	c  N st    73   1168566       181       372         0     72168      1116   1572393   no data   no data  --
105.50/105.58	c  N st    74   1209658       181       372         0     66037      1116   1294043   no data   no data  --
105.50/105.58	c  S st    74   1209658       181       372         0     66037      1116   1294043   no data   no data  --
105.60/105.68	c  S st    74   1210164       181       372         0     66534      1116   1306693   no data   no data  --
105.60/105.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.60/105.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.69/105.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
105.69/105.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.69/105.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.69/105.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
105.69/105.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.59/110.62	c lits-rem:      4002  cl-subs:     3539  v-elim:      0  v-fix:    0  time:  4.88 s
110.59/110.62	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
110.59/110.63	c vivif2 --  cl tried    62995 cl shrink        0 lits rem          0 time: 0.01
110.59/110.65	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
110.59/110.66	c calculated reachability. Time: 0.00
110.59/110.66	c  N st    74   1210164       181       372         0     62995      1116   1190193   no data   no data  --
117.38/117.47	c  N st    75   1283046       181       372         0     83380      1116   1894331   no data   no data  --
127.79/127.85	c  N st    76   1392369       181       372         0     46952      1116    731766   no data   no data  --
146.09/146.15	c  N st    77   1556353       181       372         0     53819      1116    857356   no data   no data  --
161.99/162.05	c  N st    78   1710166       181       372         0     90396      1116   1908422   no data   no data  --
161.99/162.05	c  S st    78   1710166       181       372         0     90396      1116   1908422   no data   no data  --
162.09/162.19	c  S st    78   1710672       181       372         0     90889      1116   1921539   no data   no data  --
162.19/162.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
162.19/162.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.19/162.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
162.19/162.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.19/162.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.19/162.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
162.19/162.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
175.69/175.74	c lits-rem:      3241  cl-subs:     5500  v-elim:      0  v-fix:    0  time: 13.45 s
175.69/175.74	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
175.69/175.76	c vivif2 --  cl tried    85389 cl shrink        0 lits rem          0 time: 0.02
175.69/175.79	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
175.69/175.80	c calculated reachability. Time: 0.00
175.69/175.80	c  N st    78   1710672       181       372         0     85389      1116   1741481   no data   no data  --
212.99/213.04	c  N st    79   2079636       181       372         0     91495      1116   1936869   no data   no data  --
228.09/228.13	c  N st    80   2210675       181       372         0     99276      1116   2159234   no data   no data  --
228.09/228.13	c  S st    80   2210675       181       372         0     99276      1116   2159234   no data   no data  --
228.29/228.32	c  S st    80   2211175       181       372         0     99769      1116   2172001   no data   no data  --
228.29/228.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
228.29/228.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
228.29/228.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
228.39/228.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.39/228.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.39/228.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
228.39/228.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
243.39/243.49	c lits-rem:       971  cl-subs:     4460  v-elim:      0  v-fix:    0  time: 15.07 s
243.39/243.49	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
243.49/243.52	c vivif2 --  cl tried    95309 cl shrink        0 lits rem          0 time: 0.02
243.49/243.56	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
243.49/243.56	c calculated reachability. Time: 0.00
243.49/243.56	c  N st    80   2211175       181       372         0     95309      1116   2010404   no data   no data  --
299.49/299.50	c  N st    81   2711175       181       372         0    110806      1116   2471264   no data   no data  --
299.49/299.50	c  S st    81   2711175       181       372         0    110806      1116   2471264   no data   no data  --
299.59/299.68	c  S st    81   2711685       181       372         0    111308      1116   2484671   no data   no data  --
299.59/299.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
299.59/299.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
299.69/299.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
299.79/299.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
299.79/299.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
299.79/299.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
299.79/299.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
342.20/342.21	c lits-rem:      7614  cl-subs:    14653  v-elim:      0  v-fix:    0  time: 42.41 s
342.20/342.21	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
342.20/342.23	c vivif2 --  cl tried    96655 cl shrink        0 lits rem          0 time: 0.02
342.20/342.28	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
342.20/342.28	c calculated reachability. Time: 0.00
342.20/342.28	c  N st    81   2711685       181       372         0     96655      1116   1938315   no data   no data  --
407.70/407.78	c  N st    82   3211688       181       372         0     81292      1116   1405200   no data   no data  --
407.70/407.78	c  S st    82   3211688       181       372         0     81292      1116   1405200   no data   no data  --
407.90/407.92	c  S st    82   3212195       181       372         0     81792      1116   1419023   no data   no data  --
407.90/407.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
407.90/407.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
407.90/407.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
407.90/407.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
407.90/407.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.90/407.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
407.90/407.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.60/413.60	c lits-rem:      1995  cl-subs:     3071  v-elim:      0  v-fix:    0  time:  5.62 s
413.60/413.60	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
413.60/413.62	c vivif2 --  cl tried    78721 cl shrink        0 lits rem          0 time: 0.01
413.60/413.65	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
413.60/413.65	c calculated reachability. Time: 0.00
413.60/413.65	c  N st    82   3212195       181       372         0     78721      1116   1304521   no data   no data  --
488.60/488.67	c  N st    83   3712195       181       372         0     88539      1116   1509266   no data   no data  --
488.60/488.67	c  S st    83   3712195       181       372         0     88539      1116   1509266   no data   no data  --
488.80/488.83	c  S st    83   3712698       181       372         0     89027      1116   1522932   no data   no data  --
488.80/488.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
488.80/488.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
488.80/488.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
488.90/488.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
488.90/488.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
488.90/488.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
488.90/488.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
494.29/494.38	c lits-rem:      6259  cl-subs:     3663  v-elim:      0  v-fix:    0  time:  5.47 s
494.29/494.38	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
494.29/494.39	c vivif2 --  cl tried    85364 cl shrink        0 lits rem          0 time: 0.02
494.39/494.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
494.39/494.43	c calculated reachability. Time: 0.00
494.39/494.43	c  N st    83   3712698       181       372         0     85364      1116   1395178   no data   no data  --
501.00/501.04	c  F st    84   3751564       181       372         0    121626      1116   2719326   no data   no data  --
501.00/501.04	c  N st    84   3751564       181       372         0    121626      1116   2719326   no data   no data  --
501.80/501.83	c Decided on static restart strategy
505.10/505.16	c  N st    94   3779868       181       372         0    147371      1116   3477648   no data   no data  --
509.10/509.13	c  N st    96   3815865       181       372         0    103301      1116   1955613   no data   no data  --
513.30/513.38	c  N st    97   3848257       181       372         0    132592      1116   2909439   no data   no data  --
520.30/520.38	c  N st    98   3896845       181       372         0    100184      1116   1829637   no data   no data  --
531.00/531.02	c  N st    99   3969729       181       372         0     85905      1116   1351825   no data   no data  --
545.00/545.06	c  N st   100   4079053       181       372         0    103179      1116   1849816   no data   no data  --
565.60/565.63	c  N st   101   4212699       181       372         0    144294      1116   3000729   no data   no data  --
565.60/565.63	c  S st   101   4212699       181       372         0    144294      1116   3000729   no data   no data  --
565.80/565.88	c  S st   101   4213201       181       372         0    144791      1116   3013623   no data   no data  --
565.80/565.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
565.80/565.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
565.90/565.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
566.00/566.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
566.00/566.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
566.00/566.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
566.00/566.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
634.80/634.83	c lits-rem:      4375  cl-subs:     8776  v-elim:      0  v-fix:    0  time: 68.80 s
634.80/634.83	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
634.80/634.86	c vivif2 --  cl tried   136015 cl shrink        0 lits rem          0 time: 0.03
634.90/634.93	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
634.90/634.94	c calculated reachability. Time: 0.00
634.90/634.94	c  N st   101   4213201       181       372         0    136015      1116   2738636   no data   no data  --
673.40/673.43	c  N st   102   4459179       181       372         0    110657      1116   2059491   no data   no data  --
714.70/714.79	c  N st   103   4713206       181       372         0     90548      1116   1341249   no data   no data  --
714.70/714.79	c  S st   103   4713206       181       372         0     90548      1116   1341249   no data   no data  --
714.91/714.95	c  S st   103   4713708       181       372         0     91046      1116   1354701   no data   no data  --
714.91/714.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
714.91/714.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
714.91/714.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
715.01/715.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
715.01/715.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.01/715.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
715.01/715.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
717.90/717.92	c lits-rem:       515  cl-subs:      788  v-elim:      0  v-fix:    0  time:  2.89 s
717.90/717.92	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
717.90/717.94	c vivif2 --  cl tried    90258 cl shrink        0 lits rem          0 time: 0.02
717.90/717.97	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
717.90/717.97	c calculated reachability. Time: 0.00
717.90/717.97	c  N st   103   4713708       181       372         0     90258      1116   1328254   no data   no data  --
800.01/800.02	c  N st   104   5213708       181       372         0     94392      1116   1503734   no data   no data  --
800.01/800.02	c  S st   104   5213708       181       372         0     94392      1116   1503734   no data   no data  --
800.11/800.19	c  S st   104   5214211       181       372         0     94884      1116   1517355   no data   no data  --
800.21/800.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
800.21/800.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
800.21/800.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
800.21/800.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
800.21/800.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.21/800.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
800.21/800.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
805.41/805.40	c lits-rem:      1068  cl-subs:     2242  v-elim:      0  v-fix:    0  time:  5.13 s
805.41/805.40	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
805.41/805.42	c vivif2 --  cl tried    92642 cl shrink        0 lits rem          0 time: 0.02
805.41/805.45	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
805.41/805.46	c calculated reachability. Time: 0.00
805.41/805.46	c  N st   104   5214211       181       372         0     92642      1116   1434587   no data   no data  --
884.20/884.24	c  N st   105   5714211       181       372         0    166318      1116   3463270   no data   no data  --
884.20/884.24	c  S st   105   5714211       181       372         0    166318      1116   3463270   no data   no data  --
884.50/884.54	c  S st   105   5714718       181       372         0    166814      1116   3476998   no data   no data  --
884.50/884.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
884.50/884.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
884.60/884.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
884.70/884.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.70/884.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.70/884.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
884.70/884.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1017.01/1017.00	c lits-rem:     12813  cl-subs:    22562  v-elim:      0  v-fix:    0  time: 132.27 s
1017.01/1017.00	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1017.01/1017.03	c vivif2 --  cl tried   144252 cl shrink        0 lits rem          0 time: 0.03
1017.11/1017.11	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.08
1017.11/1017.12	c calculated reachability. Time: 0.00
1017.11/1017.12	c  N st   105   5714718       181       372         0    144252      1116   2743915   no data   no data  --
1097.11/1097.12	c  N st   106   6214718       181       372         0    116877      1116   1954925   no data   no data  --
1097.11/1097.12	c  S st   106   6214718       181       372         0    116877      1116   1954925   no data   no data  --
1097.31/1097.34	c  S st   106   6215222       181       372         0    117370      1116   1969005   no data   no data  --
1097.31/1097.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1097.31/1097.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1097.41/1097.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1097.41/1097.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1097.41/1097.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1097.41/1097.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1097.41/1097.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1114.11/1114.17	c lits-rem:      5181  cl-subs:     7852  v-elim:      0  v-fix:    0  time: 16.71 s
1114.11/1114.17	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1114.11/1114.19	c vivif2 --  cl tried   109518 cl shrink        0 lits rem          0 time: 0.02
1114.21/1114.25	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
1114.21/1114.25	c calculated reachability. Time: 0.00
1114.21/1114.25	c  N st   106   6215222       181       372         0    109518      1116   1727695   no data   no data  --
1190.82/1190.82	c  N st   107   6715223       181       372         0    153397      1116   2909906   no data   no data  --
1190.82/1190.82	c  S st   107   6715223       181       372         0    153397      1116   2909906   no data   no data  --
1191.01/1191.09	c  S st   107   6715726       181       372         0    153893      1116   2924102   no data   no data  --
1191.01/1191.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1191.01/1191.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1191.11/1191.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
1191.22/1191.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1191.22/1191.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1191.22/1191.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1191.22/1191.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1239.31/1239.30	c lits-rem:     13726  cl-subs:    18597  v-elim:      0  v-fix:    0  time: 48.06 s
1239.31/1239.30	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1239.31/1239.33	c vivif2 --  cl tried   135296 cl shrink        0 lits rem          0 time: 0.03
1239.41/1239.40	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
1239.41/1239.40	c calculated reachability. Time: 0.00
1239.41/1239.40	c  N st   107   6715726       181       372         0    135296      1116   2362718   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3273478-1303605830/watcher-3273478-1303605830 -o /tmp/evaluation-result-3273478-1303605830/solver-3273478-1303605830 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3273478-1303605830.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: 0.85 1.00 1.67 4/189 5776
/proc/meminfo: memFree=19303448/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=29816 CPUtime=0 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 548 0 0 0 0 0 0 0 22 0 1 0 472185692 30531584 484 33554432000 4194304 4650387 140737085233056 18446744073709551615 4361017 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 7454 484 377 112 0 2419 0

[startup+0.085076 s]
/proc/loadavg: 0.85 1.00 1.67 4/189 5776
/proc/meminfo: memFree=19303448/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=29952 CPUtime=0.08 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 698 0 0 0 8 0 0 0 22 0 1 0 472185692 30670848 634 33554432000 4194304 4650387 140737085233056 18446744073709551615 4313042 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 7488 634 380 112 0 2453 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29952

[startup+0.101094 s]
/proc/loadavg: 0.85 1.00 1.67 4/189 5776
/proc/meminfo: memFree=19303448/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=30288 CPUtime=0.09 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 784 0 0 0 9 0 0 0 22 0 1 0 472185692 31014912 611 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 7572 611 380 112 0 2537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30288

[startup+0.301035 s]
/proc/loadavg: 0.85 1.00 1.67 4/189 5776
/proc/meminfo: memFree=19303448/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=30776 CPUtime=0.29 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 1147 0 0 0 29 0 0 0 23 0 1 0 472185692 31514624 774 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 7694 774 380 112 0 2659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30776

[startup+0.700989 s]
/proc/loadavg: 0.85 1.00 1.67 4/189 5776
/proc/meminfo: memFree=19303448/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=31448 CPUtime=0.69 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 1687 0 0 0 69 0 0 0 25 0 1 0 472185692 32202752 1042 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 7862 1042 380 112 0 2827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31448

[startup+1.50082 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 5777
/proc/meminfo: memFree=19284596/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=37200 CPUtime=1.49 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 3745 0 0 0 149 0 0 0 25 0 1 0 472185692 38092800 2418 33554432000 4194304 4650387 140737085233056 18446744073709551615 4364401 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 9300 2418 382 112 0 4265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37200

[startup+3.10057 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 5777
/proc/meminfo: memFree=19266200/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=39604 CPUtime=3.09 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 5627 0 0 0 308 1 0 0 25 0 1 0 472185692 40554496 2820 33554432000 4194304 4650387 140737085233056 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 9901 2820 382 112 0 4866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39604

[startup+6.30098 s]
/proc/loadavg: 1.10 1.05 1.68 5/190 5777
/proc/meminfo: memFree=19254296/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=46240 CPUtime=6.28 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 8665 0 0 0 627 1 0 0 25 0 1 0 472185692 47349760 4593 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 11560 4593 382 112 0 6525 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46240

[startup+12.7009 s]
/proc/loadavg: 1.33 1.10 1.69 5/190 5777
/proc/meminfo: memFree=19219848/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=51752 CPUtime=12.68 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 14066 0 0 0 1266 2 0 0 25 0 1 0 472185692 52994048 5775 33554432000 4194304 4650387 140737085233056 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 12938 5775 382 112 0 7903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51752

[startup+25.5006 s]
/proc/loadavg: 1.92 1.24 1.73 5/190 5777
/proc/meminfo: memFree=19181168/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=62352 CPUtime=25.49 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 22678 0 0 0 2545 4 0 0 25 0 1 0 472185692 63848448 8680 33554432000 4194304 4650387 140737085233056 18446744073709551615 4367204 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 15588 8680 382 112 0 10553 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62352

[startup+51.1011 s]
/proc/loadavg: 2.63 1.46 1.79 5/190 5778
/proc/meminfo: memFree=19139664/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=69976 CPUtime=51.09 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 37502 0 0 0 5102 7 0 0 25 0 1 0 472185692 71655424 9899 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 17494 9899 382 112 0 12459 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69976

[startup+102.307 s]
/proc/loadavg: 3.48 1.88 1.91 5/190 5779
/proc/meminfo: memFree=19081380/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=85536 CPUtime=102.29 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 62066 0 0 0 10217 12 0 0 25 0 1 0 472185692 87588864 14628 33554432000 4194304 4650387 140737085233056 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 21384 14628 382 112 0 16349 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 85536

[startup+162.3 s]
/proc/loadavg: 3.81 2.26 2.04 5/190 5781
/proc/meminfo: memFree=19002368/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=119188 CPUtime=162.28 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 93121 0 0 0 16211 17 0 0 25 0 1 0 472185692 122048512 22843 33554432000 4194304 4650387 140737085233056 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 29797 22843 382 112 0 24762 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 119188

[startup+222.301 s]
/proc/loadavg: 3.93 2.58 2.16 5/190 5783
/proc/meminfo: memFree=18961156/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=141924 CPUtime=222.29 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 106081 0 0 0 22209 20 0 0 25 0 1 0 472185692 145330176 28513 33554432000 4194304 4650387 140737085233056 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 35481 28514 382 112 0 30446 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141924

[startup+282.3 s]
/proc/loadavg: 3.97 2.83 2.27 5/190 5784
/proc/meminfo: memFree=18908548/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=144176 CPUtime=282.29 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 128746 0 0 0 28204 25 0 0 25 0 1 0 472185692 147636224 28375 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 36044 28375 382 112 0 31009 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 144176

[startup+342.301 s]
/proc/loadavg: 3.99 3.04 2.38 5/190 5786
/proc/meminfo: memFree=18882988/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=160588 CPUtime=342.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 139586 0 0 0 34203 27 0 0 25 0 1 0 472185692 164442112 33104 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 40147 33104 382 112 0 35112 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160588

[startup+402.301 s]
/proc/loadavg: 3.99 3.21 2.47 5/190 5787
/proc/meminfo: memFree=18890156/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=161140 CPUtime=402.29 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 160069 0 0 0 40198 31 0 0 25 0 1 0 472185692 165007360 33133 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 40285 33133 382 112 0 35250 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161140

[startup+462.301 s]
/proc/loadavg: 3.99 3.36 2.57 5/190 5789
/proc/meminfo: memFree=18877100/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=163416 CPUtime=462.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 176434 0 0 0 46195 35 0 0 25 0 1 0 472185692 167337984 31865 33554432000 4194304 4650387 140737085233056 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 40854 31865 382 112 0 35819 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 163416

[startup+522.301 s]
/proc/loadavg: 3.99 3.47 2.65 5/190 5791
/proc/meminfo: memFree=18872244/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=170780 CPUtime=522.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 194482 0 0 0 52191 39 0 0 25 0 1 0 472185692 174878720 34852 33554432000 4194304 4650387 140737085233056 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 42695 34852 382 112 0 37660 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170780

[startup+582.3 s]
/proc/loadavg: 3.99 3.56 2.74 5/190 5792
/proc/meminfo: memFree=18857472/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=195508 CPUtime=582.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 208677 0 0 0 58187 43 0 0 25 0 1 0 472185692 200200192 41647 33554432000 4194304 4650387 140737085233056 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 48877 41647 382 112 0 43842 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 195508

[startup+642.301 s]
/proc/loadavg: 4.10 3.67 2.82 5/190 5794
/proc/meminfo: memFree=18837720/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=210024 CPUtime=642.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 211396 0 0 0 64187 43 0 0 25 0 1 0 472185692 215064576 43823 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 52506 43823 382 112 0 47471 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 210024

[startup+702.301 s]
/proc/loadavg: 4.12 3.74 2.90 5/190 5795
/proc/meminfo: memFree=18826776/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=210340 CPUtime=702.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 220908 0 0 0 70185 45 0 0 25 0 1 0 472185692 215388160 44063 33554432000 4194304 4650387 140737085233056 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 52585 44063 382 112 0 47550 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 210340

[startup+762.307 s]
/proc/loadavg: 4.04 3.79 2.96 5/190 5797
/proc/meminfo: memFree=18823492/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=200644 CPUtime=762.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 228543 0 0 0 76183 48 0 0 25 0 1 0 472185692 205459456 42899 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 50161 42899 382 112 0 45126 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 200644

[startup+822.301 s]
/proc/loadavg: 4.01 3.82 3.03 5/190 5799
/proc/meminfo: memFree=18797160/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=227700 CPUtime=822.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 235670 0 0 0 82180 50 0 0 25 0 1 0 472185692 233164800 47737 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 56925 47737 382 112 0 51890 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 227700

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 3.08 5/190 5800
/proc/meminfo: memFree=18790444/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=212788 CPUtime=882.3 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 242628 0 0 0 88178 52 0 0 25 0 1 0 472185692 217894912 46108 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365983 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 53197 46108 382 112 0 48162 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 212788

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.14 5/190 5802
/proc/meminfo: memFree=18773792/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=294916 CPUtime=942.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 247745 0 0 0 94178 53 0 0 25 0 1 0 472185692 301993984 51225 33554432000 4194304 4650387 140737085233056 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 73729 51225 382 112 0 68694 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 294916

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.19 5/190 5803
/proc/meminfo: memFree=18758968/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=294916 CPUtime=1002.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 247853 0 0 0 100178 53 0 0 25 0 1 0 472185692 301993984 51333 33554432000 4194304 4650387 140737085233056 18446744073709551615 4476322 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 73729 51333 382 112 0 68694 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 294916

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.24 5/190 5814
/proc/meminfo: memFree=18699840/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=249788 CPUtime=1062.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 256059 0 0 0 106176 55 0 0 25 0 1 0 472185692 255782912 54153 33554432000 4194304 4650387 140737085233056 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 62447 54153 382 112 0 57412 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 249788

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.28 5/190 5816
/proc/meminfo: memFree=18661596/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=249844 CPUtime=1122.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 261109 0 0 0 112173 58 0 0 25 0 1 0 472185692 255840256 54699 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 62461 54699 382 112 0 57426 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 249844

[startup+1182.3 s]
/proc/loadavg: 4.15 3.97 3.33 5/190 5819
/proc/meminfo: memFree=18672104/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=246428 CPUtime=1182.32 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 271901 0 0 0 118171 61 0 0 25 0 1 0 472185692 252342272 52383 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 61607 52383 382 112 0 56572 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 246428

[startup+1242.3 s]
/proc/loadavg: 4.09 3.99 3.38 5/190 5822
/proc/meminfo: memFree=18673228/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=307700 CPUtime=1242.31 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 273832 0 0 0 124170 61 0 0 25 0 1 0 472185692 315084800 54314 33554432000 4194304 4650387 140737085233056 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 76925 54314 382 112 0 71890 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 307700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.42 2/184 5826
/proc/meminfo: memFree=19074624/32951124 swapFree=67111528/67111528
[pid=5776] ppid=5774 vsize=262204 CPUtime=1300.03 cores=4,6
/proc/5776/stat : 5776 (strangenight1-s) R 5774 5776 5163 0 -1 4202496 287291 0 0 0 129938 65 0 0 25 0 1 0 472185692 268496896 57376 33554432000 4194304 4650387 140737085233056 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5776/statm: 65551 57376 382 112 0 60516 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 262204

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.38
CPU system time (s): 0.661899
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 324836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.38
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287291
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= 1428

runsolver used 2.26965 second user time and 4.84726 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 02:43:51
IDJOB=3273478
IDBENCH=83140
IDSOLVER=1589
FILE ID=node103/3273478-1303605830
RUNJOBID= node103-1303605829-5735
PBS_JOBID= 13150592
Free space on /tmp= 71052 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s33098896-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273478-1303605830/watcher-3273478-1303605830 -o /tmp/evaluation-result-3273478-1303605830/solver-3273478-1303605830 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3273478-1303605830.cnf

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

MD5SUM BENCH= 1221fb51c407dee7559369d7c6eedb4e
RANDOM SEED=2079152308

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19303604 kB
Buffers:       2111196 kB
Cached:       10888372 kB
SwapCached:          0 kB
Active:        3759500 kB
Inactive:      9311140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19303604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24976 kB
Writeback:           0 kB
AnonPages:       70980 kB
Mapped:          16240 kB
Slab:           512820 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282608 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= 71064 MiB
End job on node103 at 2011-04-24 03:05:33