Trace number 3273713

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.06 1300.02

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273713-1303606067.cnf'
0.00/0.00	c -- header says num vars:            173
0.00/0.00	c -- header says num clauses:         356
0.00/0.00	c -- clauses added:            0 learnts,          356 normals,            0 xors
0.00/0.00	c -- vars added        173
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       173       356         0         0      1068         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       6 undec:     163 neg:       4
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       173       356         0         0      1068         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.09/0.10	c  N st     8      4917       173       356         0      4402      1068    116231   no data   no data  --
0.19/0.26	c  N st    10     11300       173       356         0      3955      1068     76063   no data   no data  --
0.39/0.42	c  N st    11     17043       173       356         0      8885      1068    215215   no data   no data  --
0.59/0.69	c  F st    12     25001       173       356         0     10690      1068    270005   no data   no data  --
0.59/0.69	c  N st    12     25001       173       356         0     10690      1068    270005   no data   no data  --
0.79/0.83	c Decided on static restart strategy
0.79/0.83	c  N st    18     30001       173       356         0      9343      1068    183953   no data   no data  --
0.79/0.83	c  S st    18     30001       173       356         0      9343      1068    183953   no data   no data  --
0.79/0.85	c  S st    18     30503       173       356         0      9824      1068    194438   no data   no data  --
0.79/0.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.79/0.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
0.79/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.00/1.01	c lits-rem:       711  cl-subs:      620  v-elim:      0  v-fix:    0  time:  0.16 s
1.00/1.02	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
1.00/1.02	c calculated reachability. Time: 0.00
1.00/1.02	c  N st    18     30503       173       356         0      9204      1068    174639   no data   no data  --
1.19/1.25	c  N st    20     37614       173       356         0      8642      1068    168271   no data   no data  --
1.39/1.44	c  N st    21     44013       173       356         0     14276      1068    306119   no data   no data  --
1.49/1.50	c  S st    22     45755       173       356         0      7999      1068    125125   no data   no data  --
1.49/1.52	c  S st    22     46256       173       356         0      8483      1068    136447   no data   no data  --
1.49/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1.49/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.57	c lits-rem:       163  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.05 s
1.49/1.57	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1.49/1.57	c vivif2 --  cl tried     8402 cl shrink        0 lits rem          0 time: 0.00
1.49/1.57	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
1.49/1.57	c calculated reachability. Time: 0.00
1.49/1.57	c  N st    22     46256       173       356         0      8402      1068    134258   no data   no data  --
1.99/2.03	c  N st    23     60653       173       356         0     11933      1068    221085   no data   no data  --
2.39/2.41	c  N st    24     69384       173       356         0     10099      1068    152721   no data   no data  --
2.39/2.41	c  S st    24     69384       173       356         0     10099      1068    152721   no data   no data  --
2.39/2.43	c  S st    24     69889       173       356         0     10595      1068    163849   no data   no data  --
2.39/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
2.39/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.59/2.66	c lits-rem:       346  cl-subs:      153  v-elim:      0  v-fix:    0  time:  0.22 s
2.59/2.66	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
2.59/2.66	c vivif2 --  cl tried    10442 cl shrink        0 lits rem          0 time: 0.00
2.59/2.66	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
2.59/2.66	c calculated reachability. Time: 0.00
2.59/2.66	c  N st    24     69889       173       356         0     10442      1068    159726   no data   no data  --
3.38/3.40	c  F st    25     87501       173       356         0     15521      1068    304377   no data   no data  --
3.38/3.40	c  N st    25     87501       173       356         0     15521      1068    304377   no data   no data  --
3.48/3.59	c Decided on static restart strategy
3.68/3.71	c  N st    32     95540       173       356         0     22636      1068    506006   no data   no data  --
3.98/4.07	c  N st    34    104833       173       356         0     19373      1068    363016   no data   no data  --
3.98/4.07	c  S st    34    104833       173       356         0     19373      1068    363016   no data   no data  --
4.08/4.10	c  S st    34    105336       173       356         0     19866      1068    373782   no data   no data  --
4.08/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.08/4.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.08/4.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.08/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.08/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.08/4.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
4.08/4.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.29/5.32	c lits-rem:      2265  cl-subs:      860  v-elim:      0  v-fix:    0  time:  1.20 s
5.29/5.32	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
5.29/5.33	c vivif2 --  cl tried    19006 cl shrink        0 lits rem          0 time: 0.00
5.29/5.33	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
5.29/5.33	c calculated reachability. Time: 0.00
5.29/5.33	c  N st    34    105336       173       356         0     19006      1068    344640   no data   no data  --
5.69/5.75	c  N st    35    114937       173       356         0     15091      1068    253271   no data   no data  --
6.39/6.41	c  N st    36    129335       173       356         0     14469      1068    222410   no data   no data  --
7.29/7.34	c  N st    37    150931       173       356         0     19259      1068    348752   no data   no data  --
7.59/7.66	c  S st    38    158005       173       356         0     25214      1068    507458   no data   no data  --
7.59/7.70	c  S st    38    158506       173       356         0     25703      1068    519459   no data   no data  --
7.59/7.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.59/7.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.69/7.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.69/7.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
7.69/7.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.89/9.96	c lits-rem:      7910  cl-subs:     2975  v-elim:      0  v-fix:    0  time:  2.24 s
9.89/9.96	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
9.89/9.96	c vivif2 --  cl tried    22728 cl shrink        0 lits rem          0 time: 0.00
9.89/9.97	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
9.89/9.97	c calculated reachability. Time: 0.00
9.89/9.97	c  N st    38    158506       173       356         0     22728      1068    417764   no data   no data  --
12.39/12.49	c  N st    39    207094       173       356         0     18140      1068    294845   no data   no data  --
13.99/14.03	c  N st    40    237759       173       356         0     27843      1068    504912   no data   no data  --
13.99/14.03	c  S st    40    237759       173       356         0     27843      1068    504912   no data   no data  --
13.99/14.07	c  S st    40    238261       173       356         0     28326      1068    515005   no data   no data  --
13.99/14.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.99/14.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.99/14.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.99/14.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.99/14.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.99/14.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
13.99/14.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.69/15.74	c lits-rem:      3239  cl-subs:     1243  v-elim:      0  v-fix:    0  time:  1.65 s
15.69/15.74	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
15.69/15.75	c vivif2 --  cl tried    27083 cl shrink        0 lits rem          0 time: 0.00
15.69/15.75	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
15.69/15.75	c calculated reachability. Time: 0.00
15.69/15.75	c  N st    40    238261       173       356         0     27083      1068    477461   no data   no data  --
19.69/19.72	c  F st    41    306252       173       356         0     28492      1068    520772   no data   no data  --
19.69/19.72	c  N st    41    306252       173       356         0     28492      1068    520772   no data   no data  --
19.88/19.97	c Decided on static restart strategy
21.18/21.23	c  N st    51    334553       173       356         0     32891      1068    671182   no data   no data  --
22.39/22.49	c  N st    53    357391       173       356         0     31013      1068    582838   no data   no data  --
22.39/22.49	c  S st    53    357391       173       356         0     31013      1068    582838   no data   no data  --
22.49/22.54	c  S st    53    357895       173       356         0     31509      1068    595635   no data   no data  --
22.49/22.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.49/22.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.49/22.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.49/22.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.49/22.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.49/22.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
22.49/22.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.19/24.29	c lits-rem:      5953  cl-subs:     1324  v-elim:      0  v-fix:    0  time:  1.72 s
24.19/24.29	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
24.19/24.29	c vivif2 --  cl tried    30185 cl shrink        0 lits rem          0 time: 0.00
24.29/24.30	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
24.29/24.30	c calculated reachability. Time: 0.00
24.29/24.30	c  N st    53    357895       173       356         0     30185      1068    543327   no data   no data  --
26.19/26.26	c  N st    54    390287       173       356         0     35748      1068    710350   no data   no data  --
29.19/29.23	c  N st    55    438878       173       356         0     29522      1068    477378   no data   no data  --
33.99/34.05	c  N st    56    511760       173       356         0     41244      1068    745748   no data   no data  --
35.49/35.57	c  N st    57    536842       173       356         0     37130      1068    653267   no data   no data  --
35.49/35.57	c  S st    57    536842       173       356         0     37130      1068    653267   no data   no data  --
35.59/35.63	c  S st    57    537345       173       356         0     37625      1068    664718   no data   no data  --
35.59/35.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.59/35.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.59/35.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.59/35.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.59/35.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.59/35.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
35.59/35.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.29/37.40	c lits-rem:      4587  cl-subs:      729  v-elim:      0  v-fix:    0  time:  1.74 s
37.29/37.40	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
37.39/37.41	c vivif2 --  cl tried    36896 cl shrink        0 lits rem          0 time: 0.01
37.39/37.42	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
37.39/37.42	c calculated reachability. Time: 0.00
37.39/37.42	c  N st    57    537345       173       356         0     36896      1068    636085   no data   no data  --
51.08/51.18	c  N st    58    701329       173       356         0     32123      1068    428006   no data   no data  --
59.89/59.92	c  N st    59    806017       173       356         0     57175      1068   1161068   no data   no data  --
59.89/59.92	c  S st    59    806017       173       356         0     57175      1068   1161068   no data   no data  --
59.99/60.03	c  S st    59    806519       173       356         0     57668      1068   1173841   no data   no data  --
59.99/60.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.99/60.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.99/60.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
59.99/60.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.99/60.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.99/60.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
59.99/60.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.69/65.79	c lits-rem:      2443  cl-subs:     4074  v-elim:      0  v-fix:    0  time:  5.71 s
65.69/65.79	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
65.79/65.80	c vivif2 --  cl tried    53594 cl shrink        0 lits rem          0 time: 0.01
65.79/65.82	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.02
65.79/65.82	c calculated reachability. Time: 0.00
65.79/65.82	c  N st    59    806519       173       356         0     53594      1068   1037528   no data   no data  --
88.69/88.79	c  F st    60   1071875       173       356         0     65840      1068   1321398   no data   no data  --
88.69/88.79	c  N st    60   1071875       173       356         0     65840      1068   1321398   no data   no data  --
89.19/89.22	c Decided on static restart strategy
90.89/90.90	c  N st    70   1100180       173       356         0     53565      1068    948350   no data   no data  --
93.99/94.03	c  N st    72   1136175       173       356         0     44581      1068    683841   no data   no data  --
96.80/96.85	c  N st    73   1168567       173       356         0     73064      1068   1547862   no data   no data  --
100.49/100.58	c  N st    74   1209780       173       356         0     69838      1068   1489211   no data   no data  --
100.49/100.58	c  S st    74   1209780       173       356         0     69838      1068   1489211   no data   no data  --
100.69/100.70	c  S st    74   1210284       173       356         0     70327      1068   1501568   no data   no data  --
100.69/100.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.69/100.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.69/100.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
100.69/100.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.69/100.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.69/100.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
100.69/100.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.29/107.39	c lits-rem:      3418  cl-subs:     1927  v-elim:      0  v-fix:    0  time:  6.63 s
107.29/107.39	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
107.39/107.41	c vivif2 --  cl tried    68400 cl shrink        0 lits rem          0 time: 0.02
107.39/107.43	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.02
107.39/107.44	c calculated reachability. Time: 0.00
107.39/107.44	c  N st    74   1210284       173       356         0     68400      1068   1426310   no data   no data  --
114.89/114.97	c  N st    75   1283166       173       356         0     46098      1068    682066   no data   no data  --
125.09/125.17	c  N st    76   1392490       173       356         0     51875      1068    838509   no data   no data  --
141.59/141.66	c  N st    77   1556474       173       356         0     56556      1068    942904   no data   no data  --
159.80/159.84	c  N st    78   1710285       173       356         0     98379      1068   2296614   no data   no data  --
159.80/159.84	c  S st    78   1710285       173       356         0     98379      1068   2296614   no data   no data  --
159.99/160.01	c  S st    78   1710791       173       356         0     98875      1068   2308771   no data   no data  --
159.99/160.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.99/160.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.99/160.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
160.09/160.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.09/160.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.09/160.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
160.09/160.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
178.30/178.34	c lits-rem:      7669  cl-subs:     3623  v-elim:      0  v-fix:    0  time: 18.22 s
178.30/178.34	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
178.30/178.36	c vivif2 --  cl tried    95252 cl shrink        0 lits rem          0 time: 0.02
178.40/178.41	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
178.40/178.41	c calculated reachability. Time: 0.00
178.40/178.41	c  N st    78   1710791       173       356         0     95252      1068   2174280   no data   no data  --
222.80/222.81	c  N st    79   2079755       173       356         0    100150      1068   2170257   no data   no data  --
237.60/237.66	c  N st    80   2210795       173       356         0    105893      1068   2416421   no data   no data  --
237.60/237.66	c  S st    80   2210795       173       356         0    105893      1068   2416421   no data   no data  --
237.79/237.85	c  S st    80   2211301       173       356         0    106389      1068   2429929   no data   no data  --
237.79/237.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
237.79/237.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
237.79/237.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
237.89/237.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.89/237.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.89/237.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
237.89/237.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
262.60/262.64	c lits-rem:      9112  cl-subs:     4638  v-elim:      0  v-fix:    0  time: 24.68 s
262.60/262.64	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
262.60/262.67	c vivif2 --  cl tried   101751 cl shrink        0 lits rem          0 time: 0.03
262.70/262.72	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
262.70/262.72	c calculated reachability. Time: 0.00
262.70/262.72	c  N st    80   2211301       173       356         0    101751      1068   2245402   no data   no data  --
324.59/324.62	c  N st    81   2711302       173       356         0    122594      1068   2776298   no data   no data  --
324.59/324.62	c  S st    81   2711302       173       356         0    122594      1068   2776298   no data   no data  --
324.79/324.84	c  S st    81   2711807       173       356         0    123083      1068   2790148   no data   no data  --
324.79/324.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.79/324.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
324.89/324.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
324.89/324.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.89/324.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.89/324.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
324.89/324.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
378.00/378.05	c lits-rem:     28509  cl-subs:    12280  v-elim:      0  v-fix:    0  time: 53.07 s
378.00/378.05	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
378.00/378.08	c vivif2 --  cl tried   110803 cl shrink        0 lits rem          0 time: 0.03
378.10/378.13	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
378.10/378.13	c calculated reachability. Time: 0.00
378.10/378.13	c  N st    81   2711807       173       356         0    110803      1068   2343633   no data   no data  --
441.70/441.72	c  N st    82   3211808       173       356         0     89237      1068   1577686   no data   no data  --
441.70/441.72	c  S st    82   3211808       173       356         0     89237      1068   1577686   no data   no data  --
441.80/441.88	c  S st    82   3212311       173       356         0     89729      1068   1590809   no data   no data  --
441.80/441.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
441.80/441.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
441.90/441.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
441.90/441.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
441.90/441.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
441.90/441.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
441.90/441.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
451.80/451.89	c lits-rem:      2278  cl-subs:     4697  v-elim:      0  v-fix:    0  time:  9.93 s
451.80/451.89	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
451.90/451.91	c vivif2 --  cl tried    85032 cl shrink        0 lits rem          0 time: 0.02
451.90/451.94	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
451.90/451.94	c calculated reachability. Time: 0.00
451.90/451.94	c  N st    82   3212311       173       356         0     85032      1068   1436452   no data   no data  --
527.91/527.98	c  N st    83   3712314       173       356         0     96845      1068   1754955   no data   no data  --
527.91/527.98	c  S st    83   3712314       173       356         0     96845      1068   1754955   no data   no data  --
528.10/528.14	c  S st    83   3712816       173       356         0     97335      1068   1768620   no data   no data  --
528.10/528.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
528.10/528.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
528.10/528.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
528.20/528.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
528.20/528.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.20/528.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
528.20/528.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
540.80/540.85	c lits-rem:      1969  cl-subs:     6142  v-elim:      0  v-fix:    0  time: 12.63 s
540.80/540.85	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
540.80/540.87	c vivif2 --  cl tried    91193 cl shrink        0 lits rem          0 time: 0.02
540.90/540.91	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.04
540.90/540.91	c calculated reachability. Time: 0.00
540.90/540.91	c  N st    83   3712816       173       356         0     91193      1068   1565441   no data   no data  --
546.31/546.31	c  F st    84   3751564       173       356         0    124665      1068   2671741   no data   no data  --
546.31/546.31	c  N st    84   3751564       173       356         0    124665      1068   2671741   no data   no data  --
547.11/547.10	c Decided on static restart strategy
550.91/550.90	c  N st    94   3779869       173       356         0     76757      1068   1068936   no data   no data  --
554.50/554.51	c  N st    96   3815863       173       356         0    109335      1068   1961483   no data   no data  --
559.00/559.05	c  N st    97   3848255       173       356         0    137125      1068   2801616   no data   no data  --
564.81/564.90	c  N st    98   3896844       173       356         0    102801      1068   1765273   no data   no data  --
574.51/574.55	c  N st    99   3969726       173       356         0     89451      1068   1409725   no data   no data  --
590.80/590.82	c  N st   100   4079049       173       356         0    111844      1068   2049642   no data   no data  --
608.21/608.23	c  N st   101   4212818       173       356         0    144163      1068   2825887   no data   no data  --
608.21/608.23	c  S st   101   4212818       173       356         0    144163      1068   2825887   no data   no data  --
608.41/608.48	c  S st   101   4213320       173       356         0    144659      1068   2838985   no data   no data  --
608.41/608.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
608.41/608.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
608.51/608.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
608.61/608.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
608.61/608.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
608.61/608.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
608.61/608.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
683.71/683.75	c lits-rem:     12794  cl-subs:    23081  v-elim:      0  v-fix:    0  time: 75.12 s
683.71/683.75	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
683.71/683.77	c vivif2 --  cl tried   121578 cl shrink        0 lits rem          0 time: 0.03
683.81/683.84	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
683.81/683.84	c calculated reachability. Time: 0.00
683.81/683.84	c  N st   101   4213320       173       356         0    121578      1068   2103665   no data   no data  --
711.81/711.81	c  N st   102   4459296       173       356         0     95037      1068   1526965   no data   no data  --
745.72/745.78	c  N st   103   4713321       173       356         0    153751      1068   3089776   no data   no data  --
745.72/745.78	c  S st   103   4713321       173       356         0    153751      1068   3089776   no data   no data  --
746.01/746.05	c  S st   103   4713825       173       356         0    154246      1068   3103815   no data   no data  --
746.01/746.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
746.01/746.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
746.11/746.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
746.21/746.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
746.21/746.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
746.21/746.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
746.21/746.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
873.52/873.53	c lits-rem:     11851  cl-subs:    25647  v-elim:      0  v-fix:    0  time: 127.33 s
873.52/873.53	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
873.52/873.56	c vivif2 --  cl tried   128599 cl shrink        0 lits rem          0 time: 0.03
873.62/873.63	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.07
873.62/873.63	c calculated reachability. Time: 0.00
873.62/873.63	c  N st   103   4713825       173       356         0    128599      1068   2293940   no data   no data  --
940.43/940.45	c  N st   104   5213826       173       356         0    144668      1068   2869389   no data   no data  --
940.43/940.45	c  S st   104   5213826       173       356         0    144668      1068   2869389   no data   no data  --
940.72/940.71	c  S st   104   5214328       173       356         0    145160      1068   2883089   no data   no data  --
940.72/940.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
940.72/940.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
940.72/940.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
940.82/940.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
940.82/940.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
940.82/940.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
940.82/940.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1048.52/1048.50	c lits-rem:     14591  cl-subs:    21820  v-elim:      0  v-fix:    0  time: 107.65 s
1048.52/1048.50	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1048.52/1048.53	c vivif2 --  cl tried   123340 cl shrink        0 lits rem          0 time: 0.03
1048.52/1048.59	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
1048.52/1048.59	c calculated reachability. Time: 0.00
1048.52/1048.59	c  N st   104   5214328       173       356         0    123340      1068   2237689   no data   no data  --
1113.32/1113.35	c  N st   105   5714330       173       356         0    115662      1068   1878851   no data   no data  --
1113.32/1113.35	c  S st   105   5714330       173       356         0    115662      1068   1878851   no data   no data  --
1113.52/1113.53	c  S st   105   5714835       173       356         0    116157      1068   1892098   no data   no data  --
1113.52/1113.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1113.52/1113.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1113.52/1113.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1113.62/1113.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.62/1113.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.62/1113.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1113.62/1113.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1134.92/1134.90	c lits-rem:      2493  cl-subs:    17444  v-elim:      0  v-fix:    0  time: 21.27 s
1134.92/1134.90	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1134.92/1134.92	c vivif2 --  cl tried    98713 cl shrink        0 lits rem          0 time: 0.02
1134.92/1134.96	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.04
1134.92/1134.97	c calculated reachability. Time: 0.00
1134.92/1134.97	c  N st   105   5714835       173       356         0     98713      1068   1437046   no data   no data  --
1215.53/1215.53	c  N st   106   6214836       173       356         0    169126      1068   3519176   no data   no data  --
1215.53/1215.53	c  S st   106   6214836       173       356         0    169126      1068   3519176   no data   no data  --
1215.83/1215.80	c  S st   106   6215336       173       356         0    169617      1068   3531520   no data   no data  --
1215.83/1215.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1215.83/1215.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1215.83/1215.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1215.93/1215.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1215.93/1215.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1215.93/1215.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1215.93/1215.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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.39 3.87 3.87 5/189 23962
/proc/meminfo: memFree=28221696/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=29672 CPUtime=0 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 482 0 0 0 0 0 0 0 22 0 1 0 453022651 30384128 421 33554432000 4194304 4650387 140735490113504 18446744073709551615 4302736 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 7418 421 345 112 0 2383 0

