Trace number 3173290

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random 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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c Using 1 thread(s)
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3173290-1301792797.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
0.00/0.02	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.02	c -- vars added         70
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.09/0.12	c asymm  cl-useful: 0/1896/6230 lits-rem:0 time: 0.11
0.09/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.2M T:  0.00
0.09/0.12	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
0.09/0.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.12	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.09/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     46  v-fix:    0  time:  0.01 s
0.09/0.14	c learnt bin added due to v-elim: 0
0.09/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.14	c calculated reachability. Time: 0.00
0.09/0.14	c Calc default polars -  time:   0.00 s pos:      36 undec:       0 neg:      34
0.09/0.14	c =========================================================================================
0.09/0.14	c types(t): F = full restart, N = normal restart
0.09/0.14	c types(t): S = simplification begin/end, E = solution found
0.09/0.14	c restart types(rt): st = static, dy = dynamic
0.09/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.09/0.14	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.19/0.23	c Decided on static restart strategy
0.29/0.33	c  N dy    20      4150        70      6230         0      3808     43610     92637     24.26     21.46  --
0.49/0.55	c  N dy    47      8198        70      6230         0      5192     43610    118193     24.74     21.57  --
0.69/0.79	c  N dy    74     12251        70      6230         0      5017     43610    100635     24.00     21.53  --
0.99/1.05	c  N dy   102     16381        70      6230         0      8763     43610    191371     24.18     21.56  --
1.29/1.32	c  N dy   129     20431        70      6230         0      7331     43610    143108     24.09     21.51  --
1.59/1.61	c  N dy   156     24457        70      6230         0     10973     43610    231074     24.60     21.52  --
1.89/1.90	c  N dy   183     28483        70      6230         0      8454     43610    158033     24.35     21.53  --
1.99/2.02	c  S st   194     30001        70      6230         0      9847     43610    191506     24.30     21.52  --
1.99/2.07	c  S st   194     30506        70      6230         0     10322     43610    202897     24.30     21.52  --
1.99/2.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.99/2.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.99/2.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
1.99/2.09	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
1.99/2.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.99/2.09	c Subs w/ non-existent bins:      0 time:  0.00 s
1.99/2.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.99/2.09	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.69/2.79	c lits-rem:      1339  cl-subs:     1204  v-elim:     70  v-fix:    0  time:  0.70 s
2.69/2.79	c learnt bin added due to v-elim: 0
2.69/2.79	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2.79/2.80	c vivif2 --  cl tried     9118 cl shrink        0 lits rem          0 time: 0.00
2.89/2.95	c asymm  cl-useful: 0/2251/6230 lits-rem:0 time: 0.16
2.89/2.95	c calculated reachability. Time: 0.00
2.89/2.95	c  N dy   194     30506        70      6230         0      9118     43610    175392     24.30     21.52  --
2.89/2.95	c  F st   194     30506        70      6230         0      9118     43610    175392     24.30     21.52  --
3.09/3.11	c Decided on static restart strategy
3.19/3.27	c  N dy   213     34528        70      6230         0     12777     43610    263395     24.73     21.46  --
3.49/3.59	c  N dy   240     38542        70      6230         0      9306     43610    166517     23.74     21.47  --
3.89/3.90	c  N dy   267     42595        70      6230         0     13039     43610    256741     24.27     21.47  --
4.19/4.20	c  S st   289     45760        70      6230         0     15928     43610    325763     24.44     21.45  --
4.19/4.27	c  S st   289     46261        70      6230         0      8226     43610    126773     24.44     21.45  --
4.19/4.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.19/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.4M T:  0.02
4.19/4.30	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
4.19/4.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.19/4.30	c Subs w/ non-existent bins:      0 time:  0.00 s
4.19/4.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.19/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4.68/4.77	c lits-rem:        63  cl-subs:      264  v-elim:     70  v-fix:    0  time:  0.47 s
4.68/4.77	c learnt bin added due to v-elim: 0
4.68/4.77	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4.68/4.77	c vivif2 --  cl tried     7962 cl shrink        0 lits rem          0 time: 0.00
4.88/4.92	c asymm  cl-useful: 0/2023/6230 lits-rem:0 time: 0.14
4.88/4.92	c calculated reachability. Time: 0.00
4.88/4.92	c  N dy   289     46261        70      6230         0      7962     43610    123031     24.44     21.45  --
5.18/5.22	c  N dy   316     50299        70      6230         0     11673     43610    213281     24.41     21.47  --
5.49/5.57	c  N dy   343     54324        70      6230         0     15325     43610    301562     24.73     21.48  --
5.88/5.96	c  N dy   370     58381        70      6230         0      9931     43610    157317     24.25     21.47  --
6.88/6.96	c  N dy   387     69391        70      6230         0     19861     43610    395277     24.02     21.28  --
6.88/6.98	c  S st   387     69391        70      6230         0     19861     43610    395277     24.02     21.28  --
6.98/7.05	c  S st   387     69895        70      6230         0     10361     43610    155538     24.02     21.28  --
6.98/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.98/7.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.98/7.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.03
6.98/7.08	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
6.98/7.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.98/7.08	c Subs w/ non-existent bins:      0 time:  0.00 s
6.98/7.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.98/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.98/7.08	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.48/7.57	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
8.18/8.21	c Added 1 vars  tried: 21840 time: 0.64
8.18/8.21	c ORs :      1 avg-s:  0.0 cl-sh:   417 l-rem:    417 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    0.64
8.18/8.21	c lits-rem:       132  cl-subs:      301  v-elim:     70  v-fix:    0  time:  1.13 s
8.18/8.21	c learnt bin added due to v-elim: 0
8.18/8.21	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
8.18/8.21	c vivif2 --  cl tried    10060 cl shrink        0 lits rem          0 time: 0.00
8.28/8.36	c asymm  cl-useful: 0/2580/6231 lits-rem:0 time: 0.15
8.28/8.36	c calculated reachability. Time: 0.00
8.28/8.36	c  N dy   387     69895        71      6231         2     10060     43597    150522     24.02     21.28  --
8.28/8.36	c  F st   387     69895        71      6231         2     10060     43597    150522     24.02     21.28  --
8.48/8.53	c Decided on static restart strategy
8.69/8.74	c  N dy   409     74369        71      6231         2     14121     43597    248792     24.24     21.28  --
9.18/9.20	c  N dy   441     79129        71      6231         2     18447     43597    352712     24.30     21.29  --
9.68/9.74	c  N dy   476     84314        71      6231         2     12298     43597    190881     24.22     21.28  --
10.18/10.23	c  N dy   513     89760        71      6231         2     17279     43597    308777     24.35     21.27  --
10.78/10.87	c  N dy   552     95541        71      6231         2     22587     43597    435651     24.18     21.25  --
11.48/11.50	c  N dy   594    101792        71      6231         2     16482     43597    276862     24.12     21.27  --
11.78/11.83	c  S st   615    104842        71      6231         2     19256     43597    343640     24.13     21.28  --
11.88/11.90	c  S st   615    105342        71      6231         2     19726     43597    355274     24.13     21.28  --
11.88/11.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.88/11.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.88/11.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.4M T:  0.07
11.88/11.97	c Calc non-exist non-lernt bins v-fix:     0 done:     71 time:  0.00 s
11.88/11.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.88/11.98	c Subs w/ non-existent bins:      0 time:  0.00 s
11.88/11.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.88/11.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.88/11.98	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.98/13.01	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
15.39/15.40	c Added 1 vars  tried: 38920 time: 2.40
15.39/15.41	c ORs :      1 avg-s:  0.0 cl-sh:  1481 l-rem:   1481 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    2.41
15.39/15.42	c lits-rem:      1526  cl-subs:     1944  v-elim:     70  v-fix:    0  time:  3.44 s
15.39/15.42	c learnt bin added due to v-elim: 0
15.39/15.42	c vivif2 --  cl tried     6232 cl shrink        0 lits rem          0 time: 0.00
15.39/15.42	c vivif2 --  cl tried    17782 cl shrink        0 lits rem          0 time: 0.00
15.48/15.59	c asymm  cl-useful: 0/1407/6232 lits-rem:0 time: 0.16
15.48/15.59	c calculated reachability. Time: 0.00
15.48/15.59	c  N dy   615    105342        72      6232         4     17782     43584    307851     24.13     21.28  --
16.28/16.37	c  N dy   661    112144        72      6232         4     23958     43584    455567     24.41     21.29  --
17.08/17.13	c  N dy   709    119327        72      6232         4     17841     43584    297185     24.21     21.29  --
17.98/18.02	c  N dy   760    126969        72      6232         4     24811     43584    464715     24.87     21.29  --
18.88/18.98	c  N dy   815    135170        72      6232         4     18641     43584    304004     24.17     21.29  --
19.98/20.05	c  N dy   874    143913        72      6232         4     26567     43584    494123     24.07     21.30  --
21.09/21.17	c  N dy   937    153238        72      6232         4     20521     43584    333550     24.77     21.29  --
21.69/21.78	c  S st   970    158013        72      6232         4     24900     43584    439523     24.23     21.29  --
21.79/21.86	c  S st   970    158517        72      6232         4     25368     43584    450806     24.23     21.29  --
21.79/21.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.79/21.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.89/21.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.5M T:  0.11
21.89/21.97	c Calc non-exist non-lernt bins v-fix:     0 done:     72 time:  0.00 s
21.89/21.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.89/21.98	c Subs w/ non-existent bins:      0 time:  0.00 s
21.89/21.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.89/21.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.89/21.98	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.09/23.14	c ORs :      2 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
27.88/27.90	c Added 1 vars  tried: 60900 time: 4.76
27.88/27.92	c ORs :      1 avg-s:  0.0 cl-sh:  1379 l-rem:   1379 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.78
27.88/27.92	c lits-rem:      1897  cl-subs:     2565  v-elim:     70  v-fix:    0  time:  5.94 s
27.88/27.92	c learnt bin added due to v-elim: 0
27.88/27.92	c vivif2 --  cl tried     6233 cl shrink        0 lits rem          0 time: 0.00
27.88/27.93	c vivif2 --  cl tried    22803 cl shrink        0 lits rem          0 time: 0.00
28.08/28.10	c asymm  cl-useful: 0/950/6233 lits-rem:0 time: 0.17
28.08/28.10	c calculated reachability. Time: 0.00
28.08/28.10	c  N dy   970    158517        73      6233         6     22803     43573    388723     24.23     21.29  --
29.38/29.48	c  N dy  1039    168750        73      6233         6     16764     43573    230911     24.03     21.27  --
38.98/39.03	c  N dy  1043    237775        73      6233         6     27310     43573    445582     22.37     20.48  --
38.98/39.05	c  S st  1043    237775        73      6233         6     27310     43573    445582     22.37     20.48  --
39.09/39.13	c  S st  1043    238278        73      6233         6     27776     43573    457226     22.37     20.48  --
39.09/39.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.09/39.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.19/39.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.8M T:  0.12
39.19/39.25	c Calc non-exist non-lernt bins v-fix:     0 done:     73 time:  0.00 s
39.19/39.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.19/39.25	c Subs w/ non-existent bins:      0 time:  0.00 s
39.19/39.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.19/39.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.19/39.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
40.49/40.60	c ORs :      3 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
45.19/45.28	c Added 1 vars  tried: 80000 time: 4.68
45.29/45.33	c ORs :      1 avg-s:  0.0 cl-sh:  4351 l-rem:   4351 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.73
45.29/45.33	c lits-rem:      2043  cl-subs:     3533  v-elim:     70  v-fix:    0  time:  6.07 s
45.29/45.33	c learnt bin added due to v-elim: 0
45.29/45.34	c vivif2 --  cl tried     6234 cl shrink        0 lits rem          0 time: 0.00
45.29/45.34	c vivif2 --  cl tried    24243 cl shrink        0 lits rem          0 time: 0.00
45.39/45.49	c asymm  cl-useful: 0/948/6234 lits-rem:0 time: 0.16
45.49/45.50	c calculated reachability. Time: 0.00
45.49/45.50	c  N dy  1043    238278        74      6234         8     24243     43557    380827     22.37     20.48  --
63.79/63.80	c  N dy  1050    357417        74      6234         8     28262     43557    421883     22.66     19.74  --
63.79/63.82	c  S st  1050    357417        74      6234         8     28262     43557    421883     22.66     19.74  --
63.88/63.91	c  S st  1050    357919        74      6234         8     28734     43557    433342     22.66     19.74  --
63.88/63.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.88/63.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.98/64.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.7M T:  0.12
63.98/64.04	c Calc non-exist non-lernt bins v-fix:     0 done:     74 time:  0.00 s
63.98/64.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.98/64.04	c Subs w/ non-existent bins:      0 time:  0.00 s
63.98/64.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.98/64.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.98/64.05	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
65.08/65.10	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
69.88/69.93	c Added 1 vars  tried: 80000 time: 4.83
69.88/69.97	c ORs :      1 avg-s:  0.0 cl-sh:  3354 l-rem:   3354 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.87
69.88/69.98	c lits-rem:       483  cl-subs:     2107  v-elim:     70  v-fix:    0  time:  5.93 s
69.88/69.98	c learnt bin added due to v-elim: 0
69.88/69.98	c vivif2 --  cl tried     6235 cl shrink        0 lits rem          0 time: 0.00
69.88/69.98	c vivif2 --  cl tried    26627 cl shrink        0 lits rem          0 time: 0.00
70.08/70.13	c asymm  cl-useful: 0/1519/6235 lits-rem:0 time: 0.15
70.08/70.14	c calculated reachability. Time: 0.00
70.08/70.14	c  N dy  1050    357919        75      6235        10     26627     43544    388581     22.66     19.74  --
103.79/103.89	c  N dy  1117    536878        75      6235        10     33759     43544    479041     22.53     19.20  --
103.89/103.91	c  S st  1117    536878        75      6235        10     33759     43544    479041     22.53     19.20  --
103.99/104.01	c  S st  1117    537380        75      6235        10     34240     43544    490924     22.53     19.20  --
103.99/104.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.99/104.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.09/104.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.9M T:  0.15
104.09/104.17	c Calc non-exist non-lernt bins v-fix:     0 done:     75 time:  0.00 s
104.09/104.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.09/104.17	c Subs w/ non-existent bins:      0 time:  0.00 s
104.09/104.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.09/104.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.09/104.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
105.49/105.55	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.01
110.79/110.80	c Added 1 vars  tried: 80000 time: 5.25
110.79/110.84	c ORs :      1 avg-s:  0.0 cl-sh:  3542 l-rem:   3542 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    5.29
110.79/110.85	c lits-rem:      1046  cl-subs:     2664  v-elim:     70  v-fix:    0  time:  6.67 s
110.79/110.85	c learnt bin added due to v-elim: 0
110.79/110.85	c vivif2 --  cl tried     6236 cl shrink        0 lits rem          0 time: 0.00
110.79/110.86	c vivif2 --  cl tried    31576 cl shrink        0 lits rem          0 time: 0.00
110.99/111.01	c asymm  cl-useful: 0/1077/6236 lits-rem:0 time: 0.15
110.99/111.01	c calculated reachability. Time: 0.00
110.99/111.01	c  N dy  1117    537380        76      6236        12     31576     43534    436844     22.53     19.20  --
110.99/111.01	c  F st  1117    537380        76      6236        12     31576     43534    436844     22.53     19.20  --
111.29/111.33	c Decided on static restart strategy
170.18/170.22	c  N dy  1221    806074        76      6236        12     53481     43534    863431     23.58     18.86  --
170.18/170.26	c  S st  1221    806074        76      6236        12     53481     43534    863431     23.58     18.86  --
170.39/170.43	c  S st  1221    806576        76      6236        12     53949     43534    874597     23.58     18.86  --
170.39/170.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
170.39/170.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.68/170.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.4M T:  0.30
170.68/170.73	c Calc non-exist non-lernt bins v-fix:     0 done:     76 time:  0.00 s
170.68/170.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.68/170.74	c Subs w/ non-existent bins:      0 time:  0.01 s
170.68/170.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.68/170.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.68/170.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
173.88/173.90	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 28.0 T:    0.03
183.28/183.38	c Added 1 vars  tried: 80000 time: 9.49
183.48/183.56	c ORs :      1 avg-s:  0.0 cl-sh:  8413 l-rem:   8413 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    9.66
183.48/183.57	c lits-rem:       522  cl-subs:     6622  v-elim:     70  v-fix:    0  time: 12.82 s
183.48/183.57	c learnt bin added due to v-elim: 0
183.48/183.57	c vivif2 --  cl tried     6237 cl shrink        0 lits rem          0 time: 0.00
183.48/183.58	c vivif2 --  cl tried    47326 cl shrink        0 lits rem          0 time: 0.01
183.59/183.67	c asymm  cl-useful: 0/302/6237 lits-rem:0 time: 0.09
183.59/183.68	c calculated reachability. Time: 0.00
183.59/183.68	c  N dy  1221    806576        77      6237        14     47326     43520    737543     23.58     18.86  --
296.19/296.27	c  N dy  1304   1209864        77      6237        14     62302     43520    967257     23.48     18.76  --
296.29/296.30	c  S st  1304   1209864        77      6237        14     62302     43520    967257     23.48     18.76  --
296.39/296.48	c  S st  1304   1210366        77      6237        14     62769     43520    978334     23.48     18.76  --
296.39/296.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
296.39/296.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
296.79/296.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.8M T:  0.36
296.79/296.84	c Calc non-exist non-lernt bins v-fix:     0 done:     77 time:  0.00 s
296.79/296.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
296.79/296.85	c Subs w/ non-existent bins:      0 time:  0.01 s
296.79/296.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.79/296.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.79/296.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
301.79/301.80	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
313.09/313.20	c Added 1 vars  tried: 80000 time: 11.39
313.29/313.39	c ORs :      1 avg-s:  0.0 cl-sh:  8696 l-rem:   8696 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   11.59
313.39/313.41	c lits-rem:      2267  cl-subs:     7382  v-elim:     70  v-fix:    0  time: 16.54 s
313.39/313.41	c learnt bin added due to v-elim: 0
313.39/313.41	c vivif2 --  cl tried     6238 cl shrink        0 lits rem          0 time: 0.00
313.39/313.42	c vivif2 --  cl tried    55387 cl shrink        0 lits rem          0 time: 0.01
313.39/313.50	c asymm  cl-useful: 0/313/6238 lits-rem:0 time: 0.08
313.39/313.50	c calculated reachability. Time: 0.00
313.39/313.50	c  N dy  1304   1210366        78      6238        16     55387     43511    822110     23.48     18.76  --
489.49/489.59	c  N dy  1392   1710366        78      6238        16     85069     43511   1379860     22.69     18.63  --
489.59/489.65	c  S st  1392   1710366        78      6238        16     85069     43511   1379860     22.69     18.63  --
489.89/489.92	c  S st  1392   1710872        78      6238        16     85552     43511   1391134     22.69     18.63  --
489.89/489.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
489.89/489.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
490.49/490.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 31.9M T:  0.59
490.49/490.51	c Calc non-exist non-lernt bins v-fix:     0 done:     78 time:  0.00 s
490.49/490.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
490.49/490.53	c Subs w/ non-existent bins:      0 time:  0.01 s
490.49/490.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
490.49/490.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
490.49/490.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
499.29/499.32	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.10
516.09/516.11	c Added 1 vars  tried: 80000 time: 16.79
516.49/516.56	c ORs :      1 avg-s:  0.0 cl-sh: 13735 l-rem:  13735 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   17.24
516.49/516.58	c lits-rem:      3090  cl-subs:    13614  v-elim:     70  v-fix:    0  time: 26.03 s
516.49/516.58	c learnt bin added due to v-elim: 0
516.49/516.59	c vivif2 --  cl tried     6239 cl shrink        0 lits rem          0 time: 0.00
516.59/516.60	c vivif2 --  cl tried    71938 cl shrink        0 lits rem          0 time: 0.01
516.69/516.70	c asymm  cl-useful: 0/201/6239 lits-rem:0 time: 0.10
516.69/516.70	c calculated reachability. Time: 0.00
516.69/516.70	c  N dy  1392   1710872        79      6239        18     71938     43499   1102395     22.69     18.63  --
725.20/725.29	c  N dy  1507   2210872        79      6239        18     87652     43499   1365020     23.05     18.59  --
725.30/725.34	c  S st  1507   2210872        79      6239        18     87652     43499   1365020     23.05     18.59  --
725.60/725.61	c  S st  1507   2211372        79      6239        18     88135     43499   1376735     23.05     18.59  --
725.60/725.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
725.60/725.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
726.20/726.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 36.3M T:  0.66
726.20/726.27	c Calc non-exist non-lernt bins v-fix:     0 done:     79 time:  0.00 s
726.20/726.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
726.20/726.29	c Subs w/ non-existent bins:      0 time:  0.01 s
726.30/726.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
726.30/726.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
726.30/726.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
734.00/734.03	c ORs :      9 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.10
750.60/750.63	c Added 1 vars  tried: 80000 time: 16.60
751.00/751.06	c ORs :      1 avg-s:  0.0 cl-sh: 13103 l-rem:  13103 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   17.03
751.00/751.09	c lits-rem:       965  cl-subs:    11164  v-elim:     70  v-fix:    0  time: 24.78 s
751.00/751.09	c learnt bin added due to v-elim: 0
751.00/751.09	c vivif2 --  cl tried     6240 cl shrink        0 lits rem          0 time: 0.00
751.10/751.10	c vivif2 --  cl tried    76971 cl shrink        0 lits rem          0 time: 0.01
751.10/751.20	c asymm  cl-useful: 0/203/6240 lits-rem:0 time: 0.10
751.20/751.20	c calculated reachability. Time: 0.00
751.20/751.20	c  N dy  1507   2211372        80      6240        20     76971     43495   1141900     23.05     18.59  --
977.31/977.30	c  N dy  1512   2711372        80      6240        20     99809     43495   1614804     24.72     18.55  --
977.31/977.36	c  S st  1512   2711372        80      6240        20     99809     43495   1614804     24.72     18.55  --
977.61/977.67	c  S st  1512   2711872        80      6240        20    100281     43495   1626027     24.72     18.55  --
977.61/977.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
977.61/977.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
978.41/978.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 44.4M T:  0.81
978.41/978.49	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
978.41/978.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
978.51/978.50	c Subs w/ non-existent bins:      0 time:  0.02 s
978.51/978.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
978.51/978.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
978.51/978.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
990.11/990.11	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.15
1011.41/1011.44	c Added 1 vars  tried: 80000 time: 21.33
1012.01/1012.03	c ORs :      1 avg-s:  0.0 cl-sh: 16371 l-rem:  16371 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   21.93
1012.01/1012.06	c lits-rem:      1235  cl-subs:    11561  v-elim:     70  v-fix:    0  time: 33.53 s
1012.01/1012.06	c learnt bin added due to v-elim: 0
1012.01/1012.06	c vivif2 --  cl tried     6241 cl shrink        0 lits rem          0 time: 0.00
1012.01/1012.08	c vivif2 --  cl tried    88720 cl shrink        0 lits rem          0 time: 0.02
1012.10/1012.19	c asymm  cl-useful: 0/174/6241 lits-rem:0 time: 0.10
1012.10/1012.19	c calculated reachability. Time: 0.00
1012.10/1012.19	c  N dy  1512   2711872        81      6241        22     88720     43485   1364577     24.72     18.55  --
1012.10/1012.19	c  F st  1512   2711872        81      6241        22     88720     43485   1364577     24.72     18.55  --
1013.11/1013.12	c Decided on static restart strategy
1021.91/1021.99	c  N dy  1641   2731970        81      6241        22    107263     43485   1801775     23.73     18.57  --
1286.91/1287.00	c  N dy  1701   3211872        81      6241        22    138033     43485   2373845     22.12     18.50  --
1287.02/1287.09	c  S st  1701   3211872        81      6241        22    138033     43485   2373845     22.12     18.50  --
1287.51/1287.54	c  S st  1701   3212377        81      6241        22    138514     43485   2385039     22.12     18.50  --
1287.51/1287.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1287.51/1287.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1288.71/1288.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.2M T:  1.21
1288.71/1288.76	c Calc non-exist non-lernt bins v-fix:     0 done:     81 time:  0.00 s
1288.71/1288.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1288.71/1288.79	c Subs w/ non-existent bins:      0 time:  0.02 s
1288.81/1288.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1288.81/1288.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1288.81/1288.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3173290-1301792797/watcher-3173290-1301792797 -o /tmp/evaluation-result-3173290-1301792797/solver-3173290-1301792797 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3173290-1301792797.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: 3.39 3.87 3.89 4/178 19122
/proc/meminfo: memFree=19121640/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=10756 CPUtime=0 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4194304 100 0 0 0 0 0 0 0 25 0 1 0 369510411 11014144 56 33554432000 4194304 4797429 140736715657424 18446744073709551615 260900470407 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/19122/statm: 2689 56 43 148 0 45 0

