Trace number 3289931

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat TechDemo-Alpha-st? (TO) 1299.72 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications 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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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-3289931-1303782224.cnf'
0.00/0.00	c -- header says num vars:           1192
0.00/0.00	c -- header says num clauses:       10656
0.00/0.01	c -- clauses added:            0 learnts,        10656 normals,            0 xors
0.00/0.01	c -- vars added       1192
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1192     10232       128         0     56444         0   no data   no data  --
0.00/0.07	c asymm  cl-useful: 0/9208/9208 lits-rem:0 time: 0.07
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  320 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.3M T:  0.01
0.00/0.08	c Calc non-exist non-lernt bins v-fix:     0 done:    928 time:  0.00 s
0.00/0.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.08	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.08	c Replacing      320 vars Replaced    18032 lits Time:     0.00 s 
0.00/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.09	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:    404  v-fix:    0  time:  0.01 s
0.00/0.10	c learnt bin added due to v-elim: 0
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:     336, avg size: 3.8)
0.00/0.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     80 locsubst:     0 time:   0.00
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      10 undec:     664 neg:     518
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.10	c  B st     0         0       528      6328         0         0     41484         0   no data   no data  --
0.10/0.14	c Decided on static restart strategy
0.99/1.09	c  N dy     7     30001       528      6328        27      9673     41484    123489     22.92     12.40  --
1.09/1.10	c  S st     7     30001       528      6328        27      9673     41484    123489     22.92     12.40  --
1.09/1.12	c  S st     7     30505       528      6328        30     10112     41484    129364     22.92     12.40  --
1.09/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     16 locsubst:     0 time:   0.00
1.09/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.09/1.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
1.09/1.14	c Calc non-exist non-lernt bins v-fix:     0 done:    512 time:  0.00 s
1.09/1.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.09/1.14	c Subs w/ non-existent bins:     20 time:  0.00 s
1.09/1.15	c Replacing        9 vars Replaced     5079 lits Time:     0.00 s 
1.09/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.09/1.15	c subs with bin:       12  lits-rem:       555  v-fix:    0  time:  0.00 s
1.09/1.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.39/1.42	c lits-rem:      3422  cl-subs:     1437  v-elim:      0  v-fix:    0  time:  0.27 s
1.39/1.42	c learnt bin added due to v-elim: 0
1.39/1.42	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
1.39/1.42	c vivif2 --  cl tried     8408 cl shrink        0 lits rem          0 time: 0.00
1.49/1.52	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.10
1.49/1.52	c calculated reachability. Time: 0.00
1.49/1.52	c  N dy     7     30505       503      6328        12      8408     41452    105614     22.92     12.40  --
1.49/1.52	c  F st     7     30505       503      6328        12      8408     41452    105614     22.92     12.40  --
1.49/1.58	c Decided on static restart strategy
2.89/2.90	c  N dy    14     45759       503      6328        19     15635     41452    449884     43.91     15.22  --
2.89/2.92	c  S st    14     45759       503      6328        19     15635     41452    449884     43.91     15.22  --
2.89/2.96	c  S st    14     46262       503      6328        20     16072     41452    456052     43.91     15.22  --
2.89/2.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/3.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    7 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.04
2.99/3.00	c Calc non-exist non-lernt bins v-fix:     0 done:    503 time:  0.00 s
2.99/3.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.99/3.00	c Subs w/ non-existent bins:      7 time:  0.00 s
2.99/3.02	c Replacing        7 vars Replaced     8972 lits Time:     0.02 s 
2.99/3.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.03	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.29/5.30	c lits-rem:      4358  cl-subs:     1131  v-elim:      0  v-fix:    0  time:  2.27 s
5.29/5.30	c learnt bin added due to v-elim: 0
5.29/5.30	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
5.29/5.31	c vivif2 --  cl tried    14933 cl shrink        0 lits rem          0 time: 0.00
5.39/5.46	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.15
5.39/5.46	c calculated reachability. Time: 0.00
5.39/5.46	c  N dy    14     46262       496      6328         6     14933     41452    413447     43.91     15.22  --
6.70/6.71	c  N dy    15     69393       496      6328         9     18597     41452    381478     29.77     16.54  --
6.70/6.73	c  S st    15     69393       496      6328         9     18597     41452    381478     29.77     16.54  --
6.70/6.77	c  S st    15     69897       496      6328        14     19053     41452    387969     29.77     16.54  --
6.70/6.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.70/6.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.79/6.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.04
6.79/6.82	c Calc non-exist non-lernt bins v-fix:     0 done:    496 time:  0.00 s
6.79/6.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.79/6.82	c Subs w/ non-existent bins:      4 time:  0.00 s
6.79/6.83	c Replacing        3 vars Replaced     5198 lits Time:     0.01 s 
6.79/6.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.79/6.84	c subs with bin:        5  lits-rem:       404  v-fix:    0  time:  0.00 s
6.79/6.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.69/8.75	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.19/9.22	c Added 5 vars  tried: 80000 time: 0.48
9.19/9.24	c ORs :      5 avg-s:  0.0 cl-sh:  4070 l-rem:   4070 b-add:     10 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
9.19/9.25	c lits-rem:      7467  cl-subs:     2722  v-elim:      0  v-fix:    0  time:  2.41 s
9.19/9.25	c learnt bin added due to v-elim: 0
9.19/9.25	c vivif2 --  cl tried     6333 cl shrink        0 lits rem          0 time: 0.00
9.19/9.25	c vivif2 --  cl tried    16322 cl shrink        0 lits rem          0 time: 0.00
9.29/9.38	c asymm  cl-useful: 0/6333/6333 lits-rem:0 time: 0.12
9.29/9.38	c calculated reachability. Time: 0.00
9.29/9.38	c  N dy    15     69897       498      6333        18     16322     41466    305226     29.77     16.54  --
9.29/9.38	c  F st    15     69897       498      6333        18     16322     41466    305226     29.77     16.54  --
9.39/9.47	c Decided on static restart strategy
12.48/12.53	c  N dy    22    104846       498      6333        18     16330     41466    268367     39.09     17.78  --
12.48/12.54	c  S st    22    104846       498      6333        18     16330     41466    268367     39.09     17.78  --
12.48/12.58	c  S st    22    105350       498      6333        19     16775     41466    274476     39.09     17.78  --
12.48/12.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.48/12.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.58/12.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.04
12.58/12.62	c Calc non-exist non-lernt bins v-fix:     0 done:    498 time:  0.00 s
12.58/12.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.58/12.62	c Subs w/ non-existent bins:      1 time:  0.00 s
12.58/12.62	c Replacing        1 vars Replaced       19 lits Time:     0.00 s 
12.58/12.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.58/12.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.58/12.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.08/14.12	c ORs :      5 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
14.48/14.53	c Added 6 vars  tried: 80000 time: 0.40
14.48/14.54	c ORs :      6 avg-s:  0.0 cl-sh:  3783 l-rem:   3783 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.41
14.48/14.55	c lits-rem:      3793  cl-subs:      797  v-elim:      0  v-fix:    0  time:  1.91 s
14.48/14.55	c learnt bin added due to v-elim: 0
14.48/14.55	c vivif2 --  cl tried     6339 cl shrink        0 lits rem          0 time: 0.00
14.48/14.55	c vivif2 --  cl tried    15977 cl shrink        0 lits rem          0 time: 0.00
14.58/14.66	c asymm  cl-useful: 0/6339/6339 lits-rem:0 time: 0.11
14.58/14.66	c calculated reachability. Time: 0.00
14.58/14.66	c  N dy    22    105350       503      6339        29     15977     41508    252051     39.09     17.78  --
21.47/21.53	c  N dy    24    158025       503      6339        34     22821     41508    505988     47.22     19.42  --
21.47/21.55	c  S st    24    158025       503      6339        34     22821     41508    505988     47.22     19.42  --
21.47/21.59	c  S st    24    158526       503      6339        34     23256     41508    512046     47.22     19.42  --
21.47/21.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.47/21.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.57/21.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.3M T:  0.07
21.57/21.66	c Calc non-exist non-lernt bins v-fix:     0 done:    503 time:  0.00 s
21.57/21.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.57/21.66	c Subs w/ non-existent bins:      6 time:  0.00 s
21.57/21.66	c Replacing        4 vars Replaced      207 lits Time:     0.00 s 
21.57/21.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.57/21.67	c subs with bin:        1  lits-rem:        11  v-fix:    0  time:  0.00 s
21.57/21.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.67/23.78	c ORs :     11 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
24.17/24.23	c Added 6 vars  tried: 80000 time: 0.45
24.17/24.29	c ORs :      6 avg-s:  0.0 cl-sh:  8888 l-rem:   8888 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.51
24.17/24.30	c lits-rem:      5564  cl-subs:     1841  v-elim:      0  v-fix:    0  time:  2.62 s
24.17/24.30	c learnt bin added due to v-elim: 0
24.17/24.30	c vivif2 --  cl tried     6345 cl shrink        0 lits rem          0 time: 0.00
24.27/24.31	c vivif2 --  cl tried    21408 cl shrink        0 lits rem          0 time: 0.00
24.37/24.42	c asymm  cl-useful: 0/5632/6345 lits-rem:0 time: 0.11
24.37/24.42	c calculated reachability. Time: 0.00
24.37/24.42	c  N dy    24    158526       505      6345        38     21408     41506    444925     47.22     19.42  --
32.75/32.80	c  N dy    27    237790       505      6345        39     26519     41506    465774     39.50     21.06  --
32.75/32.82	c  S st    27    237790       505      6345        39     26519     41506    465774     39.50     21.06  --
32.75/32.86	c  S st    27    238291       505      6345        41     26973     41506    473059     39.50     21.06  --
32.75/32.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.75/32.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.85/32.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.3M T:  0.07
32.85/32.93	c Calc non-exist non-lernt bins v-fix:     0 done:    505 time:  0.00 s
32.85/32.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.85/32.94	c Subs w/ non-existent bins:      2 time:  0.00 s
32.85/32.94	c Replacing        2 vars Replaced      773 lits Time:     0.00 s 
32.85/32.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.85/32.95	c subs with bin:        1  lits-rem:        19  v-fix:    0  time:  0.00 s
32.85/32.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
34.85/34.98	c ORs :     17 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
35.35/35.40	c Added 6 vars  tried: 80000 time: 0.42
35.35/35.46	c ORs :      6 avg-s:  0.0 cl-sh:  8702 l-rem:   8702 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.48
35.35/35.47	c lits-rem:      5079  cl-subs:     1843  v-elim:      0  v-fix:    0  time:  2.51 s
35.35/35.47	c learnt bin added due to v-elim: 0
35.35/35.47	c vivif2 --  cl tried     6351 cl shrink        0 lits rem          0 time: 0.00
35.35/35.47	c vivif2 --  cl tried    25127 cl shrink        0 lits rem          0 time: 0.00
35.35/35.49	c asymm  cl-useful: 0/719/6351 lits-rem:0 time: 0.02
35.35/35.49	c calculated reachability. Time: 0.00
35.35/35.49	c  N dy    27    238291       509      6351        49     25127     41538    417164     39.50     21.06  --
54.33/54.47	c  N dy    28    357437       509      6351        49     28912     41538    447402     41.22     23.32  --
54.33/54.49	c  S st    28    357437       509      6351        49     28912     41538    447402     41.22     23.32  --
54.43/54.55	c  S st    28    357939       509      6351        49     29370     41538    454088     41.22     23.32  --
54.43/54.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.43/54.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.53/54.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.1M T:  0.08
54.53/54.63	c Calc non-exist non-lernt bins v-fix:     0 done:    509 time:  0.00 s
54.53/54.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.53/54.63	c Subs w/ non-existent bins:      0 time:  0.00 s
54.53/54.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.53/54.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.53/54.64	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
56.33/56.48	c ORs :     23 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
56.83/56.92	c Added 6 vars  tried: 80000 time: 0.44
56.83/56.94	c ORs :      6 avg-s:  0.0 cl-sh:  5340 l-rem:   5340 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.46
56.83/56.95	c lits-rem:      4583  cl-subs:     2620  v-elim:      0  v-fix:    0  time:  2.30 s
56.83/56.95	c learnt bin added due to v-elim: 0
56.83/56.95	c vivif2 --  cl tried     6357 cl shrink        0 lits rem          0 time: 0.00
56.83/56.95	c vivif2 --  cl tried    26750 cl shrink        0 lits rem          0 time: 0.00
56.93/57.07	c asymm  cl-useful: 0/3185/6357 lits-rem:0 time: 0.11
56.93/57.07	c calculated reachability. Time: 0.00
56.93/57.07	c  N dy    28    357939       515      6357        61     26750     41571    379270     41.22     23.32  --
94.66/94.89	c  N dy    29    536908       515      6357        61     35557     41571    547017     40.66     26.42  --
94.76/94.91	c  S st    29    536908       515      6357        61     35557     41571    547017     40.66     26.42  --
94.76/94.97	c  S st    29    537412       515      6357        61     36006     41571    554075     40.66     26.42  --
94.76/94.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.76/94.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.86/95.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.6M T:  0.10
94.86/95.07	c Calc non-exist non-lernt bins v-fix:     0 done:    515 time:  0.00 s
94.86/95.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.86/95.08	c Subs w/ non-existent bins:      0 time:  0.01 s
94.86/95.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.86/95.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.86/95.09	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
96.96/97.19	c ORs :     29 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 16.0 T:    0.01
97.46/97.62	c Added 6 vars  tried: 80000 time: 0.43
97.46/97.66	c ORs :      6 avg-s:  0.0 cl-sh:  6577 l-rem:   6577 b-add:     12 v-rep:   0 cl-rem: 1 avg s: 8.0 T:    0.47
97.46/97.67	c lits-rem:      2936  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  2.57 s
97.46/97.67	c learnt bin added due to v-elim: 0
97.46/97.67	c vivif2 --  cl tried     6363 cl shrink        0 lits rem          0 time: 0.00
97.46/97.67	c vivif2 --  cl tried    34148 cl shrink        0 lits rem          0 time: 0.01
97.56/97.73	c asymm  cl-useful: 0/1962/6363 lits-rem:0 time: 0.06
97.56/97.74	c calculated reachability. Time: 0.00
97.56/97.74	c  N dy    29    537412       521      6363        73     34148     41601    498072     40.66     26.42  --
97.56/97.74	c  F st    29    537412       521      6363        73     34148     41601    498072     40.66     26.42  --
97.76/97.97	c Decided on static restart strategy
192.77/193.19	c  N dy    36    806118       521      6363        73     56566     41601   1256432     42.85     27.40  --
192.87/193.25	c  S st    36    806118       521      6363        73     56566     41601   1256432     42.85     27.40  --
192.97/193.33	c  S st    36    806619       521      6363        74     57024     41601   1264365     42.85     27.40  --
192.97/193.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
192.97/193.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.17/193.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.2M T:  0.22
193.17/193.56	c Calc non-exist non-lernt bins v-fix:     0 done:    521 time:  0.00 s
193.17/193.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.17/193.57	c Subs w/ non-existent bins:      1 time:  0.01 s
193.17/193.58	c Replacing        1 vars Replaced      192 lits Time:     0.00 s 
193.17/193.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
193.27/193.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
193.27/193.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
196.97/197.39	c ORs :     35 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 10 avg s: 7.6 T:    0.03
197.67/198.03	c Added 6 vars  tried: 80000 time: 0.63
197.87/198.22	c ORs :      6 avg-s:  0.0 cl-sh: 15631 l-rem:  15631 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.82
197.87/198.24	c lits-rem:      1078  cl-subs:     5744  v-elim:      0  v-fix:    0  time:  4.63 s
197.87/198.24	c learnt bin added due to v-elim: 0
197.87/198.24	c vivif2 --  cl tried     6369 cl shrink        0 lits rem          0 time: 0.00
197.87/198.25	c vivif2 --  cl tried    51269 cl shrink        0 lits rem          0 time: 0.01
197.97/198.31	c asymm  cl-useful: 0/1222/6369 lits-rem:0 time: 0.06
197.97/198.32	c calculated reachability. Time: 0.00
197.97/198.32	c  N dy    36    806619       526      6369        84     51269     41617   1079182     42.85     27.40  --
355.27/355.62	c  N dy    37   1209929       526      6369        84     69115     41617   1582248     47.21     27.88  --
355.27/355.69	c  S st    37   1209929       526      6369        84     69115     41617   1582248     47.21     27.88  --
355.27/355.69	c Finding binary XORs  T:     0.00 s  found:       0
355.47/355.82	c  S st    37   1210434       526      6369        87     69572     41617   1590134     47.21     27.88  --
355.47/355.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
355.47/355.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
355.67/356.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.8M T:  0.26
355.67/356.09	c Calc non-exist non-lernt bins v-fix:     0 done:    526 time:  0.00 s
355.67/356.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
355.77/356.10	c Subs w/ non-existent bins:      2 time:  0.01 s
355.77/356.13	c Replacing        2 vars Replaced      653 lits Time:     0.02 s 
355.77/356.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.77/356.16	c subs with bin:        1  lits-rem:         2  v-fix:    0  time:  0.01 s
355.77/356.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
363.37/363.71	c ORs :     41 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 7.0 T:    0.03
364.07/364.45	c Added 6 vars  tried: 80000 time: 0.74
364.17/364.59	c ORs :      6 avg-s:  0.0 cl-sh: 12397 l-rem:  12397 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.89
364.27/364.62	c lits-rem:      2658  cl-subs:     6174  v-elim:      0  v-fix:    0  time:  8.45 s
364.27/364.62	c learnt bin added due to v-elim: 0
364.27/364.62	c vivif2 --  cl tried     6375 cl shrink        0 lits rem          0 time: 0.00
364.27/364.63	c vivif2 --  cl tried    63392 cl shrink        0 lits rem          0 time: 0.02
364.37/364.72	c asymm  cl-useful: 0/745/6375 lits-rem:0 time: 0.08
364.37/364.72	c calculated reachability. Time: 0.00
364.37/364.72	c  N dy    37   1210434       530      6375        95     63392     41659   1359904     47.21     27.88  --
564.17/564.54	c  N dy    38   1710434       530      6375        95     93898     41659   2411330     43.03     29.40  --
564.27/564.63	c  S st    38   1710434       530      6375        95     93898     41659   2411330     43.03     29.40  --
564.47/564.83	c  S st    38   1710939       530      6375        97     94355     41659   2418114     43.03     29.40  --
564.47/564.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
564.47/564.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
564.97/565.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.5M T:  0.50
564.97/565.33	c Calc non-exist non-lernt bins v-fix:     0 done:    530 time:  0.00 s
564.97/565.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
564.97/565.36	c Subs w/ non-existent bins:      0 time:  0.02 s
564.97/565.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.09/565.41	c subs with bin:        2  lits-rem:      1178  v-fix:    0  time:  0.02 s
565.09/565.41	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
576.19/576.59	c ORs :     47 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 17.3 T:    0.08
576.98/577.33	c Added 6 vars  tried: 80000 time: 0.75
577.08/577.48	c ORs :      6 avg-s:  0.0 cl-sh:  9566 l-rem:   9566 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.90
577.19/577.52	c lits-rem:       324  cl-subs:     5414  v-elim:      0  v-fix:    0  time: 12.11 s
577.19/577.52	c learnt bin added due to v-elim: 0
577.19/577.52	c vivif2 --  cl tried     6381 cl shrink        0 lits rem          0 time: 0.00
577.19/577.55	c vivif2 --  cl tried    88933 cl shrink        0 lits rem          0 time: 0.03
577.29/577.63	c asymm  cl-useful: 0/1136/6381 lits-rem:0 time: 0.08
577.29/577.64	c calculated reachability. Time: 0.00
577.29/577.64	c  N dy    38   1710939       536      6381       109     88933     41701   2215180     43.03     29.40  --
789.18/789.57	c  N dy    39   2210939       536      6381       110    104467     41701   2372324     40.70     27.49  --
789.28/789.68	c  S st    39   2210939       536      6381       110    104467     41701   2372324     40.70     27.49  --
789.58/789.93	c  S st    39   2211442       536      6381       110    104935     41701   2381789     40.70     27.49  --
789.58/789.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
789.58/789.94	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
790.08/790.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.1M T:  0.55
790.08/790.49	c Calc non-exist non-lernt bins v-fix:     0 done:    536 time:  0.00 s
790.08/790.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
790.18/790.52	c Subs w/ non-existent bins:      1 time:  0.02 s
790.18/790.56	c Replacing        1 vars Replaced     3436 lits Time:     0.05 s 
790.28/790.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
790.28/790.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
790.28/790.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
803.08/803.41	c ORs :     53 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 8 avg s: 9.1 T:    0.11
804.08/804.41	c Added 6 vars  tried: 80000 time: 1.00
804.68/805.01	c ORs :      6 avg-s:  0.0 cl-sh: 22414 l-rem:  22414 b-add:     12 v-rep:   0 cl-rem: 2 avg s: 7.5 T:    1.60
804.68/805.05	c lits-rem:      1179  cl-subs:     4618  v-elim:      0  v-fix:    0  time: 14.42 s
804.68/805.05	c learnt bin added due to v-elim: 0
804.68/805.05	c vivif2 --  cl tried     6387 cl shrink        0 lits rem          0 time: 0.00
804.68/805.08	c vivif2 --  cl tried   100306 cl shrink        0 lits rem          0 time: 0.03
804.78/805.16	c asymm  cl-useful: 0/723/6387 lits-rem:0 time: 0.08
804.78/805.16	c calculated reachability. Time: 0.00
804.78/805.16	c  N dy    39   2211442       541      6387       120    100306     41730   2241450     40.70     27.49  --
1075.79/1076.17	c  N dy    40   2711444       541      6387       121    122768     41730   3086931     41.65     27.64  --
1075.99/1076.30	c  S st    40   2711444       541      6387       121    122768     41730   3086931     41.65     27.64  --
1076.19/1076.58	c  S st    40   2711948       541      6387       121    123232     41730   3094915     41.65     27.64  --
1076.19/1076.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1076.19/1076.59	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
1076.79/1077.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.9M T:  0.57
1076.79/1077.16	c Calc non-exist non-lernt bins v-fix:     0 done:    541 time:  0.00 s
1076.79/1077.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1076.89/1077.20	c Subs w/ non-existent bins:      2 time:  0.03 s
1077.09/1077.42	c Replacing        1 vars Replaced     4404 lits Time:     0.22 s 
1077.09/1077.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1077.19/1077.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1077.19/1077.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1131.89/1132.20	c ORs :     59 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    0.26
1133.09/1133.41	c Added 6 vars  tried: 80000 time: 1.20
1133.80/1134.19	c ORs :      6 avg-s:  0.0 cl-sh: 27063 l-rem:  27063 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    1.99
1133.90/1134.24	c lits-rem:      3491  cl-subs:     6704  v-elim:      0  v-fix:    0  time: 56.73 s
1133.90/1134.24	c learnt bin added due to v-elim: 0
1133.90/1134.24	c vivif2 --  cl tried     6393 cl shrink        0 lits rem          0 time: 0.00
1133.90/1134.28	c vivif2 --  cl tried   116525 cl shrink        0 lits rem          0 time: 0.04
1133.99/1134.38	c asymm  cl-useful: 0/576/6393 lits-rem:0 time: 0.09
1133.99/1134.38	c calculated reachability. Time: 0.00
1133.99/1134.38	c  N dy    40   2711948       546      6393       131    116525     41772   2838687     41.65     27.64  --
1133.99/1134.38	c  F st    40   2711948       546      6393       131    116525     41772   2838687     41.65     27.64  --
1134.90/1135.26	c Decided on static restart strategy

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-3289931-1303782224/watcher-3289931-1303782224 -o /tmp/evaluation-result-3289931-1303782224/solver-3289931-1303782224 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3289931-1303782224.cnf 

