Trace number 3367586

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1299.99 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
MD5SUM6d54c2a76a59aa67a01046a2e8240fb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.7501
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367586-1305384627.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.00/0.01	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:     10  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:     177 undec:      45 neg:     178
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       390      1689         0         0      5128         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4917       390      1689         0      4789      5128     91278   no data   no data
0.29/0.39	c  N st    10     11301       390      1689         0      4456      5128     63799   no data   no data
0.59/0.65	c  N st    11     17045       390      1689         0     10064      5128    170279   no data   no data
0.99/1.06	c  F st    12     25000       390      1689         0     12306      5128    206033   no data   no data
0.99/1.06	c  N st    12     25000       390      1689         0     12306      5128    206033   no data   no data
1.29/1.32	c Decided on static restart strategy
1.29/1.32	c  N st    18     30002       390      1689         0     10580      5128    161635   no data   no data
1.29/1.32	c  S st    18     30002       390      1689         0     10580      5128    161635   no data   no data
1.29/1.35	c  S st    18     30504       390      1689         0     11078      5128    171263   no data   no data
1.29/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.35	c blocked clauses removed:        0 vars:      0 tried:         390 T: 0.00 s
1.29/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1.29/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.38/1.43	c lits-rem:       251  cl-subs:     1078  v-elim:      0  v-fix:    0  time:  0.07 s
1.38/1.44	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.01
1.38/1.44	c calculated reachability. Time: 0.00
1.38/1.44	c  N st    18     30504       390      1689         0     10000      5128    151890   no data   no data
1.78/1.85	c  N st    20     37618       390      1689         0      9291      5128    125856   no data   no data
2.20/2.25	c  N st    21     44017       390      1689         0     15488      5128    243972   no data   no data
2.28/2.37	c  S st    22     45757       390      1689         0     17189      5128    275854   no data   no data
2.38/2.42	c  S st    22     46263       390      1689         0      9020      5128    108916   no data   no data
2.38/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.38/2.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.38/2.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.38/2.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.38/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/2.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
2.38/2.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.38/2.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.38/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/2.44	c lits-rem:        13  cl-subs:      232  v-elim:      0  v-fix:    0  time:  0.01 s
2.38/2.44	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
2.38/2.45	c vivif2 --  cl tried     8788 cl shrink        0 lits rem          0 time: 0.00
2.38/2.45	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.00
2.38/2.45	c calculated reachability. Time: 0.00
2.38/2.45	c  N st    22     46263       390      1689         0      8788      5128    105152   no data   no data
3.39/3.42	c  N st    23     60660       390      1689         0     13071      5128    175039   no data   no data
3.99/4.03	c  N st    24     69395       390      1689         0     10921      5128    126979   no data   no data
3.99/4.03	c  S st    24     69395       390      1689         0     10921      5128    126979   no data   no data
3.99/4.06	c  S st    24     69899       390      1689         0     11424      5128    136880   no data   no data
3.99/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.99/4.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
3.99/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.09	c lits-rem:        21  cl-subs:      223  v-elim:      0  v-fix:    0  time:  0.01 s
3.99/4.09	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
3.99/4.09	c vivif2 --  cl tried    11201 cl shrink        0 lits rem          0 time: 0.00
4.08/4.10	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.01
4.08/4.10	c calculated reachability. Time: 0.00
4.08/4.10	c  N st    24     69899       390      1689         0     11201      5128    133300   no data   no data
5.28/5.38	c  F st    25     87501       390      1689         0     16601      5128    228052   no data   no data
5.28/5.38	c  N st    25     87501       390      1689         0     16601      5128    228052   no data   no data
5.78/5.81	c Decided on static restart strategy
6.08/6.10	c  N st    32     95540       390      1689         0     24391      5128    369377   no data   no data
6.78/6.89	c  N st    34    104848       390      1689         0     20800      5128    295380   no data   no data
6.78/6.89	c  S st    34    104848       390      1689         0     20800      5128    295380   no data   no data
6.88/6.94	c  S st    34    105355       390      1689         0     21306      5128    305241   no data   no data
6.88/6.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.88/6.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.88/6.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.88/6.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.88/6.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.88/6.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
6.88/6.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.88/6.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.88/6.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.17	c lits-rem:       168  cl-subs:     1762  v-elim:      0  v-fix:    0  time:  0.21 s
7.09/7.17	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
7.09/7.17	c vivif2 --  cl tried    19544 cl shrink        0 lits rem          0 time: 0.00
7.09/7.18	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.01
7.09/7.19	c calculated reachability. Time: 0.00
7.09/7.19	c  N st    34    105355       390      1689         0     19544      5128    273263   no data   no data
7.99/8.00	c  N st    35    114953       390      1689         0     15353      5128    180998   no data   no data
9.29/9.38	c  N st    36    129350       390      1689         0     14781      5128    156331   no data   no data
11.29/11.34	c  N st    37    150948       390      1689         0     20137      5128    247345   no data   no data
12.00/12.06	c  S st    38    158032       390      1689         0     26996      5128    386524   no data   no data
12.10/12.13	c  S st    38    158533       390      1689         0     27495      5128    396697   no data   no data
12.10/12.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.10/12.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.10/12.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.10/12.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.10/12.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.10/12.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
12.10/12.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.10/12.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.10/12.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.49/12.50	c lits-rem:       142  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  0.34 s
12.49/12.50	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
12.49/12.50	c vivif2 --  cl tried    25239 cl shrink        0 lits rem          0 time: 0.00
12.49/12.52	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.01
12.49/12.52	c calculated reachability. Time: 0.00
12.49/12.52	c  N st    38    158533       390      1689         0     25239      5128    354363   no data   no data
17.60/17.63	c  N st    39    207122       390      1689         0     20049      5128    223142   no data   no data
20.90/20.96	c  N st    40    237799       390      1689         0     30367      5128    409768   no data   no data
20.90/20.96	c  S st    40    237799       390      1689         0     30367      5128    409768   no data   no data
20.99/21.04	c  S st    40    238300       390      1689         0     30864      5128    419530   no data   no data
20.99/21.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.99/21.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.99/21.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.99/21.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.99/21.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
20.99/21.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.99/21.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.99/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.39/21.46	c lits-rem:       194  cl-subs:     2166  v-elim:      0  v-fix:    0  time:  0.39 s
21.39/21.46	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
21.39/21.47	c vivif2 --  cl tried    28698 cl shrink        0 lits rem          0 time: 0.01
21.39/21.49	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.02
21.39/21.49	c calculated reachability. Time: 0.00
21.39/21.49	c  N st    40    238300       390      1689         0     28698      5128    381874   no data   no data
29.98/30.06	c  F st    41    306252       390      1689         0     30690      5128    376906   no data   no data
29.98/30.06	c  N st    41    306252       390      1689         0     30690      5128    376906   no data   no data
30.69/30.73	c Decided on static restart strategy
33.39/33.47	c  N st    51    334560       390      1689         0     35006      5128    470129   no data   no data
36.39/36.48	c  N st    53    357452       390      1689         0     32890      5128    404417   no data   no data
36.39/36.48	c  S st    53    357452       390      1689         0     32890      5128    404417   no data   no data
36.49/36.56	c  S st    53    357955       390      1689         0     33392      5128    414780   no data   no data
36.49/36.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.49/36.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
36.49/36.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.49/36.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.49/36.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.49/36.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
36.49/36.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.49/36.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.49/36.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.69/36.79	c lits-rem:       197  cl-subs:     1026  v-elim:      0  v-fix:    0  time:  0.20 s
36.69/36.79	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
36.79/36.80	c vivif2 --  cl tried    32366 cl shrink        0 lits rem          0 time: 0.00
36.79/36.82	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.02
36.79/36.82	c calculated reachability. Time: 0.00
36.79/36.82	c  N st    53    357955       390      1689         0     32366      5128    395049   no data   no data
41.09/41.11	c  N st    54    390348       390      1689         0     38573      5128    503864   no data   no data
48.08/48.13	c  N st    55    438937       390      1689         0     32338      5128    356931   no data   no data
59.30/59.38	c  N st    56    511819       390      1689         0     45492      5128    563356   no data   no data
62.98/63.04	c  N st    57    536932       390      1689         0     39828      5128    456901   no data   no data
62.98/63.04	c  S st    57    536932       390      1689         0     39828      5128    456901   no data   no data
63.08/63.15	c  S st    57    537436       390      1689         0     40330      5128    466574   no data   no data
63.08/63.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.08/63.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
63.08/63.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.08/63.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.08/63.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.08/63.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
63.08/63.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.08/63.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
63.08/63.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.58/63.62	c lits-rem:       322  cl-subs:     2566  v-elim:      0  v-fix:    0  time:  0.44 s
63.58/63.62	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
63.58/63.62	c vivif2 --  cl tried    37764 cl shrink        0 lits rem          0 time: 0.00
63.58/63.65	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.02
63.58/63.65	c calculated reachability. Time: 0.00
63.58/63.65	c  N st    57    537436       390      1689         0     37764      5128    425035   no data   no data
88.38/88.41	c  N st    58    701420       390      1689         0     66895      5128    941725   no data   no data
106.59/106.69	c  N st    59    806154       390      1689         0     60384      5128    737972   no data   no data
106.59/106.69	c  S st    59    806154       390      1689         0     60384      5128    737972   no data   no data
106.79/106.86	c  S st    59    806656       390      1689         0     60884      5128    748865   no data   no data
106.79/106.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.79/106.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
106.79/106.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.79/106.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.79/106.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.79/106.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
106.79/106.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.79/106.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
106.89/106.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.08/109.19	c lits-rem:       380  cl-subs:     9021  v-elim:      0  v-fix:    0  time:  2.27 s
109.08/109.19	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
109.18/109.20	c vivif2 --  cl tried    51863 cl shrink        0 lits rem          0 time: 0.01
109.18/109.23	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.03
109.18/109.24	c calculated reachability. Time: 0.00
109.18/109.24	c  N st    59    806656       390      1689         0     51863      5128    606237   no data   no data
156.39/156.47	c  F st    60   1071876       390      1689         0     68125      5128    853361   no data   no data
156.39/156.47	c  N st    60   1071876       390      1689         0     68125      5128    853361   no data   no data
157.59/157.60	c Decided on static restart strategy
162.38/162.47	c  N st    70   1100187       390      1689         0     52221      5128    552293   no data   no data
170.28/170.32	c  N st    72   1136180       390      1689         0     87065      5128   1225432   no data   no data
176.99/177.01	c  N st    73   1168572       390      1689         0     73913      5128    964740   no data   no data
184.98/185.06	c  N st    74   1209984       390      1689         0     68526      5128    870533   no data   no data
184.98/185.06	c  S st    74   1209984       390      1689         0     68526      5128    870533   no data   no data
185.18/185.25	c  S st    74   1210486       390      1689         0     69025      5128    880816   no data   no data
185.18/185.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.18/185.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
185.18/185.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.18/185.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.18/185.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.18/185.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
185.18/185.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
185.18/185.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
185.28/185.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.68/186.73	c lits-rem:       572  cl-subs:     3479  v-elim:      0  v-fix:    0  time:  1.41 s
186.68/186.73	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
186.68/186.74	c vivif2 --  cl tried    65546 cl shrink        0 lits rem          0 time: 0.01
186.68/186.78	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.05
186.68/186.79	c calculated reachability. Time: 0.00
186.68/186.79	c  N st    74   1210486       390      1689         0     65546      5128    816353   no data   no data
202.78/202.88	c  N st    75   1283371       390      1689         0     89301      5128   1204036   no data   no data
229.09/229.15	c  N st    76   1392694       390      1689         0     50320      5128    443290   no data   no data
265.49/265.51	c  N st    77   1556678       390      1689         0     55183      5128    502597   no data   no data
298.69/298.75	c  N st    78   1710487       390      1689         0     95782      5128   1203995   no data   no data
298.69/298.75	c  S st    78   1710487       390      1689         0     95782      5128   1203995   no data   no data
298.99/299.04	c  S st    78   1710990       390      1689         0     96279      5128   1214731   no data   no data
298.99/299.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
298.99/299.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
298.99/299.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.99/299.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.99/299.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.99/299.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
298.99/299.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
299.09/299.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
299.09/299.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.18/305.21	c lits-rem:       849  cl-subs:    16805  v-elim:      0  v-fix:    0  time:  6.07 s
305.18/305.21	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
305.18/305.22	c vivif2 --  cl tried    79474 cl shrink        0 lits rem          0 time: 0.02
305.18/305.29	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.07
305.18/305.29	c calculated reachability. Time: 0.00
305.18/305.29	c  N st    78   1710990       390      1689         0     79474      5128    957987   no data   no data
396.98/397.01	c  N st    79   2079955       390      1689         0     91586      5128   1083109   no data   no data
432.88/432.91	c  N st    80   2210990       390      1689         0     95325      5128   1149166   no data   no data
432.88/432.91	c  S st    80   2210990       390      1689         0     95325      5128   1149166   no data   no data
433.08/433.17	c  S st    80   2211492       390      1689         0     95827      5128   1159674   no data   no data
433.08/433.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
433.18/433.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
433.18/433.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
433.18/433.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.18/433.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.18/433.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
433.18/433.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
433.18/433.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
433.18/433.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.08/438.17	c lits-rem:       204  cl-subs:    11087  v-elim:      0  v-fix:    0  time:  4.90 s
438.08/438.17	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
438.08/438.19	c vivif2 --  cl tried    84740 cl shrink        0 lits rem          0 time: 0.02
438.18/438.26	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.07
438.18/438.26	c calculated reachability. Time: 0.00
438.18/438.26	c  N st    80   2211492       390      1689         0     84740      5128    977281   no data   no data
583.48/583.53	c  N st    81   2711496       390      1689         0    109014      5128   1405610   no data   no data
583.48/583.53	c  S st    81   2711496       390      1689         0    109014      5128   1405610   no data   no data
583.88/583.90	c  S st    81   2712006       390      1689         0    109521      5128   1416113   no data   no data
583.88/583.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
583.88/583.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
583.88/583.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
583.88/583.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
583.88/583.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
583.88/583.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
583.88/583.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
583.88/583.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
583.98/584.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
589.68/589.70	c lits-rem:      1331  cl-subs:     8367  v-elim:      0  v-fix:    0  time:  5.68 s
589.68/589.70	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
589.68/589.72	c vivif2 --  cl tried   101154 cl shrink        0 lits rem          0 time: 0.02
589.78/589.81	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.09
589.78/589.82	c calculated reachability. Time: 0.00
589.78/589.82	c  N st    81   2712006       390      1689         0    101154      5128   1260111   no data   no data
751.58/751.62	c  N st    82   3212007       390      1689         0     76551      5128    660623   no data   no data
751.58/751.62	c  S st    82   3212007       390      1689         0     76551      5128    660623   no data   no data
751.78/751.84	c  S st    82   3212510       390      1689         0     77053      5128    671063   no data   no data
751.78/751.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
751.78/751.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
751.78/751.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
751.78/751.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
751.78/751.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.78/751.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
751.78/751.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
751.78/751.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
751.88/751.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.98/752.07	c lits-rem:       119  cl-subs:      861  v-elim:      0  v-fix:    0  time:  0.17 s
751.98/752.07	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
751.98/752.08	c vivif2 --  cl tried    76192 cl shrink        0 lits rem          0 time: 0.01
752.08/752.13	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.05
752.08/752.13	c calculated reachability. Time: 0.00
752.08/752.13	c  N st    82   3212510       390      1689         0     76192      5128    659151   no data   no data
908.67/908.73	c  N st    83   3712510       390      1689         0     87173      5128    800062   no data   no data
908.67/908.73	c  S st    83   3712510       390      1689         0     87173      5128    800062   no data   no data
908.87/908.94	c  S st    83   3713014       390      1689         0     87676      5128    810420   no data   no data
908.87/908.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
908.87/908.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
908.87/908.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
908.87/908.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
908.87/908.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
908.87/908.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
908.87/908.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
908.87/908.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
908.97/909.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
909.27/909.34	c lits-rem:        79  cl-subs:     1409  v-elim:      0  v-fix:    0  time:  0.33 s
909.27/909.34	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
909.27/909.36	c vivif2 --  cl tried    86267 cl shrink        0 lits rem          0 time: 0.01
909.37/909.42	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.07
909.37/909.42	c calculated reachability. Time: 0.00
909.37/909.42	c  N st    83   3713014       390      1689         0     86267      5128    789645   no data   no data
921.79/921.81	c  F st    84   3751562       390      1689         0    123282      5128   1516611   no data   no data
921.79/921.82	c  N st    84   3751562       390      1689         0    123282      5128   1516611   no data   no data
923.68/923.70	c Decided on static restart strategy
933.17/933.26	c  N st    94   3779868       390      1689         0    150565      5128   2042273   no data   no data
945.88/945.93	c  N st    96   3815861       390      1689         0    103636      5128   1119302   no data   no data
956.68/956.78	c  N st    97   3848253       390      1689         0    134975      5128   1781580   no data   no data
975.07/975.17	c  N st    98   3896842       390      1689         0     99045      5128   1011556   no data   no data
1004.17/1004.22	c  N st    99   3969724       390      1689         0     85252      5128    726650   no data   no data
1044.57/1044.64	c  N st   100   4079050       390      1689         0    105750      5128   1118715   no data   no data
1094.97/1095.00	c  N st   101   4213016       390      1689         0    148893      5128   1918176   no data   no data
1094.97/1095.00	c  S st   101   4213016       390      1689         0    148893      5128   1918176   no data   no data
1095.48/1095.51	c  S st   101   4213520       390      1689         0    149395      5128   1928852   no data   no data
1095.48/1095.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1095.48/1095.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
1095.48/1095.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1095.48/1095.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1095.48/1095.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1095.48/1095.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1095.48/1095.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1095.58/1095.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1095.58/1095.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1108.17/1108.21	c lits-rem:       774  cl-subs:    17250  v-elim:      0  v-fix:    0  time: 12.52 s
1108.17/1108.21	c vivif2 --  cl tried     1689 cl shrink        0 lits rem          0 time: 0.00
1108.17/1108.24	c vivif2 --  cl tried   132145 cl shrink        0 lits rem          0 time: 0.03
1108.27/1108.37	c asymm  cl-useful: 0/1689/1689 lits-rem:0 time: 0.13
1108.27/1108.37	c calculated reachability. Time: 0.00
1108.27/1108.37	c  N st   101   4213520       390      1689         0    132145      5128   1647361   no data   no data
1208.97/1209.01	c  N st   102   4459496       390      1689         0    106943      5128   1096369   no data   no data
1298.36/1298.42	c  N st   103   4713520       390      1689         0    171511      5128   2348598   no data   no data
1298.36/1298.42	c  S st   103   4713520       390      1689         0    171511      5128   2348598   no data   no data
1298.97/1299.06	c  S st   103   4714021       390      1689         0    172010      5128   2358631   no data   no data
1298.97/1299.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1299.08/1299.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1299.08/1299.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1299.08/1299.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.08/1299.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.08/1299.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1299.08/1299.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1299.08/1299.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1299.16/1299.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  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: 961)

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

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