[startup+0.0988101 s]
/proc/loadavg: 3.39 3.87 3.87 5/189 23962
/proc/meminfo: memFree=28221696/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=29956 CPUtime=0.09 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 718 0 0 0 9 0 0 0 22 0 1 0 453022651 30674944 653 33554432000 4194304 4650387 140735490113504 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 7489 653 378 112 0 2454 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29956

[startup+0.100812 s]
/proc/loadavg: 3.39 3.87 3.87 5/189 23962
/proc/meminfo: memFree=28221696/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=29956 CPUtime=0.09 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 721 0 0 0 9 0 0 0 22 0 1 0 453022651 30674944 656 33554432000 4194304 4650387 140735490113504 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 7489 656 378 112 0 2454 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29956

[startup+0.300772 s]
/proc/loadavg: 3.39 3.87 3.87 5/189 23962
/proc/meminfo: memFree=28221696/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=30756 CPUtime=0.29 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 1166 0 0 0 29 0 0 0 23 0 1 0 453022651 31494144 759 33554432000 4194304 4650387 140735490113504 18446744073709551615 4363416 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 7689 759 380 112 0 2654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30756

[startup+0.7007 s]
/proc/loadavg: 3.39 3.87 3.87 5/189 23962
/proc/meminfo: memFree=28221696/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=31436 CPUtime=0.69 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 1730 0 0 0 69 0 0 0 25 0 1 0 453022651 32190464 1058 33554432000 4194304 4650387 140735490113504 18446744073709551615 4365235 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 7859 1058 381 112 0 2824 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31436

