Trace number 3370582

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n170-s56409011-unsat.cnf
MD5SUM6545c783f127618649f1200914f62dc5
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 variables173
Number of clauses356
Sum of the clauses size1068
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3356
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370582-1305389956.cnf'
0.00/0.01	c -- header says num vars:            173
0.00/0.01	c -- header says num clauses:         356
0.00/0.01	c -- clauses added:            0 learnts,          356 normals,            0 xors
0.00/0.01	c -- vars added        173
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       173       356         0         0      1068         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/356/356 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 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:    173 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:      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:       6 undec:     163 neg:       4
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       173       356         0         0      1068         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.11	c  N st     8      4917       173       356         0      4402      1068    116231   no data   no data  --
0.19/0.28	c  N st    10     11300       173       356         0      3955      1068     76063   no data   no data  --
0.39/0.46	c  N st    11     17043       173       356         0      8885      1068    215215   no data   no data  --
0.69/0.76	c  F st    12     25001       173       356         0     10690      1068    270005   no data   no data  --
0.69/0.76	c  N st    12     25001       173       356         0     10690      1068    270005   no data   no data  --
0.89/0.90	c Decided on static restart strategy
0.89/0.90	c  N st    18     30001       173       356         0      9343      1068    183953   no data   no data  --
0.89/0.90	c  S st    18     30001       173       356         0      9343      1068    183953   no data   no data  --
0.89/0.93	c  S st    18     30503       173       356         0      9824      1068    194438   no data   no data  --
0.89/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.89/0.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.89/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.89/0.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.89/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
0.89/0.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.10/1.11	c lits-rem:       711  cl-subs:      620  v-elim:      0  v-fix:    0  time:  0.18 s
1.10/1.12	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
1.10/1.12	c calculated reachability. Time: 0.00
1.10/1.12	c  N st    18     30503       173       356         0      9204      1068    174639   no data   no data  --
1.29/1.37	c  N st    20     37614       173       356         0      8642      1068    168271   no data   no data  --
1.49/1.57	c  N st    21     44013       173       356         0     14276      1068    306119   no data   no data  --
1.58/1.64	c  S st    22     45755       173       356         0      7999      1068    125125   no data   no data  --
1.58/1.66	c  S st    22     46256       173       356         0      8483      1068    136447   no data   no data  --
1.58/1.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.58/1.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.58/1.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.58/1.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.58/1.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.58/1.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1.58/1.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.68/1.71	c lits-rem:       163  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.05 s
1.68/1.71	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1.68/1.72	c vivif2 --  cl tried     8402 cl shrink        0 lits rem          0 time: 0.00
1.68/1.72	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
1.68/1.72	c calculated reachability. Time: 0.00
1.68/1.72	c  N st    22     46256       173       356         0      8402      1068    134258   no data   no data  --
2.20/2.22	c  N st    23     60653       173       356         0     11933      1068    221085   no data   no data  --
2.58/2.64	c  N st    24     69384       173       356         0     10099      1068    152721   no data   no data  --
2.58/2.64	c  S st    24     69384       173       356         0     10099      1068    152721   no data   no data  --
2.58/2.67	c  S st    24     69889       173       356         0     10595      1068    163849   no data   no data  --
2.58/2.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.58/2.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.58/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.58/2.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.58/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.58/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
2.58/2.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.88/2.91	c lits-rem:       346  cl-subs:      153  v-elim:      0  v-fix:    0  time:  0.24 s
2.88/2.91	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
2.88/2.92	c vivif2 --  cl tried    10442 cl shrink        0 lits rem          0 time: 0.00
2.88/2.92	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
2.88/2.92	c calculated reachability. Time: 0.00
2.88/2.92	c  N st    24     69889       173       356         0     10442      1068    159726   no data   no data  --
3.68/3.72	c  F st    25     87501       173       356         0     15521      1068    304377   no data   no data  --
3.68/3.72	c  N st    25     87501       173       356         0     15521      1068    304377   no data   no data  --
3.88/3.94	c Decided on static restart strategy
3.98/4.07	c  N st    32     95540       173       356         0     22636      1068    506006   no data   no data  --
4.40/4.47	c  N st    34    104833       173       356         0     19373      1068    363016   no data   no data  --
4.40/4.47	c  S st    34    104833       173       356         0     19373      1068    363016   no data   no data  --
4.49/4.51	c  S st    34    105336       173       356         0     19866      1068    373782   no data   no data  --
4.49/4.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.49/4.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.49/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.49/4.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.49/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
4.49/4.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.79/5.85	c lits-rem:      2265  cl-subs:      860  v-elim:      0  v-fix:    0  time:  1.33 s
5.79/5.85	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
5.79/5.85	c vivif2 --  cl tried    19006 cl shrink        0 lits rem          0 time: 0.00
5.79/5.86	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
5.79/5.86	c calculated reachability. Time: 0.00
5.79/5.86	c  N st    34    105336       173       356         0     19006      1068    344640   no data   no data  --
6.29/6.31	c  N st    35    114937       173       356         0     15091      1068    253271   no data   no data  --
6.99/7.04	c  N st    36    129335       173       356         0     14469      1068    222410   no data   no data  --
7.98/8.07	c  N st    37    150931       173       356         0     19259      1068    348752   no data   no data  --
8.38/8.41	c  S st    38    158005       173       356         0     25214      1068    507458   no data   no data  --
8.38/8.46	c  S st    38    158506       173       356         0     25703      1068    519459   no data   no data  --
8.38/8.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/8.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/8.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.38/8.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/8.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/8.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
8.38/8.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.89/10.97	c lits-rem:      7910  cl-subs:     2975  v-elim:      0  v-fix:    0  time:  2.49 s
10.89/10.97	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
10.89/10.98	c vivif2 --  cl tried    22728 cl shrink        0 lits rem          0 time: 0.00
10.89/10.98	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
10.89/10.99	c calculated reachability. Time: 0.00
10.89/10.99	c  N st    38    158506       173       356         0     22728      1068    417764   no data   no data  --
13.69/13.74	c  N st    39    207094       173       356         0     18140      1068    294845   no data   no data  --
15.40/15.44	c  N st    40    237759       173       356         0     27843      1068    504912   no data   no data  --
15.40/15.44	c  S st    40    237759       173       356         0     27843      1068    504912   no data   no data  --
15.40/15.48	c  S st    40    238261       173       356         0     28326      1068    515005   no data   no data  --
15.40/15.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.40/15.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.40/15.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.48/15.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.48/15.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.48/15.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
15.48/15.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.28/17.37	c lits-rem:      3239  cl-subs:     1243  v-elim:      0  v-fix:    0  time:  1.86 s
17.28/17.37	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
17.28/17.37	c vivif2 --  cl tried    27083 cl shrink        0 lits rem          0 time: 0.01
17.28/17.38	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
17.28/17.38	c calculated reachability. Time: 0.00
17.28/17.38	c  N st    40    238261       173       356         0     27083      1068    477461   no data   no data  --
21.69/21.70	c  F st    41    306252       173       356         0     28492      1068    520772   no data   no data  --
21.69/21.70	c  N st    41    306252       173       356         0     28492      1068    520772   no data   no data  --
21.90/21.98	c Decided on static restart strategy
23.28/23.37	c  N st    51    334553       173       356         0     32891      1068    671182   no data   no data  --
24.68/24.75	c  N st    53    357391       173       356         0     31013      1068    582838   no data   no data  --
24.68/24.75	c  S st    53    357391       173       356         0     31013      1068    582838   no data   no data  --
24.78/24.82	c  S st    53    357895       173       356         0     31509      1068    595635   no data   no data  --
24.78/24.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.78/24.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.78/24.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
24.78/24.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.78/24.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.78/24.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
24.78/24.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.68/26.75	c lits-rem:      5953  cl-subs:     1324  v-elim:      0  v-fix:    0  time:  1.91 s
26.68/26.75	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
26.68/26.76	c vivif2 --  cl tried    30185 cl shrink        0 lits rem          0 time: 0.01
26.68/26.77	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
26.68/26.77	c calculated reachability. Time: 0.00
26.68/26.77	c  N st    53    357895       173       356         0     30185      1068    543327   no data   no data  --
28.89/28.94	c  N st    54    390287       173       356         0     35748      1068    710350   no data   no data  --
32.08/32.16	c  N st    55    438878       173       356         0     29522      1068    477378   no data   no data  --
37.40/37.46	c  N st    56    511760       173       356         0     41244      1068    745748   no data   no data  --
39.08/39.12	c  N st    57    536842       173       356         0     37130      1068    653267   no data   no data  --
39.08/39.12	c  S st    57    536842       173       356         0     37130      1068    653267   no data   no data  --
39.08/39.18	c  S st    57    537345       173       356         0     37625      1068    664718   no data   no data  --
39.08/39.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.08/39.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.08/39.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.18/39.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.18/39.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.18/39.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
39.18/39.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.08/41.17	c lits-rem:      4587  cl-subs:      729  v-elim:      0  v-fix:    0  time:  1.95 s
41.08/41.17	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
41.08/41.17	c vivif2 --  cl tried    36896 cl shrink        0 lits rem          0 time: 0.01
41.08/41.19	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
41.08/41.19	c calculated reachability. Time: 0.00
41.08/41.19	c  N st    57    537345       173       356         0     36896      1068    636085   no data   no data  --
56.29/56.31	c  N st    58    701329       173       356         0     32123      1068    428006   no data   no data  --
65.90/65.94	c  N st    59    806017       173       356         0     57175      1068   1161068   no data   no data  --
65.90/65.94	c  S st    59    806017       173       356         0     57175      1068   1161068   no data   no data  --
66.00/66.06	c  S st    59    806519       173       356         0     57668      1068   1173841   no data   no data  --
66.00/66.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.00/66.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.00/66.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
66.09/66.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.09/66.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.09/66.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
66.09/66.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.39/72.43	c lits-rem:      2443  cl-subs:     4074  v-elim:      0  v-fix:    0  time:  6.31 s
72.39/72.43	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
72.39/72.44	c vivif2 --  cl tried    53594 cl shrink        0 lits rem          0 time: 0.01
72.39/72.46	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.02
72.39/72.46	c calculated reachability. Time: 0.00
72.39/72.46	c  N st    59    806519       173       356         0     53594      1068   1037528   no data   no data  --
97.68/97.76	c  F st    60   1071875       173       356         0     65840      1068   1321398   no data   no data  --
97.68/97.76	c  N st    60   1071875       173       356         0     65840      1068   1321398   no data   no data  --
98.18/98.23	c Decided on static restart strategy
99.99/100.07	c  N st    70   1100180       173       356         0     53565      1068    948350   no data   no data  --
103.49/103.56	c  N st    72   1136175       173       356         0     44581      1068    683841   no data   no data  --
106.60/106.65	c  N st    73   1168567       173       356         0     73064      1068   1547862   no data   no data  --
110.69/110.76	c  N st    74   1209780       173       356         0     69838      1068   1489211   no data   no data  --
110.69/110.76	c  S st    74   1209780       173       356         0     69838      1068   1489211   no data   no data  --
110.79/110.89	c  S st    74   1210284       173       356         0     70327      1068   1501568   no data   no data  --
110.89/110.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.89/110.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
110.89/110.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
110.89/110.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.89/110.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.89/110.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
110.89/110.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
118.19/118.25	c lits-rem:      3418  cl-subs:     1927  v-elim:      0  v-fix:    0  time:  7.28 s
118.19/118.25	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
118.19/118.27	c vivif2 --  cl tried    68400 cl shrink        0 lits rem          0 time: 0.02
118.29/118.30	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
118.29/118.30	c calculated reachability. Time: 0.00
118.29/118.30	c  N st    74   1210284       173       356         0     68400      1068   1426310   no data   no data  --
126.89/126.90	c  N st    75   1283166       173       356         0     46098      1068    682066   no data   no data  --
138.39/138.50	c  N st    76   1392490       173       356         0     51875      1068    838509   no data   no data  --
156.59/156.64	c  N st    77   1556474       173       356         0     56556      1068    942904   no data   no data  --
176.58/176.64	c  N st    78   1710285       173       356         0     98379      1068   2296614   no data   no data  --
176.58/176.64	c  S st    78   1710285       173       356         0     98379      1068   2296614   no data   no data  --
176.78/176.82	c  S st    78   1710791       173       356         0     98875      1068   2308771   no data   no data  --
176.78/176.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
176.78/176.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
176.78/176.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
176.88/176.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.88/176.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
176.88/176.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
176.88/176.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
196.49/196.56	c lits-rem:      7669  cl-subs:     3623  v-elim:      0  v-fix:    0  time: 19.63 s
196.49/196.56	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
196.49/196.59	c vivif2 --  cl tried    95252 cl shrink        0 lits rem          0 time: 0.03
196.59/196.64	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
196.59/196.64	c calculated reachability. Time: 0.00
196.59/196.64	c  N st    78   1710791       173       356         0     95252      1068   2174280   no data   no data  --
245.49/245.55	c  N st    79   2079755       173       356         0    100150      1068   2170257   no data   no data  --
261.81/261.89	c  N st    80   2210795       173       356         0    105893      1068   2416421   no data   no data  --
261.81/261.89	c  S st    80   2210795       173       356         0    105893      1068   2416421   no data   no data  --
262.10/262.10	c  S st    80   2211301       173       356         0    106389      1068   2429929   no data   no data  --
262.10/262.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.10/262.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.10/262.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
262.20/262.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.20/262.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.20/262.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
262.20/262.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
287.70/287.70	c lits-rem:      9112  cl-subs:     4638  v-elim:      0  v-fix:    0  time: 25.49 s
287.70/287.70	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
287.70/287.73	c vivif2 --  cl tried   101751 cl shrink        0 lits rem          0 time: 0.03
287.70/287.79	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
287.70/287.79	c calculated reachability. Time: 0.00
287.70/287.79	c  N st    80   2211301       173       356         0    101751      1068   2245402   no data   no data  --
356.19/356.25	c  N st    81   2711302       173       356         0    122594      1068   2776298   no data   no data  --
356.19/356.25	c  S st    81   2711302       173       356         0    122594      1068   2776298   no data   no data  --
356.49/356.50	c  S st    81   2711807       173       356         0    123083      1068   2790148   no data   no data  --
356.49/356.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
356.49/356.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
356.49/356.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
356.59/356.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
356.59/356.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
356.59/356.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
356.59/356.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.29/412.30	c lits-rem:     28509  cl-subs:    12280  v-elim:      0  v-fix:    0  time: 55.65 s
412.29/412.30	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
412.29/412.33	c vivif2 --  cl tried   110803 cl shrink        0 lits rem          0 time: 0.03
412.29/412.39	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
412.29/412.39	c calculated reachability. Time: 0.00
412.29/412.39	c  N st    81   2711807       173       356         0    110803      1068   2343633   no data   no data  --
482.20/482.25	c  N st    82   3211808       173       356         0     89237      1068   1577686   no data   no data  --
482.20/482.25	c  S st    82   3211808       173       356         0     89237      1068   1577686   no data   no data  --
482.40/482.43	c  S st    82   3212311       173       356         0     89729      1068   1590809   no data   no data  --
482.40/482.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
482.40/482.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
482.40/482.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
482.50/482.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
482.50/482.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.50/482.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
482.50/482.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
493.10/493.17	c lits-rem:      2278  cl-subs:     4697  v-elim:      0  v-fix:    0  time: 10.66 s
493.10/493.17	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
493.10/493.19	c vivif2 --  cl tried    85032 cl shrink        0 lits rem          0 time: 0.02
493.20/493.24	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.04
493.20/493.24	c calculated reachability. Time: 0.00
493.20/493.24	c  N st    82   3212311       173       356         0     85032      1068   1436452   no data   no data  --
577.70/577.71	c  N st    83   3712314       173       356         0     96845      1068   1754955   no data   no data  --
577.70/577.71	c  S st    83   3712314       173       356         0     96845      1068   1754955   no data   no data  --
577.80/577.88	c  S st    83   3712816       173       356         0     97335      1068   1768620   no data   no data  --
577.80/577.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
577.80/577.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
577.90/577.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
577.90/577.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
577.90/577.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
577.90/577.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
577.90/577.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
591.81/591.88	c lits-rem:      1969  cl-subs:     6142  v-elim:      0  v-fix:    0  time: 13.90 s
591.81/591.88	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
591.90/591.90	c vivif2 --  cl tried    91193 cl shrink        0 lits rem          0 time: 0.02
591.90/591.95	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
591.90/591.95	c calculated reachability. Time: 0.00
591.90/591.95	c  N st    83   3712816       173       356         0     91193      1068   1565441   no data   no data  --
598.00/598.08	c  F st    84   3751564       173       356         0    124665      1068   2671741   no data   no data  --
598.00/598.09	c  N st    84   3751564       173       356         0    124665      1068   2671741   no data   no data  --
598.90/598.98	c Decided on static restart strategy
603.30/603.35	c  N st    94   3779869       173       356         0     76757      1068   1068936   no data   no data  --
607.30/607.31	c  N st    96   3815863       173       356         0    109335      1068   1961483   no data   no data  --
612.30/612.31	c  N st    97   3848255       173       356         0    137125      1068   2801616   no data   no data  --
618.70/618.79	c  N st    98   3896844       173       356         0    102801      1068   1765273   no data   no data  --
629.40/629.43	c  N st    99   3969726       173       356         0     89451      1068   1409725   no data   no data  --
647.81/647.82	c  N st   100   4079049       173       356         0    111844      1068   2049642   no data   no data  --
667.72/667.78	c  N st   101   4212818       173       356         0    144163      1068   2825887   no data   no data  --
667.72/667.78	c  S st   101   4212818       173       356         0    144163      1068   2825887   no data   no data  --
668.01/668.09	c  S st   101   4213320       173       356         0    144659      1068   2838985   no data   no data  --
668.11/668.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
668.11/668.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
668.11/668.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
668.21/668.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
668.21/668.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
668.21/668.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
668.21/668.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
747.10/747.10	c lits-rem:     12794  cl-subs:    23081  v-elim:      0  v-fix:    0  time: 78.84 s
747.10/747.10	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
747.10/747.13	c vivif2 --  cl tried   121578 cl shrink        0 lits rem          0 time: 0.03
747.20/747.20	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.07
747.20/747.20	c calculated reachability. Time: 0.00
747.20/747.20	c  N st   101   4213320       173       356         0    121578      1068   2103665   no data   no data  --
778.20/778.22	c  N st   102   4459296       173       356         0     95037      1068   1526965   no data   no data  --
816.50/816.55	c  N st   103   4713321       173       356         0    153751      1068   3089776   no data   no data  --
816.50/816.55	c  S st   103   4713321       173       356         0    153751      1068   3089776   no data   no data  --
816.80/816.87	c  S st   103   4713825       173       356         0    154246      1068   3103815   no data   no data  --
816.80/816.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
816.80/816.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
816.90/816.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
817.00/817.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
817.00/817.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.00/817.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
817.00/817.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
957.30/957.34	c lits-rem:     11851  cl-subs:    25647  v-elim:      0  v-fix:    0  time: 140.28 s
957.30/957.34	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
957.30/957.37	c vivif2 --  cl tried   128599 cl shrink        0 lits rem          0 time: 0.03
957.41/957.44	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.07
957.41/957.44	c calculated reachability. Time: 0.00
957.41/957.44	c  N st   103   4713825       173       356         0    128599      1068   2293940   no data   no data  --
1031.61/1031.63	c  N st   104   5213826       173       356         0    144668      1068   2869389   no data   no data  --
1031.61/1031.63	c  S st   104   5213826       173       356         0    144668      1068   2869389   no data   no data  --
1031.91/1031.92	c  S st   104   5214328       173       356         0    145160      1068   2883089   no data   no data  --
1031.91/1031.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1031.91/1031.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1032.01/1032.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
1032.11/1032.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1032.11/1032.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1032.11/1032.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1032.11/1032.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1150.71/1150.72	c lits-rem:     14591  cl-subs:    21820  v-elim:      0  v-fix:    0  time: 118.62 s
1150.71/1150.72	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1150.71/1150.75	c vivif2 --  cl tried   123340 cl shrink        0 lits rem          0 time: 0.03
1150.81/1150.83	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.08
1150.81/1150.83	c calculated reachability. Time: 0.00
1150.81/1150.83	c  N st   104   5214328       173       356         0    123340      1068   2237689   no data   no data  --
1225.21/1225.30	c  N st   105   5714330       173       356         0    115662      1068   1878851   no data   no data  --
1225.21/1225.30	c  S st   105   5714330       173       356         0    115662      1068   1878851   no data   no data  --
1225.51/1225.50	c  S st   105   5714835       173       356         0    116157      1068   1892098   no data   no data  --
1225.51/1225.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1225.51/1225.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1225.51/1225.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1225.61/1225.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.61/1225.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.61/1225.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1225.61/1225.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1249.21/1249.25	c lits-rem:      2493  cl-subs:    17444  v-elim:      0  v-fix:    0  time: 23.63 s
1249.21/1249.25	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1249.21/1249.27	c vivif2 --  cl tried    98713 cl shrink        0 lits rem          0 time: 0.02
1249.31/1249.33	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
1249.31/1249.34	c calculated reachability. Time: 0.00
1249.31/1249.34	c  N st   105   5714835       173       356         0     98713      1068   1437046   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370582-1305389956/watcher-3370582-1305389956 -o /tmp/evaluation-result-3370582-1305389956/solver-3370582-1305389956 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370582-1305389956.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.86 4.01 3.94 5/355 25030
/proc/meminfo: memFree=21088388/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=29816 CPUtime=0.02 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 596 0 0 0 2 0 0 0 25 0 1 0 631411738 30531584 532 33554432000 4194304 4650387 140734422527248 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 7454 532 377 112 0 2419 0

