Trace number 3264266

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

General information on the benchmark

NameSAT04/handmade/anton/l5k3/
lksat-n1100-m4103-k3-l5-s558351420.used-as.sat04-934.cnf
MD5SUMecdbc194541c1a4c742d6834592d26be
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables1090
Number of clauses4103
Sum of the clauses size12309
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34103
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3264266-1303570885.cnf'
0.00/0.00	c -- header says num vars:           1090
0.00/0.00	c -- header says num clauses:        4103
0.00/0.00	c -- clauses added:            0 learnts,         4103 normals,            0 xors
0.00/0.00	c -- vars added       1090
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1090      4103         0         0     12309         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 198/4103/4103 lits-rem:594 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:   1090 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:    133 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem           24 bins  time:  0.00 s
0.00/0.01	c subs with bin:       34  lits-rem:        33  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:       125  cl-subs:      235  v-elim:    343  v-fix:    0  time:  0.01 s
0.00/0.02	c learnt bin added due to v-elim: 0
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     393 undec:     320 neg:     377
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.02	c  B st     0         0       812      3234       249         0     10981         0   no data   no data  --
0.06/0.09	c Decided on static restart strategy
2.29/2.32	c  N dy     7     30001       812      3234       290     10643     10979    162638     22.78     12.81  --
2.29/2.33	c  S st     7     30001       812      3234       290     10643     10979    162638     22.78     12.81  --
2.29/2.38	c  S st     7     30503       812      3234       291     11142     10979    170859     22.78     12.81  --
2.29/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      3 BRemL:      0 BRemN:      2 CBin:       0 P:  1.0M T:  0.03
2.39/2.41	c Calc non-exist non-lernt bins v-fix:     0 done:    812 time:  0.00 s
2.39/2.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.41	c Subs w/ non-existent bins:      4 time:  0.00 s
2.39/2.41	c bin-w-bin subsume rem            1 bins  time:  0.00 s
2.39/2.42	c subs with bin:       48  lits-rem:       426  v-fix:    0  time:  0.00 s
2.39/2.42	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.49/2.53	c lits-rem:       107  cl-subs:      775  v-elim:     36  v-fix:    0  time:  0.12 s
2.49/2.53	c learnt bin added due to v-elim: 0
2.49/2.53	c vivif2 --  cl tried     3188 cl shrink        0 lits rem          0 time: 0.00
2.49/2.54	c vivif2 --  cl tried    10366 cl shrink      546 lits rem        590 time: 0.00
2.49/2.58	c asymm  cl-useful: 1/3188/3188 lits-rem:3 time: 0.04
2.49/2.58	c calculated reachability. Time: 0.00
2.49/2.58	c  N dy     7     30503       806      3187       287     10366     10899    158370     22.78     12.81  --
2.49/2.58	c  F st     7     30503       806      3187       287     10366     10899    158370     22.78     12.81  --
2.69/2.77	c Decided on static restart strategy
4.09/4.14	c  N dy    14     45756       806      3187       290     17527     10897    254129     17.25     11.75  --
4.09/4.15	c  S st    14     45756       806      3187       290     17527     10897    254129     17.25     11.75  --
4.19/4.20	c  S st    14     46260       806      3187       290      9258     10897     95206     17.25     11.75  --
4.19/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.19/4.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.02
4.19/4.22	c Calc non-exist non-lernt bins v-fix:     0 done:    806 time:  0.00 s
4.19/4.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.19/4.22	c Subs w/ non-existent bins:      0 time:  0.00 s
4.19/4.22	c bin-w-bin subsume rem            1 bins  time:  0.00 s
4.19/4.22	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4.19/4.26	c lits-rem:        27  cl-subs:      461  v-elim:     31  v-fix:    0  time:  0.04 s
4.19/4.26	c learnt bin added due to v-elim: 0
4.19/4.26	c vivif2 --  cl tried     3185 cl shrink        0 lits rem          0 time: 0.00
4.19/4.27	c vivif2 --  cl tried     8797 cl shrink        2 lits rem          2 time: 0.00
4.19/4.29	c asymm  cl-useful: 0/3185/3185 lits-rem:0 time: 0.03
4.19/4.29	c calculated reachability. Time: 0.00
4.19/4.29	c  N dy    14     46260       805      3185       287      8797     10895     91363     17.25     11.75  --
6.89/6.92	c  N dy    15     69392       805      3185       287     10899     10893    100341     13.14     10.82  --
6.89/6.93	c  S st    15     69392       805      3185       287     10899     10893    100341     13.14     10.82  --
6.89/6.97	c  S st    15     69896       805      3185       287     11402     10893    109279     13.14     10.82  --
6.89/6.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.89/6.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.89/6.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.02
6.89/7.00	c Calc non-exist non-lernt bins v-fix:     0 done:    805 time:  0.00 s
6.89/7.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.99/7.00	c Subs w/ non-existent bins:      0 time:  0.00 s
6.99/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.99/7.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.99/7.06	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
7.59/7.64	c Added 1 vars  tried: 80000 time: 0.58
7.59/7.64	c ORs :      1 avg-s:  0.0 cl-sh:   130 l-rem:    130 b-add:      3 v-rep:   0 cl-rem: 0 avg s: nan T:    0.58
7.59/7.64	c lits-rem:       121  cl-subs:     1136  v-elim:     30  v-fix:    0  time:  0.64 s
7.59/7.64	c learnt bin added due to v-elim: 0
7.59/7.64	c vivif2 --  cl tried     3185 cl shrink        0 lits rem          0 time: 0.00
7.59/7.64	c vivif2 --  cl tried    10266 cl shrink        0 lits rem          0 time: 0.00
7.59/7.67	c asymm  cl-useful: 0/3185/3185 lits-rem:0 time: 0.03
7.59/7.67	c calculated reachability. Time: 0.00
7.59/7.67	c  N dy    15     69896       806      3185       290     10266     10899    100109     13.14     10.82  --
7.59/7.67	c  F st    15     69896       806      3185       290     10266     10899    100109     13.14     10.82  --
7.79/7.87	c Decided on static restart strategy
11.59/11.69	c  N dy    22    104844       806      3185       290     20105     10898    287333     22.88     11.57  --
11.69/11.70	c  S st    22    104844       806      3185       290     20105     10898    287333     22.88     11.57  --
11.69/11.78	c  S st    22    105347       806      3185       290     20607     10898    296466     22.88     11.57  --
11.69/11.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.69/11.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.79/11.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.9M T:  0.05
11.79/11.83	c Calc non-exist non-lernt bins v-fix:     0 done:    806 time:  0.00 s
11.79/11.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.79/11.84	c Subs w/ non-existent bins:      0 time:  0.00 s
11.79/11.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.79/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.79/11.85	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.19/12.21	c ORs :      1 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.59/12.68	c Added 9 vars  tried: 80000 time: 0.47
12.59/12.69	c ORs :      9 avg-s:  0.0 cl-sh:  3005 l-rem:   3005 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.48
12.69/12.70	c lits-rem:       249  cl-subs:     1241  v-elim:     30  v-fix:    0  time:  0.85 s
12.69/12.70	c learnt bin added due to v-elim: 0
12.69/12.70	c vivif2 --  cl tried     3194 cl shrink        0 lits rem          0 time: 0.00
12.69/12.70	c vivif2 --  cl tried    19366 cl shrink        0 lits rem          0 time: 0.00
12.69/12.76	c asymm  cl-useful: 0/3194/3194 lits-rem:0 time: 0.06
12.69/12.76	c calculated reachability. Time: 0.00
12.69/12.76	c  N dy    22    105347       815      3194       308     19366     10961    271597     22.88     11.57  --
19.99/20.02	c  N dy    23    158020       815      3194       308     26950     10961    411335     23.04     11.79  --
19.99/20.03	c  S st    23    158020       815      3194       308     26950     10961    411335     23.04     11.79  --
20.09/20.12	c  S st    23    158525       815      3194       308     27455     10961    421258     23.04     11.79  --
20.09/20.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.09/20.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.19/20.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.1M T:  0.09
20.19/20.22	c Calc non-exist non-lernt bins v-fix:     0 done:    815 time:  0.00 s
20.19/20.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.19/20.22	c Subs w/ non-existent bins:      0 time:  0.01 s
20.19/20.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.19/20.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.19/20.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
20.99/21.00	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
21.39/21.48	c Added 9 vars  tried: 80000 time: 0.48
21.39/21.49	c ORs :      9 avg-s:  0.0 cl-sh:  3483 l-rem:   3483 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
21.49/21.50	c lits-rem:       507  cl-subs:     1400  v-elim:     32  v-fix:    0  time:  1.26 s
21.49/21.50	c learnt bin added due to v-elim: 0
21.49/21.50	c vivif2 --  cl tried     3203 cl shrink        0 lits rem          0 time: 0.00
21.49/21.51	c vivif2 --  cl tried    26055 cl shrink        0 lits rem          0 time: 0.01
21.49/21.59	c asymm  cl-useful: 0/3203/3203 lits-rem:0 time: 0.09
21.49/21.60	c calculated reachability. Time: 0.00
21.49/21.60	c  N dy    23    158525       824      3203       326     26055     11024    389790     23.04     11.79  --
34.10/34.10	c  N dy    24    237788       824      3203       326     31346     11024    430043     22.11     11.81  --
34.10/34.12	c  S st    24    237788       824      3203       326     31346     11024    430043     22.11     11.81  --
34.19/34.23	c  S st    24    238291       824      3203       326     31847     11024    439320     22.11     11.81  --
34.19/34.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.19/34.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.29/34.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.2M T:  0.12
34.29/34.35	c Calc non-exist non-lernt bins v-fix:     0 done:    824 time:  0.00 s
34.29/34.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.29/34.36	c Subs w/ non-existent bins:      0 time:  0.01 s
34.29/34.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.29/34.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
34.29/34.38	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
35.09/35.12	c ORs :     19 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
35.59/35.61	c Added 9 vars  tried: 80000 time: 0.49
35.59/35.62	c ORs :      9 avg-s:  0.0 cl-sh:  2308 l-rem:   2308 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
35.59/35.62	c lits-rem:       343  cl-subs:     1206  v-elim:     33  v-fix:    0  time:  1.25 s
35.59/35.62	c learnt bin added due to v-elim: 0
35.59/35.62	c vivif2 --  cl tried     3212 cl shrink        0 lits rem          0 time: 0.00
35.59/35.63	c vivif2 --  cl tried    30641 cl shrink       24 lits rem         24 time: 0.01
35.69/35.73	c asymm  cl-useful: 0/3212/3212 lits-rem:0 time: 0.10
35.69/35.73	c calculated reachability. Time: 0.00
35.69/35.73	c  N dy    24    238291       833      3212       344     30641     11087    415599     22.11     11.81  --
58.59/58.69	c  N dy    25    357436       833      3212       344     34546     11087    494777     28.05     13.14  --
58.69/58.70	c  S st    25    357436       833      3212       344     34546     11087    494777     28.05     13.14  --
58.79/58.83	c  S st    25    357939       833      3212       344     35047     11087    503533     28.05     13.14  --
58.79/58.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.79/58.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.89/58.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.2M T:  0.15
58.89/58.99	c Calc non-exist non-lernt bins v-fix:     0 done:    833 time:  0.00 s
58.89/58.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.99/59.00	c Subs w/ non-existent bins:      0 time:  0.01 s
58.99/59.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/59.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
58.99/59.01	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
59.89/59.94	c ORs :     28 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
60.29/60.39	c Added 9 vars  tried: 80000 time: 0.45
60.39/60.44	c ORs :      9 avg-s:  0.0 cl-sh:  7769 l-rem:   7769 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
60.39/60.45	c lits-rem:       665  cl-subs:     1596  v-elim:     35  v-fix:    0  time:  1.43 s
60.39/60.45	c learnt bin added due to v-elim: 0
60.39/60.45	c vivif2 --  cl tried     3220 cl shrink        0 lits rem          0 time: 0.00
60.39/60.46	c vivif2 --  cl tried    33451 cl shrink        0 lits rem          0 time: 0.01
60.50/60.55	c asymm  cl-useful: 0/3220/3220 lits-rem:0 time: 0.09
60.50/60.55	c calculated reachability. Time: 0.00
60.50/60.55	c  N dy    25    357939       841      3220       362     33451     11155    459458     28.05     13.14  --
96.19/96.27	c  N dy    26    536908       841      3220       362     41109     11155    553086     22.92     13.48  --
96.19/96.29	c  S st    26    536908       841      3220       362     41109     11155    553086     22.92     13.48  --
96.39/96.43	c  S st    26    537413       841      3220       362     41611     11155    561710     22.92     13.48  --
96.39/96.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.39/96.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.59/96.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.9M T:  0.17
96.59/96.61	c Calc non-exist non-lernt bins v-fix:     0 done:    841 time:  0.00 s
96.59/96.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.59/96.62	c Subs w/ non-existent bins:      0 time:  0.01 s
96.59/96.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.59/96.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
96.59/96.64	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
97.59/97.65	c ORs :     37 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
98.09/98.11	c Added 9 vars  tried: 80000 time: 0.47
98.09/98.15	c ORs :      9 avg-s:  0.0 cl-sh:  5183 l-rem:   5183 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
98.09/98.15	c lits-rem:       554  cl-subs:     2886  v-elim:     36  v-fix:    0  time:  1.52 s
98.09/98.15	c learnt bin added due to v-elim: 0
98.09/98.15	c vivif2 --  cl tried     3229 cl shrink        0 lits rem          0 time: 0.00
98.09/98.16	c vivif2 --  cl tried    38725 cl shrink        0 lits rem          0 time: 0.01
98.19/98.25	c asymm  cl-useful: 1/2521/3229 lits-rem:1 time: 0.09
98.19/98.25	c calculated reachability. Time: 0.00
98.19/98.25	c  N dy    26    537413       850      3229       380     38725     11216    496370     22.92     13.48  --
98.19/98.25	c  F st    26    537413       850      3229       380     38725     11216    496370     22.92     13.48  --
98.60/98.60	c Decided on static restart strategy
162.80/162.80	c  N dy    33    806122       850      3229       380     62272     11216    932481     25.54     13.51  --
162.80/162.84	c  S st    33    806122       850      3229       380     62272     11216    932481     25.54     13.51  --
163.00/163.07	c  S st    33    806625       850      3229       380     62774     11216    941344     25.54     13.51  --
163.00/163.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
163.00/163.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.30/163.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.4M T:  0.31
163.30/163.39	c Calc non-exist non-lernt bins v-fix:     0 done:    850 time:  0.00 s
163.30/163.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.39/163.40	c Subs w/ non-existent bins:      0 time:  0.02 s
163.39/163.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.39/163.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
163.39/163.44	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
164.89/164.91	c ORs :     46 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 7.5 T:    0.03
165.29/165.35	c Added 9 vars  tried: 80000 time: 0.45
165.39/165.45	c ORs :      9 avg-s:  0.0 cl-sh:  9224 l-rem:   9224 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    0.54
165.39/165.46	c lits-rem:       845  cl-subs:     5128  v-elim:     38  v-fix:    0  time:  2.02 s
165.39/165.46	c learnt bin added due to v-elim: 0
165.39/165.46	c vivif2 --  cl tried     3238 cl shrink        0 lits rem          0 time: 0.00
165.39/165.48	c vivif2 --  cl tried    57644 cl shrink        0 lits rem          0 time: 0.02
165.49/165.52	c asymm  cl-useful: 0/717/3238 lits-rem:0 time: 0.04
165.49/165.52	c calculated reachability. Time: 0.00
165.49/165.52	c  N dy    33    806625       859      3238       398     57644     11279    828274     25.54     13.51  --
274.80/274.81	c  N dy    34   1209938       859      3238       398     74059     11279   1189450     25.50     13.83  --
274.80/274.87	c  S st    34   1209938       859      3238       398     74059     11279   1189450     25.50     13.83  --
274.80/274.87	c Finding binary XORs  T:     0.00 s  found:       0
275.10/275.13	c  S st    34   1210443       859      3238       398     74562     11279   1197902     25.50     13.83  --
275.10/275.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
275.10/275.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
275.50/275.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.9M T:  0.43
275.50/275.57	c Calc non-exist non-lernt bins v-fix:     0 done:    859 time:  0.00 s
275.50/275.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
275.50/275.59	c Subs w/ non-existent bins:      0 time:  0.02 s
275.60/275.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
275.60/275.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
275.60/275.64	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
276.90/276.90	c ORs :     55 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
277.40/277.48	c Added 9 vars  tried: 80000 time: 0.58
277.60/277.63	c ORs :      9 avg-s:  0.0 cl-sh: 12096 l-rem:  12096 b-add:     19 v-rep:   0 cl-rem: 0 avg s: nan T:    0.73
277.60/277.65	c lits-rem:       192  cl-subs:     4645  v-elim:     40  v-fix:    0  time:  2.01 s
277.60/277.65	c learnt bin added due to v-elim: 0
277.60/277.65	c vivif2 --  cl tried     3246 cl shrink        0 lits rem          0 time: 0.00
277.60/277.68	c vivif2 --  cl tried    69917 cl shrink        7 lits rem          7 time: 0.02
277.70/277.78	c asymm  cl-useful: 0/1299/3246 lits-rem:0 time: 0.10
277.70/277.78	c calculated reachability. Time: 0.00
277.70/277.78	c  N dy    34   1210443       868      3246       417     69917     11340   1083856     25.50     13.83  --
451.21/451.26	c  N dy    35   1710444       868      3246       417    101557     11340   1791501     22.36     13.75  --
451.31/451.34	c  S st    35   1710444       868      3246       417    101557     11340   1791501     22.36     13.75  --
451.71/451.72	c  S st    35   1710945       868      3246       417    102058     11340   1800289     22.36     13.75  --
451.71/451.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
451.71/451.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
452.31/452.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 32.6M T:  0.63
452.31/452.36	c Calc non-exist non-lernt bins v-fix:     0 done:    868 time:  0.00 s
452.31/452.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
452.31/452.39	c Subs w/ non-existent bins:      0 time:  0.03 s
452.41/452.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
452.41/452.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
452.41/452.48	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
456.11/456.13	c ORs :     64 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
456.71/456.73	c Added 9 vars  tried: 80000 time: 0.60
457.21/457.26	c ORs :      9 avg-s:  0.0 cl-sh: 22761 l-rem:  22761 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    1.13
457.21/457.29	c lits-rem:       824  cl-subs:     7611  v-elim:     40  v-fix:    0  time:  4.80 s
457.21/457.29	c learnt bin added due to v-elim: 0
457.21/457.29	c vivif2 --  cl tried     3255 cl shrink        0 lits rem          0 time: 0.00
457.31/457.32	c vivif2 --  cl tried    94447 cl shrink        1 lits rem          1 time: 0.03
457.41/457.43	c asymm  cl-useful: 0/1102/3255 lits-rem:0 time: 0.11
457.41/457.44	c calculated reachability. Time: 0.00
457.41/457.44	c  N dy    35   1710945       877      3255       435     94447     11403   1590654     22.36     13.75  --
648.71/648.78	c  N dy    36   2210947       877      3255       435    111225     11403   2063290     33.60     14.25  --
648.81/648.86	c  S st    36   2210947       877      3255       435    111225     11403   2063290     33.60     14.25  --
649.21/649.27	c  S st    36   2211449       877      3255       435    111726     11403   2072269     33.60     14.25  --
649.21/649.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
649.21/649.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
649.91/649.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 38.6M T:  0.67
649.91/649.95	c Calc non-exist non-lernt bins v-fix:     0 done:    877 time:  0.00 s
649.91/649.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
649.91/649.98	c Subs w/ non-existent bins:      0 time:  0.04 s
650.02/650.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
650.02/650.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
650.02/650.08	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
654.71/654.80	c ORs :     73 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.09
655.41/655.41	c Added 9 vars  tried: 80000 time: 0.61
657.01/657.00	c ORs :      9 avg-s:  0.0 cl-sh: 51494 l-rem:  51494 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    2.20
657.01/657.03	c lits-rem:       233  cl-subs:     7271  v-elim:     44  v-fix:    0  time:  6.95 s
657.01/657.03	c learnt bin added due to v-elim: 0
657.01/657.03	c vivif2 --  cl tried     3264 cl shrink        0 lits rem          0 time: 0.00
657.01/657.07	c vivif2 --  cl tried   104455 cl shrink        0 lits rem          0 time: 0.04
657.11/657.16	c asymm  cl-useful: 0/863/3264 lits-rem:0 time: 0.09
657.11/657.17	c calculated reachability. Time: 0.00
657.11/657.17	c  N dy    36   2211449       886      3264       453    104455     11466   1807445     33.60     14.25  --
872.02/872.03	c  N dy    37   2711450       886      3264       453    127042     11466   1762558     26.15     14.03  --
872.12/872.11	c  S st    37   2711450       886      3264       453    127042     11466   1762558     26.15     14.03  --
872.52/872.53	c  S st    37   2711950       886      3264       453    127541     11466   1771381     26.15     14.03  --
872.52/872.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
872.52/872.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
873.43/873.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 51.2M T:  0.87
873.43/873.41	c Calc non-exist non-lernt bins v-fix:     0 done:    886 time:  0.00 s
873.43/873.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
873.43/873.45	c Subs w/ non-existent bins:      0 time:  0.04 s
873.43/873.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
873.52/873.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
873.52/873.54	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
877.22/877.27	c ORs :     82 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.12
877.92/877.91	c Added 9 vars  tried: 80000 time: 0.64
878.42/878.48	c ORs :      9 avg-s:  0.0 cl-sh: 20634 l-rem:  20634 b-add:     18 v-rep:   0 cl-rem: 0 avg s: nan T:    1.22
878.52/878.52	c lits-rem:        58  cl-subs:    11791  v-elim:     46  v-fix:    0  time:  4.98 s
878.52/878.52	c learnt bin added due to v-elim: 0
878.52/878.52	c vivif2 --  cl tried     3273 cl shrink        0 lits rem          0 time: 0.00
878.52/878.56	c vivif2 --  cl tried   115749 cl shrink        4 lits rem          4 time: 0.04
878.62/878.66	c asymm  cl-useful: 0/835/3273 lits-rem:0 time: 0.10
878.62/878.67	c calculated reachability. Time: 0.00
878.62/878.67	c  N dy    37   2711950       895      3273       471    115749     11529   1541628     26.15     14.03  --
878.62/878.67	c  F st    37   2711950       895      3273       471    115749     11529   1541628     26.15     14.03  --
879.72/879.78	c Decided on static restart strategy
1117.74/1117.77	c  N dy    44   3211950       895      3273       471     92040     11529   1081808     30.89     14.58  --
1117.84/1117.81	c  S st    44   3211950       895      3273       471     92040     11529   1081808     30.89     14.58  --
1117.84/1117.81	c Finding binary XORs  T:     0.00 s  found:       0
1118.13/1118.16	c  S st    44   3212453       895      3273       471     92543     11529   1090713     30.89     14.58  --
1118.13/1118.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1118.13/1118.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1118.93/1118.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 49.5M T:  0.75
1118.93/1118.91	c Calc non-exist non-lernt bins v-fix:     0 done:    895 time:  0.00 s
1118.93/1118.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1118.93/1118.94	c Subs w/ non-existent bins:      0 time:  0.02 s
1118.93/1118.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1118.93/1118.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1118.93/1118.99	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
1120.13/1120.15	c ORs :     91 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
1120.63/1120.69	c Added 10 vars  tried: 80000 time: 0.54
1120.73/1120.77	c ORs :     10 avg-s:  0.0 cl-sh:  9544 l-rem:   9544 b-add:     20 v-rep:   0 cl-rem: 0 avg s: nan T:    0.62
1120.73/1120.79	c lits-rem:       144  cl-subs:     2571  v-elim:     48  v-fix:    0  time:  1.81 s
1120.73/1120.79	c learnt bin added due to v-elim: 0
1120.73/1120.80	c vivif2 --  cl tried     3283 cl shrink        0 lits rem          0 time: 0.00
1120.84/1120.82	c vivif2 --  cl tried    89972 cl shrink        0 lits rem          0 time: 0.02
1120.94/1120.92	c asymm  cl-useful: 0/988/3283 lits-rem:0 time: 0.10
1120.94/1120.92	c calculated reachability. Time: 0.00
1120.94/1120.92	c  N dy    44   3212453       905      3283       491     89972     11599   1015850     30.89     14.58  --

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.62 2.11 3.01 5/189 1295
/proc/meminfo: memFree=20240680/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=21604 CPUtime=0 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 482 0 0 0 0 0 0 0 21 0 1 0 468688149 22122496 421 33554432000 4194304 4797429 140733725937984 18446744073709551615 208079893189 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 5401 424 341 148 0 330 0