[startup+0.0794599 s]
/proc/loadavg: 3.39 3.87 3.89 4/178 19122
/proc/meminfo: memFree=19121640/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=29052 CPUtime=0.07 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 694 0 0 0 7 0 0 0 25 0 1 0 369510411 29749248 627 33554432000 4194304 4797429 140736715657424 18446744073709551615 4428966 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 7263 627 369 148 0 2192 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29052

[startup+0.100455 s]
/proc/loadavg: 3.39 3.87 3.89 4/178 19122
/proc/meminfo: memFree=19121640/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=29052 CPUtime=0.09 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 695 0 0 0 9 0 0 0 25 0 1 0 369510411 29749248 628 33554432000 4194304 4797429 140736715657424 18446744073709551615 4428866 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 7263 628 369 148 0 2192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29052

[startup+0.300415 s]
/proc/loadavg: 3.39 3.87 3.89 4/178 19122
/proc/meminfo: memFree=19121640/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=128736 CPUtime=0.29 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 1090 0 0 0 29 0 0 0 25 0 1 0 369510411 131825664 964 33554432000 4194304 4797429 140736715657424 18446744073709551615 4351248 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 32184 964 405 148 0 27113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128736

[startup+0.700285 s]
/proc/loadavg: 3.39 3.87 3.89 4/178 19122
/proc/meminfo: memFree=19121640/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=129520 CPUtime=0.69 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 1517 0 0 0 69 0 0 0 25 0 1 0 369510411 132628480 1205 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 32380 1205 405 148 0 27309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129520