[startup+0.0743141 s]
/proc/loadavg: 3.86 4.01 3.94 5/355 25030
/proc/meminfo: memFree=21088388/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=29956 CPUtime=0.06 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 665 0 0 0 6 0 0 0 25 0 1 0 631411738 30674944 601 33554432000 4194304 4650387 140734422527248 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 7489 601 378 112 0 2454 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29956

[startup+0.100301 s]
/proc/loadavg: 3.86 4.01 3.94 5/355 25030
/proc/meminfo: memFree=21088388/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=29956 CPUtime=0.09 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 710 0 0 0 9 0 0 0 25 0 1 0 631411738 30674944 646 33554432000 4194304 4650387 140734422527248 18446744073709551615 4363572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 7489 646 378 112 0 2454 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29956

[startup+0.300263 s]
/proc/loadavg: 3.86 4.01 3.94 5/355 25030
/proc/meminfo: memFree=21088388/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=30756 CPUtime=0.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 1137 0 0 0 29 0 0 0 25 0 1 0 631411738 31494144 731 33554432000 4194304 4650387 140734422527248 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 7689 731 380 112 0 2654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30756

[startup+0.700218 s]
/proc/loadavg: 3.86 4.01 3.94 5/355 25030
/proc/meminfo: memFree=21088388/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=31436 CPUtime=0.69 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 1669 0 0 0 69 0 0 0 25 0 1 0 631411738 32190464 998 33554432000 4194304 4650387 140734422527248 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 7859 998 380 112 0 2824 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31436