[startup+0.0667061 s]
/proc/loadavg: 1.62 2.11 3.01 5/189 1295
/proc/meminfo: memFree=20240680/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=128592 CPUtime=0.06 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 929 0 0 0 6 0 0 0 21 0 1 0 468688149 131678208 839 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424626 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 32148 839 406 148 0 27077 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 128592

[startup+0.100699 s]
/proc/loadavg: 1.62 2.11 3.01 5/189 1295
/proc/meminfo: memFree=20240680/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=128592 CPUtime=0.09 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 964 0 0 0 9 0 0 0 21 0 1 0 468688149 131678208 873 33554432000 4194304 4797429 140733725937984 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 32148 873 408 148 0 27077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 128592

[startup+0.300661 s]
/proc/loadavg: 1.62 2.11 3.01 5/189 1295
/proc/meminfo: memFree=20240680/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=129048 CPUtime=0.29 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 1186 0 0 0 29 0 0 0 22 0 1 0 468688149 132145152 960 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 32262 960 408 148 0 27191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129048

[startup+0.700586 s]
/proc/loadavg: 1.62 2.11 3.01 5/189 1295
/proc/meminfo: memFree=20240680/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=129700 CPUtime=0.69 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 1483 0 0 0 69 0 0 0 23 0 1 0 468688149 132812800 1070 33554432000 4194304 4797429 140733725937984 18446744073709551615 4351770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 32425 1070 408 148 0 27354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129700

