Trace number 3273615

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 TechDemo-Alpha-st? (TO) 1299.96 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
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 variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273615-1303607463.cnf'
0.00/0.00	c -- header says num vars:            153
0.00/0.00	c -- header says num clauses:         316
0.00/0.00	c -- clauses added:            0 learnts,          316 normals,            0 xors
0.00/0.00	c -- vars added        153
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       153       316         0         0       948         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
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 Removed useless bin:       0  fixed:     0  bprops:   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 learnt bin added due to v-elim: 0
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:       5 undec:     143 neg:       5
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   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       153       316         0         0       948         0   no data   no data  --
0.03/0.04	c Decided on static restart strategy
1.49/1.55	c  N dy     7     30001       153       316         0      9444       948    175020     25.76     19.59  --
1.49/1.56	c  S st     7     30001       153       316         0      9444       948    175020     25.76     19.59  --
1.49/1.59	c  S st     7     30503       153       316         0      9932       948    184396     25.76     19.59  --
1.49/1.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
1.59/1.60	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
1.59/1.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.60	c Subs w/ non-existent bins:      0 time:  0.00 s
1.59/1.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.69/1.78	c lits-rem:      1561  cl-subs:     1701  v-elim:      0  v-fix:    0  time:  0.18 s
1.69/1.78	c learnt bin added due to v-elim: 0
1.69/1.78	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
1.69/1.79	c vivif2 --  cl tried     8231 cl shrink        0 lits rem          0 time: 0.00
1.69/1.79	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.01
1.69/1.80	c calculated reachability. Time: 0.00
1.69/1.80	c  N dy     7     30503       153       316         0      8231       948    154096     25.76     19.59  --
1.69/1.80	c  F st     7     30503       153       316         0      8231       948    154096     25.76     19.59  --
1.79/1.88	c Decided on static restart strategy
2.59/2.66	c  N dy    21     45755       153       316         0     14911       948    296955     30.32     18.40  --
2.59/2.68	c  S st    21     45755       153       316         0     14911       948    296955     30.32     18.40  --
2.69/2.72	c  S st    21     46258       153       316         0     15400       948    306349     30.32     18.40  --
2.69/2.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.03
2.69/2.75	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
2.69/2.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.75	c Subs w/ non-existent bins:      0 time:  0.00 s
2.69/2.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.59/3.64	c lits-rem:      2561  cl-subs:     1827  v-elim:      0  v-fix:    0  time:  0.88 s
3.59/3.64	c learnt bin added due to v-elim: 0
3.59/3.64	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
3.59/3.64	c vivif2 --  cl tried    13573 cl shrink        0 lits rem          0 time: 0.00
3.59/3.66	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.02
3.59/3.66	c calculated reachability. Time: 0.00
3.59/3.66	c  N dy    21     46258       153       316         0     13573       948    268871     30.32     18.40  --
5.29/5.36	c  N dy    24     69387       153       316         0     17205       948    364210     30.48     19.51  --
5.29/5.37	c  S st    24     69387       153       316         0     17205       948    364210     30.48     19.51  --
5.39/5.42	c  S st    24     69887       153       316         0     17688       948    373711     30.48     19.51  --
5.39/5.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.39/5.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.39/5.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.04
5.39/5.46	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
5.39/5.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.39/5.46	c Subs w/ non-existent bins:      0 time:  0.00 s
5.39/5.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.39/5.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.39/5.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.69/6.79	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
8.09/8.10	c Added 2 vars  tried: 80000 time: 1.31
8.19/8.20	c ORs :      2 avg-s:  0.0 cl-sh: 11546 l-rem:  11546 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.41
8.19/8.20	c lits-rem:      1549  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  2.73 s
8.19/8.20	c learnt bin added due to v-elim: 0
8.19/8.20	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
8.19/8.20	c vivif2 --  cl tried    15960 cl shrink        0 lits rem          0 time: 0.00
8.19/8.22	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.02
8.19/8.22	c calculated reachability. Time: 0.00
8.19/8.22	c  N dy    24     69887       155       318         4     15960       962    314757     30.48     19.51  --
8.19/8.22	c  F st    24     69887       155       318         4     15960       962    314757     30.48     19.51  --
8.29/8.37	c Decided on static restart strategy
11.09/11.10	c  N dy    31    104831       155       318         4     15657       962    247438     26.58     18.83  --
11.09/11.11	c  S st    31    104831       155       318         4     15657       962    247438     26.58     18.83  --
11.09/11.15	c  S st    31    105334       155       318         4     16139       962    257478     26.58     18.83  --
11.09/11.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.09/11.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.09/11.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.03
11.09/11.19	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.00 s
11.09/11.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.09/11.19	c Subs w/ non-existent bins:      0 time:  0.00 s
11.09/11.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.09/11.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.09/11.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.09/12.18	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
12.99/13.08	c Added 2 vars  tried: 80000 time: 0.90
13.09/13.11	c ORs :      2 avg-s:  0.0 cl-sh:  6267 l-rem:   6267 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.93
13.09/13.12	c lits-rem:      1212  cl-subs:     1794  v-elim:      0  v-fix:    0  time:  1.93 s
13.09/13.12	c learnt bin added due to v-elim: 0
13.09/13.12	c vivif2 --  cl tried      320 cl shrink        0 lits rem          0 time: 0.00
13.09/13.12	c vivif2 --  cl tried    14345 cl shrink        0 lits rem          0 time: 0.00
13.09/13.13	c asymm  cl-useful: 0/320/320 lits-rem:0 time: 0.01
13.09/13.13	c calculated reachability. Time: 0.00
13.09/13.13	c  N dy    31    105334       157       320         8     14345       976    220021     26.58     18.83  --
17.89/17.93	c  N dy    32    158001       157       320         8     21052       976    350564     27.08     19.40  --
17.89/17.95	c  S st    32    158001       157       320         8     21052       976    350564     27.08     19.40  --
17.99/18.00	c  S st    32    158504       157       320         8     21540       976    360292     27.08     19.40  --
17.99/18.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.99/18.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.99/18.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.05
17.99/18.06	c Calc non-exist non-lernt bins v-fix:     0 done:    157 time:  0.00 s
17.99/18.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.99/18.06	c Subs w/ non-existent bins:      0 time:  0.00 s
17.99/18.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.99/18.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.99/18.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
19.09/19.18	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 11.0 T:    0.00
20.09/20.19	c Added 2 vars  tried: 80000 time: 1.02
20.19/20.25	c ORs :      2 avg-s:  0.0 cl-sh:  8306 l-rem:   8306 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.07
20.19/20.25	c lits-rem:      3513  cl-subs:     2025  v-elim:      0  v-fix:    0  time:  2.18 s
20.19/20.25	c learnt bin added due to v-elim: 0
20.19/20.25	c vivif2 --  cl tried      322 cl shrink        0 lits rem          0 time: 0.00
20.19/20.25	c vivif2 --  cl tried    19513 cl shrink        0 lits rem          0 time: 0.00
20.19/20.27	c asymm  cl-useful: 0/322/322 lits-rem:0 time: 0.02
20.19/20.27	c calculated reachability. Time: 0.00
20.19/20.27	c  N dy    32    158504       159       322        12     19513       990    305235     27.08     19.40  --
29.09/29.16	c  N dy    33    237757       159       322        12     24593       990    387461     28.54     19.93  --
29.09/29.17	c  S st    33    237757       159       322        12     24593       990    387461     28.54     19.93  --
29.19/29.23	c  S st    33    238260       159       322        12     25084       990    398608     28.54     19.93  --
29.19/29.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.19/29.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.29/29.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.06
29.29/29.30	c Calc non-exist non-lernt bins v-fix:     0 done:    159 time:  0.00 s
29.29/29.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.29/29.30	c Subs w/ non-existent bins:      0 time:  0.00 s
29.29/29.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.29/29.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.29/29.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
30.39/30.42	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
31.39/31.43	c Added 2 vars  tried: 80000 time: 1.00
31.39/31.48	c ORs :      2 avg-s:  0.0 cl-sh:  5904 l-rem:   5904 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.05
31.39/31.48	c lits-rem:      2495  cl-subs:     2418  v-elim:      0  v-fix:    0  time:  2.17 s
31.39/31.48	c learnt bin added due to v-elim: 0
31.39/31.48	c vivif2 --  cl tried      324 cl shrink        0 lits rem          0 time: 0.00
31.39/31.49	c vivif2 --  cl tried    22666 cl shrink        0 lits rem          0 time: 0.00
31.49/31.51	c asymm  cl-useful: 0/324/324 lits-rem:0 time: 0.02
31.49/31.51	c calculated reachability. Time: 0.00
31.49/31.51	c  N dy    33    238260       161       324        16     22666      1004    344155     28.54     19.93  --
46.58/46.63	c  N dy    37    357391       161       324        16     25845      1004    369205     32.04     20.65  --
46.58/46.65	c  S st    37    357391       161       324        16     25845      1004    369205     32.04     20.65  --
46.68/46.72	c  S st    37    357897       161       324        16     26336      1004    380615     32.04     20.65  --
46.68/46.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.68/46.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.68/46.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.06
46.68/46.79	c Calc non-exist non-lernt bins v-fix:     0 done:    161 time:  0.00 s
46.68/46.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.68/46.79	c Subs w/ non-existent bins:      0 time:  0.00 s
46.78/46.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.78/46.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.78/46.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
47.68/47.76	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    0.00
48.68/48.73	c Added 2 vars  tried: 80000 time: 0.97
48.68/48.76	c ORs :      2 avg-s:  0.0 cl-sh:  5332 l-rem:   5332 b-add:      4 v-rep:   0 cl-rem: 4 avg s: 16.2 T:    1.00
48.68/48.77	c lits-rem:      1921  cl-subs:     1543  v-elim:      0  v-fix:    0  time:  1.97 s
48.68/48.77	c learnt bin added due to v-elim: 0
48.68/48.77	c vivif2 --  cl tried      326 cl shrink        0 lits rem          0 time: 0.00
48.68/48.77	c vivif2 --  cl tried    24788 cl shrink        0 lits rem          0 time: 0.00
48.68/48.79	c asymm  cl-useful: 0/326/326 lits-rem:0 time: 0.02
48.68/48.79	c calculated reachability. Time: 0.00
48.68/48.79	c  N dy    37    357897       163       326        20     24788      1018    344219     32.04     20.65  --
75.49/75.50	c  N dy    38    536846       163       326        20     32505      1018    442036     27.29     20.65  --
75.49/75.52	c  S st    38    536846       163       326        20     32505      1018    442036     27.29     20.65  --
75.49/75.59	c  S st    38    537350       163       326        20     33003      1018    452981     27.29     20.65  --
75.49/75.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.49/75.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.59/75.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.6M T:  0.08
75.59/75.68	c Calc non-exist non-lernt bins v-fix:     0 done:    163 time:  0.00 s
75.59/75.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.59/75.68	c Subs w/ non-existent bins:      0 time:  0.00 s
75.59/75.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.59/75.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.59/75.69	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
76.49/76.55	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
77.49/77.54	c Added 2 vars  tried: 80000 time: 0.99
77.49/77.59	c ORs :      2 avg-s:  0.0 cl-sh:  6557 l-rem:   6557 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.04
77.59/77.60	c lits-rem:       912  cl-subs:     2018  v-elim:      0  v-fix:    0  time:  1.91 s
77.59/77.60	c learnt bin added due to v-elim: 0
77.59/77.60	c vivif2 --  cl tried      328 cl shrink        0 lits rem          0 time: 0.00
77.59/77.60	c vivif2 --  cl tried    30985 cl shrink        0 lits rem          0 time: 0.00
77.59/77.63	c asymm  cl-useful: 0/328/328 lits-rem:0 time: 0.02
77.59/77.63	c calculated reachability. Time: 0.00
77.59/77.63	c  N dy    38    537350       165       328        24     30985      1032    403411     27.29     20.65  --
77.59/77.63	c  F st    38    537350       165       328        24     30985      1032    403411     27.29     20.65  --
77.79/77.85	c Decided on static restart strategy
126.98/127.05	c  N dy    45    806026       165       328        24     52198      1032    828861     24.70     19.36  --
126.98/127.08	c  S st    45    806026       165       328        24     52198      1032    828861     24.70     19.36  --
127.18/127.22	c  S st    45    806527       165       328        24     52686      1032    839454     24.70     19.36  --
127.18/127.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.18/127.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.38/127.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.5M T:  0.18
127.38/127.40	c Calc non-exist non-lernt bins v-fix:     0 done:    165 time:  0.00 s
127.38/127.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.38/127.41	c Subs w/ non-existent bins:      0 time:  0.01 s
127.38/127.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.38/127.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.38/127.43	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
129.49/129.56	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
131.19/131.28	c Added 2 vars  tried: 80000 time: 1.72
131.59/131.66	c ORs :      2 avg-s:  0.0 cl-sh: 21194 l-rem:  21194 b-add:      4 v-rep:   0 cl-rem: 13 avg s: 8.3 T:    2.10
131.59/131.68	c lits-rem:      2242  cl-subs:     5647  v-elim:      0  v-fix:    0  time:  4.25 s
131.59/131.68	c learnt bin added due to v-elim: 0
131.59/131.68	c vivif2 --  cl tried      330 cl shrink        0 lits rem          0 time: 0.00
131.59/131.68	c vivif2 --  cl tried    47026 cl shrink        0 lits rem          0 time: 0.01
131.69/131.72	c asymm  cl-useful: 0/330/330 lits-rem:0 time: 0.04
131.69/131.73	c calculated reachability. Time: 0.00
131.69/131.73	c  N dy    45    806527       167       330        28     47026      1046    701672     24.70     19.36  --
225.49/225.53	c  N dy    48   1209793       167       330        28     60874      1046    999424     28.49     20.18  --
225.49/225.57	c  S st    48   1209793       167       330        28     60874      1046    999424     28.49     20.18  --
225.69/225.77	c  S st    48   1210294       167       330        28     61363      1046   1011547     28.49     20.18  --
225.69/225.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
225.69/225.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
225.99/226.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.2M T:  0.25
225.99/226.03	c Calc non-exist non-lernt bins v-fix:     0 done:    167 time:  0.00 s
225.99/226.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
225.99/226.04	c Subs w/ non-existent bins:      0 time:  0.01 s
225.99/226.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
225.99/226.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.99/226.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
228.39/228.47	c ORs :     14 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.01
230.49/230.54	c Added 2 vars  tried: 80000 time: 2.06
230.79/230.80	c ORs :      2 avg-s:  0.0 cl-sh: 13150 l-rem:  13150 b-add:      4 v-rep:   0 cl-rem: 14 avg s: 12.4 T:    2.33
230.79/230.82	c lits-rem:      1289  cl-subs:     4917  v-elim:      0  v-fix:    0  time:  4.76 s
230.79/230.82	c learnt bin added due to v-elim: 0
230.79/230.82	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
230.79/230.83	c vivif2 --  cl tried    56431 cl shrink        0 lits rem          0 time: 0.01
230.79/230.89	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.06
230.79/230.89	c calculated reachability. Time: 0.00
230.79/230.89	c  N dy    48   1210294       169       332        32     56431      1060    884323     28.49     20.18  --
364.18/364.20	c  N dy    50   1710294       169       332        32     88549      1060   1594009     26.76     20.55  --
364.18/364.27	c  S st    50   1710294       169       332        32     88549      1060   1594009     26.76     20.55  --
364.48/364.54	c  S st    50   1710795       169       332        32     89041      1060   1605194     26.76     20.55  --
364.48/364.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
364.48/364.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
364.98/365.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.1M T:  0.47
364.98/365.01	c Calc non-exist non-lernt bins v-fix:     0 done:    169 time:  0.00 s
364.98/365.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
364.98/365.03	c Subs w/ non-existent bins:      0 time:  0.02 s
364.98/365.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
364.98/365.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
364.98/365.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
372.68/372.73	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 41 avg s: 15.6 T:    0.05
376.48/376.54	c Added 2 vars  tried: 80000 time: 3.81
377.68/377.76	c ORs :      2 avg-s:  0.0 cl-sh: 40015 l-rem:  40015 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    5.03
377.68/377.79	c lits-rem:      1885  cl-subs:    10191  v-elim:      0  v-fix:    0  time: 12.71 s
377.68/377.79	c learnt bin added due to v-elim: 0
377.68/377.79	c vivif2 --  cl tried      334 cl shrink        0 lits rem          0 time: 0.00
377.78/377.81	c vivif2 --  cl tried    78809 cl shrink        0 lits rem          0 time: 0.02
377.78/377.89	c asymm  cl-useful: 0/334/334 lits-rem:0 time: 0.08
377.78/377.89	c calculated reachability. Time: 0.00
377.78/377.89	c  N dy    50   1710795       171       334        36     78809      1074   1345411     26.76     20.55  --
543.97/544.05	c  N dy    52   2210795       171       334        36     95779      1074   1696985     24.80     19.23  --
544.07/544.13	c  S st    52   2210795       171       334        36     95779      1074   1696985     24.80     19.23  --
544.38/544.41	c  S st    52   2211297       171       334        36     96278      1074   1709140     24.80     19.23  --
544.38/544.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
544.38/544.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
544.87/544.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.9M T:  0.51
544.87/544.93	c Calc non-exist non-lernt bins v-fix:     0 done:    171 time:  0.00 s
544.87/544.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
544.87/544.95	c Subs w/ non-existent bins:      0 time:  0.02 s
544.87/544.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
544.87/544.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
544.87/544.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
551.97/552.04	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
556.37/556.42	c Added 2 vars  tried: 80000 time: 4.38
557.47/557.57	c ORs :      2 avg-s:  0.0 cl-sh: 28416 l-rem:  28416 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    5.53
557.58/557.60	c lits-rem:      2504  cl-subs:     6895  v-elim:      0  v-fix:    0  time: 12.62 s
557.58/557.60	c learnt bin added due to v-elim: 0
557.58/557.60	c vivif2 --  cl tried      336 cl shrink        0 lits rem          0 time: 0.00
557.58/557.62	c vivif2 --  cl tried    89383 cl shrink        0 lits rem          0 time: 0.02
557.68/557.72	c asymm  cl-useful: 0/336/336 lits-rem:0 time: 0.10
557.68/557.73	c calculated reachability. Time: 0.00
557.68/557.73	c  N dy    52   2211297       173       336        40     89383      1088   1547685     24.80     19.23  --
813.97/814.01	c  N dy    53   2711298       173       336        40    115787      1088   2142999     28.92     19.05  --
814.06/814.10	c  S st    53   2711298       173       336        40    115787      1088   2142999     28.92     19.05  --
814.36/814.46	c  S st    53   2711799       173       336        40    116285      1088   2154185     28.92     19.05  --
814.36/814.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
814.36/814.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
814.97/815.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 27.4M T:  0.61
814.97/815.09	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
814.97/815.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
815.07/815.12	c Subs w/ non-existent bins:      0 time:  0.03 s
815.07/815.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
815.07/815.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
815.07/815.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
824.56/824.63	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 75 avg s: 10.9 T:    0.17
831.96/832.04	c Added 2 vars  tried: 80000 time: 7.42
833.96/834.04	c ORs :      2 avg-s:  0.0 cl-sh: 37503 l-rem:  37503 b-add:      4 v-rep:   0 cl-rem: 24 avg s: 9.0 T:    9.42
833.96/834.09	c lits-rem:      1827  cl-subs:     7231  v-elim:      0  v-fix:    0  time: 18.92 s
833.96/834.09	c learnt bin added due to v-elim: 0
833.96/834.09	c vivif2 --  cl tried      338 cl shrink        0 lits rem          0 time: 0.00
834.06/834.11	c vivif2 --  cl tried   108955 cl shrink        1 lits rem          1 time: 0.03
834.16/834.24	c asymm  cl-useful: 0/296/338 lits-rem:0 time: 0.13
834.16/834.25	c calculated reachability. Time: 0.00
834.16/834.25	c  N dy    53   2711799       175       338        44    108955      1102   1914363     28.92     19.05  --
834.16/834.25	c  F st    53   2711799       175       338        44    108955      1102   1914363     28.92     19.05  --
834.96/835.06	c Decided on static restart strategy
1069.85/1069.92	c  N dy    60   3211799       175       338        44     85640      1102   1197564     28.18     19.10  --
1069.85/1069.97	c  S st    60   3211799       175       338        44     85640      1102   1197564     28.18     19.10  --
1069.85/1069.97	c Finding binary XORs  T:     0.00 s  found:       0
1070.16/1070.21	c  S st    60   3212302       175       338        44     86142      1102   1208451     28.18     19.10  --
1070.16/1070.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1070.16/1070.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1070.55/1070.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.6M T:  0.39
1070.55/1070.61	c Calc non-exist non-lernt bins v-fix:     0 done:    175 time:  0.00 s
1070.55/1070.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1070.55/1070.63	c Subs w/ non-existent bins:      0 time:  0.02 s
1070.55/1070.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1070.55/1070.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1070.55/1070.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1072.85/1072.96	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 42 avg s: 11.0 T:    0.06
1076.55/1076.69	c Added 2 vars  tried: 80000 time: 3.73
1076.95/1077.02	c ORs :      2 avg-s:  0.0 cl-sh: 13364 l-rem:  13364 b-add:      4 v-rep:   0 cl-rem: 11 avg s: 9.4 T:    4.06
1076.95/1077.05	c lits-rem:       189  cl-subs:     1949  v-elim:      0  v-fix:    0  time:  6.40 s
1076.95/1077.05	c learnt bin added due to v-elim: 0
1076.95/1077.05	c vivif2 --  cl tried      340 cl shrink        0 lits rem          0 time: 0.00
1076.95/1077.07	c vivif2 --  cl tried    84140 cl shrink        0 lits rem          0 time: 0.02
1077.05/1077.15	c asymm  cl-useful: 0/340/340 lits-rem:0 time: 0.09
1077.05/1077.16	c calculated reachability. Time: 0.00
1077.05/1077.16	c  N dy    60   3212302       177       340        48     84140      1116   1154666     28.18     19.10  --

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-3273615-1303607463/watcher-3273615-1303607463 -o /tmp/evaluation-result-3273615-1303607463/solver-3273615-1303607463 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3273615-1303607463.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: 1.51 3.15 3.30 2/179 24023
/proc/meminfo: memFree=18455032/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=127224 CPUtime=0 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 559 0 0 0 0 0 0 0 18 0 1 0 472344861 130277376 494 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424328 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 31806 494 404 148 0 26735 0

