Trace number 3264750

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-stSAT 325.919 325.935

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark194.024
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
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 41496
Number of clauses of size 5784
Number of clauses of size over 5136

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-3264750-1303573507.cnf'
0.00/0.00	c -- header says num vars:            339
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        339
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       339      2416         0         0     10720         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 303/2416/2416 lits-rem:303 time: 0.00
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:    339 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:      1393  cl-subs:      792  v-elim:     50  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:      95 neg:     122
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       339      1624         0         0      5613         0   no data   no data  --
0.02/0.05	c Decided on static restart strategy
2.49/2.56	c  N dy     7     30001       339      1624         6      9900      5612    181346     24.24     17.58  --
2.49/2.57	c  S st     7     30001       339      1624         6      9900      5612    181346     24.24     17.58  --
2.59/2.62	c  S st     7     30508       339      1624         6     10378      5611    190422     24.24     17.58  --
2.59/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.02
2.59/2.64	c Calc non-exist non-lernt bins v-fix:     0 done:    339 time:  0.00 s
2.59/2.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.64	c Subs w/ non-existent bins:      7 time:  0.00 s
2.59/2.64	c Replacing        2 vars Replaced     2522 lits Time:     0.00 s 
2.59/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.65	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.89/2.94	c lits-rem:      1050  cl-subs:     2511  v-elim:     62  v-fix:    0  time:  0.29 s
2.89/2.94	c learnt bin added due to v-elim: 0
2.89/2.94	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
2.89/2.94	c vivif2 --  cl tried     7874 cl shrink        0 lits rem          0 time: 0.00
2.89/2.96	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.02
2.89/2.96	c calculated reachability. Time: 0.00
2.89/2.96	c  N dy     7     30508       333      1598         2      7874      5517    147741     24.24     17.58  --
2.89/2.96	c  F st     7     30508       333      1598         2      7874      5517    147741     24.24     17.58  --
3.09/3.11	c Decided on static restart strategy
4.59/4.66	c  N dy    14     45762       333      1598         2     14607      5517    272414     23.04     17.16  --
4.59/4.67	c  S st    14     45762       333      1598         2     14607      5517    272414     23.04     17.16  --
4.69/4.73	c  S st    14     46262       333      1598         2     15092      5517    285039     23.04     17.16  --
4.69/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.69/4.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.69/4.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
4.69/4.76	c Calc non-exist non-lernt bins v-fix:     0 done:    333 time:  0.00 s
4.69/4.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.69/4.76	c Subs w/ non-existent bins:      0 time:  0.00 s
4.69/4.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.69/4.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.49/5.55	c lits-rem:      1267  cl-subs:     4016  v-elim:     52  v-fix:    0  time:  0.79 s
5.49/5.55	c learnt bin added due to v-elim: 0
5.49/5.55	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
5.49/5.56	c vivif2 --  cl tried    11076 cl shrink        0 lits rem          0 time: 0.00
5.49/5.58	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.02
5.49/5.58	c calculated reachability. Time: 0.00
5.49/5.58	c  N dy    14     46262       333      1598         2     11076      5517    210836     23.04     17.16  --
8.19/8.20	c  N dy    15     69393       333      1598         2     15300      5517    256484     20.96     16.56  --
8.19/8.21	c  S st    15     69393       333      1598         2     15300      5517    256484     20.96     16.56  --
8.19/8.28	c  S st    15     69894       333      1598         2     15783      5517    267956     20.96     16.56  --
8.19/8.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.28/8.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
8.28/8.30	c Calc non-exist non-lernt bins v-fix:     0 done:    333 time:  0.00 s
8.28/8.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.28/8.30	c Subs w/ non-existent bins:      0 time:  0.00 s
8.28/8.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.28/8.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.28/8.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.08/9.15	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.89/9.99	c Added 4 vars  tried: 65160 time: 0.84
9.98/10.05	c ORs :      4 avg-s:  0.0 cl-sh:  7948 l-rem:   7948 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.90
9.98/10.05	c lits-rem:      1156  cl-subs:     2929  v-elim:     52  v-fix:    0  time:  1.74 s
9.98/10.05	c learnt bin added due to v-elim: 0
9.98/10.05	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
9.98/10.05	c vivif2 --  cl tried    12854 cl shrink        0 lits rem          0 time: 0.00
9.98/10.07	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.02
9.98/10.07	c calculated reachability. Time: 0.00
9.98/10.07	c  N dy    15     69894       337      1602        10     12854      5545    208730     20.96     16.56  --
9.98/10.07	c  F st    15     69894       337      1602        10     12854      5545    208730     20.96     16.56  --
10.18/10.29	c Decided on static restart strategy
15.19/15.26	c  N dy    22    104841       337      1602        10     12326      5545    170043     20.29     16.25  --
15.19/15.27	c  S st    22    104841       337      1602        10     12326      5545    170043     20.29     16.25  --
15.30/15.32	c  S st    22    105344       337      1602        10     12812      5545    181530     20.29     16.25  --
15.30/15.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.30/15.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.30/15.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
15.30/15.34	c Calc non-exist non-lernt bins v-fix:     0 done:    337 time:  0.00 s
15.30/15.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.30/15.34	c Subs w/ non-existent bins:      0 time:  0.00 s
15.30/15.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.30/15.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.30/15.35	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.69/15.73	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
16.29/16.32	c Added 4 vars  tried: 80000 time: 0.60
16.29/16.33	c ORs :      4 avg-s:  0.0 cl-sh:  2965 l-rem:   2965 b-add:     10 v-rep:   0 cl-rem: 0 avg s: nan T:    0.61
16.29/16.34	c lits-rem:       429  cl-subs:      458  v-elim:     56  v-fix:    0  time:  0.99 s
16.29/16.34	c learnt bin added due to v-elim: 0
16.29/16.34	c vivif2 --  cl tried     1604 cl shrink        0 lits rem          0 time: 0.00
16.29/16.34	c vivif2 --  cl tried    12354 cl shrink        0 lits rem          0 time: 0.00
16.29/16.36	c asymm  cl-useful: 0/1604/1604 lits-rem:0 time: 0.02
16.29/16.36	c calculated reachability. Time: 0.00
16.29/16.36	c  N dy    22    105344       341      1604        20     12354      5570    171998     20.29     16.25  --
24.49/24.56	c  N dy    23    158017       341      1604        20     19181      5570    286688     19.26     15.93  --
24.49/24.57	c  S st    23    158017       341      1604        20     19181      5570    286688     19.26     15.93  --
24.59/24.65	c  S st    23    158521       341      1604        20     19668      5570    298577     19.26     15.93  --
24.59/24.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.59/24.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.59/24.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.03
24.59/24.68	c Calc non-exist non-lernt bins v-fix:     0 done:    341 time:  0.00 s
24.59/24.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.59/24.69	c Subs w/ non-existent bins:      0 time:  0.00 s
24.59/24.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.59/24.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.59/24.69	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
25.69/25.70	c ORs :      8 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
26.19/26.24	c Added 4 vars  tried: 80000 time: 0.54
26.19/26.26	c ORs :      4 avg-s:  0.0 cl-sh:  3150 l-rem:   3150 b-add:     10 v-rep:   1 cl-rem: 1 avg s: 11.0 T:    0.56
26.19/26.26	c lits-rem:       603  cl-subs:     3117  v-elim:     56  v-fix:    0  time:  1.57 s
26.19/26.26	c learnt bin added due to v-elim: 0
26.19/26.26	c vivif2 --  cl tried     1608 cl shrink        0 lits rem          0 time: 0.00
26.19/26.26	c vivif2 --  cl tried    16550 cl shrink        0 lits rem          0 time: 0.00
26.19/26.29	c asymm  cl-useful: 0/1608/1608 lits-rem:0 time: 0.03
26.19/26.29	c calculated reachability. Time: 0.00
26.19/26.29	c  N dy    23    158521       345      1608        30     16550      5602    246680     19.26     15.93  --
40.78/40.87	c  N dy    24    237781       345      1608        30     21940      5602    331946     19.89     15.20  --
40.78/40.89	c  S st    24    237781       345      1608        30     21940      5602    331946     19.89     15.20  --
40.88/40.98	c  S st    24    238282       345      1608        30     22426      5602    343944     19.89     15.20  --
40.88/40.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.88/40.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.98/41.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  2.2M T:  0.04
40.98/41.02	c Calc non-exist non-lernt bins v-fix:     0 done:    345 time:  0.00 s
40.98/41.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.98/41.02	c Subs w/ non-existent bins:      0 time:  0.00 s
40.98/41.03	c Replacing        1 vars Replaced      444 lits Time:     0.00 s 
40.98/41.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.98/41.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.98/41.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
41.98/42.08	c ORs :     11 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
42.48/42.59	c Added 4 vars  tried: 80000 time: 0.51
42.58/42.60	c ORs :      4 avg-s:  0.0 cl-sh:  4114 l-rem:   4114 b-add:      8 v-rep:   0 cl-rem: 16 avg s: 3.9 T:    0.53
42.58/42.61	c lits-rem:      1893  cl-subs:     3749  v-elim:     58  v-fix:    0  time:  1.58 s
42.58/42.61	c learnt bin added due to v-elim: 0
42.58/42.61	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
42.58/42.61	c vivif2 --  cl tried    18670 cl shrink        0 lits rem          0 time: 0.00
42.58/42.64	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.03
42.58/42.64	c calculated reachability. Time: 0.00
42.58/42.64	c  N dy    24    238282       348      1602        34     18670      5580    280879     19.89     15.20  --
67.48/67.51	c  N dy    25    357423       348      1602        34     46217      5580    795194     19.98     14.60  --
67.48/67.54	c  S st    25    357423       348      1602        34     46217      5580    795194     19.98     14.60  --
67.68/67.75	c  S st    25    357926       348      1602        34     23421      5580    328211     19.98     14.60  --
67.68/67.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.68/67.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.78/67.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.05
67.78/67.80	c Calc non-exist non-lernt bins v-fix:     0 done:    348 time:  0.00 s
67.78/67.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.78/67.80	c Subs w/ non-existent bins:      0 time:  0.00 s
67.78/67.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.78/67.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.78/67.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
68.78/68.88	c ORs :     14 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.01
69.19/69.26	c Added 4 vars  tried: 80000 time: 0.38
69.19/69.28	c ORs :      4 avg-s:  0.0 cl-sh:  4015 l-rem:   4015 b-add:      8 v-rep:   0 cl-rem: 22 avg s: 3.7 T:    0.40
69.19/69.28	c lits-rem:      1170  cl-subs:     1885  v-elim:     59  v-fix:    0  time:  1.47 s
69.19/69.28	c learnt bin added due to v-elim: 0
69.19/69.28	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
69.19/69.29	c vivif2 --  cl tried    21525 cl shrink        0 lits rem          0 time: 0.00
69.29/69.32	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.03
69.29/69.32	c calculated reachability. Time: 0.00
69.29/69.32	c  N dy    25    357926       350      1592        40     21525      5548    302077     19.98     14.60  --
111.29/111.34	c  N dy    26    536889       350      1592        40     28800      5548    413259     20.05     14.46  --
111.29/111.36	c  S st    26    536889       350      1592        40     28800      5548    413259     20.05     14.46  --
111.38/111.46	c  S st    26    537393       350      1592        40     29290      5548    424936     20.05     14.46  --
111.38/111.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.38/111.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.48/111.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.1M T:  0.07
111.48/111.53	c Calc non-exist non-lernt bins v-fix:     0 done:    350 time:  0.00 s
111.48/111.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.48/111.54	c Subs w/ non-existent bins:      0 time:  0.00 s
111.48/111.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.48/111.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.48/111.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
112.58/112.67	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 9.5 T:    0.02
112.98/113.04	c Added 4 vars  tried: 80000 time: 0.38
112.98/113.06	c ORs :      4 avg-s:  0.0 cl-sh:  3005 l-rem:   3005 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.40
112.98/113.07	c lits-rem:      1117  cl-subs:     2104  v-elim:     61  v-fix:    0  time:  1.52 s
112.98/113.07	c learnt bin added due to v-elim: 0
112.98/113.07	c vivif2 --  cl tried     1594 cl shrink        0 lits rem          0 time: 0.00
112.98/113.08	c vivif2 --  cl tried    27182 cl shrink        0 lits rem          0 time: 0.01
113.08/113.12	c asymm  cl-useful: 0/1594/1594 lits-rem:0 time: 0.05
113.08/113.13	c calculated reachability. Time: 0.00
113.08/113.13	c  N dy    26    537393       350      1594        44     27182      5561    397241     20.05     14.46  --
113.08/113.13	c  F st    26    537393       350      1594        44     27182      5561    397241     20.05     14.46  --
113.38/113.45	c Decided on static restart strategy
188.99/189.09	c  N dy    33    806090       350      1594        44     49787      5561    779169     20.03     14.13  --
189.09/189.12	c  S st    33    806090       350      1594        44     49787      5561    779169     20.03     14.13  --
189.29/189.32	c  S st    33    806591       350      1594        44     50276      5561    791228     20.03     14.13  --
189.29/189.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
189.29/189.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
189.39/189.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.0M T:  0.16
189.39/189.48	c Calc non-exist non-lernt bins v-fix:     0 done:    350 time:  0.00 s
189.39/189.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
189.39/189.49	c Subs w/ non-existent bins:      0 time:  0.01 s
189.49/189.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
189.49/189.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.49/189.51	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
191.89/191.96	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 10.2 T:    0.06
192.29/192.37	c Added 4 vars  tried: 80000 time: 0.41
192.39/192.42	c ORs :      4 avg-s:  0.0 cl-sh:  5816 l-rem:   5816 b-add:      8 v-rep:   0 cl-rem: 8 avg s: 3.8 T:    0.46
192.39/192.43	c lits-rem:      1440  cl-subs:     9238  v-elim:     57  v-fix:    0  time:  2.92 s
192.39/192.43	c learnt bin added due to v-elim: 0
192.39/192.43	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
192.39/192.44	c vivif2 --  cl tried    41033 cl shrink        0 lits rem          0 time: 0.01
192.49/192.52	c asymm  cl-useful: 0/1591/1591 lits-rem:0 time: 0.08
192.49/192.52	c calculated reachability. Time: 0.00
192.49/192.52	c  N dy    33    806591       354      1591        52     41033      5559    649297     20.03     14.13  --
325.89/325.91	c  E dy    34   1184588         0      1591        52     78065      5559   1253494     19.33     13.71  --
325.89/325.91	c Verified 1591 clauses.
325.89/325.91	c Solution needs extension. Extending.
325.89/325.93	c Verified 1591 clauses.
325.89/325.93	c num threads              : 1          
325.89/325.93	c restarts                 : 34         
325.89/325.93	c dynamic restarts         : 10         
325.89/325.93	c static restarts          : 24         
325.89/325.93	c full restarts            : 3          
325.89/325.93	c total simplify time      : 0.00       
325.89/325.93	c learnts DL2              : 0          
325.89/325.93	c learnts size 2           : 64         
325.89/325.93	c learnts size 1           : 0           (0.00      % of vars)
325.89/325.93	c filedLit time            : 0.43        (0.13      % time)
325.89/325.93	c v-elim SatELite          : 10          (2.72      % vars)
325.89/325.93	c SatELite time            : 12.83       (3.94      % time)
325.89/325.93	c v-elim xor               : 0           (0.00      % vars)
325.89/325.93	c xor elim time            : 0.01        (0.00      % time)
325.89/325.93	c num binary xor trees     : 3          
325.89/325.93	c binxor trees' crown      : 3           (1.00      leafs/tree)
325.89/325.93	c bin xor find time        : 0.00       
325.89/325.93	c OTF clause subsumed      : 82161       (0.07      clauses/conflict)
325.89/325.93	c OTF subs. size diff      : 93936       (1.14       lits/clause)
325.89/325.93	c OTF cl watch-shrink      : 150986      (0.13      clauses/conflict)
325.89/325.93	c OTF cl watch-sh-lit      : 188855      (1.25       lits/clause)
325.89/325.93	c tried to recurMin cls    : 1184588     (100.00     % of conflicts)
325.89/325.93	c updated cache            : 1048        (0.00       lits/tried recurMin)
325.89/325.93	c OTF Gate-Rem cl          : 407646      (0.34      clauses/conflict)
325.89/325.93	c OTF Gate-rem lits        : 566611      (1.39      lits/confl)
325.89/325.93	c clauses over max glue    : 0           (0.00      % of all clauses)
325.89/325.93	c conflicts                : 1184588     (3635.91   / sec)
325.89/325.93	c decisions                : 1245689     (0.69      % random)
325.89/325.93	c bogo-props               : 31734243194 (97403322.92 / sec)
325.89/325.93	c props                    : 92471596    (283827.18 / sec)
325.89/325.93	c conflict literals        : 23943591    (38.66     % deleted)
325.89/325.93	c Memory used              : 148.20      MB
325.89/325.93	c CPU time                 : 325.80      s
325.89/325.93	s SATISFIABLE
325.89/325.93	v -1 -2 -3 4 -5 -6 7 8 -9 -10 -11 -12 13 -14 -15 -16 -17 -18 19 20 21 22 -23 24 25 26 -27 -28 -29 30 31 -32 -33 -34 -35 36 -37 38 39 -40 41 -42 -43 -44 -45 -46 47 -48 -49 50 -51 -52 -53 54 55 56 -57 -58 59 60 61 62 63 -64 65 -66 -67 -68 -69 70 -71 72 73 -74 75 -76 -77 -78 -79 -80 -81 -82 -83 84 85 -86 -87 88 89 90 91 92 93 -94 95 96 97 98 99 100 101 -102 103 104 105 -106 107 -108 109 -110 -111 112 -113 -114 115 116 117 -118 119 120 -121 122 123 124 125 126 127 128 -129 -130 -131 -132 133 -134 -135 136 137 -138 139 140 141 142 -143 144 -145 -146 -147 148 -149 -150 151 152 -153 154 155 156 157 -158 159 -160 161 -162 163 164 -165 -166 167 -168 -169 -170 171 172 173 174 175 -176 177 -178 179 180 -181 182 183 -184 185 186 -187 -188 -189 190 -191 -192 -193 -194 -195 196 -197 198 -199 -200 -201 -202 203 -204 -205 206 207 -208 209 210 211 212 213 -214 215 -216 -217 218 219 -220 -221 -222 -223 224 -225 -226 227 228 229 -230 231 -232 -233 -234 235 -236 237 238 239 240 -241 242 -243 -244 245 246 247 248 249 250 251 -252 -253 -254 255 256 257 -258 -259 -260 261 262 -263 264 265 266 -267 268 269 270 271 -272 273 -274 275 -276 277 -278 -279 280 281 282 283 284 285 286 287 288 289 290 -291 292 -293 -294 295 -296 -297 -298 -299 300 -301 302 303 -304 -305 -306 307 308 -309 -310 -311 312 -313 -314 -315 -316 -317 318 319 320 321 -322 -323 -324 -325 326 327 -328 329 330 331 -332 -333 -334 -335 -336 -337 -338 -339 0

