Trace number 3263738

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.05 1300.01

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263738-1303564918.cnf'
0.00/0.00	c -- header says num vars:            184
0.00/0.00	c -- header says num clauses:         896
0.00/0.00	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.00	c -- vars added        184
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       184       882        14         0      3042         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    184 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         7  cl-subs:        0  v-elim:     69  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
0.00/0.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       5 undec:      56 neg:     123
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       130       396         8         0      1806         0   no data   no data  --
0.04/0.05	c Decided on static restart strategy
1.49/1.58	c  N dy     7     30003       130       396         8      9993      1806    167019     20.38     16.09  --
1.49/1.59	c  S st     7     30003       130       396         8      9993      1806    167019     20.38     16.09  --
1.59/1.64	c  S st     7     30504       130       396         9     10486      1806    176241     20.38     16.09  --
1.59/1.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      3 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.02
1.59/1.65	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
1.59/1.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.65	c Subs w/ non-existent bins:      0 time:  0.00 s
1.59/1.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.66	c subs with bin:        0  lits-rem:        31  v-fix:    0  time:  0.00 s
1.59/1.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.79/1.81	c lits-rem:      1295  cl-subs:     1421  v-elim:      3  v-fix:    0  time:  0.15 s
1.79/1.81	c learnt bin added due to v-elim: 0
1.79/1.81	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1.79/1.81	c vivif2 --  cl tried     9065 cl shrink        0 lits rem          0 time: 0.00
1.79/1.82	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
1.79/1.82	c calculated reachability. Time: 0.00
1.79/1.82	c  N dy     7     30504       130       396        12      9065      1806    151084     20.38     16.09  --
1.79/1.82	c  F st     7     30504       130       396        12      9065      1806    151084     20.38     16.09  --
1.89/1.93	c Decided on static restart strategy
2.79/2.86	c  N dy    14     45756       130       396        12     16314      1806    303841     23.49     15.49  --
2.79/2.87	c  S st    14     45756       130       396        12     16314      1806    303841     23.49     15.49  --
2.89/2.93	c  S st    14     46260       130       396        12     16809      1806    313603     23.49     15.49  --
2.89/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.03
2.89/2.96	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
2.89/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.96	c Subs w/ non-existent bins:      0 time:  0.00 s
2.89/2.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.69/3.71	c lits-rem:      1981  cl-subs:     1237  v-elim:      3  v-fix:    0  time:  0.74 s
3.69/3.71	c learnt bin added due to v-elim: 0
3.69/3.71	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
3.69/3.71	c vivif2 --  cl tried    15572 cl shrink        0 lits rem          0 time: 0.00
3.69/3.74	c asymm  cl-useful: 3/396/396 lits-rem:3 time: 0.03
3.69/3.74	c calculated reachability. Time: 0.00
3.69/3.74	c  N dy    14     46260       130       396        12     15572      1803    287689     23.49     15.49  --
5.68/5.73	c  N dy    15     69390       130       396        12     19247      1803    334036     21.99     15.51  --
5.68/5.74	c  S st    15     69390       130       396        12     19247      1803    334036     21.99     15.51  --
5.78/5.81	c  S st    15     69895       130       396        12     19746      1803    344052     21.99     15.51  --
5.78/5.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.78/5.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.78/5.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.03
5.78/5.85	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
5.78/5.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.78/5.85	c Subs w/ non-existent bins:      0 time:  0.00 s
5.78/5.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.78/5.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.78/5.85	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.68/6.73	c ORs :      4 avg-s:  2.0 cl-sh:   269 l-rem:    269 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
7.78/7.80	c Added 2 vars  tried: 55112 time: 1.07
7.78/7.86	c ORs :      2 avg-s:  0.0 cl-sh:  5884 l-rem:   5884 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.13
7.78/7.86	c lits-rem:      2564  cl-subs:     3309  v-elim:      3  v-fix:    0  time:  2.01 s
7.78/7.86	c learnt bin added due to v-elim: 0
7.78/7.86	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
7.78/7.86	c vivif2 --  cl tried    16437 cl shrink       14 lits rem         14 time: 0.00
7.78/7.88	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.02
7.78/7.89	c calculated reachability. Time: 0.00
7.78/7.89	c  N dy    15     69895       132       398        16     16437      1817    272406     21.99     15.51  --
7.78/7.89	c  F st    15     69895       132       398        16     16437      1817    272406     21.99     15.51  --
7.98/8.06	c Decided on static restart strategy
11.09/11.19	c  N dy    22    104843       132       398        16     15775      1817    222116     21.40     15.76  --
11.19/11.20	c  S st    22    104843       132       398        16     15775      1817    222116     21.40     15.76  --
11.19/11.26	c  S st    22    105344       132       398        16     16269      1817    232242     21.40     15.76  --
11.19/11.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.19/11.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.03
11.19/11.29	c Calc non-exist non-lernt bins v-fix:     0 done:    132 time:  0.00 s
11.19/11.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.19/11.30	c Subs w/ non-existent bins:      0 time:  0.00 s
11.29/11.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.29/11.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.29/11.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
11.89/11.96	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
12.89/12.90	c Added 2 vars  tried: 80000 time: 0.94
12.89/12.93	c ORs :      2 avg-s:  0.0 cl-sh:  3967 l-rem:   3967 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.97
12.89/12.93	c lits-rem:      1192  cl-subs:     1384  v-elim:      3  v-fix:    0  time:  1.63 s
12.89/12.93	c learnt bin added due to v-elim: 0
12.89/12.93	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
12.89/12.93	c vivif2 --  cl tried    14885 cl shrink        0 lits rem          0 time: 0.00
12.89/12.95	c asymm  cl-useful: 4/400/400 lits-rem:5 time: 0.02
12.89/12.95	c calculated reachability. Time: 0.00
12.89/12.95	c  N dy    22    105344       134       400        20     14885      1826    202634     21.40     15.76  --
18.89/18.95	c  N dy    23    158018       134       400        20     22214      1826    323043     21.26     15.75  --
18.89/18.96	c  S st    23    158018       134       400        20     22214      1826    323043     21.26     15.75  --
18.99/19.04	c  S st    23    158522       134       400        20     22713      1826    333813     21.26     15.75  --
18.99/19.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.99/19.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.99/19.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.05
18.99/19.09	c Calc non-exist non-lernt bins v-fix:     0 done:    134 time:  0.00 s
18.99/19.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.99/19.09	c Subs w/ non-existent bins:      0 time:  0.00 s
18.99/19.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.99/19.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.99/19.09	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
19.79/19.84	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    0.00
20.79/20.86	c Added 2 vars  tried: 80000 time: 1.02
20.89/20.92	c ORs :      2 avg-s:  0.0 cl-sh:  6458 l-rem:   6458 b-add:      5 v-rep:   0 cl-rem: 8 avg s: 4.8 T:    1.08
20.89/20.92	c lits-rem:      1509  cl-subs:     2509  v-elim:      3  v-fix:    0  time:  1.83 s
20.89/20.92	c learnt bin added due to v-elim: 0
20.89/20.92	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
20.89/20.92	c vivif2 --  cl tried    20196 cl shrink        0 lits rem          0 time: 0.00
20.89/20.95	c asymm  cl-useful: 1/400/400 lits-rem:1 time: 0.02
20.89/20.95	c calculated reachability. Time: 0.00
20.89/20.95	c  N dy    23    158522       136       400        25     20196      1830    280749     21.26     15.75  --
31.59/31.66	c  N dy    24    237784       136       400        25     25219      1830    345955     21.34     15.43  --
31.59/31.67	c  S st    24    237784       136       400        25     25219      1830    345955     21.34     15.43  --
31.69/31.76	c  S st    24    238287       136       400        25     25717      1830    355423     21.34     15.43  --
31.69/31.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.69/31.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.79/31.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.06
31.79/31.82	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
31.79/31.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.79/31.83	c Subs w/ non-existent bins:      0 time:  0.00 s
31.79/31.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.79/31.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.79/31.83	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
32.59/32.64	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
33.39/33.46	c Added 2 vars  tried: 80000 time: 0.82
33.49/33.50	c ORs :      2 avg-s:  0.0 cl-sh:  3965 l-rem:   3965 b-add:      5 v-rep:   0 cl-rem: 2 avg s: 3.0 T:    0.86
33.49/33.50	c lits-rem:      1739  cl-subs:     2034  v-elim:      3  v-fix:    0  time:  1.67 s
33.49/33.50	c learnt bin added due to v-elim: 0
33.49/33.50	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
33.49/33.51	c vivif2 --  cl tried    23682 cl shrink        0 lits rem          0 time: 0.00
33.49/33.54	c asymm  cl-useful: 2/400/400 lits-rem:2 time: 0.03
33.49/33.54	c calculated reachability. Time: 0.00
33.49/33.54	c  N dy    24    238287       138       400        30     23682      1838    314853     21.34     15.43  --
52.69/52.79	c  N dy    25    357430       138       400        30     28267      1838    364009     20.26     15.13  --
52.79/52.81	c  S st    25    357430       138       400        30     28267      1838    364009     20.26     15.13  --
52.89/52.92	c  S st    25    357933       138       400        30     28765      1838    374708     20.26     15.13  --
52.89/52.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.89/52.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.89/52.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.6M T:  0.07
52.89/52.99	c Calc non-exist non-lernt bins v-fix:     0 done:    138 time:  0.00 s
52.89/52.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.89/52.99	c Subs w/ non-existent bins:      0 time:  0.00 s
52.99/53.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.99/53.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.99/53.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
53.79/53.86	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    0.01
54.59/54.65	c Added 2 vars  tried: 80000 time: 0.79
54.59/54.69	c ORs :      2 avg-s:  0.0 cl-sh:  4128 l-rem:   4128 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.84
54.69/54.70	c lits-rem:      2212  cl-subs:     1986  v-elim:      3  v-fix:    0  time:  1.70 s
54.69/54.70	c learnt bin added due to v-elim: 0
54.69/54.70	c vivif2 --  cl tried      402 cl shrink        0 lits rem          0 time: 0.00
54.69/54.71	c vivif2 --  cl tried    26778 cl shrink        0 lits rem          0 time: 0.00
54.69/54.74	c asymm  cl-useful: 4/402/402 lits-rem:4 time: 0.03
54.69/54.74	c calculated reachability. Time: 0.00
54.69/54.74	c  N dy    25    357933       140       402        34     26778      1840    338343     20.26     15.13  --
86.39/86.49	c  N dy    26    536900       140       402        34     33984      1840    424835     20.56     15.10  --
86.49/86.51	c  S st    26    536900       140       402        34     33984      1840    424835     20.56     15.10  --
86.59/86.62	c  S st    26    537402       140       402        34     34478      1840    434515     20.56     15.10  --
86.59/86.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.59/86.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.69/86.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.2M T:  0.10
86.69/86.72	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
86.69/86.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.69/86.73	c Subs w/ non-existent bins:      0 time:  0.00 s
86.69/86.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.69/86.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.69/86.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
87.59/87.66	c ORs :     14 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
88.39/88.44	c Added 2 vars  tried: 80000 time: 0.78
88.39/88.48	c ORs :      2 avg-s:  0.0 cl-sh:  4893 l-rem:   4893 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.82
88.39/88.49	c lits-rem:      1216  cl-subs:     1842  v-elim:      3  v-fix:    0  time:  1.75 s
88.39/88.49	c learnt bin added due to v-elim: 0
88.39/88.49	c vivif2 --  cl tried      404 cl shrink        0 lits rem          0 time: 0.00
88.49/88.50	c vivif2 --  cl tried    32636 cl shrink        0 lits rem          0 time: 0.01
88.49/88.53	c asymm  cl-useful: 1/404/404 lits-rem:1 time: 0.04
88.49/88.54	c calculated reachability. Time: 0.00
88.49/88.54	c  N dy    26    537402       142       404        38     32636      1853    399953     20.56     15.10  --
88.49/88.54	c  F st    26    537402       142       404        38     32636      1853    399953     20.56     15.10  --
88.79/88.84	c Decided on static restart strategy
146.30/146.38	c  N dy    33    806105       142       404        38     55535      1853    812210     20.87     14.99  --
146.39/146.41	c  S st    33    806105       142       404        38     55535      1853    812210     20.87     14.99  --
146.49/146.58	c  S st    33    806608       142       404        38     56035      1853    822814     20.87     14.99  --
146.49/146.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.49/146.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.69/146.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.0M T:  0.21
146.69/146.79	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
146.69/146.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.79/146.80	c Subs w/ non-existent bins:      0 time:  0.01 s
146.79/146.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.79/146.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.79/146.82	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
148.79/148.85	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 7.0 T:    0.04
149.89/149.92	c Added 2 vars  tried: 80000 time: 1.07
149.99/150.07	c ORs :      2 avg-s:  0.0 cl-sh:  8232 l-rem:   8232 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    1.22
149.99/150.09	c lits-rem:      2325  cl-subs:     5395  v-elim:      3  v-fix:    0  time:  3.27 s
149.99/150.09	c learnt bin added due to v-elim: 0
149.99/150.09	c vivif2 --  cl tried      405 cl shrink        0 lits rem          0 time: 0.00
150.09/150.10	c vivif2 --  cl tried    50638 cl shrink        0 lits rem          0 time: 0.01
150.09/150.18	c asymm  cl-useful: 5/405/405 lits-rem:5 time: 0.08
150.09/150.18	c calculated reachability. Time: 0.00
150.09/150.18	c  N dy    33    806608       144       405        42     50638      1853    717850     20.87     14.99  --
260.90/260.97	c  N dy    34   1209912       144       405        43     65629      1853    889004     18.75     14.49  --
261.00/261.01	c  S st    34   1209912       144       405        43     65629      1853    889004     18.75     14.49  --
261.20/261.25	c  S st    34   1210413       144       405        43     66124      1853    898269     18.75     14.49  --
261.20/261.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
261.20/261.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.50/261.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.4M T:  0.32
261.50/261.57	c Calc non-exist non-lernt bins v-fix:     0 done:    144 time:  0.00 s
261.50/261.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.50/261.59	c Subs w/ non-existent bins:      0 time:  0.01 s
261.60/261.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.60/261.61	c subs with bin:        0  lits-rem:        24  v-fix:    0  time:  0.01 s
261.60/261.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
264.10/264.10	c ORs :     18 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.04
265.40/265.46	c Added 2 vars  tried: 80000 time: 1.35
265.50/265.56	c ORs :      2 avg-s:  0.0 cl-sh:  6028 l-rem:   6028 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 6.7 T:    1.46
265.50/265.58	c lits-rem:      1696  cl-subs:     8556  v-elim:      3  v-fix:    0  time:  3.97 s
265.50/265.58	c learnt bin added due to v-elim: 0
265.50/265.58	c vivif2 --  cl tried      407 cl shrink        0 lits rem          0 time: 0.00
265.50/265.59	c vivif2 --  cl tried    57561 cl shrink       22 lits rem         22 time: 0.01
265.60/265.67	c asymm  cl-useful: 0/407/407 lits-rem:0 time: 0.08
265.60/265.67	c calculated reachability. Time: 0.00
265.60/265.67	c  N dy    34   1210413       146       407        47     57561      1864    764977     18.75     14.49  --
425.10/425.11	c  N dy    36   1710413       146       407        47     87395      1864   1280015     17.49     14.11  --
425.10/425.16	c  S st    36   1710413       146       407        47     87395      1864   1280015     17.49     14.11  --
425.40/425.42	c  S st    36   1710918       146       407        47     87895      1864   1290399     17.49     14.11  --
425.40/425.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.40/425.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
425.80/425.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 26.2M T:  0.45
425.80/425.87	c Calc non-exist non-lernt bins v-fix:     0 done:    146 time:  0.00 s
425.80/425.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
425.80/425.89	c Subs w/ non-existent bins:      0 time:  0.02 s
425.90/425.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.90/425.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
425.90/425.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
431.30/431.39	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 12.0 T:    0.09
432.90/432.99	c Added 2 vars  tried: 80000 time: 1.60
433.31/433.39	c ORs :      2 avg-s:  0.0 cl-sh: 13684 l-rem:  13684 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.99
433.41/433.41	c lits-rem:      4884  cl-subs:    16956  v-elim:      3  v-fix:    0  time:  7.49 s
433.41/433.41	c learnt bin added due to v-elim: 0
433.41/433.41	c vivif2 --  cl tried      409 cl shrink        0 lits rem          0 time: 0.00
433.41/433.42	c vivif2 --  cl tried    70936 cl shrink        0 lits rem          0 time: 0.02
433.50/433.51	c asymm  cl-useful: 2/381/409 lits-rem:2 time: 0.09
433.50/433.51	c calculated reachability. Time: 0.00
433.50/433.51	c  N dy    36   1710918       148       409        51     70936      1875   1002455     17.49     14.11  --
628.30/628.35	c  N dy    37   2210919       148       409        51     87427      1875   1244977     19.82     13.96  --
628.40/628.40	c  S st    37   2210919       148       409        51     87427      1875   1244977     19.82     13.96  --
628.40/628.40	c Finding binary XORs  T:     0.00 s  found:       0
628.60/628.69	c  S st    37   2211425       148       409        51     87930      1875   1255265     19.82     13.96  --
628.60/628.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
628.60/628.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
629.11/629.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 29.1M T:  0.48
629.11/629.17	c Calc non-exist non-lernt bins v-fix:     0 done:    148 time:  0.00 s
629.11/629.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
629.11/629.19	c Subs w/ non-existent bins:      0 time:  0.02 s
629.21/629.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
629.21/629.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
629.21/629.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
633.80/633.87	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 10.7 T:    0.12
635.40/635.41	c Added 2 vars  tried: 80000 time: 1.54
635.60/635.68	c ORs :      2 avg-s:  0.0 cl-sh: 10000 l-rem:  10000 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.81
635.71/635.70	c lits-rem:      2735  cl-subs:    11775  v-elim:      3  v-fix:    0  time:  6.48 s
635.71/635.70	c learnt bin added due to v-elim: 0
635.71/635.70	c vivif2 --  cl tried      411 cl shrink        0 lits rem          0 time: 0.00
635.71/635.72	c vivif2 --  cl tried    76149 cl shrink        0 lits rem          0 time: 0.02
635.81/635.81	c asymm  cl-useful: 7/358/411 lits-rem:7 time: 0.09
635.81/635.81	c calculated reachability. Time: 0.00
635.81/635.81	c  N dy    37   2211425       150       411        55     76149      1882   1041261     19.82     13.96  --
832.91/832.95	c  N dy    38   2711425       150       411        55     98650      1882   1323064     17.71     13.66  --
833.01/833.00	c  S st    38   2711425       150       411        55     98650      1882   1323064     17.71     13.66  --
833.31/833.39	c  S st    38   2711930       150       411        55     99150      1882   1332423     17.71     13.66  --
833.31/833.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
833.31/833.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
833.92/833.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 31.2M T:  0.54
833.92/833.94	c Calc non-exist non-lernt bins v-fix:     0 done:    150 time:  0.00 s
833.92/833.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
833.92/833.96	c Subs w/ non-existent bins:      0 time:  0.02 s
833.92/833.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
833.92/833.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
833.92/833.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
839.42/839.41	c ORs :     24 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 14.2 T:    0.15
841.22/841.20	c Added 2 vars  tried: 80000 time: 1.79
841.52/841.55	c ORs :      2 avg-s:  0.0 cl-sh: 13536 l-rem:  13536 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.14
841.52/841.58	c lits-rem:      1228  cl-subs:    14092  v-elim:      3  v-fix:    0  time:  7.58 s
841.52/841.58	c learnt bin added due to v-elim: 0
841.52/841.58	c vivif2 --  cl tried      413 cl shrink        0 lits rem          0 time: 0.00
841.62/841.60	c vivif2 --  cl tried    85053 cl shrink        1 lits rem          1 time: 0.02
841.72/841.70	c asymm  cl-useful: 2/308/413 lits-rem:2 time: 0.10
841.72/841.70	c calculated reachability. Time: 0.00
841.72/841.70	c  N dy    38   2711930       152       413        59     85053      1894   1114435     17.71     13.66  --
841.72/841.70	c  F st    38   2711930       152       413        59     85053      1894   1114435     17.71     13.66  --
842.52/842.56	c Decided on static restart strategy
1062.82/1062.88	c  N dy    45   3211931       152       413        59    136026      1894   1924664     16.62     13.41  --
1062.92/1062.95	c  S st    45   3211931       152       413        59    136026      1894   1924664     16.62     13.41  --
1063.42/1063.43	c  S st    45   3212432       152       413        59    136522      1894   1935096     16.62     13.41  --
1063.42/1063.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1063.42/1063.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1064.12/1064.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 38.6M T:  0.66
1064.12/1064.10	c Calc non-exist non-lernt bins v-fix:     0 done:    152 time:  0.00 s
1064.12/1064.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1064.12/1064.13	c Subs w/ non-existent bins:      0 time:  0.03 s
1064.12/1064.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1064.12/1064.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1064.12/1064.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1078.03/1078.08	c ORs :     26 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 6.0 T:    0.26
1079.73/1079.76	c Added 2 vars  tried: 80000 time: 1.69
1080.43/1080.41	c ORs :      2 avg-s:  0.0 cl-sh: 16331 l-rem:  16331 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.34
1080.43/1080.45	c lits-rem:      5036  cl-subs:    28526  v-elim:      3  v-fix:    0  time: 16.26 s
1080.43/1080.45	c learnt bin added due to v-elim: 0
1080.43/1080.45	c vivif2 --  cl tried      415 cl shrink        0 lits rem          0 time: 0.00
1080.43/1080.47	c vivif2 --  cl tried   107995 cl shrink        0 lits rem          0 time: 0.03
1080.53/1080.57	c asymm  cl-useful: 0/294/415 lits-rem:0 time: 0.10
1080.53/1080.57	c calculated reachability. Time: 0.00
1080.53/1080.57	c  N dy    45   3212432       154       415        63    107995      1908   1499043     16.62     13.41  --

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-3263738-1303564918/watcher-3263738-1303564918 -o /tmp/evaluation-result-3263738-1303564918/solver-3263738-1303564918 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3263738-1303564918.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: 8.06 9.61 10.39 5/184 21546
/proc/meminfo: memFree=26077964/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=28764 CPUtime=0 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 529 0 0 0 0 0 0 0 24 0 1 0 546722439 29454336 465 33554432000 4194304 4797429 140734803087632 18446744073709551615 260905054529 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 7191 465 370 148 0 2120 0