[startup+1.50056 s]
/proc/loadavg: 3.39 3.87 3.87 5/190 23963
/proc/meminfo: memFree=28198556/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=46008 CPUtime=1.49 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 3807 0 0 0 149 0 0 0 25 0 1 0 453022651 47112192 2453 33554432000 4194304 4650387 140735490113504 18446744073709551615 4516006 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 11502 2453 382 112 0 6467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46008

[startup+3.10026 s]
/proc/loadavg: 3.39 3.87 3.87 5/190 23963
/proc/meminfo: memFree=28187892/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=38768 CPUtime=3.08 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 5538 0 0 0 308 0 0 0 25 0 1 0 453022651 39698432 2910 33554432000 4194304 4650387 140735490113504 18446744073709551615 4364439 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 9692 2910 382 112 0 4657 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38768

[startup+6.30067 s]
/proc/loadavg: 3.44 3.87 3.87 5/190 23963
/proc/meminfo: memFree=28167076/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=44496 CPUtime=6.29 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 8663 0 0 0 628 1 0 0 25 0 1 0 453022651 45563904 4327 33554432000 4194304 4650387 140735490113504 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 11124 4327 382 112 0 6089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44496

[startup+12.7005 s]
/proc/loadavg: 3.48 3.87 3.87 5/190 23963
/proc/meminfo: memFree=28139524/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=51016 CPUtime=12.69 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 13747 0 0 0 1267 2 0 0 25 0 1 0 453022651 52240384 5718 33554432000 4194304 4650387 140735490113504 18446744073709551615 4366546 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 12754 5718 382 112 0 7719 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51016