Verifier Data

OK

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-3264750-1303573507/watcher-3264750-1303573507 -o /tmp/evaluation-result-3264750-1303573507/solver-3264750-1303573507 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3264750-1303573507.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: 4.10 4.06 4.16 4/188 18694
/proc/meminfo: memFree=11934832/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=28920 CPUtime=0 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 586 0 0 0 0 0 0 0 22 0 1 0 468948590 29614080 523 33554432000 4194304 4797429 140736385972704 18446744073709551615 4427088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 7230 523 369 148 0 2159 0

[startup+0.0262699 s]
/proc/loadavg: 4.10 4.06 4.16 4/188 18694
/proc/meminfo: memFree=11934832/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=127736 CPUtime=0.02 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 721 0 0 0 2 0 0 0 22 0 1 0 468948590 130801664 640 33554432000 4194304 4797429 140736385972704 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 31934 640 404 148 0 26863 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 127736

[startup+0.100256 s]
/proc/loadavg: 4.10 4.06 4.16 4/188 18694
/proc/meminfo: memFree=11934832/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=127892 CPUtime=0.09 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 806 0 0 0 9 0 0 0 22 0 1 0 468948590 130961408 723 33554432000 4194304 4797429 140736385972704 18446744073709551615 4425045 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 31973 723 406 148 0 26902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127892