running on 2 cores: 4,6

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: 2.80 3.33 3.48 3/179 9764
/proc/meminfo: memFree=17653868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=29716 CPUtime=0.01 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 889 0 0 0 1 0 0 0 23 0 1 0 489820298 30429184 816 33554432000 4194304 4797429 140736115169184 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 7429 816 372 148 0 2358 0

[startup+0.11064 s]
/proc/loadavg: 2.80 3.33 3.48 3/179 9764
/proc/meminfo: memFree=17653868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=129740 CPUtime=0.1 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 1341 0 0 0 10 0 0 0 24 0 1 0 489820298 132853760 1174 33554432000 4194304 4797429 140736115169184 18446744073709551615 271550195453 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 32435 1174 410 148 0 27364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 129740

[startup+0.200635 s]
/proc/loadavg: 2.80 3.33 3.48 3/179 9764
/proc/meminfo: memFree=17653868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=129940 CPUtime=0.19 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 1462 0 0 0 19 0 0 0 24 0 1 0 489820298 133058560 1291 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424897 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 32485 1291 411 148 0 27414 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 129940

[startup+0.300607 s]
/proc/loadavg: 2.80 3.33 3.48 3/179 9764
/proc/meminfo: memFree=17653868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=130340 CPUtime=0.29 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 1687 0 0 0 29 0 0 0 25 0 1 0 489820298 133468160 1342 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 32585 1342 411 148 0 27514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 130340