[startup+0.0356889 s]
/proc/loadavg: 1.51 3.15 3.30 2/179 24023
/proc/meminfo: memFree=18455032/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=127360 CPUtime=0.03 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 621 0 0 0 3 0 0 0 18 0 1 0 472344861 130416640 554 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 31840 554 404 148 0 26769 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 127360

[startup+0.100702 s]
/proc/loadavg: 1.51 3.15 3.30 2/179 24023
/proc/meminfo: memFree=18455032/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=127524 CPUtime=0.09 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 717 0 0 0 9 0 0 0 18 0 1 0 472344861 130584576 646 33554432000 4194304 4797429 140735187421488 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 31881 646 406 148 0 26810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127524

[startup+0.300672 s]
/proc/loadavg: 1.51 3.15 3.30 2/179 24023
/proc/meminfo: memFree=18455032/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=127952 CPUtime=0.29 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 932 0 0 0 29 0 0 0 18 0 1 0 472344861 131022848 747 33554432000 4194304 4797429 140735187421488 18446744073709551615 4351609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 31988 747 406 148 0 26917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127952

[startup+0.700598 s]
/proc/loadavg: 1.51 3.15 3.30 2/179 24023
/proc/meminfo: memFree=18455032/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=128376 CPUtime=0.69 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 1267 0 0 0 69 0 0 0 18 0 1 0 472344861 131457024 893 33554432000 4194304 4797429 140735187421488 18446744073709551615 210204343956 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 32094 893 406 148 0 27023 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128376