running on 2 cores: 0,2

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: 3.76 3.97 3.93 4/364 16594
/proc/meminfo: memFree=18812576/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=29764 CPUtime=0 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 483 0 0 0 0 0 0 0 22 0 1 0 630878532 30478336 423 33554432000 4194304 4580011 140736566782832 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 7441 423 322 95 0 2423 0

[startup+0.085665 s]
/proc/loadavg: 3.76 3.97 3.93 4/364 16594
/proc/meminfo: memFree=18812576/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=30188 CPUtime=0.07 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 718 0 0 0 7 0 0 0 22 0 1 0 630878532 30912512 649 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 7547 649 364 95 0 2529 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30188

[startup+0.100654 s]
/proc/loadavg: 3.76 3.97 3.93 4/364 16594
/proc/meminfo: memFree=18812576/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=30188 CPUtime=0.09 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 734 0 0 0 9 0 0 0 22 0 1 0 630878532 30912512 665 33554432000 4194304 4580011 140736566782832 18446744073709551615 4322509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 7547 665 364 95 0 2529 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30188

[startup+0.300652 s]
/proc/loadavg: 3.76 3.97 3.93 4/364 16594
/proc/meminfo: memFree=18812576/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=30732 CPUtime=0.29 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 970 0 0 0 29 0 0 0 23 0 1 0 630878532 31469568 785 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 7683 785 364 95 0 2665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30732