[startup+0.700548 s]
/proc/loadavg: 2.80 3.33 3.48 3/179 9764
/proc/meminfo: memFree=17653868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=131024 CPUtime=0.69 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 2347 0 0 0 69 0 0 0 25 0 1 0 489820298 134168576 1463 33554432000 4194304 4797429 140736115169184 18446744073709551615 4395716 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 32756 1463 411 148 0 27685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131024

[startup+1.5004 s]
/proc/loadavg: 2.89 3.34 3.48 5/194 9789
/proc/meminfo: memFree=17590448/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=132260 CPUtime=1.49 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 2995 0 0 0 149 0 0 0 25 0 1 0 489820298 135434240 1829 33554432000 4194304 4797429 140736115169184 18446744073709551615 4429118 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 33065 1829 413 148 0 27994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132260

[startup+3.10109 s]
/proc/loadavg: 2.89 3.34 3.48 5/194 9789
/proc/meminfo: memFree=17582760/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=135520 CPUtime=3.09 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 4521 0 0 0 309 0 0 0 25 0 1 0 489820298 138772480 2977 33554432000 4194304 4797429 140736115169184 18446744073709551615 4506535 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 33880 2977 414 148 0 28809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135520

[startup+6.30053 s]
/proc/loadavg: 2.89 3.34 3.48 5/194 9790
/proc/meminfo: memFree=17568396/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=136212 CPUtime=6.29 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 5411 0 0 0 628 1 0 0 25 0 1 0 489820298 139481088 2780 33554432000 4194304 4797429 140736115169184 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 34053 2780 414 148 0 28982 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136212