[startup+25.5001 s]
/proc/loadavg: 3.60 3.88 3.87 5/190 23963
/proc/meminfo: memFree=28104880/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=60488 CPUtime=25.49 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 22136 0 0 0 2546 3 0 0 25 0 1 0 453022651 61939712 8478 33554432000 4194304 4650387 140735490113504 18446744073709551615 4313048 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 15122 8478 382 112 0 10087 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60488

[startup+51.1004 s]
/proc/loadavg: 3.73 3.89 3.87 5/190 23964
/proc/meminfo: memFree=28070008/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=66928 CPUtime=51.08 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 36774 0 0 0 5103 5 0 0 25 0 1 0 453022651 68534272 10253 33554432000 4194304 4650387 140735490113504 18446744073709551615 4313307 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 16732 10253 382 112 0 11697 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66928

[startup+102.307 s]
/proc/loadavg: 3.88 3.90 3.88 5/190 23965
/proc/meminfo: memFree=27989472/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=98960 CPUtime=102.29 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 64779 0 0 0 10220 9 0 0 20 0 1 0 453022651 101335040 17375 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 24740 17375 382 112 0 19705 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98960

[startup+162.301 s]
/proc/loadavg: 4.01 3.93 3.89 5/190 23967
/proc/meminfo: memFree=27906452/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=126340 CPUtime=162.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 92331 0 0 0 16214 16 0 0 25 0 1 0 453022651 129372160 24790 33554432000 4194304 4650387 140735490113504 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 31585 24790 382 112 0 26550 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 126340