[startup+1.50044 s]
/proc/loadavg: 1.51 3.15 3.30 4/185 24034
/proc/meminfo: memFree=18440712/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=128872 CPUtime=1.49 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 1853 0 0 0 149 0 0 0 20 0 1 0 472344861 131964928 951 33554432000 4194304 4797429 140735187421488 18446744073709551615 4423077 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 32218 951 406 148 0 27147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128872

[startup+3.10015 s]
/proc/loadavg: 1.63 3.15 3.30 5/190 24044
/proc/meminfo: memFree=18424668/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=132736 CPUtime=3.09 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 3274 0 0 0 309 0 0 0 25 0 1 0 472344861 135921664 2021 33554432000 4194304 4797429 140735187421488 18446744073709551615 4524064 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 33184 2021 411 148 0 28113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132736

[startup+6.30065 s]
/proc/loadavg: 1.63 3.15 3.30 5/190 24044
/proc/meminfo: memFree=18408412/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=134880 CPUtime=6.29 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 4641 0 0 0 629 0 0 0 25 0 1 0 472344861 138117120 2581 33554432000 4194304 4797429 140735187421488 18446744073709551615 4524092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 33720 2581 411 148 0 28649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134880

[startup+12.7006 s]
/proc/loadavg: 1.99 3.18 3.30 5/190 24044
/proc/meminfo: memFree=18397060/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=136540 CPUtime=12.69 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 6336 0 0 0 1269 0 0 0 25 0 1 0 472344861 139816960 2829 33554432000 4194304 4797429 140735187421488 18446744073709551615 4495518 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 34135 2829 415 148 0 29064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136540