[startup+12.7003 s]
/proc/loadavg: 3.06 3.36 3.49 5/194 9790
/proc/meminfo: memFree=17558516/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=139448 CPUtime=12.68 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 8065 0 0 0 1267 1 0 0 25 0 1 0 489820298 142794752 3619 33554432000 4194304 4797429 140736115169184 18446744073709551615 4524200 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/9764/statm: 34862 3619 418 148 0 29791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139448

[startup+25.501 s]
/proc/loadavg: 3.28 3.40 3.50 5/194 9790
/proc/meminfo: memFree=17537956/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=143204 CPUtime=25.46 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 12358 0 0 0 2544 2 0 0 25 0 1 0 489820298 146640896 4387 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 35801 4387 418 148 0 30730 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 143204

[startup+51.1003 s]
/proc/loadavg: 3.56 3.46 3.51 5/194 9791
/proc/meminfo: memFree=17517416/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=147048 CPUtime=51.04 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 21450 0 0 0 5100 4 0 0 25 0 1 0 489820298 150577152 5923 33554432000 4194304 4797429 140736115169184 18446744073709551615 4404780 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/9764/statm: 36762 5923 418 148 0 31691 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 147048

[startup+102.301 s]
/proc/loadavg: 3.81 3.54 3.54 5/194 9792
/proc/meminfo: memFree=17469892/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=151776 CPUtime=102.17 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 33912 0 0 0 10210 7 0 0 25 0 1 0 489820298 155418624 7548 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 37944 7548 418 148 0 32873 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 151776