[startup+0.300265 s]
/proc/loadavg: 4.10 4.06 4.16 4/188 18694
/proc/meminfo: memFree=11934832/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=128116 CPUtime=0.29 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 963 0 0 0 29 0 0 0 23 0 1 0 468948590 131190784 764 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 32029 764 406 148 0 26958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128116

[startup+0.700183 s]
/proc/loadavg: 4.10 4.06 4.16 4/188 18694
/proc/meminfo: memFree=11934832/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=128556 CPUtime=0.69 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 1223 0 0 0 69 0 0 0 25 0 1 0 468948590 131641344 845 33554432000 4194304 4797429 140736385972704 18446744073709551615 4425558 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 32139 845 406 148 0 27068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128556

[startup+1.50104 s]
/proc/loadavg: 4.17 4.07 4.17 5/194 18705
/proc/meminfo: memFree=11918788/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=128884 CPUtime=1.49 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 1553 0 0 0 149 0 0 0 25 0 1 0 468948590 131977216 944 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424882 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 32221 944 406 148 0 27150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128884

[startup+3.10075 s]
/proc/loadavg: 4.17 4.07 4.17 5/194 18705
/proc/meminfo: memFree=11916036/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=130976 CPUtime=3.09 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 2445 0 0 0 309 0 0 0 25 0 1 0 468948590 134119424 1550 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424704 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 32744 1550 414 148 0 27673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130976