[startup+25.5004 s]
/proc/loadavg: 2.30 3.20 3.31 5/190 24045
/proc/meminfo: memFree=18380444/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=139776 CPUtime=25.49 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 10609 0 0 0 2548 1 0 0 25 0 1 0 472344861 143130624 3907 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 34944 3907 415 148 0 29873 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139776

[startup+51.1011 s]
/proc/loadavg: 2.88 3.27 3.33 5/190 24045
/proc/meminfo: memFree=18359700/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=143484 CPUtime=51.09 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 17663 0 0 0 5107 2 0 0 25 0 1 0 472344861 146927616 4916 33554432000 4194304 4797429 140735187421488 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 35871 4916 415 148 0 30800 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143484

[startup+102.307 s]
/proc/loadavg: 3.55 3.39 3.37 5/190 24047
/proc/meminfo: memFree=18336260/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=150040 CPUtime=102.29 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 30509 0 0 0 10224 5 0 0 25 0 1 0 472344861 153640960 6210 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 37510 6210 415 148 0 32439 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 150040

[startup+162.3 s]
/proc/loadavg: 3.83 3.50 3.40 5/190 24048
/proc/meminfo: memFree=18310188/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=155876 CPUtime=162.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 41646 0 0 0 16221 7 0 0 25 0 1 0 472344861 159617024 8001 33554432000 4194304 4797429 140735187421488 18446744073709551615 4425034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 38969 8001 419 148 0 33898 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 155876