[startup+0.053606 s]
/proc/loadavg: 8.06 9.61 10.39 5/184 21546
/proc/meminfo: memFree=26077964/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=127368 CPUtime=0.04 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 682 0 0 0 4 0 0 0 24 0 1 0 546722439 130424832 611 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424739 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 31842 611 412 148 0 26771 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 127368

[startup+0.100598 s]
/proc/loadavg: 8.06 9.61 10.39 5/184 21546
/proc/meminfo: memFree=26077964/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=127500 CPUtime=0.09 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 743 0 0 0 9 0 0 0 24 0 1 0 546722439 130560000 670 33554432000 4194304 4797429 140734803087632 18446744073709551615 4423083 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 31875 670 413 148 0 26804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127500

[startup+0.300561 s]
/proc/loadavg: 8.06 9.61 10.39 5/184 21546
/proc/meminfo: memFree=26077964/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=127968 CPUtime=0.29 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 961 0 0 0 29 0 0 0 25 0 1 0 546722439 131039232 770 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424601 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 31992 770 413 148 0 26921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127968

[startup+0.700488 s]
/proc/loadavg: 8.06 9.61 10.39 5/184 21546
/proc/meminfo: memFree=26077964/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=128388 CPUtime=0.69 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 1284 0 0 0 69 0 0 0 25 0 1 0 546722439 131469312 910 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 32097 910 413 148 0 27026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128388