[startup+1.50105 s]
/proc/loadavg: 3.86 4.01 3.94 6/362 25042
/proc/meminfo: memFree=21066384/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=37100 CPUtime=1.49 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 3708 0 0 0 149 0 0 0 25 0 1 0 631411738 37990400 2355 33554432000 4194304 4650387 140734422527248 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 9275 2355 382 112 0 4240 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37100

[startup+3.10079 s]
/proc/loadavg: 3.86 4.01 3.94 6/362 25042
/proc/meminfo: memFree=21049472/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=38768 CPUtime=3.08 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 5362 0 0 0 308 0 0 0 25 0 1 0 631411738 39698432 2735 33554432000 4194304 4650387 140734422527248 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 9692 2735 382 112 0 4657 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38768

[startup+6.30022 s]
/proc/loadavg: 3.87 4.01 3.94 6/362 25042
/proc/meminfo: memFree=21034968/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=44496 CPUtime=6.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 8339 0 0 0 628 1 0 0 25 0 1 0 631411738 45563904 4004 33554432000 4194304 4650387 140734422527248 18446744073709551615 4361034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 11124 4004 382 112 0 6089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44496

[startup+12.7011 s]
/proc/loadavg: 3.88 4.01 3.94 6/362 25042
/proc/meminfo: memFree=21009464/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=50932 CPUtime=12.69 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 12859 0 0 0 1267 2 0 0 25 0 1 0 631411738 52154368 5639 33554432000 4194304 4650387 140734422527248 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 12733 5639 382 112 0 7698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50932