[startup+1.50014 s]
/proc/loadavg: 3.39 3.87 3.89 6/190 19144
/proc/meminfo: memFree=19090716/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=130424 CPUtime=1.49 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 2252 0 0 0 149 0 0 0 25 0 1 0 369510411 133554176 1382 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 32606 1382 405 148 0 27535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130424

[startup+3.10085 s]
/proc/loadavg: 3.39 3.87 3.89 6/190 19144
/proc/meminfo: memFree=19085012/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=132480 CPUtime=3.09 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 3147 0 0 0 309 0 0 0 25 0 1 0 369510411 135659520 1926 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 33120 1926 410 148 0 28049 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132480

[startup+6.30026 s]
/proc/loadavg: 3.44 3.87 3.89 6/190 19145
/proc/meminfo: memFree=19074016/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=133596 CPUtime=6.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 4711 0 0 0 628 0 0 0 25 0 1 0 369510411 136802304 2173 33554432000 4194304 4797429 140736715657424 18446744073709551615 4425043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 33399 2173 410 148 0 28328 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 133596

[startup+12.7001 s]
/proc/loadavg: 3.48 3.87 3.89 6/190 19145
/proc/meminfo: memFree=19063956/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=135640 CPUtime=12.68 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 6895 0 0 0 1268 0 0 0 25 0 1 0 369510411 138895360 2739 33554432000 4194304 4797429 140736715657424 18446744073709551615 4567984 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 33910 2739 415 148 0 28839 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135640