[startup+222.301 s]
/proc/loadavg: 4.00 3.94 3.89 5/190 23968
/proc/meminfo: memFree=27870184/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=144636 CPUtime=222.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 106836 0 0 0 22211 19 0 0 25 0 1 0 453022651 148107264 28731 33554432000 4194304 4650387 140735490113504 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 36159 28731 382 112 0 31124 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 144636

[startup+282.301 s]
/proc/loadavg: 4.00 3.95 3.90 5/190 23970
/proc/meminfo: memFree=27823760/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=152620 CPUtime=282.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 121998 0 0 0 28207 23 0 0 25 0 1 0 453022651 156282880 29750 33554432000 4194304 4650387 140735490113504 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 38155 29750 382 112 0 33120 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152620

[startup+342.301 s]
/proc/loadavg: 4.03 3.97 3.91 5/190 23972
/proc/meminfo: memFree=27779564/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=168992 CPUtime=342.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 139518 0 0 0 34203 27 0 0 25 0 1 0 453022651 173047808 35239 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 42248 35239 382 112 0 37213 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 168992

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 23973
/proc/meminfo: memFree=27769228/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=173756 CPUtime=402.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 149093 0 0 0 40202 28 0 0 25 0 1 0 453022651 177926144 35304 33554432000 4194304 4650387 140735490113504 18446744073709551615 4365199 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 43439 35304 382 112 0 38404 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 173756