[startup+25.5008 s]
/proc/loadavg: 3.91 4.01 3.94 6/362 25043
/proc/meminfo: memFree=20988420/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=59492 CPUtime=25.48 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 21485 0 0 0 2544 4 0 0 25 0 1 0 631411738 60919808 7828 33554432000 4194304 4650387 140734422527248 18446744073709551615 4439609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 14873 7828 382 112 0 9838 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59492

[startup+51.1004 s]
/proc/loadavg: 4.10 4.04 3.95 6/362 25043
/proc/meminfo: memFree=20962040/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=66876 CPUtime=51.08 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 34779 0 0 0 5100 8 0 0 25 0 1 0 631411738 68481024 9830 33554432000 4194304 4650387 140734422527248 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 16719 9830 382 112 0 11684 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66876

[startup+102.314 s]
/proc/loadavg: 4.04 4.03 3.95 6/362 25045
/proc/meminfo: memFree=20911028/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=84220 CPUtime=102.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 57772 0 0 0 10216 14 0 0 25 0 1 0 631411738 86241280 14299 33554432000 4194304 4650387 140734422527248 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 21055 14299 382 112 0 16020 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84220

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.95 6/362 25046
/proc/meminfo: memFree=20845140/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=102396 CPUtime=162.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 81510 0 0 0 16208 21 0 0 25 0 1 0 631411738 104853504 18952 33554432000 4194304 4650387 140734422527248 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 25599 18952 382 112 0 20564 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102396