[startup+6.30016 s]
/proc/loadavg: 4.17 4.07 4.17 5/194 18705
/proc/meminfo: memFree=11902780/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=132852 CPUtime=6.29 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 3581 0 0 0 629 0 0 0 25 0 1 0 468948590 136040448 1864 33554432000 4194304 4797429 140736385972704 18446744073709551615 4426053 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 33213 1864 414 148 0 28142 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132852

[startup+12.701 s]
/proc/loadavg: 4.15 4.07 4.17 5/194 18705
/proc/meminfo: memFree=11893412/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=134284 CPUtime=12.69 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 5002 0 0 0 1269 0 0 0 25 0 1 0 468948590 137506816 2408 33554432000 4194304 4797429 140736385972704 18446744073709551615 4425129 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 33571 2408 417 148 0 28500 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134284

[startup+25.5007 s]
/proc/loadavg: 4.12 4.07 4.17 5/194 18705
/proc/meminfo: memFree=11882184/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=135952 CPUtime=25.49 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 7829 0 0 0 2548 1 0 0 19 0 1 0 468948590 139214848 2680 33554432000 4194304 4797429 140736385972704 18446744073709551615 4523992 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 33988 2680 417 148 0 28917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135952

[startup+51.101 s]
/proc/loadavg: 4.08 4.06 4.16 5/194 18706
/proc/meminfo: memFree=11867468/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=138576 CPUtime=51.09 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 12440 0 0 0 5107 2 0 0 25 0 1 0 468948590 141901824 3690 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 34644 3690 417 148 0 29573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138576