[startup+222.3 s]
/proc/loadavg: 3.94 3.59 3.44 5/190 24050
/proc/meminfo: memFree=18295776/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=158716 CPUtime=222.29 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 52261 0 0 0 22219 10 0 0 25 0 1 0 472344861 162525184 8118 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 39679 8118 419 148 0 34608 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158716

[startup+282.3 s]
/proc/loadavg: 4.02 3.67 3.47 5/190 24051
/proc/meminfo: memFree=18274924/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=163600 CPUtime=282.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 61765 0 0 0 28216 12 0 0 25 0 1 0 472344861 167526400 9904 33554432000 4194304 4797429 140735187421488 18446744073709551615 4351618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 40900 9904 419 148 0 35829 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 163600

[startup+342.3 s]
/proc/loadavg: 4.01 3.73 3.50 5/190 24053
/proc/meminfo: memFree=18260988/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=166012 CPUtime=342.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 70407 0 0 0 34213 15 0 0 25 0 1 0 472344861 169996288 10287 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 41503 10287 419 148 0 36432 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 166012

[startup+402.301 s]
/proc/loadavg: 4.04 3.79 3.54 5/190 24055
/proc/meminfo: memFree=18236916/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=173556 CPUtime=402.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 77793 0 0 0 40210 18 0 0 25 0 1 0 472344861 177721344 12872 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424850 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 43389 12872 424 148 0 38318 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 173556