[startup+162.301 s]
/proc/loadavg: 3.93 3.62 3.56 5/194 9794
/proc/meminfo: memFree=17440416/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=154588 CPUtime=162.03 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 44005 0 0 0 16195 8 0 0 25 0 1 0 489820298 158298112 7892 33554432000 4194304 4797429 140736115169184 18446744073709551615 4425129 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/9764/statm: 38647 7892 418 148 0 33576 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 154588

[startup+222.307 s]
/proc/loadavg: 4.02 3.70 3.59 5/194 9795
/proc/meminfo: memFree=17406412/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=160684 CPUtime=221.97 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 54211 0 0 0 22186 11 0 0 25 0 1 0 489820298 164540416 8950 33554432000 4194304 4797429 140736115169184 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 40171 8950 418 148 0 35100 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 160684

[startup+282.3 s]
/proc/loadavg: 4.01 3.75 3.62 5/194 9797
/proc/meminfo: memFree=17391144/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=163192 CPUtime=281.97 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 63490 0 0 0 28183 14 0 0 25 0 1 0 489820298 167108608 10763 33554432000 4194304 4797429 140736115169184 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 40798 10763 418 148 0 35727 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 163192

[startup+342.3 s]
/proc/loadavg: 4.00 3.80 3.64 5/194 9799
/proc/meminfo: memFree=17365212/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=164484 CPUtime=341.97 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 72184 0 0 0 34181 16 0 0 25 0 1 0 489820298 168431616 11359 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 41121 11359 418 148 0 36050 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 164484