[startup+1.50043 s]
/proc/loadavg: 1.62 2.11 3.01 3/180 1332
/proc/meminfo: memFree=20254492/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=130124 CPUtime=1.49 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 1881 0 0 0 149 0 0 0 25 0 1 0 468688149 133246976 1220 33554432000 4194304 4797429 140733725937984 18446744073709551615 4341360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 32531 1220 408 148 0 27460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130124

[startup+3.10013 s]
/proc/loadavg: 1.62 2.11 3.01 5/190 1350
/proc/meminfo: memFree=20227772/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=132160 CPUtime=3.09 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 2804 0 0 0 309 0 0 0 25 0 1 0 468688149 135331840 1851 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 33040 1851 412 148 0 27969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132160

[startup+6.30052 s]
/proc/loadavg: 1.89 2.16 3.02 5/190 1350
/proc/meminfo: memFree=20215248/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=132960 CPUtime=6.29 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 3923 0 0 0 629 0 0 0 25 0 1 0 468688149 136151040 1989 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 33240 1989 412 148 0 28169 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132960

[startup+12.7003 s]
/proc/loadavg: 2.14 2.20 3.03 5/190 1350
/proc/meminfo: memFree=20206228/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=135312 CPUtime=12.69 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 5889 0 0 0 1269 0 0 0 25 0 1 0 468688149 138559488 2625 33554432000 4194304 4797429 140733725937984 18446744073709551615 4656687 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 33828 2625 415 148 0 28757 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135312