[startup+222.3 s]
/proc/loadavg: 4.14 4.06 3.97 6/362 25048
/proc/meminfo: memFree=20806288/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=132300 CPUtime=222.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 101830 0 0 0 22204 25 0 0 25 0 1 0 631411738 135475200 26308 33554432000 4194304 4650387 140734422527248 18446744073709551615 4313048 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 33075 26308 382 112 0 28040 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 132300

[startup+282.301 s]
/proc/loadavg: 4.09 4.06 3.97 6/362 25049
/proc/meminfo: memFree=20765200/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=150264 CPUtime=282.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 114103 0 0 0 28203 27 0 0 25 0 1 0 631411738 153870336 30557 33554432000 4194304 4650387 140734422527248 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 37566 30557 382 112 0 32531 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150264

[startup+342.3 s]
/proc/loadavg: 4.03 4.05 3.97 6/362 25053
/proc/meminfo: memFree=20759220/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=152820 CPUtime=342.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 131879 0 0 0 34199 31 0 0 25 0 1 0 631411738 156487680 30739 33554432000 4194304 4650387 140734422527248 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 38205 30739 382 112 0 33170 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152820

[startup+402.301 s]
/proc/loadavg: 4.01 4.04 3.97 6/362 25056
/proc/meminfo: memFree=20731828/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=168992 CPUtime=402.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 139727 0 0 0 40197 32 0 0 25 0 1 0 631411738 173047808 35449 33554432000 4194304 4650387 140734422527248 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 42248 35449 382 112 0 37213 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 168992

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 3.97 6/362 25085
/proc/meminfo: memFree=21176144/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=173840 CPUtime=462.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 155930 0 0 0 46194 36 0 0 25 0 1 0 631411738 178012160 35695 33554432000 4194304 4650387 140734422527248 18446744073709551615 4363509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 43460 35695 382 112 0 38425 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173840