[startup+1.50034 s]
/proc/loadavg: 7.73 9.52 10.35 5/190 21552
/proc/meminfo: memFree=26055424/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=129080 CPUtime=1.49 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 1849 0 0 0 149 0 0 0 25 0 1 0 546722439 132177920 995 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 32270 995 413 148 0 27199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129080

[startup+3.10105 s]
/proc/loadavg: 7.73 9.52 10.35 5/190 21552
/proc/meminfo: memFree=26049348/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=132428 CPUtime=3.09 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 3179 0 0 0 309 0 0 0 25 0 1 0 546722439 135606272 1984 33554432000 4194304 4797429 140734803087632 18446744073709551615 4524596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 33107 1984 415 148 0 28036 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132428

[startup+6.30047 s]
/proc/loadavg: 7.73 9.52 10.35 5/190 21552
/proc/meminfo: memFree=26035628/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=134368 CPUtime=6.28 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 4386 0 0 0 628 0 0 0 25 0 1 0 546722439 137592832 2447 33554432000 4194304 4797429 140734803087632 18446744073709551615 4523971 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 33592 2447 415 148 0 28521 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 134368

[startup+12.7003 s]
/proc/loadavg: 7.16 9.33 10.28 5/190 21552
/proc/meminfo: memFree=26019072/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=135300 CPUtime=12.69 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 5855 0 0 0 1268 1 0 0 25 0 1 0 546722439 138547200 2520 33554432000 4194304 4797429 140734803087632 18446744073709551615 4495544 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 33825 2520 418 148 0 28754 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135300