[startup+25.5009 s]
/proc/loadavg: 2.55 2.29 3.04 5/190 1351
/proc/meminfo: memFree=20193360/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=138608 CPUtime=25.49 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 9180 0 0 0 2547 2 0 0 25 0 1 0 468688149 141934592 3603 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 34652 3603 415 148 0 29581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138608

[startup+51.101 s]
/proc/loadavg: 3.05 2.43 3.07 5/190 1351
/proc/meminfo: memFree=20181916/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=142120 CPUtime=51.1 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 15191 0 0 0 5107 3 0 0 25 0 1 0 468688149 145530880 4801 33554432000 4194304 4797429 140733725937984 18446744073709551615 4345259 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 35530 4801 415 148 0 30459 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 142120

[startup+102.306 s]
/proc/loadavg: 3.66 2.68 3.12 5/190 1353
/proc/meminfo: memFree=20162932/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=147776 CPUtime=102.3 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 25141 0 0 0 10224 6 0 0 25 0 1 0 468688149 151322624 6160 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 36944 6160 415 148 0 31873 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147776

[startup+162.301 s]
/proc/loadavg: 3.94 2.94 3.18 5/190 1357
/proc/meminfo: memFree=20147408/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=152244 CPUtime=162.3 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 34800 0 0 0 16222 8 0 0 25 0 1 0 468688149 155897856 6961 33554432000 4194304 4797429 140733725937984 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 38061 6961 415 148 0 32990 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152244