[startup+522.301 s]
/proc/loadavg: 4.03 4.03 3.98 6/362 25087
/proc/meminfo: memFree=21154992/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=174144 CPUtime=522.29 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 169609 0 0 0 52191 38 0 0 25 0 1 0 631411738 178323456 35790 33554432000 4194304 4650387 140734422527248 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 43536 35790 382 112 0 38501 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 174144

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.98 6/362 25088
/proc/meminfo: memFree=21126536/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=175164 CPUtime=582.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 184085 0 0 0 58188 42 0 0 25 0 1 0 631411738 179367936 35923 33554432000 4194304 4650387 140734422527248 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 43791 35923 382 112 0 38756 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 175164

[startup+642.301 s]
/proc/loadavg: 4.10 4.05 3.99 6/362 25090
/proc/meminfo: memFree=21090484/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=234788 CPUtime=642.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 197474 0 0 0 64183 48 0 0 25 0 1 0 631411738 240422912 38514 33554432000 4194304 4650387 140734422527248 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 58697 38514 382 112 0 53662 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 234788

[startup+702.301 s]
/proc/loadavg: 4.03 4.04 3.99 6/362 25092
/proc/meminfo: memFree=21049256/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=202220 CPUtime=702.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 209281 0 0 0 70179 51 0 0 25 0 1 0 631411738 207073280 43141 33554432000 4194304 4650387 140734422527248 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 50555 43141 382 112 0 45520 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 202220

