Trace number 3264926

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) 1300.02 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
MD5SUMb6a88c8ae73b20cfc873207d1a0caa09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.097
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of clauses2376
Sum of the clauses size10480
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41520
Number of clauses of size 5736
Number of clauses of size over 5120

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-3264926-1303574547.cnf'
0.00/0.00	c -- header says num vars:            338
0.00/0.00	c -- header says num clauses:        2376
0.00/0.00	c -- clauses added:            0 learnts,         2376 normals,            0 xors
0.00/0.00	c -- vars added        338
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       338      2376         0         0     10480         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 282/2376/2376 lits-rem:282 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    338 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1322  cl-subs:      762  v-elim:     47  v-fix:    0  time:  0.00 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     122 undec:     101 neg:     115
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       338      1614         0         0      5579         0   no data   no data  --
0.04/0.06	c Decided on static restart strategy
2.48/2.50	c  N dy     7     30000       338      1614         4      9985      5579    180493     23.76     17.54  --
2.48/2.51	c  S st     7     30000       338      1614         4      9985      5579    180493     23.76     17.54  --
2.48/2.55	c  S st     7     30502       338      1614         5     10476      5579    191095     23.76     17.54  --
2.48/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.48/2.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.48/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.02
2.48/2.57	c Calc non-exist non-lernt bins v-fix:     0 done:    338 time:  0.00 s
2.48/2.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.48/2.57	c Subs w/ non-existent bins:      6 time:  0.00 s
2.48/2.58	c Replacing        2 vars Replaced     4877 lits Time:     0.01 s 
2.48/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.48/2.58	c subs with bin:        1  lits-rem:         2  v-fix:    0  time:  0.00 s
2.48/2.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.78/2.80	c lits-rem:       844  cl-subs:     2720  v-elim:     52  v-fix:    0  time:  0.22 s
2.78/2.80	c learnt bin added due to v-elim: 0
2.78/2.80	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
2.78/2.80	c vivif2 --  cl tried     7764 cl shrink        0 lits rem          0 time: 0.00
2.78/2.82	c asymm  cl-useful: 4/1591/1591 lits-rem:4 time: 0.02
2.78/2.82	c calculated reachability. Time: 0.00
2.78/2.82	c  N dy     7     30502       332      1591         1      7764      5498    145075     23.76     17.54  --
2.78/2.82	c  F st     7     30502       332      1591         1      7764      5498    145075     23.76     17.54  --
2.88/2.98	c Decided on static restart strategy
4.18/4.26	c  N dy    14     45753       332      1591         1     14476      5498    278755     23.58     17.50  --
4.18/4.28	c  S st    14     45753       332      1591         1     14476      5498    278755     23.58     17.50  --
4.29/4.34	c  S st    14     46260       332      1591         1     14964      5498    290918     23.58     17.50  --
4.29/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.29/4.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.29/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.02
4.29/4.37	c Calc non-exist non-lernt bins v-fix:     0 done:    332 time:  0.00 s
4.29/4.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.29/4.37	c Subs w/ non-existent bins:      0 time:  0.00 s
4.29/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.29/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.29/4.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.28/5.31	c lits-rem:      1299  cl-subs:     2583  v-elim:     46  v-fix:    0  time:  0.93 s
5.28/5.31	c learnt bin added due to v-elim: 0
5.28/5.31	c vivif2 --  cl tried     1590 cl shrink        0 lits rem          0 time: 0.00
5.28/5.31	c vivif2 --  cl tried    12382 cl shrink        0 lits rem          0 time: 0.00
5.28/5.34	c asymm  cl-useful: 0/1590/1590 lits-rem:0 time: 0.03
5.28/5.34	c calculated reachability. Time: 0.00
5.28/5.34	c  N dy    14     46260       332      1590         1     12382      5494    240712     23.58     17.50  --
8.08/8.13	c  N dy    15     69390       332      1590         1     16245      5494    279145     21.08     17.40  --
8.08/8.14	c  S st    15     69390       332      1590         1     16245      5494    279145     21.08     17.40  --
8.18/8.21	c  S st    15     69891       332      1590         1     16737      5494    292368     21.08     17.40  --
8.18/8.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.18/8.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.18/8.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.03
8.18/8.24	c Calc non-exist non-lernt bins v-fix:     0 done:    332 time:  0.00 s
8.18/8.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.18/8.24	c Subs w/ non-existent bins:      0 time:  0.00 s
8.18/8.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.18/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.18/8.25	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.28/9.30	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
9.98/10.09	c Added 4 vars  tried: 65160 time: 0.79
10.08/10.15	c ORs :      4 avg-s:  0.0 cl-sh:  8189 l-rem:   8189 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.85
10.08/10.16	c lits-rem:      1420  cl-subs:     3896  v-elim:     46  v-fix:    0  time:  1.91 s
10.08/10.16	c learnt bin added due to v-elim: 0
10.08/10.16	c vivif2 --  cl tried     1594 cl shrink        0 lits rem          0 time: 0.00
10.08/10.16	c vivif2 --  cl tried    12841 cl shrink        0 lits rem          0 time: 0.00
10.08/10.18	c asymm  cl-useful: 0/1594/1594 lits-rem:0 time: 0.02
10.08/10.18	c calculated reachability. Time: 0.00
10.08/10.18	c  N dy    15     69891       336      1594         9     12841      5522    207265     21.08     17.40  --
10.08/10.18	c  F st    15     69891       336      1594         9     12841      5522    207265     21.08     17.40  --
10.28/10.34	c Decided on static restart strategy
14.09/14.20	c  N dy    22    104837       336      1594         9     12046      5522    150707     20.52     17.24  --
14.19/14.21	c  S st    22    104837       336      1594         9     12046      5522    150707     20.52     17.24  --
14.19/14.26	c  S st    22    105341       336      1594         9     12534      5522    162030     20.52     17.24  --
14.19/14.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.19/14.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.19/14.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
14.19/14.28	c Calc non-exist non-lernt bins v-fix:     0 done:    336 time:  0.00 s
14.19/14.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.19/14.28	c Subs w/ non-existent bins:      0 time:  0.00 s
14.19/14.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.19/14.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.19/14.28	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.59/14.63	c ORs :      4 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
15.09/15.14	c Added 4 vars  tried: 80000 time: 0.51
15.09/15.15	c ORs :      4 avg-s:  0.0 cl-sh:  2991 l-rem:   2991 b-add:     10 v-rep:   0 cl-rem: 24 avg s: 4.1 T:    0.52
15.09/15.15	c lits-rem:       438  cl-subs:      923  v-elim:     49  v-fix:    0  time:  0.87 s
15.09/15.15	c learnt bin added due to v-elim: 0
15.09/15.15	c vivif2 --  cl tried     1584 cl shrink        0 lits rem          0 time: 0.00
15.09/15.15	c vivif2 --  cl tried    11599 cl shrink        0 lits rem          0 time: 0.00
15.09/15.17	c asymm  cl-useful: 0/1584/1584 lits-rem:0 time: 0.02
15.09/15.17	c calculated reachability. Time: 0.00
15.09/15.17	c  N dy    22    105341       340      1584        19     11599      5493    145713     20.52     17.24  --
21.99/22.01	c  N dy    23    158011       340      1584        19     18952      5493    280404     20.15     16.35  --
21.99/22.02	c  S st    23    158011       340      1584        19     18952      5493    280404     20.15     16.35  --
22.08/22.11	c  S st    23    158515       340      1584        20     19439      5493    292355     20.15     16.35  --
22.08/22.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.08/22.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.08/22.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.04
22.08/22.14	c Calc non-exist non-lernt bins v-fix:     0 done:    340 time:  0.00 s
22.08/22.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.08/22.15	c Subs w/ non-existent bins:      0 time:  0.00 s
22.08/22.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.08/22.15	c subs with bin:        1  lits-rem:        15  v-fix:    0  time:  0.00 s
22.08/22.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.18/23.20	c ORs :      7 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
23.78/23.81	c Added 4 vars  tried: 80000 time: 0.61
23.78/23.84	c ORs :      4 avg-s:  0.0 cl-sh:  5535 l-rem:   5535 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.64
23.78/23.85	c lits-rem:      1097  cl-subs:     2450  v-elim:     49  v-fix:    0  time:  1.69 s
23.78/23.85	c learnt bin added due to v-elim: 0
23.78/23.85	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
23.78/23.85	c vivif2 --  cl tried    16988 cl shrink        0 lits rem          0 time: 0.00
23.78/23.87	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.02
23.78/23.87	c calculated reachability. Time: 0.00
23.78/23.87	c  N dy    23    158515       342      1587        26     16988      5514    246036     20.15     16.35  --
38.29/38.32	c  N dy    24    237773       342      1587        26     23044      5514    356520     23.23     15.68  --
38.29/38.33	c  S st    24    237773       342      1587        26     23044      5514    356520     23.23     15.68  --
38.39/38.42	c  S st    24    238275       342      1587        26     23527      5514    368353     23.23     15.68  --
38.39/38.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.39/38.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.39/38.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.05
38.39/38.47	c Calc non-exist non-lernt bins v-fix:     0 done:    342 time:  0.00 s
38.39/38.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.39/38.47	c Subs w/ non-existent bins:      0 time:  0.00 s
38.39/38.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.39/38.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.39/38.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
39.49/39.52	c ORs :     11 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
39.99/40.06	c Added 4 vars  tried: 80000 time: 0.54
39.99/40.09	c ORs :      4 avg-s:  0.0 cl-sh:  4358 l-rem:   4358 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.57
40.09/40.10	c lits-rem:      1712  cl-subs:     1206  v-elim:     48  v-fix:    0  time:  1.62 s
40.09/40.10	c learnt bin added due to v-elim: 0
40.09/40.10	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
40.09/40.10	c vivif2 --  cl tried    22321 cl shrink        0 lits rem          0 time: 0.00
40.09/40.14	c asymm  cl-useful: 0/1591/1591 lits-rem:0 time: 0.04
40.09/40.14	c calculated reachability. Time: 0.00
40.09/40.14	c  N dy    24    238275       346      1591        34     22321      5542    342418     23.23     15.68  --
65.58/65.64	c  N dy    25    357412       346      1591        34     26925      5542    426131     22.63     14.81  --
65.58/65.66	c  S st    25    357412       346      1591        34     26925      5542    426131     22.63     14.81  --
65.68/65.75	c  S st    25    357914       346      1591        34     27415      5542    438035     22.63     14.81  --
65.68/65.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
65.68/65.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.78/65.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.0M T:  0.06
65.78/65.81	c Calc non-exist non-lernt bins v-fix:     0 done:    346 time:  0.00 s
65.78/65.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.78/65.82	c Subs w/ non-existent bins:      0 time:  0.00 s
65.78/65.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
65.78/65.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.78/65.83	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
66.78/66.86	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
67.28/67.34	c Added 4 vars  tried: 80000 time: 0.49
67.28/67.37	c ORs :      4 avg-s:  0.0 cl-sh:  5456 l-rem:   5456 b-add:      8 v-rep:   0 cl-rem: 15 avg s: 5.0 T:    0.52
67.28/67.38	c lits-rem:      1628  cl-subs:     1269  v-elim:     52  v-fix:    0  time:  1.55 s
67.28/67.38	c learnt bin added due to v-elim: 0
67.28/67.38	c vivif2 --  cl tried     1588 cl shrink        0 lits rem          0 time: 0.00
67.28/67.39	c vivif2 --  cl tried    26138 cl shrink        0 lits rem          0 time: 0.01
67.38/67.43	c asymm  cl-useful: 0/1588/1588 lits-rem:0 time: 0.04
67.38/67.43	c calculated reachability. Time: 0.00
67.38/67.43	c  N dy    25    357914       350      1588        42     26138      5541    413940     22.63     14.81  --
117.70/117.74	c  N dy    26    536873       350      1588        42     33970      5541    607651     23.76     13.76  --
117.70/117.77	c  S st    26    536873       350      1588        42     33970      5541    607651     23.76     13.76  --
117.79/117.89	c  S st    26    537376       350      1588        42     34464      5540    619939     23.76     13.76  --
117.79/117.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.79/117.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.89/117.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.08
117.89/117.98	c Calc non-exist non-lernt bins v-fix:     0 done:    350 time:  0.00 s
117.89/117.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.89/117.99	c Subs w/ non-existent bins:      0 time:  0.01 s
117.89/118.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.99/118.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.99/118.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
119.59/119.60	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 17.0 T:    0.04
119.99/120.04	c Added 4 vars  tried: 80000 time: 0.44
120.09/120.18	c ORs :      4 avg-s:  0.0 cl-sh: 10182 l-rem:  10182 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.57
120.09/120.19	c lits-rem:      3772  cl-subs:     1787  v-elim:     56  v-fix:    0  time:  2.18 s
120.09/120.19	c learnt bin added due to v-elim: 0
120.09/120.19	c vivif2 --  cl tried     1589 cl shrink        0 lits rem          0 time: 0.00
120.09/120.19	c vivif2 --  cl tried    32676 cl shrink        0 lits rem          0 time: 0.01
120.19/120.25	c asymm  cl-useful: 3/1589/1589 lits-rem:3 time: 0.06
120.19/120.25	c calculated reachability. Time: 0.00
120.19/120.25	c  N dy    26    537376       352      1589        48     32676      5549    580415     23.76     13.76  --
120.19/120.25	c  F st    26    537376       352      1589        48     32676      5549    580415     23.76     13.76  --
120.49/120.52	c Decided on static restart strategy
196.58/196.66	c  N dy    33    806065       352      1589        48     55411      5549   1125668     24.76     13.51  --
196.68/196.71	c  S st    33    806065       352      1589        48     55411      5549   1125668     24.76     13.51  --
196.79/196.88	c  S st    33    806569       352      1589        48     55903      5549   1137615     24.76     13.51  --
196.79/196.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
196.79/196.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.98/197.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.5M T:  0.14
196.98/197.02	c Calc non-exist non-lernt bins v-fix:     0 done:    352 time:  0.00 s
196.98/197.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.98/197.03	c Subs w/ non-existent bins:      0 time:  0.01 s
196.98/197.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.98/197.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
196.98/197.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
199.29/199.33	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 17.5 T:    0.19
199.79/199.80	c Added 4 vars  tried: 80000 time: 0.47
199.99/200.07	c ORs :      4 avg-s:  0.0 cl-sh: 12515 l-rem:  12515 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.74
199.99/200.09	c lits-rem:      1969  cl-subs:     2180  v-elim:     55  v-fix:    0  time:  3.02 s
199.99/200.09	c learnt bin added due to v-elim: 0
199.99/200.09	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
200.10/200.10	c vivif2 --  cl tried    53722 cl shrink        0 lits rem          0 time: 0.02
200.20/200.21	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.10
200.20/200.21	c calculated reachability. Time: 0.00
200.20/200.21	c  N dy    33    806569       356      1592        56     53722      5574   1080533     24.76     13.51  --
360.70/360.74	c  N dy    34   1209855       356      1592        56     69806      5574   1356245     23.87     12.98  --
360.70/360.80	c  S st    34   1209855       356      1592        56     69806      5574   1356245     23.87     12.98  --
360.99/361.08	c  S st    34   1210360       356      1592        56     70304      5574   1368534     23.87     12.98  --
360.99/361.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
360.99/361.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
361.19/361.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.4M T:  0.18
361.19/361.26	c Calc non-exist non-lernt bins v-fix:     0 done:    356 time:  0.00 s
361.19/361.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
361.19/361.28	c Subs w/ non-existent bins:      0 time:  0.02 s
361.29/361.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
361.29/361.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
361.29/361.33	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
364.49/364.58	c ORs :     26 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.21
364.99/365.02	c Added 4 vars  tried: 80000 time: 0.45
365.39/365.48	c ORs :      4 avg-s:  0.0 cl-sh: 18119 l-rem:  18119 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.90
365.49/365.50	c lits-rem:      1910  cl-subs:     3575  v-elim:     55  v-fix:    0  time:  4.17 s
365.49/365.50	c learnt bin added due to v-elim: 0
365.49/365.50	c vivif2 --  cl tried     1596 cl shrink        0 lits rem          0 time: 0.00
365.49/365.52	c vivif2 --  cl tried    66729 cl shrink        0 lits rem          0 time: 0.02
365.59/365.63	c asymm  cl-useful: 0/1596/1596 lits-rem:0 time: 0.11
365.59/365.63	c calculated reachability. Time: 0.00
365.59/365.63	c  N dy    34   1210360       360      1596        64     66729      5602   1295681     23.87     12.98  --
538.69/538.72	c  N dy    35   1710360       360      1596        64     94877      5602   1845990     23.10     12.94  --
538.79/538.81	c  S st    35   1710360       360      1596        64     94877      5602   1845990     23.10     12.94  --
539.00/539.05	c  S st    35   1710864       360      1596        64     95363      5602   1857794     23.10     12.94  --
539.00/539.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
539.00/539.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
539.29/539.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.1M T:  0.26
539.29/539.32	c Calc non-exist non-lernt bins v-fix:     0 done:    360 time:  0.00 s
539.29/539.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
539.29/539.34	c Subs w/ non-existent bins:      0 time:  0.02 s
539.29/539.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
539.39/539.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
539.39/539.40	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
547.09/547.15	c ORs :     30 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 12.5 T:    0.20
547.89/547.94	c Added 4 vars  tried: 80000 time: 0.78
548.29/548.31	c ORs :      4 avg-s:  0.0 cl-sh: 15262 l-rem:  15262 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.15
548.29/548.34	c lits-rem:       589  cl-subs:    14368  v-elim:     55  v-fix:    0  time:  8.94 s
548.29/548.34	c learnt bin added due to v-elim: 0
548.29/548.34	c vivif2 --  cl tried     1600 cl shrink        0 lits rem          0 time: 0.00
548.29/548.37	c vivif2 --  cl tried    80993 cl shrink        0 lits rem          0 time: 0.03
548.39/548.48	c asymm  cl-useful: 0/1276/1600 lits-rem:0 time: 0.12
548.39/548.49	c calculated reachability. Time: 0.00
548.39/548.49	c  N dy    35   1710864       364      1600        72     80993      5630   1579287     23.10     12.94  --
750.59/750.62	c  N dy    36   2210866       364      1600        72     98349      5630   1923090     19.11     13.25  --
750.69/750.70	c  S st    36   2210866       364      1600        72     98349      5630   1923090     19.11     13.25  --
750.69/750.70	c Finding binary XORs  T:     0.00 s  found:       0
750.99/751.02	c  S st    36   2211371       364      1600        72     98845      5630   1933889     19.11     13.25  --
750.99/751.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
750.99/751.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
751.20/751.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.2M T:  0.27
751.20/751.29	c Calc non-exist non-lernt bins v-fix:     0 done:    364 time:  0.00 s
751.20/751.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
751.30/751.32	c Subs w/ non-existent bins:      0 time:  0.03 s
751.30/751.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
751.30/751.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
751.30/751.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
758.39/758.46	c ORs :     34 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.24
759.19/759.26	c Added 4 vars  tried: 80000 time: 0.80
760.19/760.24	c ORs :      4 avg-s:  0.0 cl-sh: 30247 l-rem:  30247 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.78
760.19/760.27	c lits-rem:       600  cl-subs:     9344  v-elim:     57  v-fix:    0  time:  8.89 s
760.19/760.27	c learnt bin added due to v-elim: 0
760.19/760.27	c vivif2 --  cl tried     1604 cl shrink        0 lits rem          0 time: 0.00
760.29/760.30	c vivif2 --  cl tried    89501 cl shrink        0 lits rem          0 time: 0.03
760.39/760.42	c asymm  cl-useful: 0/1038/1604 lits-rem:0 time: 0.12
760.39/760.43	c calculated reachability. Time: 0.00
760.39/760.43	c  N dy    36   2211371       368      1604        80     89501      5658   1707578     19.11     13.25  --
987.20/987.22	c  N dy    37   2711372       368      1604        80    114755      5658   2307546     25.65     13.48  --
987.30/987.33	c  S st    37   2711372       368      1604        80    114755      5658   2307546     25.65     13.48  --
987.70/987.72	c  S st    37   2711875       368      1604        80    115247      5658   2319200     25.65     13.48  --
987.70/987.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
987.70/987.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
988.00/988.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.8M T:  0.32
988.00/988.05	c Calc non-exist non-lernt bins v-fix:     0 done:    368 time:  0.00 s
988.00/988.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
988.00/988.08	c Subs w/ non-existent bins:      0 time:  0.03 s
988.10/988.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
988.10/988.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
988.10/988.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
997.00/997.01	c ORs :     38 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 19.0 T:    0.28
997.90/997.95	c Added 4 vars  tried: 80000 time: 0.94
998.60/998.64	c ORs :      4 avg-s:  0.0 cl-sh: 21369 l-rem:  21369 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.64
998.60/998.68	c lits-rem:       279  cl-subs:    10003  v-elim:     58  v-fix:    0  time: 10.53 s
998.60/998.68	c learnt bin added due to v-elim: 0
998.60/998.68	c vivif2 --  cl tried     1608 cl shrink        0 lits rem          0 time: 0.00
998.70/998.72	c vivif2 --  cl tried   105241 cl shrink        0 lits rem          0 time: 0.04
998.80/998.80	c asymm  cl-useful: 0/570/1608 lits-rem:0 time: 0.08
998.80/998.81	c calculated reachability. Time: 0.00
998.80/998.81	c  N dy    37   2711875       372      1608        88    105241      5685   2077410     25.65     13.48  --
998.80/998.81	c  F st    37   2711875       372      1608        88    105241      5685   2077410     25.65     13.48  --
999.50/999.57	c Decided on static restart strategy
1298.51/1298.50	c  N dy    44   3211875       372      1608        88     80758      5685   1318766     28.12     14.29  --
1298.51/1298.56	c  S st    44   3211875       372      1608        88     80758      5685   1318766     28.12     14.29  --
1298.81/1298.82	c  S st    44   3212377       372      1608        88     81246      5685   1329553     28.12     14.29  --
1298.81/1298.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1298.81/1298.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1299.01/1299.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.9M T:  0.27
1299.01/1299.10	c Calc non-exist non-lernt bins v-fix:     0 done:    372 time:  0.00 s
1299.01/1299.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1299.11/1299.12	c Subs w/ non-existent bins:      0 time:  0.02 s
1299.11/1299.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.11/1299.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1299.11/1299.16	c Removed useless bin:       0  fixed:     0  bprops:   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-3264926-1303574547/watcher-3264926-1303574547 -o /tmp/evaluation-result-3264926-1303574547/solver-3264926-1303574547 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3264926-1303574547.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.68 3.89 3.42 3/175 30897
/proc/meminfo: memFree=13961588/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=20512 CPUtime=0 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4194304 370 0 0 0 0 0 0 0 22 0 1 0 469053431 21004288 309 33554432000 4194304 4797429 140735764053888 18446744073709551615 251813927250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30897/statm: 5128 330 287 148 0 57 0