[startup+25.501 s]
/proc/loadavg: 6.67 9.16 10.22 5/190 21552
/proc/meminfo: memFree=26003548/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=137660 CPUtime=25.49 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 9324 0 0 0 2547 2 0 0 25 0 1 0 546722439 140963840 3026 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424548 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 34415 3026 418 148 0 29344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137660

[startup+51.1003 s]
/proc/loadavg: 5.70 8.68 10.02 5/190 21553
/proc/meminfo: memFree=25991464/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=140120 CPUtime=51.09 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 14850 0 0 0 5106 3 0 0 25 0 1 0 546722439 143482880 4023 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 35030 4023 418 148 0 29959 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 140120

[startup+102.307 s]
/proc/loadavg: 4.74 7.96 9.70 5/190 21555
/proc/meminfo: memFree=25972304/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=144968 CPUtime=102.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 24931 0 0 0 10224 6 0 0 25 0 1 0 546722439 148447232 4845 33554432000 4194304 4797429 140734803087632 18446744073709551615 4390401 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 36242 4845 419 148 0 31171 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144968

[startup+162.301 s]
/proc/loadavg: 4.35 7.25 9.35 5/190 21556
/proc/meminfo: memFree=25949424/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=150176 CPUtime=162.29 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 34328 0 0 0 16221 8 0 0 25 0 1 0 546722439 153780224 6381 33554432000 4194304 4797429 140734803087632 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 37544 6381 427 148 0 32473 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 150176