[startup+222.3 s]
/proc/loadavg: 3.98 3.13 3.22 5/190 1359
/proc/meminfo: memFree=20131436/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=158680 CPUtime=222.29 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 44885 0 0 0 22218 11 0 0 25 0 1 0 468688149 162488320 8789 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 39670 8789 430 148 0 34599 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158680

[startup+282.301 s]
/proc/loadavg: 3.99 3.28 3.27 5/190 1360
/proc/meminfo: memFree=20108236/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=162800 CPUtime=282.3 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 53509 0 0 0 28215 15 0 0 25 0 1 0 468688149 166707200 10095 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 40700 10095 422 148 0 35629 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 162800

[startup+342.301 s]
/proc/loadavg: 3.99 3.41 3.31 5/190 1362
/proc/meminfo: memFree=20103636/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=165932 CPUtime=342.3 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 61221 0 0 0 34212 18 0 0 25 0 1 0 468688149 169914368 10161 33554432000 4194304 4797429 140733725937984 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 41483 10161 422 148 0 36412 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165932

[startup+402.301 s]
/proc/loadavg: 3.99 3.52 3.35 5/190 1364
/proc/meminfo: memFree=20085628/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=166648 CPUtime=402.31 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 67988 0 0 0 40211 20 0 0 25 0 1 0 468688149 170647552 10718 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 41662 10718 422 148 0 36591 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 166648