[startup+102.307 s]
/proc/loadavg: 4.15 4.09 4.17 5/194 18707
/proc/meminfo: memFree=11850052/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=141368 CPUtime=102.3 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 20714 0 0 0 10227 3 0 0 25 0 1 0 468948590 144760832 4480 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 35342 4480 417 148 0 30271 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141368

[startup+162.301 s]
/proc/loadavg: 4.06 4.07 4.15 5/194 18709
/proc/meminfo: memFree=11833420/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=145652 CPUtime=162.28 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 29748 0 0 0 16223 5 0 0 25 0 1 0 468948590 149147648 4930 33554432000 4194304 4797429 140736385972704 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 36413 4930 417 148 0 31342 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 145652

[startup+222.301 s]
/proc/loadavg: 4.06 4.07 4.15 5/194 18711
/proc/meminfo: memFree=11822128/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=150392 CPUtime=222.29 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 36802 0 0 0 22222 7 0 0 25 0 1 0 468948590 154001408 6191 33554432000 4194304 4797429 140736385972704 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37598 6191 417 148 0 32527 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 150392

[startup+282.301 s]
/proc/loadavg: 4.02 4.05 4.14 5/194 18739
/proc/meminfo: memFree=11813260/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151644 CPUtime=282.29 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 43225 0 0 0 28219 10 0 0 25 0 1 0 468948590 155283456 6485 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424598 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37911 6485 417 148 0 32840 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 151644

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