[startup+462.301 s]
/proc/loadavg: 4.08 3.84 3.57 5/190 24056
/proc/meminfo: memFree=18231828/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=174372 CPUtime=462.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 85376 0 0 0 46207 21 0 0 25 0 1 0 472344861 178556928 13392 33554432000 4194304 4797429 140735187421488 18446744073709551615 4345222 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 43593 13392 424 148 0 38522 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 174372

[startup+522.301 s]
/proc/loadavg: 4.03 3.87 3.59 5/190 24058
/proc/meminfo: memFree=18220156/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=175460 CPUtime=522.27 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 92913 0 0 0 52204 23 0 0 25 0 1 0 472344861 179671040 13367 33554432000 4194304 4797429 140735187421488 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 43865 13367 424 148 0 38794 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 175460

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 3.61 5/190 24059
/proc/meminfo: memFree=18206864/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=181388 CPUtime=582.27 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 98972 0 0 0 58202 25 0 0 25 0 1 0 472344861 185741312 14007 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 45347 14007 424 148 0 40276 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 181388

[startup+642.301 s]
/proc/loadavg: 4.05 3.92 3.64 5/190 24061
/proc/meminfo: memFree=18196060/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=183096 CPUtime=642.28 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 104561 0 0 0 64200 28 0 0 25 0 1 0 472344861 187490304 13914 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 45774 13914 424 148 0 40703 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 183096