[startup+762.315 s]
/proc/loadavg: 4.01 4.03 3.99 6/362 25093
/proc/meminfo: memFree=21042500/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=199528 CPUtime=762.32 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 212793 0 0 0 76180 52 0 0 25 0 1 0 631411738 204316672 42705 33554432000 4194304 4650387 140734422527248 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 49882 42705 382 112 0 44847 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 199528

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.99 6/362 25095
/proc/meminfo: memFree=20977212/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=282956 CPUtime=822.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 220215 0 0 0 82176 54 0 0 25 0 1 0 631411738 289746944 50121 33554432000 4194304 4650387 140734422527248 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 70739 50121 382 112 0 65704 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 282956

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.99 6/362 25096
/proc/meminfo: memFree=20974300/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=282956 CPUtime=882.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 220215 0 0 0 88176 54 0 0 25 0 1 0 631411738 289746944 50121 33554432000 4194304 4650387 140734422527248 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 70739 50121 382 112 0 65704 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 282956

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 3.99 6/362 25098
/proc/meminfo: memFree=20961460/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=282956 CPUtime=942.3 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 220230 0 0 0 94176 54 0 0 25 0 1 0 631411738 289746944 50136 33554432000 4194304 4650387 140734422527248 18446744073709551615 4476417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 70739 50136 382 112 0 65704 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 282956

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.99 6/362 25100
/proc/meminfo: memFree=20907708/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=241080 CPUtime=1002.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 224410 0 0 0 100176 55 0 0 25 0 1 0 631411738 246865920 53625 33554432000 4194304 4650387 140734422527248 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 60270 53625 382 112 0 55235 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 241080