[startup+307.1 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11812152/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151704 CPUtime=307.08 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 45302 0 0 0 30698 10 0 0 25 0 1 0 468948590 155344896 6951 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424835 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37926 6951 417 148 0 32855 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 151704

[startup+313.507 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11817112/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=313.5 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46244 0 0 0 31339 11 0 0 25 0 1 0 468948590 155394048 6308 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 6308 417 148 0 32867 0
Current children cumulated CPU time (s) 313.5
Current children cumulated vsize (KiB) 151752

[startup+319.9 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11809792/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=319.89 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46672 0 0 0 31978 11 0 0 25 0 1 0 468948590 155394048 6714 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 6714 417 148 0 32867 0
Current children cumulated CPU time (s) 319.89
Current children cumulated vsize (KiB) 151752

[startup+323.101 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11805576/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=323.09 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46839 0 0 0 32298 11 0 0 25 0 1 0 468948590 155394048 6876 33554432000 4194304 4797429 140736385972704 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 6876 417 148 0 32867 0
Current children cumulated CPU time (s) 323.09
Current children cumulated vsize (KiB) 151752

[startup+324.7 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11808552/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=324.69 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46921 0 0 0 32458 11 0 0 25 0 1 0 468948590 155394048 6951 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 6951 417 148 0 32867 0
Current children cumulated CPU time (s) 324.69
Current children cumulated vsize (KiB) 151752

[startup+325.5 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11807064/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=325.49 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46962 0 0 0 32538 11 0 0 25 0 1 0 468948590 155394048 6990 33554432000 4194304 4797429 140736385972704 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 6990 417 148 0 32867 0
Current children cumulated CPU time (s) 325.49
Current children cumulated vsize (KiB) 151752

[startup+325.901 s]
/proc/loadavg: 4.01 4.05 4.13 5/194 18740
/proc/meminfo: memFree=11807064/32951124 swapFree=67111528/67111528
[pid=18694] ppid=18692 vsize=151752 CPUtime=325.89 cores=5,7
/proc/18694/stat : 18694 (techdemo) R 18692 18694 18497 0 -1 4202496 46981 0 0 0 32578 11 0 0 25 0 1 0 468948590 155394048 7008 33554432000 4194304 4797429 140736385972704 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/18694/statm: 37938 7008 417 148 0 32867 0
Current children cumulated CPU time (s) 325.89
Current children cumulated vsize (KiB) 151752

Child status: 10
Real time (s): 325.935
CPU time (s): 325.919
CPU user time (s): 325.802
CPU system time (s): 0.116982
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 243648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.802
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46998
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= 3982

runsolver used 0.545917 second user time and 1.23681 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-23 17:45:07
IDJOB=3264750
IDBENCH=85343
IDSOLVER=1585
FILE ID=node133/3264750-1303573507
RUNJOBID= node133-1303572204-18518
PBS_JOBID= 13150318
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=1390285538

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11935360 kB
Buffers:       2162020 kB
Cached:       18218612 kB
SwapCached:          0 kB
Active:        8987364 kB
Inactive:     11468256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11935360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23724 kB
Writeback:           0 kB
AnonPages:       74220 kB
Mapped:          15892 kB
Slab:           497304 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   451888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71596 MiB
End job on node133 at 2011-04-23 17:50:33