[startup+402.301 s]
/proc/loadavg: 4.00 3.83 3.66 5/194 9800
/proc/meminfo: memFree=17357736/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=170892 CPUtime=401.97 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 81739 0 0 0 40178 19 0 0 25 0 1 0 489820298 174993408 12212 33554432000 4194304 4797429 140736115169184 18446744073709551615 4351624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 42723 12212 418 148 0 37652 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 170892

[startup+462.301 s]
/proc/loadavg: 4.00 3.86 3.67 5/194 9802
/proc/meminfo: memFree=17302032/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=171276 CPUtime=461.97 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 90820 0 0 0 46175 22 0 0 25 0 1 0 489820298 175386624 12427 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 42819 12427 418 148 0 37748 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 171276

[startup+522.301 s]
/proc/loadavg: 4.00 3.88 3.69 5/194 9803
/proc/meminfo: memFree=17300252/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=172840 CPUtime=521.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 99190 0 0 0 52173 25 0 0 25 0 1 0 489820298 176988160 11387 33554432000 4194304 4797429 140736115169184 18446744073709551615 4425867 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 43210 11387 418 148 0 38139 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 172840

[startup+582.301 s]
/proc/loadavg: 4.28 3.98 3.73 5/194 9805
/proc/meminfo: memFree=17293540/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=181492 CPUtime=581.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 107067 0 0 0 58171 27 0 0 25 0 1 0 489820298 185847808 15839 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 45373 15839 418 148 0 40302 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 181492