[startup+222.301 s]
/proc/loadavg: 4.16 6.67 9.02 5/190 21558
/proc/meminfo: memFree=25928928/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=151388 CPUtime=222.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 42041 0 0 0 22220 10 0 0 25 0 1 0 546722439 155021312 7135 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 37847 7135 427 148 0 32776 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 151388

[startup+282.301 s]
/proc/loadavg: 4.14 6.20 8.70 5/190 21559
/proc/meminfo: memFree=25907196/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=155356 CPUtime=282.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 48653 0 0 0 28217 13 0 0 25 0 1 0 546722439 159084544 7534 33554432000 4194304 4797429 140734803087632 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 38839 7534 418 148 0 33768 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 155356

[startup+342.301 s]
/proc/loadavg: 4.05 5.80 8.41 5/190 21561
/proc/meminfo: memFree=25901940/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=157364 CPUtime=342.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 55483 0 0 0 34216 14 0 0 25 0 1 0 546722439 161140736 7754 33554432000 4194304 4797429 140734803087632 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 39341 7754 418 148 0 34270 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157364

[startup+402.301 s]
/proc/loadavg: 4.02 5.46 8.13 5/190 21563
/proc/meminfo: memFree=25881808/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=157596 CPUtime=402.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 61114 0 0 0 40215 15 0 0 25 0 1 0 546722439 161378304 8130 33554432000 4194304 4797429 140734803087632 18446744073709551615 4425907 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 39399 8130 418 148 0 34328 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 157596