[startup+25.5007 s]
/proc/loadavg: 3.60 3.88 3.90 6/190 19145
/proc/meminfo: memFree=19051176/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=139164 CPUtime=25.49 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 9794 0 0 0 2548 1 0 0 25 0 1 0 369510411 142503936 3651 33554432000 4194304 4797429 140736715657424 18446744073709551615 4495571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 34791 3651 415 148 0 29720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139164

[startup+51.1011 s]
/proc/loadavg: 3.73 3.89 3.90 6/190 19146
/proc/meminfo: memFree=19031504/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=144412 CPUtime=51.09 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 15467 0 0 0 5107 2 0 0 25 0 1 0 369510411 147877888 4518 33554432000 4194304 4797429 140736715657424 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 36103 4518 415 148 0 31032 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144412

[startup+102.307 s]
/proc/loadavg: 3.88 3.90 3.90 6/190 19147
/proc/meminfo: memFree=19017068/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=146376 CPUtime=102.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 24737 0 0 0 10225 3 0 0 25 0 1 0 369510411 149889024 5649 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424735 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 36594 5649 415 148 0 31523 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 146376

[startup+162.301 s]
/proc/loadavg: 4.02 3.95 3.91 6/190 19149
/proc/meminfo: memFree=18996960/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=149208 CPUtime=162.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 34436 0 0 0 16221 7 0 0 25 0 1 0 369510411 152788992 6381 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 37302 6381 415 148 0 32231 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 149208