[startup+0.700577 s]
/proc/loadavg: 3.76 3.97 3.93 4/364 16594
/proc/meminfo: memFree=18812576/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=31204 CPUtime=0.69 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 1306 0 0 0 69 0 0 0 25 0 1 0 630878532 31952896 938 33554432000 4194304 4580011 140736566782832 18446744073709551615 233509966185 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 7801 938 364 95 0 2783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31204

[startup+1.50044 s]
/proc/loadavg: 3.76 3.97 3.93 5/370 16605
/proc/meminfo: memFree=18790952/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=36268 CPUtime=1.48 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 3006 0 0 0 148 0 0 0 25 0 1 0 630878532 37138432 2145 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 9067 2145 367 95 0 4049 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36268

[startup+3.10114 s]
/proc/loadavg: 3.76 3.97 3.93 5/370 16605
/proc/meminfo: memFree=18770700/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=36368 CPUtime=3.09 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 3789 0 0 0 309 0 0 0 25 0 1 0 630878532 37240832 2266 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 9092 2266 367 95 0 4074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36368

[startup+6.30054 s]
/proc/loadavg: 3.86 3.99 3.94 5/370 16605
/proc/meminfo: memFree=18764880/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=37368 CPUtime=6.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 5535 0 0 0 628 0 0 0 25 0 1 0 630878532 38264832 2340 33554432000 4194304 4580011 140736566782832 18446744073709551615 4292896 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 9342 2340 367 95 0 4324 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37368