[startup+462.301 s]
/proc/loadavg: 4.00 5.20 7.87 5/190 21564
/proc/meminfo: memFree=25872360/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=162428 CPUtime=462.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 66716 0 0 0 46214 16 0 0 25 0 1 0 546722439 166326272 9617 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 40607 9617 428 148 0 35536 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162428

[startup+522.301 s]
/proc/loadavg: 4.00 4.98 7.62 5/190 21566
/proc/meminfo: memFree=25855832/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=162832 CPUtime=522.3 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 72374 0 0 0 52213 17 0 0 25 0 1 0 546722439 166739968 9261 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 40708 9261 428 148 0 35637 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 162832

[startup+582.301 s]
/proc/loadavg: 4.00 4.80 7.39 5/190 21567
/proc/meminfo: memFree=25854552/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=163836 CPUtime=582.31 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 77013 0 0 0 58212 19 0 0 25 0 1 0 546722439 167768064 9821 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 40959 9821 428 148 0 35888 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 163836

[startup+642.301 s]
/proc/loadavg: 4.05 4.66 7.18 5/190 21569
/proc/meminfo: memFree=25846952/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=164432 CPUtime=642.31 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 81821 0 0 0 64211 20 0 0 25 0 1 0 546722439 168378368 10366 33554432000 4194304 4797429 140734803087632 18446744073709551615 4423083 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 41108 10366 428 148 0 36037 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 164432