[startup+462.301 s]
/proc/loadavg: 3.99 3.60 3.39 5/190 1365
/proc/meminfo: memFree=20070728/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=173940 CPUtime=462.3 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 74957 0 0 0 46208 22 0 0 25 0 1 0 468688149 178114560 13346 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 43485 13346 415 148 0 38414 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173940

[startup+522.3 s]
/proc/loadavg: 3.99 3.67 3.43 5/190 1367
/proc/meminfo: memFree=20063528/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=176344 CPUtime=522.31 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 82433 0 0 0 52204 27 0 0 25 0 1 0 468688149 180576256 13369 33554432000 4194304 4797429 140733725937984 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 44086 13369 415 148 0 39015 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 176344

[startup+582.301 s]
/proc/loadavg: 3.99 3.73 3.46 5/190 1368
/proc/meminfo: memFree=20060520/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=177964 CPUtime=582.31 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 89545 0 0 0 58202 29 0 0 25 0 1 0 468688149 182235136 12794 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 44491 12794 415 148 0 39420 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 177964

[startup+642.3 s]
/proc/loadavg: 4.04 3.79 3.49 5/190 1370
/proc/meminfo: memFree=20051580/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=179884 CPUtime=642.32 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 96162 0 0 0 64200 32 0 0 25 0 1 0 468688149 184201216 13927 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 44971 13927 415 148 0 39900 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 179884

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 3.52 5/190 1372
/proc/meminfo: memFree=20042260/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=186860 CPUtime=702.32 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 102227 0 0 0 70198 34 0 0 25 0 1 0 468688149 191344640 15023 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 46715 15023 415 148 0 41644 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 186860