[startup+12.7004 s]
/proc/loadavg: 3.87 3.99 3.94 5/370 16605
/proc/meminfo: memFree=18735124/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=46204 CPUtime=12.69 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 9542 0 0 0 1268 1 0 0 25 0 1 0 630878532 47312896 4707 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 11551 4707 367 95 0 6533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46204

[startup+25.5011 s]
/proc/loadavg: 3.90 3.99 3.94 5/370 16605
/proc/meminfo: memFree=18717148/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=49620 CPUtime=25.49 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 13932 0 0 0 2547 2 0 0 25 0 1 0 630878532 50810880 5680 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 12405 5680 367 95 0 7387 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49620

[startup+51.1005 s]
/proc/loadavg: 3.93 3.99 3.94 5/370 16633
/proc/meminfo: memFree=18708796/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=52684 CPUtime=51.08 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 20787 0 0 0 5105 3 0 0 25 0 1 0 630878532 53948416 6485 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 13171 6485 367 95 0 8153 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52684

[startup+102.313 s]
/proc/loadavg: 3.97 3.99 3.94 5/370 16634
/proc/meminfo: memFree=18655556/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=57252 CPUtime=102.3 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 31735 0 0 0 10224 6 0 0 25 0 1 0 630878532 58626048 7705 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 14313 7705 367 95 0 9295 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57252

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.94 5/370 16636
/proc/meminfo: memFree=18622796/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=66272 CPUtime=162.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 44435 0 0 0 16219 9 0 0 25 0 1 0 630878532 67862528 9215 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 16568 9215 367 95 0 11550 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 66272