[startup+222.301 s]
/proc/loadavg: 4.01 3.95 3.91 6/190 19150
/proc/meminfo: memFree=18974748/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=155212 CPUtime=222.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 42151 0 0 0 22219 9 0 0 25 0 1 0 369510411 158937088 8017 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 38803 8017 415 148 0 33732 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 155212

[startup+282.301 s]
/proc/loadavg: 4.00 3.96 3.91 6/190 19152
/proc/meminfo: memFree=18977052/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=155464 CPUtime=282.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 50182 0 0 0 28216 12 0 0 25 0 1 0 369510411 159195136 7946 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 38866 7946 415 148 0 33795 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 155464

[startup+342.301 s]
/proc/loadavg: 4.00 3.96 3.91 6/190 19153
/proc/meminfo: memFree=18956084/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=161556 CPUtime=342.28 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 56341 0 0 0 34214 14 0 0 25 0 1 0 369510411 165433344 8643 33554432000 4194304 4797429 140736715657424 18446744073709551615 4352207 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 40389 8643 415 148 0 35318 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 161556

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 6/190 19155
/proc/meminfo: memFree=18950728/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=161724 CPUtime=402.29 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 62660 0 0 0 40213 16 0 0 25 0 1 0 369510411 165605376 9352 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 40431 9352 415 148 0 35360 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161724

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.92 6/190 19157
/proc/meminfo: memFree=18942504/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=163500 CPUtime=462.29 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 68700 0 0 0 46211 18 0 0 25 0 1 0 369510411 167424000 9536 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 40875 9536 415 148 0 35804 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 163500

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.92 6/190 19158
/proc/meminfo: memFree=18928220/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=167692 CPUtime=522.29 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 72527 0 0 0 52209 20 0 0 25 0 1 0 369510411 171716608 11317 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424850 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 41923 11317 415 148 0 36852 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 167692

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.92 7/190 19160
/proc/meminfo: memFree=18927184/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=167860 CPUtime=582.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 78458 0 0 0 58208 22 0 0 25 0 1 0 369510411 171888640 10598 33554432000 4194304 4797429 140736715657424 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 41965 10598 415 148 0 36894 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 167860

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.92 7/190 19161
/proc/meminfo: memFree=18917216/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=167992 CPUtime=642.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 83646 0 0 0 64205 25 0 0 25 0 1 0 369510411 172023808 11291 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 41998 11291 415 148 0 36927 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 167992