[startup+762.306 s]
/proc/loadavg: 4.00 3.85 3.55 5/190 1373
/proc/meminfo: memFree=20036920/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=187472 CPUtime=762.32 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 107540 0 0 0 76196 36 0 0 25 0 1 0 468688149 191971328 15522 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424768 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 46868 15522 415 148 0 41797 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 187472

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.58 5/190 1375
/proc/meminfo: memFree=20015072/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=189448 CPUtime=822.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 112554 0 0 0 82194 39 0 0 25 0 1 0 468688149 193994752 15822 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 47362 15822 415 148 0 42291 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 189448

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.60 5/190 1376
/proc/meminfo: memFree=19998060/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=191556 CPUtime=882.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 116515 0 0 0 88192 41 0 0 25 0 1 0 468688149 196153344 17367 33554432000 4194304 4797429 140733725937984 18446744073709551615 4425064 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 47889 17367 415 148 0 42818 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 191556

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.62 5/190 1378
/proc/meminfo: memFree=19998424/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=195188 CPUtime=942.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 122484 0 0 0 94189 44 0 0 25 0 1 0 468688149 199872512 17808 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 48797 17808 415 148 0 43726 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 195188

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.64 5/190 1380
/proc/meminfo: memFree=19986376/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=195852 CPUtime=1002.32 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 128100 0 0 0 100186 46 0 0 25 0 1 0 468688149 200552448 17459 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 48963 17459 415 148 0 43892 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 195852