[startup+702.301 s]
/proc/loadavg: 4.02 3.93 3.66 5/190 24063
/proc/meminfo: memFree=18177324/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=183192 CPUtime=702.27 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 109194 0 0 0 70197 30 0 0 25 0 1 0 472344861 187588608 15527 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 45798 15527 424 148 0 40727 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 183192

[startup+762.307 s]
/proc/loadavg: 4.00 3.94 3.68 5/190 24064
/proc/meminfo: memFree=18178308/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=185180 CPUtime=762.27 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 114689 0 0 0 76195 32 0 0 25 0 1 0 472344861 189624320 15006 33554432000 4194304 4797429 140735187421488 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 46295 15007 424 148 0 41224 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 185180

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.69 5/190 24066
/proc/meminfo: memFree=18165252/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=187320 CPUtime=822.26 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 119042 0 0 0 82192 34 0 0 25 0 1 0 472344861 191815680 16351 33554432000 4194304 4797429 140735187421488 18446744073709551615 4568013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 46830 16351 419 148 0 41759 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 187320

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.71 5/190 24067
/proc/meminfo: memFree=18163740/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=191000 CPUtime=882.26 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 123498 0 0 0 88191 35 0 0 25 0 1 0 472344861 195584000 17539 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 47750 17539 419 148 0 42679 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 191000

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.73 5/190 24069
/proc/meminfo: memFree=18149208/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=192564 CPUtime=942.26 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 130131 0 0 0 94189 37 0 0 25 0 1 0 472344861 197185536 17851 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 48141 17851 419 148 0 43070 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 192564

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.75 5/190 24071
/proc/meminfo: memFree=18148208/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=192700 CPUtime=1002.26 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 136438 0 0 0 100187 39 0 0 25 0 1 0 472344861 197324800 17415 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 48175 17415 419 148 0 43104 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 192700