[startup+0.0546961 s]
/proc/loadavg: 3.68 3.89 3.42 3/175 30897
/proc/meminfo: memFree=13961588/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=127724 CPUtime=0.04 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 746 0 0 0 4 0 0 0 22 0 1 0 469053431 130789376 661 33554432000 4194304 4797429 140735764053888 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 31931 661 404 148 0 26860 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 127724

[startup+0.100688 s]
/proc/loadavg: 3.68 3.89 3.42 3/175 30897
/proc/meminfo: memFree=13961588/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=127856 CPUtime=0.09 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 793 0 0 0 9 0 0 0 22 0 1 0 469053431 130924544 706 33554432000 4194304 4797429 140735764053888 18446744073709551615 251813901345 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 31964 706 406 148 0 26893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127856

[startup+0.300656 s]
/proc/loadavg: 3.68 3.89 3.42 3/175 30897
/proc/meminfo: memFree=13961588/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=128088 CPUtime=0.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 964 0 0 0 29 0 0 0 23 0 1 0 469053431 131162112 757 33554432000 4194304 4797429 140735764053888 18446744073709551615 4426388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 32022 757 406 148 0 26951 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128088

[startup+0.700587 s]
/proc/loadavg: 3.68 3.89 3.42 3/175 30897
/proc/meminfo: memFree=13961588/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=128672 CPUtime=0.68 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 1241 0 0 0 68 0 0 0 25 0 1 0 469053431 131760128 852 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 32168 852 406 148 0 27097 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 128672