[startup+642.301 s]
/proc/loadavg: 4.17 3.99 3.75 5/194 9806
/proc/meminfo: memFree=17289784/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=183864 CPUtime=641.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 116649 0 0 0 64168 30 0 0 25 0 1 0 489820298 188276736 15471 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 45966 15471 418 148 0 40895 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 183864

[startup+702.301 s]
/proc/loadavg: 4.06 3.99 3.76 5/194 9808
/proc/meminfo: memFree=17280200/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=183928 CPUtime=701.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 123932 0 0 0 70166 32 0 0 25 0 1 0 489820298 188342272 16027 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424626 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 45982 16027 418 148 0 40911 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 183928

[startup+762.301 s]
/proc/loadavg: 4.05 4.00 3.78 5/194 9810
/proc/meminfo: memFree=17265532/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=186328 CPUtime=761.99 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 131253 0 0 0 76164 35 0 0 25 0 1 0 489820298 190799872 16397 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 46582 16397 418 148 0 41511 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 186328

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.80 5/194 9811
/proc/meminfo: memFree=17260184/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=191112 CPUtime=821.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 137615 0 0 0 82162 36 0 0 25 0 1 0 489820298 195698688 15550 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424662 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 47778 15550 418 148 0 42707 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 191112

[startup+882.307 s]
/proc/loadavg: 4.02 4.01 3.81 5/194 9813
/proc/meminfo: memFree=17218500/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=191044 CPUtime=882 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 143581 0 0 0 88162 38 0 0 25 0 1 0 489820298 195629056 17782 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 47761 17782 418 148 0 42690 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 191044

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/194 9814
/proc/meminfo: memFree=17204980/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=192444 CPUtime=941.98 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 150858 0 0 0 94159 39 0 0 25 0 1 0 489820298 197062656 17542 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 48111 17542 418 148 0 43040 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 192444

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/194 9816
/proc/meminfo: memFree=17173932/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=193868 CPUtime=1001.99 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 156240 0 0 0 100158 41 0 0 25 0 1 0 489820298 198520832 19056 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 48467 19056 418 148 0 43396 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 193868

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/194 9827
/proc/meminfo: memFree=17179120/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=193964 CPUtime=1061.99 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 162880 0 0 0 106156 43 0 0 25 0 1 0 489820298 198619136 17850 33554432000 4194304 4797429 140736115169184 18446744073709551615 4425072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 48491 17850 418 148 0 43420 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 193964