[startup+1062.3 s]
/proc/loadavg: 4.10 4.00 3.76 5/190 24072
/proc/meminfo: memFree=18138396/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=193904 CPUtime=1062.25 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 141003 0 0 0 106185 40 0 0 25 0 1 0 472344861 198557696 18485 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 48476 18485 419 148 0 43405 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 193904

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.78 5/190 24074
/proc/meminfo: memFree=18140360/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=195248 CPUtime=1122.25 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 147408 0 0 0 112183 42 0 0 25 0 1 0 472344861 199933952 17709 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424975 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 48812 17709 419 148 0 43741 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 195248

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.79 5/190 24075
/proc/meminfo: memFree=18137716/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=196084 CPUtime=1182.25 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 152778 0 0 0 118181 44 0 0 25 0 1 0 472344861 200790016 19312 33554432000 4194304 4797429 140735187421488 18446744073709551615 4422886 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 49021 19312 419 148 0 43950 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 196084

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 24077
/proc/meminfo: memFree=18119580/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=196768 CPUtime=1242.25 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 159535 0 0 0 124178 47 0 0 25 0 1 0 472344861 201490432 18466 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 49192 18466 419 148 0 44121 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 196768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.81 4/189 24080
/proc/meminfo: memFree=18184048/32951124 swapFree=67111528/67111528
[pid=24023] ppid=24021 vsize=197068 CPUtime=1299.95 cores=0,2
/proc/24023/stat : 24023 (techdemo) R 24021 24023 23055 0 -1 4202496 164299 0 0 0 129945 50 0 0 25 0 1 0 472344861 201797632 19342 33554432000 4194304 4797429 140735187421488 18446744073709551615 4424779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24023/statm: 49267 19342 419 148 0 44196 0
Current children cumulated CPU time (s) 1299.95
Current children cumulated vsize (KiB) 197068

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.01
CPU time (s): 1299.96
CPU user time (s): 1299.45
CPU system time (s): 0.504923
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 306536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.45
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1878

runsolver used 2.22766 second user time and 4.87826 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 03:11:04
IDJOB=3273615
IDBENCH=83143
IDSOLVER=1585
FILE ID=node130/3273615-1303607463
RUNJOBID= node130-1303607463-24001
PBS_JOBID= 13150612
Free space on /tmp= 71840 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273615-1303607463/watcher-3273615-1303607463 -o /tmp/evaluation-result-3273615-1303607463/solver-3273615-1303607463 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3273615-1303607463.cnf

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=130393724

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18455072 kB
Buffers:       2093080 kB
Cached:       11790688 kB
SwapCached:          0 kB
Active:        6377412 kB
Inactive:      7571860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18455072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15636 kB
Writeback:           0 kB
AnonPages:       64348 kB
Mapped:          15416 kB
Slab:           481168 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321904 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= 71824 MiB
End job on node130 at 2011-04-24 03:32:46