[startup+702.301 s]
/proc/loadavg: 4.10 4.02 3.93 6/190 19163
/proc/meminfo: memFree=18912972/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=169396 CPUtime=702.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 88656 0 0 0 70203 27 0 0 25 0 1 0 369510411 173461504 11716 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 42349 11716 415 148 0 37278 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 169396

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.93 6/190 19165
/proc/meminfo: memFree=18899396/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=174428 CPUtime=762.31 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 92366 0 0 0 76203 28 0 0 25 0 1 0 369510411 178614272 13091 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 43607 13091 415 148 0 38536 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 174428

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.93 6/190 19166
/proc/meminfo: memFree=18894280/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=174528 CPUtime=822.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 97278 0 0 0 82200 30 0 0 25 0 1 0 369510411 178716672 12958 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 43632 12958 415 148 0 38561 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 174528

[startup+882.301 s]
/proc/loadavg: 4.05 4.02 3.94 6/190 19168
/proc/meminfo: memFree=18896092/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=174668 CPUtime=882.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 102215 0 0 0 88198 32 0 0 25 0 1 0 369510411 178860032 13015 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 43667 13015 415 148 0 38596 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 174668

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.94 6/190 19169
/proc/meminfo: memFree=18886380/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=175784 CPUtime=942.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 107114 0 0 0 94197 33 0 0 25 0 1 0 369510411 180002816 12875 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 43946 12875 415 148 0 38875 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 175784

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.94 6/190 19171
/proc/meminfo: memFree=18875432/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=178832 CPUtime=1002.31 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 110433 0 0 0 100196 35 0 0 25 0 1 0 369510411 183123968 13625 33554432000 4194304 4797429 140736715657424 18446744073709551615 4495518 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 44708 13625 415 148 0 39637 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 178832

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.94 6/190 19173
/proc/meminfo: memFree=18873548/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=182268 CPUtime=1062.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 114287 0 0 0 106194 36 0 0 25 0 1 0 369510411 186642432 14526 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 45567 14526 415 148 0 40496 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 182268

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.94 6/190 19174
/proc/meminfo: memFree=18864844/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=182312 CPUtime=1122.31 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 118797 0 0 0 112193 38 0 0 25 0 1 0 369510411 186687488 13696 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 45578 13696 415 148 0 40507 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 182312

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 19176
/proc/meminfo: memFree=18865176/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=182336 CPUtime=1182.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 122412 0 0 0 118190 40 0 0 25 0 1 0 369510411 186712064 14581 33554432000 4194304 4797429 140736715657424 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 45584 14581 415 148 0 40513 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 182336

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.95 6/190 19177
/proc/meminfo: memFree=18850388/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=182940 CPUtime=1242.3 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 125941 0 0 0 124189 41 0 0 25 0 1 0 369510411 187330560 15312 33554432000 4194304 4797429 140736715657424 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 45735 15312 415 148 0 40664 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 182940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.95 6/190 19179
/proc/meminfo: memFree=18852460/32950928 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=190020 CPUtime=1300.01 cores=1,3
/proc/19122/stat : 19122 (techdemo) R 19120 19122 18923 0 -1 4202496 130300 0 0 0 129959 42 0 0 25 0 1 0 369510411 194580480 16884 33554432000 4194304 4797429 140736715657424 18446744073709551615 4506535 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19122/statm: 47505 16884 415 148 0 42434 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 190020

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.03
CPU user time (s): 1299.6
CPU system time (s): 0.429934
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 264148

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

runsolver used 2.08868 second user time and 5.01524 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-03 03:06:37
IDJOB=3173290
IDBENCH=82708
IDSOLVER=1585
FILE ID=node116/3173290-1301792797
RUNJOBID= node116-1301792797-19103
PBS_JOBID= 12841424
Free space on /tmp= 71264 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173290-1301792797/watcher-3173290-1301792797 -o /tmp/evaluation-result-3173290-1301792797/solver-3173290-1301792797 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3173290-1301792797.cnf

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

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=1259406588

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19121920 kB
Buffers:        393104 kB
Cached:       13060540 kB
SwapCached:          0 kB
Active:        9140892 kB
Inactive:      4376864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19121920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15752 kB
Writeback:           0 kB
AnonPages:       63932 kB
Mapped:          15204 kB
Slab:           245676 kB
PageTables:       5680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212296 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= 71236 MiB
End job on node116 at 2011-04-03 03:28:19