[startup+1062.3 s]
/proc/loadavg: 4.07 3.95 3.67 5/190 1381
/proc/meminfo: memFree=19977812/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=196740 CPUtime=1062.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 132708 0 0 0 106185 48 0 0 25 0 1 0 468688149 201461760 18956 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 49185 18956 415 148 0 44114 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 196740

[startup+1122.3 s]
/proc/loadavg: 4.02 3.96 3.68 5/190 1383
/proc/meminfo: memFree=19965884/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=197808 CPUtime=1122.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 138006 0 0 0 112183 50 0 0 25 0 1 0 468688149 202555392 18035 33554432000 4194304 4797429 140733725937984 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 49452 18035 415 148 0 44381 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 197808

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.70 5/190 1384
/proc/meminfo: memFree=19949740/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=197900 CPUtime=1182.33 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 142360 0 0 0 118181 52 0 0 25 0 1 0 468688149 202649600 19131 33554432000 4194304 4797429 140733725937984 18446744073709551615 4413463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 49475 19131 415 148 0 44404 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 197900

[startup+1242.3 s]
/proc/loadavg: 4.05 3.98 3.72 5/190 1386
/proc/meminfo: memFree=19960136/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=198660 CPUtime=1242.34 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 146366 0 0 0 124180 54 0 0 25 0 1 0 468688149 203427840 19942 33554432000 4194304 4797429 140733725937984 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 49665 19942 415 148 0 44594 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 198660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.98 3.74 4/188 1389
/proc/meminfo: memFree=20059832/32950928 swapFree=67111524/67111528
[pid=1295] ppid=1293 vsize=200052 CPUtime=1300.04 cores=1,3
/proc/1295/stat : 1295 (techdemo) R 1293 1295 872 0 -1 4202496 151780 0 0 0 129947 57 0 0 25 0 1 0 468688149 204853248 18960 33554432000 4194304 4797429 140733725937984 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1295/statm: 50013 18960 415 148 0 44942 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 200052

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.06
CPU user time (s): 1299.48
CPU system time (s): 0.577912
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 308296

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

runsolver used 2.07868 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-23 17:01:25
IDJOB=3264266
IDBENCH=84569
IDSOLVER=1585
FILE ID=node127/3264266-1303570885
RUNJOBID= node127-1303570884-1255
PBS_JOBID= 13150297
Free space on /tmp= 71216 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT04/handmade/anton/l5k3/lksat-n1100-m4103-k3-l5-s558351420.used-as.sat04-934.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264266-1303570885/watcher-3264266-1303570885 -o /tmp/evaluation-result-3264266-1303570885/solver-3264266-1303570885 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3264266-1303570885.cnf

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

MD5SUM BENCH= ecdbc194541c1a4c742d6834592d26be
RANDOM SEED=1596787651

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20241084 kB
Buffers:       2384592 kB
Cached:        9699748 kB
SwapCached:          4 kB
Active:        8194768 kB
Inactive:      3968128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20241084 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32748 kB
Writeback:           0 kB
AnonPages:       76260 kB
Mapped:          16036 kB
Slab:           483360 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   580164 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= 71216 MiB
End job on node127 at 2011-04-23 17:23:07