[startup+462.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 23975
/proc/meminfo: memFree=27761612/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=174032 CPUtime=462.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 165345 0 0 0 46198 32 0 0 25 0 1 0 453022651 178208768 35022 33554432000 4194304 4650387 140735490113504 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 43508 35022 382 112 0 38473 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174032

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 23976
/proc/meminfo: memFree=27762808/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=174360 CPUtime=522.3 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 181459 0 0 0 52195 35 0 0 25 0 1 0 453022651 178544640 36935 33554432000 4194304 4650387 140735490113504 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 43590 36935 382 112 0 38555 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 174360

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 23978
/proc/meminfo: memFree=27714764/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=178932 CPUtime=582.31 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 197044 0 0 0 58192 39 0 0 25 0 1 0 453022651 183226368 38083 33554432000 4194304 4650387 140735490113504 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 44733 38083 382 112 0 39698 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 178932

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 23980
/proc/meminfo: memFree=27648752/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=202220 CPUtime=642.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 209281 0 0 0 64190 42 0 0 25 0 1 0 453022651 207073280 43140 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 50555 43140 382 112 0 45520 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 202220

[startup+702.3 s]
/proc/loadavg: 4.08 4.00 3.92 5/190 23981
/proc/meminfo: memFree=27643868/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=213244 CPUtime=702.31 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 214924 0 0 0 70188 43 0 0 25 0 1 0 453022651 218361856 44835 33554432000 4194304 4650387 140735490113504 18446744073709551615 4366833 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 53311 44835 382 112 0 48276 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 213244

[startup+762.307 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 23983
/proc/meminfo: memFree=27614548/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=282956 CPUtime=762.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 220215 0 0 0 76188 44 0 0 25 0 1 0 453022651 289746944 50120 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 70739 50120 382 112 0 65704 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 282956

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 23993
/proc/meminfo: memFree=27604784/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=282956 CPUtime=822.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 220215 0 0 0 82188 44 0 0 25 0 1 0 453022651 289746944 50120 33554432000 4194304 4650387 140735490113504 18446744073709551615 4476286 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 70739 50120 382 112 0 65704 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 282956

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 23995
/proc/meminfo: memFree=27587016/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=241080 CPUtime=882.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 223081 0 0 0 88187 45 0 0 25 0 1 0 453022651 246865920 52342 33554432000 4194304 4650387 140735490113504 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 60270 52342 382 112 0 55235 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 241080

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 23997
/proc/meminfo: memFree=27581132/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=236116 CPUtime=942.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 234844 0 0 0 94185 47 0 0 25 0 1 0 453022651 241782784 51481 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433052 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 59029 51481 382 112 0 53994 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 236116

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 23998
/proc/meminfo: memFree=27558892/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=236116 CPUtime=1002.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 234844 0 0 0 100185 47 0 0 25 0 1 0 453022651 241782784 51481 33554432000 4194304 4650387 140735490113504 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 59029 51481 382 112 0 53994 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 236116

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 24000
/proc/meminfo: memFree=27542720/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=239684 CPUtime=1062.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 238756 0 0 0 106184 48 0 0 25 0 1 0 453022651 245436416 51177 33554432000 4194304 4650387 140735490113504 18446744073709551615 4313035 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 59921 51177 382 112 0 54886 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 239684

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 24001
/proc/meminfo: memFree=27534628/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=250636 CPUtime=1122.32 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 248660 0 0 0 112180 52 0 0 25 0 1 0 453022651 256651264 54006 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 62659 54006 382 112 0 57624 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 250636

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 24003
/proc/meminfo: memFree=27516344/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=310140 CPUtime=1182.33 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 259442 0 0 0 118177 56 0 0 25 0 1 0 453022651 317583360 56087 33554432000 4194304 4650387 140735490113504 18446744073709551615 4313288 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 77535 56087 382 112 0 72500 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 310140

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 24005
/proc/meminfo: memFree=27504644/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=320936 CPUtime=1242.33 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 269603 0 0 0 124175 58 0 0 25 0 1 0 453022651 328638464 57802 33554432000 4194304 4650387 140735490113504 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 80234 57802 382 112 0 75199 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 320936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 2/185 24009
/proc/meminfo: memFree=27989356/32951124 swapFree=67111524/67111528
[pid=23962] ppid=23960 vsize=320936 CPUtime=1300.03 cores=5,7
/proc/23962/stat : 23962 (strangenight1-s) R 23960 23962 23185 0 -1 4202496 269603 0 0 0 129945 58 0 0 25 0 1 0 453022651 328638464 57802 33554432000 4194304 4650387 140735490113504 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23962/statm: 80234 57802 382 112 0 75199 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 320936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.46
CPU system time (s): 0.595909
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 323760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.46
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269603
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= 13
involuntary context switches= 1490

runsolver used 1.9647 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-24 02:47:47
IDJOB=3273713
IDBENCH=83145
IDSOLVER=1589
FILE ID=node147/3273713-1303606067
RUNJOBID= node147-1303606066-23922
PBS_JOBID= 13150589
Free space on /tmp= 72272 MiB

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

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

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=1940709719

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28222100 kB
Buffers:        881584 kB
Cached:        3338848 kB
SwapCached:          4 kB
Active:         162748 kB
Inactive:      4127840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28222100 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25100 kB
Writeback:           0 kB
AnonPages:       69184 kB
Mapped:          15980 kB
Slab:           374000 kB
PageTables:       5180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281976 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= 72276 MiB
End job on node147 at 2011-04-24 03:09:30