[startup+1062.3 s]
/proc/loadavg: 4.05 4.03 4.00 6/362 25101
/proc/meminfo: memFree=20895012/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=236116 CPUtime=1062.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 234844 0 0 0 106174 57 0 0 25 0 1 0 631411738 241782784 51482 33554432000 4194304 4650387 140734422527248 18446744073709551615 4434224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 59029 51482 382 112 0 53994 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 236116

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 4.00 6/362 25103
/proc/meminfo: memFree=20891996/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=239716 CPUtime=1122.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 235283 0 0 0 112174 57 0 0 25 0 1 0 631411738 245469184 51921 33554432000 4194304 4650387 140734422527248 18446744073709551615 4476389 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 59929 51921 382 112 0 54894 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 239716

[startup+1182.3 s]
/proc/loadavg: 4.14 4.05 4.01 6/362 25104
/proc/meminfo: memFree=20871868/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=236104 CPUtime=1182.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 241766 0 0 0 118171 60 0 0 25 0 1 0 631411738 241770496 50682 33554432000 4194304 4650387 140734422527248 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 59026 50682 382 112 0 53991 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 236104

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.00 6/362 25106
/proc/meminfo: memFree=20849612/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=250636 CPUtime=1242.31 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 248660 0 0 0 124168 63 0 0 25 0 1 0 631411738 256651264 54007 33554432000 4194304 4650387 140734422527248 18446744073709551615 4432341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 62659 54007 382 112 0 57624 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 250636



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.00 6/362 25108
/proc/meminfo: memFree=20821172/32951124 swapFree=67111348/67111528
[pid=25030] ppid=25026 vsize=310140 CPUtime=1300.03 cores=0,2
/proc/25030/stat : 25030 (strangenight1-s) R 25026 25030 24826 0 -1 4202496 258986 0 0 0 129936 67 0 0 25 0 1 0 631411738 317583360 55632 33554432000 4194304 4650387 140734422527248 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25030/statm: 77535 55632 382 112 0 72500 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 310140

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.36
CPU system time (s): 0.687895
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 310140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.36
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258986
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= 15
involuntary context switches= 3208

runsolver used 4.67729 second user time and 10.7344 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 18:19:16
IDJOB=3370582
IDBENCH=83145
IDSOLVER=1847
FILE ID=node144/3370582-1305389956
RUNJOBID= node144-1305388654-24844
PBS_JOBID= 13324411
Free space on /tmp= 73228 MiB

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

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

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=91914362

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21088948 kB
Buffers:        281296 kB
Cached:        3619532 kB
SwapCached:          0 kB
Active:        8628592 kB
Inactive:      2886136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21088948 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:     7614432 kB
Mapped:          27836 kB
Slab:           244324 kB
PageTables:      38508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82553744 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= 73216 MiB
End job on node144 at 2011-05-14 18:40:58