[startup+1122.3 s]
/proc/loadavg: 4.15 4.03 3.85 5/194 10300
/proc/meminfo: memFree=17585868/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=196896 CPUtime=1122 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 164605 0 0 0 112155 45 0 0 25 0 1 0 489820298 201621504 19555 33554432000 4194304 4797429 140736115169184 18446744073709551615 4568013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 49224 19555 422 148 0 44153 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 196896

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.85 5/194 10302
/proc/meminfo: memFree=17587008/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=201564 CPUtime=1181.99 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 169961 0 0 0 118152 47 0 0 25 0 1 0 489820298 206401536 20620 33554432000 4194304 4797429 140736115169184 18446744073709551615 4424827 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 50391 20620 418 148 0 45320 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 201564

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.87 5/194 10306
/proc/meminfo: memFree=17583476/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=203152 CPUtime=1242 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 176324 0 0 0 124150 50 0 0 25 0 1 0 489820298 208027648 18514 33554432000 4194304 4797429 140736115169184 18446744073709551615 4426361 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 50788 18514 418 148 0 45717 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 203152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.87 5/194 10308
/proc/meminfo: memFree=17571192/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=203932 CPUtime=1299.7 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 181753 0 0 0 129919 51 0 0 25 0 1 0 489820298 208826368 19667 33554432000 4194304 4797429 140736115169184 18446744073709551615 4354718 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 50983 19667 418 148 0 45912 0
Current children cumulated CPU time (s) 1299.7
Current children cumulated vsize (KiB) 203932

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.87 5/194 10308
/proc/meminfo: memFree=17571192/32951124 swapFree=67111528/67111528
[pid=9764] ppid=9761 vsize=203932 CPUtime=1299.7 cores=4,6
/proc/9764/stat : 9764 (techdemo) R 9761 9764 9082 0 -1 4202496 181753 0 0 0 129919 51 0 0 25 0 1 0 489820298 208826368 19667 33554432000 4194304 4797429 140736115169184 18446744073709551615 4354718 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9764/statm: 50983 19667 418 148 0 45912 0
Current children cumulated CPU time (s) 1299.7
Current children cumulated vsize (KiB) 203932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.72
CPU user time (s): 1299.19
CPU system time (s): 0.52392
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 302220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.19
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 6587

runsolver used 2.18967 second user time and 4.91625 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 03:43:44
IDJOB=3289931
IDBENCH=83412
IDSOLVER=1585
FILE ID=node133/3289931-1303782224
RUNJOBID= node133-1303782224-9747
PBS_JOBID= 13157200
Free space on /tmp= 71584 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289931-1303782224/watcher-3289931-1303782224 -o /tmp/evaluation-result-3289931-1303782224/solver-3289931-1303782224 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3289931-1303782224.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=763168835

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:      17654032 kB
Buffers:       2175540 kB
Cached:       12496504 kB
SwapCached:          0 kB
Active:        8619892 kB
Inactive:      6115868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17654032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16724 kB
Writeback:           0 kB
AnonPages:       63372 kB
Mapped:          14500 kB
Slab:           497536 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191704 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= 71952 MiB
End job on node133 at 2011-04-26 04:05:26