[startup+702.301 s]
/proc/loadavg: 4.02 4.54 6.98 5/190 21571
/proc/meminfo: memFree=25826572/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=165984 CPUtime=702.31 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 87017 0 0 0 70210 21 0 0 25 0 1 0 546722439 169967616 11066 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 41496 11066 428 148 0 36425 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 165984

[startup+762.307 s]
/proc/loadavg: 4.04 4.45 6.80 5/190 21572
/proc/meminfo: memFree=25831260/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=167892 CPUtime=762.32 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 93004 0 0 0 76209 23 0 0 25 0 1 0 546722439 171921408 10616 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 41973 10616 428 148 0 36902 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 167892

[startup+822.3 s]
/proc/loadavg: 4.01 4.37 6.62 5/190 21574
/proc/meminfo: memFree=25823552/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=169344 CPUtime=822.32 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 97262 0 0 0 82207 25 0 0 25 0 1 0 546722439 173408256 10519 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 42336 10519 428 148 0 37265 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 169344

[startup+882.3 s]
/proc/loadavg: 4.00 4.30 6.45 5/190 21575
/proc/meminfo: memFree=25795740/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=172316 CPUtime=882.31 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 101119 0 0 0 88205 26 0 0 25 0 1 0 546722439 176451584 11801 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 43079 11801 428 148 0 38008 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 172316