[startup+1.50045 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13925812/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=128976 CPUtime=1.48 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 1604 0 0 0 148 0 0 0 25 0 1 0 469053431 132071424 974 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 32244 974 406 148 0 27173 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 128976

[startup+3.10018 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13921596/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=130980 CPUtime=3.08 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 2545 0 0 0 308 0 0 0 25 0 1 0 469053431 134123520 1613 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 32745 1613 414 148 0 27674 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 130980

[startup+6.30064 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13905936/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=132864 CPUtime=6.28 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 3715 0 0 0 628 0 0 0 25 0 1 0 469053431 136052736 1960 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424649 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 33216 1960 414 148 0 28145 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 132864

[startup+12.7006 s]
/proc/loadavg: 3.75 3.90 3.43 5/190 30949
/proc/meminfo: memFree=13904144/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=134956 CPUtime=12.69 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 5428 0 0 0 1268 1 0 0 25 0 1 0 469053431 138194944 2356 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 33739 2356 417 148 0 28668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134956

[startup+25.5004 s]
/proc/loadavg: 3.79 3.90 3.43 5/190 30949
/proc/meminfo: memFree=13883360/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=136360 CPUtime=25.48 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 8204 0 0 0 2547 1 0 0 25 0 1 0 469053431 139632640 3062 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 34090 3062 417 148 0 29019 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136360

[startup+51.1001 s]
/proc/loadavg: 3.86 3.91 3.45 5/190 30949
/proc/meminfo: memFree=13873092/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=139188 CPUtime=51.09 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 13715 0 0 0 5106 3 0 0 25 0 1 0 469053431 142528512 3744 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 34797 3744 417 148 0 29726 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139188

[startup+102.307 s]
/proc/loadavg: 3.94 3.92 3.48 5/190 30953
/proc/meminfo: memFree=13829556/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=142336 CPUtime=102.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 22299 0 0 0 10224 5 0 0 25 0 1 0 469053431 145752064 4533 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 35584 4533 417 148 0 30513 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 142336

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.51 5/190 30956
/proc/meminfo: memFree=13798920/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=146612 CPUtime=162.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 32124 0 0 0 16221 8 0 0 25 0 1 0 469053431 150130688 5625 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 36653 5625 417 148 0 31582 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146612

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.53 5/190 30957
/proc/meminfo: memFree=13776952/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=152628 CPUtime=222.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 41741 0 0 0 22218 11 0 0 25 0 1 0 469053431 156291072 6694 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 38157 6694 421 148 0 33086 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152628

[startup+282.3 s]
/proc/loadavg: 4.06 3.98 3.57 5/190 30959
/proc/meminfo: memFree=13774584/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=153396 CPUtime=282.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 48084 0 0 0 28216 13 0 0 25 0 1 0 469053431 157077504 7569 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 38349 7569 421 148 0 33278 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 153396

[startup+342.3 s]
/proc/loadavg: 4.02 3.98 3.59 5/190 30960
/proc/meminfo: memFree=13751492/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=154324 CPUtime=342.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 54067 0 0 0 34214 15 0 0 25 0 1 0 469053431 158027776 7671 33554432000 4194304 4797429 140735764053888 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 38581 7671 421 148 0 33510 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 154324

[startup+402.301 s]
/proc/loadavg: 4.01 3.98 3.62 5/190 30962
/proc/meminfo: memFree=13728164/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=158996 CPUtime=402.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 61259 0 0 0 40212 17 0 0 25 0 1 0 469053431 162811904 8570 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424994 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 39749 8570 417 148 0 34678 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 158996

[startup+462.301 s]
/proc/loadavg: 4.03 3.99 3.64 6/190 31018
/proc/meminfo: memFree=13745184/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=159812 CPUtime=462.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 69353 0 0 0 46210 20 0 0 25 0 1 0 469053431 163647488 8115 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 39953 8115 417 148 0 34882 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159812

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.66 6/190 31019
/proc/meminfo: memFree=13686048/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=160356 CPUtime=522.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 75162 0 0 0 52207 22 0 0 25 0 1 0 469053431 164204544 9470 33554432000 4194304 4797429 140735764053888 18446744073709551615 4391192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 40089 9470 417 148 0 35018 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 160356

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.68 5/190 31021
/proc/meminfo: memFree=13661236/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=168092 CPUtime=582.29 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 83371 0 0 0 58205 24 0 0 25 0 1 0 469053431 172126208 10149 33554432000 4194304 4797429 140735764053888 18446744073709551615 4351897 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 42023 10149 417 148 0 36952 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 168092

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.70 5/190 31022
/proc/meminfo: memFree=13651540/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=169188 CPUtime=642.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 89783 0 0 0 64204 26 0 0 25 0 1 0 469053431 173248512 11347 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 42297 11347 417 148 0 37226 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 169188

[startup+702.301 s]
/proc/loadavg: 4.06 4.01 3.72 5/190 31024
/proc/meminfo: memFree=13615056/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=170440 CPUtime=702.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 96205 0 0 0 70203 27 0 0 25 0 1 0 469053431 174530560 12303 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 42610 12303 417 148 0 37539 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 170440

[startup+762.307 s]
/proc/loadavg: 4.02 4.00 3.73 5/190 31026
/proc/meminfo: memFree=13616272/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=173580 CPUtime=762.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 102206 0 0 0 76201 29 0 0 25 0 1 0 469053431 177745920 12630 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425064 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 43395 12630 417 148 0 38324 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 173580

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 31027
/proc/meminfo: memFree=13588120/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=176484 CPUtime=822.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 109102 0 0 0 82198 32 0 0 25 0 1 0 469053431 180719616 13602 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 44121 13602 417 148 0 39050 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 176484

[startup+882.3 s]
/proc/loadavg: 4.09 4.03 3.77 5/190 31029
/proc/meminfo: memFree=13571484/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=178392 CPUtime=882.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 115318 0 0 0 88196 34 0 0 25 0 1 0 469053431 182673408 13656 33554432000 4194304 4797429 140735764053888 18446744073709551615 4425862 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 44598 13656 417 148 0 39527 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 178392

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 3.78 5/190 31030
/proc/meminfo: memFree=13565872/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=179872 CPUtime=942.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 121254 0 0 0 94194 36 0 0 25 0 1 0 469053431 184188928 13498 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 44968 13498 417 148 0 39897 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 179872

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.79 5/190 31032
/proc/meminfo: memFree=13562644/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=183176 CPUtime=1002.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 126333 0 0 0 100192 38 0 0 25 0 1 0 469053431 187572224 15352 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 45794 15352 417 148 0 40723 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 183176

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.81 5/190 31034
/proc/meminfo: memFree=13524436/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=187856 CPUtime=1062.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 133434 0 0 0 106189 41 0 0 25 0 1 0 469053431 192364544 15311 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 46964 15311 417 148 0 41893 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 187856

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.82 6/190 31035
/proc/meminfo: memFree=13513628/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=188576 CPUtime=1122.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 137682 0 0 0 112188 42 0 0 25 0 1 0 469053431 193101824 15979 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424704 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 47144 15979 417 148 0 42073 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 188576

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.83 6/190 31037
/proc/meminfo: memFree=13485828/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=189796 CPUtime=1182.31 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 141910 0 0 0 118187 44 0 0 25 0 1 0 469053431 194351104 16679 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 47449 16679 417 148 0 42378 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 189796

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.83 6/190 31038
/proc/meminfo: memFree=13499568/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=190792 CPUtime=1242.3 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 146256 0 0 0 124185 45 0 0 25 0 1 0 469053431 195371008 17452 33554432000 4194304 4797429 140735764053888 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 47698 17452 417 148 0 42627 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 190792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 31040
/proc/meminfo: memFree=13505500/32950928 swapFree=67111528/67111528
[pid=30897] ppid=30895 vsize=191444 CPUtime=1300.01 cores=5,7
/proc/30897/stat : 30897 (techdemo) R 30895 30897 30044 0 -1 4202496 151556 0 0 0 129954 47 0 0 25 0 1 0 469053431 196038656 15738 33554432000 4194304 4797429 140735764053888 18446744073709551615 4568062 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30897/statm: 47861 15738 417 148 0 42790 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 191444

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): 1300.02
CPU user time (s): 1299.55
CPU system time (s): 0.476927
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 298684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 775

runsolver used 2.08868 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 18:02:27
IDJOB=3264926
IDBENCH=85362
IDSOLVER=1585
FILE ID=node126/3264926-1303574547
RUNJOBID= node126-1303574547-30881
PBS_JOBID= 13150291
Free space on /tmp= 71388 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264926-1303574547/watcher-3264926-1303574547 -o /tmp/evaluation-result-3264926-1303574547/solver-3264926-1303574547 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3264926-1303574547.cnf

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

MD5SUM BENCH= b6a88c8ae73b20cfc873207d1a0caa09
RANDOM SEED=286318836

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13962000 kB
Buffers:       1983816 kB
Cached:       16368748 kB
SwapCached:          0 kB
Active:        7622936 kB
Inactive:     10794528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13962000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15728 kB
Writeback:           0 kB
AnonPages:       64448 kB
Mapped:          14496 kB
Slab:           506940 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188496 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= 71356 MiB
End job on node126 at 2011-04-23 18:24:09