[startup+222.301 s]
/proc/loadavg: 4.06 4.00 3.94 5/370 16638
/proc/meminfo: memFree=18603532/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=75416 CPUtime=222.29 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 55095 0 0 0 22217 12 0 0 25 0 1 0 630878532 77225984 11943 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 18854 11943 367 95 0 13836 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 75416

[startup+282.301 s]
/proc/loadavg: 4.07 4.01 3.95 5/370 16639
/proc/meminfo: memFree=18560220/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=75656 CPUtime=282.29 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 63753 0 0 0 28214 15 0 0 25 0 1 0 630878532 77471744 11835 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294386 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 18914 11835 367 95 0 13896 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75656

[startup+342.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/370 16641
/proc/meminfo: memFree=18524968/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=89020 CPUtime=342.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 73268 0 0 0 34211 17 0 0 25 0 1 0 630878532 91156480 15704 33554432000 4194304 4580011 140736566782832 18446744073709551615 4304848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 22255 15704 367 95 0 17237 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 89020

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.95 5/370 16669
/proc/meminfo: memFree=18561712/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=89240 CPUtime=402.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 80759 0 0 0 40209 19 0 0 25 0 1 0 630878532 91381760 15552 33554432000 4194304 4580011 140736566782832 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 22310 15552 367 95 0 17292 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 89240

[startup+462.301 s]
/proc/loadavg: 4.16 4.04 3.96 5/370 16671
/proc/meminfo: memFree=18535604/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=95880 CPUtime=462.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 88768 0 0 0 46207 21 0 0 25 0 1 0 630878532 98181120 17223 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 23970 17223 367 95 0 18952 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 95880

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.96 5/370 16673
/proc/meminfo: memFree=18498984/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=96064 CPUtime=522.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 95499 0 0 0 52204 24 0 0 25 0 1 0 630878532 98369536 17146 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 24016 17146 367 95 0 18998 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 96064

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.96 5/370 16674
/proc/meminfo: memFree=18505636/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=96216 CPUtime=582.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 102372 0 0 0 58202 26 0 0 25 0 1 0 630878532 98525184 17023 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 24054 17023 367 95 0 19036 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 96216

[startup+642.3 s]
/proc/loadavg: 4.06 4.03 3.97 5/370 16685
/proc/meminfo: memFree=18455688/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=105972 CPUtime=642.29 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 109495 0 0 0 64200 29 0 0 25 0 1 0 630878532 108515328 19384 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26493 19384 367 95 0 21475 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 105972

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.97 5/370 16686
/proc/meminfo: memFree=18460872/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106128 CPUtime=702.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 115691 0 0 0 70198 30 0 0 25 0 1 0 630878532 108675072 18637 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26532 18637 367 95 0 21514 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 106128

[startup+762.314 s]
/proc/loadavg: 4.01 4.02 3.97 5/370 16688
/proc/meminfo: memFree=18447548/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106220 CPUtime=762.29 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 121092 0 0 0 76197 32 0 0 25 0 1 0 630878532 108769280 19358 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26555 19358 367 95 0 21537 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 106220

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 3.97 5/370 16690
/proc/meminfo: memFree=18442172/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106348 CPUtime=822.28 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 126784 0 0 0 82194 34 0 0 25 0 1 0 630878532 108900352 19971 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26587 19971 367 95 0 21569 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 106348

[startup+882.3 s]
/proc/loadavg: 4.02 4.02 3.97 5/370 16691
/proc/meminfo: memFree=18405784/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106488 CPUtime=882.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 133386 0 0 0 88190 37 0 0 25 0 1 0 630878532 109043712 18853 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26622 18853 367 95 0 21604 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 106488

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.97 5/370 16693
/proc/meminfo: memFree=18408868/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106588 CPUtime=942.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 138771 0 0 0 94188 39 0 0 25 0 1 0 630878532 109146112 18834 33554432000 4194304 4580011 140736566782832 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26647 18834 367 95 0 21629 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 106588

[startup+1002.3 s]
/proc/loadavg: 4.16 4.06 3.99 5/370 16694
/proc/meminfo: memFree=18395552/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106656 CPUtime=1002.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 143352 0 0 0 100186 41 0 0 25 0 1 0 630878532 109215744 20533 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26664 20533 367 95 0 21646 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 106656

[startup+1062.3 s]
/proc/loadavg: 4.10 4.06 4.00 5/370 16696
/proc/meminfo: memFree=18375560/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=106748 CPUtime=1062.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 148676 0 0 0 106184 43 0 0 25 0 1 0 630878532 109309952 20139 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 26687 20139 367 95 0 21669 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 106748

[startup+1122.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/370 16698
/proc/meminfo: memFree=18358804/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=122236 CPUtime=1122.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 155481 0 0 0 112182 45 0 0 25 0 1 0 630878532 125169664 24081 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 30559 24081 367 95 0 25541 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 122236

[startup+1182.3 s]
/proc/loadavg: 4.09 4.05 4.00 5/370 16699
/proc/meminfo: memFree=18349212/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=122316 CPUtime=1182.26 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 160562 0 0 0 118179 47 0 0 25 0 1 0 630878532 125251584 23070 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 30579 23070 367 95 0 25561 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 122316

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/370 16701
/proc/meminfo: memFree=18347204/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=122436 CPUtime=1242.27 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 166081 0 0 0 124177 50 0 0 25 0 1 0 630878532 125374464 22655 33554432000 4194304 4580011 140736566782832 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 30609 22655 367 95 0 25591 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 122436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 4.00 4/368 16703
/proc/meminfo: memFree=18453948/32951124 swapFree=67111348/67111528
[pid=16594] ppid=16592 vsize=136156 CPUtime=1299.97 cores=0,2
/proc/16594/stat : 16594 (strangenight2-s) R 16592 16594 15842 0 -1 4202496 173735 0 0 0 129946 51 0 0 20 0 1 0 630878532 139423744 27357 33554432000 4194304 4580011 140736566782832 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16594/statm: 34039 27357 367 95 0 29021 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 136156

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1299.47
CPU system time (s): 0.52592
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 186404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.47
system time used= 0.52592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173735
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= 8
involuntary context switches= 3197

runsolver used 4.78627 second user time and 10.4974 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 16:50:27
IDJOB=3367586
IDBENCH=82795
IDSOLVER=1845
FILE ID=node145/3367586-1305384627
RUNJOBID= node145-1305384626-16562
PBS_JOBID= 13324357
Free space on /tmp= 73648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1536900137-053.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367586-1305384627/watcher-3367586-1305384627 -o /tmp/evaluation-result-3367586-1305384627/solver-3367586-1305384627 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367586-1305384627.cnf

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

MD5SUM BENCH= 6d54c2a76a59aa67a01046a2e8240fb6
RANDOM SEED=465996960

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18812980 kB
Buffers:        284652 kB
Cached:        8019660 kB
SwapCached:          0 kB
Active:        7254920 kB
Inactive:      6527688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18812980 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16344 kB
Writeback:           0 kB
AnonPages:     5477820 kB
Mapped:          28216 kB
Slab:           255744 kB
PageTables:      34404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79406196 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= 73644 MiB
End job on node145 at 2011-05-14 17:12:09