[startup+942.3 s]
/proc/loadavg: 4.00 4.24 6.30 5/190 21577
/proc/meminfo: memFree=25792860/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=172368 CPUtime=942.32 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 105675 0 0 0 94204 28 0 0 25 0 1 0 546722439 176504832 11838 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 43092 11838 428 148 0 38021 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 172368

[startup+1002.3 s]
/proc/loadavg: 4.00 4.20 6.15 5/190 21579
/proc/meminfo: memFree=25775712/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=174224 CPUtime=1002.31 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 110548 0 0 0 100202 29 0 0 25 0 1 0 546722439 178405376 12011 33554432000 4194304 4797429 140734803087632 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 43556 12011 428 148 0 38485 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 174224

[startup+1062.3 s]
/proc/loadavg: 4.00 4.16 6.01 5/190 21583
/proc/meminfo: memFree=25771820/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=174300 CPUtime=1062.32 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 113928 0 0 0 106202 30 0 0 25 0 1 0 546722439 178483200 12905 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424662 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 43575 12905 428 148 0 38504 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 174300

[startup+1122.3 s]
/proc/loadavg: 4.00 4.13 5.88 5/190 21585
/proc/meminfo: memFree=25778116/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=180008 CPUtime=1122.32 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 117931 0 0 0 112201 31 0 0 25 0 1 0 546722439 184328192 13842 33554432000 4194304 4797429 140734803087632 18446744073709551615 4426361 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 45002 13842 453 148 0 39931 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 180008

[startup+1182.3 s]
/proc/loadavg: 4.00 4.10 5.76 5/190 21586
/proc/meminfo: memFree=25751928/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=180028 CPUtime=1182.33 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 122319 0 0 0 118200 33 0 0 25 0 1 0 546722439 184348672 13198 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 45007 13198 453 148 0 39936 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 180028

[startup+1242.3 s]
/proc/loadavg: 4.07 4.10 5.66 5/190 21588
/proc/meminfo: memFree=25755612/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=180688 CPUtime=1242.33 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 125806 0 0 0 124199 34 0 0 25 0 1 0 546722439 185024512 13963 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 45172 13963 453 148 0 40101 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 180688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.08 5.56 3/188 21591
/proc/meminfo: memFree=25957592/32950928 swapFree=67071984/67111528
[pid=21546] ppid=21544 vsize=181600 CPUtime=1300.04 cores=5,7
/proc/21546/stat : 21546 (techdemo) R 21544 21546 20580 0 -1 4202496 129214 0 0 0 129968 36 0 0 25 0 1 0 546722439 185958400 14624 33554432000 4194304 4797429 140734803087632 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/21546/statm: 45400 14624 453 148 0 40329 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 181600

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.05
CPU user time (s): 1299.68
CPU system time (s): 0.365944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 281944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.365944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129214
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= 6
involuntary context switches= 690

runsolver used 2.15967 second user time and 4.93725 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 15:21:58
IDJOB=3263738
IDBENCH=84018
IDSOLVER=1585
FILE ID=node116/3263738-1303564918
RUNJOBID= node116-1303564917-21512
PBS_JOBID= 13150279
Free space on /tmp= 72596 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263738-1303564918/watcher-3263738-1303564918 -o /tmp/evaluation-result-3263738-1303564918/solver-3263738-1303564918 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3263738-1303564918.cnf

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=2012750613

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      26078112 kB
Buffers:       1816132 kB
Cached:        4598376 kB
SwapCached:       9728 kB
Active:        2933676 kB
Inactive:      3526096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26078112 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           34288 kB
Writeback:           0 kB
AnonPages:       39184 kB
Mapped:          14652 kB
Slab:           349564 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   449484 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= 72592 MiB
End job on node116 at 2011-04-23 15:43:40