Trace number 3367406

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 Strange-Night2-st (fixed)? (TO) 1299.92 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
MD5SUM0aa289a52d8d004ea581b39b43a8a19a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.4335
Satisfiable
(Un)Satisfiability was proved
Number of variables29999
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367406-1305382111.cnf'
0.00/0.01	c -- header says num vars:          29999
0.00/0.01	c -- header says num clauses:      126000
0.00/0.08	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.00/0.08	c -- vars added      29999
0.00/0.08	c Parsing time:  0.07 s
0.00/0.08	c  N st     0         0     29999    126000         0         0    378000         0   no data   no data
0.09/0.18	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.10
0.19/0.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.19/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29999 time:  0.01 s
0.28/0.31	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.38/0.49	c lits-rem:         0  cl-subs:        0  v-elim:    732  v-fix:    0  time:  0.17 s
0.38/0.50	c Finding binary XORs  T:     0.01 s  found:       0
0.48/0.54	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.48/0.54	c calculated reachability. Time: 0.00
0.48/0.54	c Calc default polars -  time:   0.01 s pos:   13264 undec:    3315 neg:   13420
0.48/0.54	c =========================================================================================
0.48/0.54	c types(t): F = full restart, N = normal restart
0.48/0.54	c types(t): S = simplification begin/end, E = solution found
0.48/0.54	c restart types(rt): st = static, dy = dynamic
0.48/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.54	c  B st     0         0     29267    125227         0         0    380158         0   no data   no data
1.99/2.03	c  N dy    19      4111     29267    125227         0      4110    380158   1033674    147.55    155.54
3.49/3.59	c  N dy    48      8226     29267    125227         0      8225    380158   2018826    153.29    161.82
5.29/5.33	c  N dy    74     12414     29267    125227         0     12413    380158   3080474    156.30    169.65
6.88/6.94	c  N dy   100     16461     29267    125227         0     16460    380158   4040317    156.20    165.72
8.59/8.60	c  N dy   128     20493     29267    125227         0     10493    380158    733984    157.12    168.04
10.19/10.22	c  N dy   156     24657     29267    125227         0     14657    380158   1749468    156.82    168.53
10.29/10.36	c  F st   160     25000     29267    125227         0     15000    380158   1836638    156.85   no data
12.48/12.55	c  N dy   166     30000     29267    125227         0     20000    380158   3644017    156.85   no data
12.48/12.55	c  S st   166     30000     29267    125227         0     20000    380158   3644017    156.85   no data
12.68/12.75	c  S st   166     30501     29267    125227         0     20501    380158   3726735    156.85   no data
12.68/12.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.79/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
12.79/12.89	c blocked clauses removed:      583 vars:     91 tried:       29267 T: 0.01 s
12.79/12.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.89/12.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.89/12.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29176 time:  0.01 s
12.89/12.92	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
12.99/13.06	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.13 s
13.30/13.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.19/14.23	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.87 s
14.30/14.37	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.14
14.30/14.38	c calculated reachability. Time: 0.00
14.30/14.38	c  N dy   166     30501     29161    124631         0     19844    378485   3289099    156.85   no data
15.99/16.04	c  N dy   192     34605     29161    124631         0     23948    378485   4253764    156.19    172.98
17.79/17.84	c  N dy   220     38666     29161    124631         0     28009    378485   5250030    156.64    169.19
19.59/19.66	c  N dy   248     42675     29161    124631         0     16848    378485   1143658    156.63    171.55
20.89/20.97	c  S st   271     45752     29161    124631         0     19924    378485   1912992    157.28   no data
21.09/21.17	c  S st   271     46257     29161    124631         0     20429    378485   2007482    157.28   no data
21.09/21.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21.19/21.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
21.19/21.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.29/21.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
21.29/21.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.29/21.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
21.29/21.32	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
21.39/21.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.49/21.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.78/21.86	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
21.78/21.87	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
21.88/21.91	c vivif2 --  cl tried    20428 cl shrink        0 lits rem          0 time: 0.04
21.99/22.05	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.14
21.99/22.06	c calculated reachability. Time: 0.00
21.99/22.06	c  N dy   271     46257     29161    124631         0     20428    378485   2007335    157.28   no data
23.68/23.74	c  N dy   303     50357     29161    124631         0     24527    378485   3010548    157.66    184.81
25.39/25.45	c  N dy   330     54435     29161    124631         0     28605    378485   4038403    157.97    185.83
27.09/27.18	c  N dy   358     58448     29161    124631         0     32616    378485   5004813    158.00    177.46
29.09/29.13	c  N dy   384     62582     29161    124631         0     36750    378485   6027634    158.04    166.70
30.90/30.99	c  N dy   407     66752     29161    124631         0     22338    378485   1589604    157.66    167.93
32.09/32.15	c  S st   424     69386     29161    124631         0     24972    378485   2218466    157.63   no data
32.29/32.38	c  S st   424     69890     29161    124631         0     25476    378485   2308039    157.63   no data
32.29/32.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32.39/32.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
32.49/32.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.49/32.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.49/32.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.49/32.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
32.49/32.55	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
32.59/32.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
32.79/32.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33.19/33.21	c lits-rem:         6  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.39 s
33.19/33.23	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
33.19/33.27	c vivif2 --  cl tried    25475 cl shrink        0 lits rem          0 time: 0.04
33.39/33.43	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.16
33.39/33.44	c calculated reachability. Time: 0.00
33.39/33.44	c  N dy   424     69890     29161    124631         0     25475    378485   2307797    157.63   no data
35.38/35.40	c  N dy   459     74424     29161    124631         0     30009    378485   3445970    157.92    174.79
37.16/37.24	c  N dy   488     79209     29161    124631         0     34793    378485   4609252    157.71    167.76
39.13/39.27	c  N dy   519     84356     29161    124631         0     39940    378485   5830476    157.43    165.82
40.43/40.55	c  F st   543     87501     29161    124631         0     22294    378485   1047867    157.47   no data
41.71/41.89	c  N st   548     90801     29161    124631         0     25594    378485   2077162    157.47   no data
44.07/44.22	c  N dy   576     96689     29161    124631         0     31480    378485   3729080    157.34    167.50
46.77/46.93	c  N dy   614    102912     29161    124631         0     37703    378485   5215141    156.97    165.68
47.67/47.85	c  S st   628    104835     29161    124631         0     39626    378485   5674845    157.05   no data
47.97/48.13	c  S st   628    105336     29161    124631         0     40127    378485   5759215    157.05   no data
47.97/48.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.07/48.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
48.07/48.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.07/48.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
48.17/48.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
48.17/48.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
48.17/48.32	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
48.29/48.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
48.67/48.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
50.49/50.61	c lits-rem:        18  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.76 s
50.49/50.63	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.02
50.59/50.73	c vivif2 --  cl tried    40124 cl shrink        0 lits rem          0 time: 0.10
50.78/50.91	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.18
50.78/50.92	c calculated reachability. Time: 0.00
50.78/50.92	c  N dy   628    105336     29161    124631         0     40124    378485   5758722    157.05   no data
53.97/54.14	c  N dy   674    112086     29161    124631         0     24479    378485   1145628    157.13    166.10
56.98/57.19	c  N dy   720    119255     29161    124631         0     31648    378485   2879289    157.11    230.44
60.38/60.60	c  N dy   773    126876     29161    124631         0     39266    378485   4740903    157.04    165.35
64.07/64.28	c  N dy   825    134989     29161    124631         0     47379    378485   6738972    157.08    165.58
67.77/67.97	c  N dy   884    143661     29161    124631         0     32353    378485   2669801    157.02    202.48
71.88/72.04	c  N dy   938    152896     29161    124631         0     41588    378485   4876426    156.77    176.42
74.28/74.40	c  S st   972    158005     29161    124631         0     46697    378485   6115965    156.72    148.89
74.48/74.65	c  S st   972    158507     29161    124631         0     47199    378485   6201331    156.72   no data
74.48/74.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
74.58/74.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.11
74.68/74.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.68/74.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
74.68/74.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
74.68/74.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
74.68/74.86	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
74.88/75.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
75.18/75.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
77.67/77.83	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.43 s
77.67/77.84	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
77.77/77.95	c vivif2 --  cl tried    47197 cl shrink        0 lits rem          0 time: 0.11
77.98/78.14	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.19
77.98/78.15	c calculated reachability. Time: 0.00
77.98/78.15	c  N dy   972    158507     29161    124631         0     47197    378485   6199585    156.72   no data
82.58/82.79	c  N dy  1046    168903     29161    124631         0     32746    378485   2516307    156.79    166.92
87.47/87.66	c  N dy  1118    179695     29161    124631         0     43537    378485   5169396    157.02    169.26
92.77/92.99	c  N dy  1196    191397     29161    124631         0     29317    378485   1383256    157.00    168.53
98.27/98.46	c  N dy  1279    203685     29161    124631         0     41605    378485   4336955    156.98    167.16
104.38/104.51	c  N dy  1362    216728     29161    124631         0     27686    378485    706188    156.80    166.28
110.58/110.77	c  N dy  1453    230779     29161    124631         0     41734    378485   4086910    156.66    166.04
113.88/114.06	c  S st  1496    237761     29161    124631         0     48716    378485   5743427    156.52   no data
114.17/114.30	c  S st  1496    238264     29161    124631         0     49219    378485   5835363    156.52   no data
114.17/114.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
114.28/114.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
114.28/114.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
114.28/114.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
114.28/114.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114.28/114.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
114.28/114.50	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
114.47/114.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
114.77/114.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.17/117.39	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.41 s
117.27/117.40	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
117.37/117.50	c vivif2 --  cl tried    49214 cl shrink        0 lits rem          0 time: 0.10
117.47/117.69	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.19
117.47/117.70	c calculated reachability. Time: 0.00
117.47/117.70	c  N dy  1496    238264     29161    124631         0     49214    378485   5831595    156.52   no data
124.57/124.72	c  N dy  1599    253549     29161    124631         0     36520    378485   2580813    156.53    171.40
132.17/132.33	c  N dy  1707    269839     29161    124631         0     52809    378485   6518944    156.49    167.43
140.28/140.40	c  N dy  1826    287274     29161    124631         0     41256    378485   3445079    156.58    166.13
148.98/149.11	c  N dy  1948    305689     29161    124631         0     59668    378485   7938863    156.48    167.29
149.28/149.40	c  F st  1952    306250     29161    124631         0     30238    378485    544876    156.47    138.78
158.17/158.39	c  N dy  2053    325326     29161    124631         0     49314    378485   5736816    156.57    169.76
167.87/168.05	c  N dy  2197    345342     29161    124631         0     38334    378485   2293535    156.68    190.14
174.08/174.29	c  S st  2279    357396     29161    124631         0     50387    378485   5160938    156.65   no data
174.38/174.56	c  S st  2279    357897     29161    124631         0     50888    378485   5252505    156.65   no data
174.38/174.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
174.48/174.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
174.58/174.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.58/174.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
174.58/174.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
174.58/174.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
174.58/174.76	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
174.78/174.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
174.98/175.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
177.38/177.52	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.30 s
177.38/177.53	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.02
177.48/177.63	c vivif2 --  cl tried    50885 cl shrink        0 lits rem          0 time: 0.09
177.68/177.83	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.20
177.68/177.84	c calculated reachability. Time: 0.00
177.68/177.84	c  N dy  2279    357897     29161    124631         0     50885    378485   5251550    156.65   no data
187.78/187.91	c  N dy  2434    377966     29161    124631         0     38951    378485   2177882    156.96    171.65
197.38/197.55	c  N dy  2568    398267     29161    124631         0     59252    378485   7116139    156.93    179.03
206.98/207.10	c  N dy  2705    418388     29161    124631         0     46377    378485   3778214    157.02    168.09
216.98/217.13	c  N dy  2855    438516     29161    124631         0     66505    378485   8825300    157.21    167.12
226.38/226.57	c  N dy  2991    458563     29161    124631         0     52552    378485   5075504    157.27    174.28
236.38/236.51	c  N dy  3119    478577     29161    124631         0     37571    378485   1078476    157.27    165.68
245.97/246.13	c  N dy  3256    498754     29161    124631         0     57747    378485   5983345    157.29    165.87
255.97/256.11	c  N dy  3391    518791     29161    124631         0     41780    378485   1868565    157.32    171.10
264.57/264.73	c  S st  3513    536845     29161    124631         0     59834    378485   6235473    157.26   no data
264.87/265.00	c  S st  3513    537346     29161    124631         0     60335    378485   6322905    157.26   no data
264.87/265.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
264.98/265.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
264.98/265.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.98/265.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
264.98/265.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
264.98/265.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
265.09/265.21	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
265.17/265.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
265.57/265.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
268.87/269.01	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.29 s
268.87/269.03	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
268.97/269.14	c vivif2 --  cl tried    60329 cl shrink        0 lits rem          0 time: 0.11
269.17/269.34	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.21
269.17/269.35	c calculated reachability. Time: 0.00
269.17/269.35	c  N dy  3513    537346     29161    124631         0     60329    378485   6320569    157.26   no data
280.08/280.26	c  N dy  3647    557462     29161    124631         0     43448    378485   2011360    157.25    176.30
290.29/290.51	c  N dy  3785    577520     29161    124631         0     63506    378485   6916876    157.30    183.50
300.37/300.59	c  N dy  3926    597612     29161    124631         0     45597    378485   2376996    157.38    166.63
310.47/310.61	c  N dy  4066    617905     29161    124631         0     65890    378485   7328089    157.43    169.62
320.58/320.77	c  N dy  4202    637977     29161    124631         0     46963    378485   2424158    157.44    166.13
330.58/330.70	c  N dy  4338    658010     29161    124631         0     66993    378485   7369943    157.49    165.84
340.67/340.89	c  N dy  4477    678122     29161    124631         0     47108    378485   2234723    157.56    168.72
350.58/350.71	c  N dy  4614    698132     29161    124631         0     67116    378485   7109269    157.59    165.90
361.08/361.21	c  N dy  4758    718304     29161    124631         0     46291    378485   1753111    157.64    166.74
370.98/371.12	c  N dy  4893    738471     29161    124631         0     66457    378485   6703097    157.65    167.51
381.48/381.62	c  N dy  5028    758535     29161    124631         0     44528    378485   1112075    157.65    167.60
391.48/391.61	c  N dy  5170    778587     29161    124631         0     64579    378485   6063653    157.70    166.63
402.08/402.21	c  N dy  5308    798657     29161    124631         0     84649    378485  10989974    157.75    176.30
405.68/405.85	c  S st  5359    806019     29161    124631         0     49005    378485   1945403    157.74   no data
405.89/406.08	c  S st  5359    806523     29161    124631         0     49509    378485   2035105    157.74   no data
405.98/406.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
406.08/406.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
406.08/406.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
406.08/406.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
406.08/406.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
406.08/406.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
406.08/406.27	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
406.18/406.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
406.38/406.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
407.08/407.24	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.72 s
407.08/407.26	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
407.08/407.29	c vivif2 --  cl tried    49508 cl shrink        0 lits rem          0 time: 0.04
407.28/407.48	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.19
407.28/407.49	c calculated reachability. Time: 0.00
407.28/407.49	c  N dy  5359    806523     29161    124631         0     49508    378485   2034969    157.74   no data
417.99/418.19	c  N dy  5504    826610     29161    124631         0     69595    378485   7016808    157.79    202.87
430.78/430.97	c  N dy  5647    846680     29161    124631         0     45669    378485    913527    157.87    167.87
441.48/441.67	c  N dy  5792    866790     29161    124631         0     65777    378485   5914174    158.01    175.23
452.87/453.09	c  N dy  5933    886872     29161    124631         0     85859    378485  10833511    158.05    168.70
463.18/463.36	c  N dy  6075    906977     29161    124631         0     60962    378485   4412275    158.09    168.80
473.58/473.75	c  N dy  6199    926988     29161    124631         0     80972    378485   9305315    158.03    168.57
484.18/484.36	c  N dy  6343    947046     29161    124631         0     55030    378485   2738586    158.07    166.91
494.37/494.56	c  N dy  6470    967110     29161    124631         0     75092    378485   7575748    158.01    168.54
505.38/505.58	c  N dy  6614    987182     29161    124631         0     48167    378485    797608    158.08    199.14
515.37/515.59	c  N dy  6753   1007348     29161    124631         0     68333    378485   5764951    158.12    167.76
526.38/526.51	c  N dy  6894   1027511     29161    124631         0     88495    378485  10778353    158.20    175.41
536.79/536.93	c  N dy  7037   1047605     29161    124631         0     60591    378485   3583072    158.22    166.71
547.38/547.56	c  N dy  7169   1067908     29161    124631         0     80894    378485   8589530    158.25    177.73
549.48/549.66	c  F st  7192   1071876     29161    124631         0     84862    378485   9551628    158.23    131.43
558.47/558.62	c  N dy  7278   1088039     29161    124631         0     52023    378485   1295346    158.28    170.68
568.58/568.72	c  N dy  7415   1108125     29161    124631         0     72109    378485   6251919    158.33    168.78
579.37/579.57	c  N dy  7548   1128126     29161    124631         0     92110    378485  11194511    158.36    173.58
589.98/590.17	c  N dy  7686   1148222     29161    124631         0     62214    378485   3539587    158.38    167.09
601.69/601.86	c  N dy  7824   1168275     29161    124631         0     82265    378485   8552827    158.42    168.53
615.08/615.20	c  N dy  7968   1188305     29161    124631         0     51300    378485    597965    158.49    167.62
625.78/625.98	c  N dy  8108   1208311     29161    124631         0     71303    378485   5556840    158.50    167.84
626.57/626.79	c  S st  8116   1209784     29161    124631         0     72776    378485   5914509    158.49    159.06
626.88/627.10	c  S st  8116   1210290     29161    124631         0     73282    378485   6018554    158.49   no data
626.99/627.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
627.07/627.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
627.07/627.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
627.07/627.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
627.17/627.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
627.17/627.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
627.17/627.32	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
627.27/627.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
627.67/627.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
631.28/631.46	c lits-rem:         4  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.62 s
631.28/631.48	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.02
631.39/631.59	c vivif2 --  cl tried    73277 cl shrink        0 lits rem          0 time: 0.11
631.67/631.83	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.24
631.67/631.84	c calculated reachability. Time: 0.00
631.67/631.84	c  N dy  8116   1210290     29161    124631         0     73277    378485   6016986    158.49   no data
643.17/643.32	c  N dy  8251   1230360     29161    124631         0     93346    378485  11012059    158.51    171.58
654.08/654.28	c  N dy  8389   1250526     29161    124631         0     61510    378485   2872966    158.52    169.42
664.58/664.73	c  N dy  8521   1270560     29161    124631         0     81544    378485   7803064    158.51    188.23
675.68/675.89	c  N dy  8651   1290596     29161    124631         0    101577    378485  12806195    158.53    174.51
686.28/686.41	c  N dy  8780   1310713     29161    124631         0     68698    378485   4329733    158.51    168.77
696.87/697.07	c  N dy  8910   1330761     29161    124631         0     88746    378485   9293248    158.51    169.58
708.57/708.76	c  N dy  9050   1350902     29161    124631         0     54878    378485    753016    158.55    169.82
718.78/718.98	c  N dy  9186   1370953     29161    124631         0     74927    378485   5764012    158.58    167.00
729.97/730.17	c  N dy  9332   1391000     29161    124631         0     94974    378485  10746087    158.63    193.47
741.18/741.37	c  N dy  9463   1411036     29161    124631         0     60015    378485   1772828    158.65    168.96
751.68/751.80	c  N dy  9591   1431115     29161    124631         0     80092    378485   6703065    158.62    170.36
762.77/762.91	c  N dy  9722   1451220     29161    124631         0    100197    378485  11689175    158.61    168.24
773.97/774.14	c  N dy  9864   1471258     29161    124631         0     64237    378485   2551467    158.65    171.42
784.68/784.80	c  N dy 10005   1491310     29161    124631         0     84288    378485   7446614    158.65    176.37
796.48/796.64	c  N dy 10139   1511366     29161    124631         0    104343    378485  12390724    158.66    171.03
809.88/810.05	c  N dy 10276   1531585     29161    124631         0     67564    378485   3103500    158.66    171.67
822.68/822.81	c  N dy 10408   1551608     29161    124631         0     87586    378485   8038891    158.67    167.95
834.97/835.10	c  N dy 10545   1571709     29161    124631         0    107685    378485  13035079    158.70    167.37
846.48/846.66	c  N dy 10687   1591784     29161    124631         0     69758    378485   3480236    158.71    167.42
857.37/857.56	c  N dy 10828   1611964     29161    124631         0     89937    378485   8453726    158.74    176.85
869.17/869.33	c  N dy 10973   1632018     29161    124631         0    109987    378485  13494199    158.81    168.27
880.27/880.40	c  N dy 11112   1652037     29161    124631         0     71009    378485   3594357    158.83    168.70
891.18/891.32	c  N dy 11249   1672060     29161    124631         0     91031    378485   8504951    158.85    169.15
902.98/903.12	c  N dy 11388   1692260     29161    124631         0    111230    378485  13605634    158.89    170.37
913.08/913.21	c  S st 11509   1710290     29161    124631         0     69264    378485   2849654    158.88   no data
913.28/913.49	c  S st 11509   1710797     29161    124631         0     69771    378485   2937723    158.88   no data
913.38/913.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
913.48/913.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.11
913.48/913.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
913.48/913.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
913.48/913.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
913.48/913.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
913.58/913.70	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
913.68/913.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
913.78/913.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
915.78/915.97	c lits-rem:         8  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.96 s
915.78/915.99	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
915.87/916.04	c vivif2 --  cl tried    69768 cl shrink        0 lits rem          0 time: 0.05
916.08/916.26	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.22
916.08/916.27	c calculated reachability. Time: 0.00
916.08/916.27	c  N dy 11509   1710797     29161    124631         0     69768    378485   2937006    158.88   no data
926.97/927.13	c  N dy 11647   1730897     29161    124631         0     89867    378485   7950649    158.90    190.10
938.67/938.80	c  N dy 11788   1750906     29161    124631         0    109873    378485  12860060    158.91    171.29
950.39/950.54	c  N dy 11931   1771039     29161    124631         0     69012    378485   2585366    158.96    167.40
961.28/961.48	c  N dy 12070   1791263     29161    124631         0     89235    378485   7629420    158.99    172.32
972.97/973.14	c  N dy 12205   1811336     29161    124631         0    109307    378485  12668249    158.99    169.13
984.68/984.88	c  N dy 12343   1831338     29161    124631         0     67313    378485   1892145    159.00    169.72
995.58/995.79	c  N dy 12484   1851491     29161    124631         0     87464    378485   6917656    159.05    168.43
1007.48/1007.70	c  N dy 12621   1871640     29161    124631         0    107613    378485  11856087    159.04    172.09
1020.18/1020.37	c  N dy 12754   1891655     29161    124631         0     64632    378485    967312    159.03    170.70
1030.77/1030.99	c  N dy 12883   1911723     29161    124631         0     84700    378485   5895338    159.02    169.70
1042.27/1042.44	c  N dy 13019   1931766     29161    124631         0    104743    378485  10806117    159.03    169.03
1054.27/1054.49	c  N dy 13151   1951982     29161    124631         0    124959    378485  15749661    159.01    169.18
1065.37/1065.50	c  N dy 13295   1972106     29161    124631         0     81084    378485   4856729    159.05    167.76
1076.57/1076.70	c  N dy 13433   1992110     29161    124631         0    101087    378485   9864131    159.07    170.32
1088.58/1088.79	c  N dy 13572   2012152     29161    124631         0    121129    378485  14881859    159.08    171.93
1100.27/1100.43	c  N dy 13706   2032243     29161    124631         0     76224    378485   3375311    159.08    168.34
1111.37/1111.50	c  N dy 13845   2052251     29161    124631         0     96232    378485   8385587    159.10    168.80
1123.27/1123.48	c  N dy 13986   2072360     29161    124631         0    116341    378485  13429542    159.12    173.52
1135.37/1135.50	c  N dy 14113   2092452     29161    124631         0     70430    378485   1695307    159.11    170.98
1146.19/1146.32	c  N dy 14255   2112493     29161    124631         0     90471    378485   6656570    159.12    168.46
1157.97/1158.15	c  N dy 14391   2132764     29161    124631         0    110741    378485  11668900    159.12    169.69
1170.28/1170.43	c  N dy 14524   2152859     29161    124631         0    130832    378485  16616027    159.11    170.39
1181.39/1181.57	c  N dy 14663   2173016     29161    124631         0     83984    378485   4706583    159.10    170.63
1192.77/1192.93	c  N dy 14801   2193221     29161    124631         0    104187    378485   9693044    159.12    168.70
1204.07/1204.25	c  S st 14916   2210798     29161    124631         0    121760    378485  13910376    159.10    125.92
1204.38/1204.59	c  S st 14916   2211299     29161    124631         0    122261    378485  14000931    159.10   no data
1204.49/1204.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1204.67/1204.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.17
1204.67/1204.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1204.67/1204.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1204.67/1204.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1204.67/1204.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29161 time:  0.01 s
1204.67/1204.88	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1204.97/1205.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1205.77/1205.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1213.68/1213.83	c lits-rem:         0  cl-subs:       13  v-elim:      0  v-fix:    0  time:  7.81 s
1213.68/1213.84	c vivif2 --  cl tried   124631 cl shrink        0 lits rem          0 time: 0.01
1213.88/1214.09	c vivif2 --  cl tried   122248 cl shrink        0 lits rem          0 time: 0.24
1214.18/1214.40	c asymm  cl-useful: 0/124631/124631 lits-rem:0 time: 0.31
1214.28/1214.41	c calculated reachability. Time: 0.00
1214.28/1214.41	c  N dy 14916   2211299     29161    124631         0    122248    378485  13997175    159.10   no data
1226.38/1226.51	c  N dy 15058   2231339     29161    124631         0     74294    378485   2158533    159.11    169.61
1237.38/1237.55	c  N dy 15197   2251362     29161    124631         0     94317    378485   7135827    159.12    170.08
1249.17/1249.30	c  N dy 15337   2271445     29161    124631         0    114398    378485  12119997    159.14    168.75
1261.87/1262.07	c  N dy 15478   2291519     29161    124631         0    134470    378485  17084488    159.15    173.63
1273.08/1273.26	c  N dy 15614   2311566     29161    124631         0     85525    378485   4707051    159.15    170.48
1284.47/1284.68	c  N dy 15744   2331660     29161    124631         0    105619    378485   9703988    159.15    189.73
1297.07/1297.28	c  N dy 15882   2352130     29161    124631         0    126088    378485  14757386    159.17    167.62

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: 961)

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-3367406-1305382111/watcher-3367406-1305382111 -o /tmp/evaluation-result-3367406-1305382111/solver-3367406-1305382111 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367406-1305382111.cnf 

running on 2 cores: 0,2

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: 0.95 1.84 2.63 5/363 12173
/proc/meminfo: memFree=25584792/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=21832 CPUtime=0 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 780 0 0 0 0 0 0 0 21 0 1 0 728441767 22355968 721 33554432000 4194304 4580011 140734604341024 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 5458 730 320 95 0 440 0

[startup+0.104246 s]
/proc/loadavg: 0.95 1.84 2.63 5/363 12173
/proc/meminfo: memFree=25584792/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=44504 CPUtime=0.09 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 5499 0 0 0 9 0 0 0 21 0 1 0 728441767 45572096 4922 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 11126 4922 339 95 0 6108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44504

[startup+0.201235 s]
/proc/loadavg: 0.95 1.84 2.63 5/363 12173
/proc/meminfo: memFree=25584792/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=45160 CPUtime=0.19 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 5634 0 0 0 19 0 0 0 22 0 1 0 728441767 46243840 5057 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 11290 5057 340 95 0 6272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45160

[startup+0.301212 s]
/proc/loadavg: 0.95 1.84 2.63 5/363 12173
/proc/meminfo: memFree=25584792/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=58032 CPUtime=0.28 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 8808 0 0 0 28 0 0 0 22 0 1 0 728441767 59424768 8231 33554432000 4194304 4580011 140734604341024 18446744073709551615 251367205235 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 14508 8231 348 95 0 9490 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 58032

[startup+0.701137 s]
/proc/loadavg: 0.95 1.84 2.63 5/363 12173
/proc/meminfo: memFree=25584792/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=62804 CPUtime=0.68 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 11389 0 0 0 68 0 0 0 24 0 1 0 728441767 64311296 9338 33554432000 4194304 4580011 140734604341024 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 15701 9338 364 95 0 10683 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62804

[startup+1.50098 s]
/proc/loadavg: 0.95 1.84 2.63 5/371 12184
/proc/meminfo: memFree=25456140/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=62804 CPUtime=1.49 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 11985 0 0 0 148 1 0 0 25 0 1 0 728441767 64311296 9934 33554432000 4194304 4580011 140734604341024 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 15701 9934 364 95 0 10683 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62804

[startup+3.10069 s]
/proc/loadavg: 0.95 1.84 2.63 5/371 12185
/proc/meminfo: memFree=25442500/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=95620 CPUtime=3.09 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 12988 0 0 0 308 1 0 0 25 0 1 0 728441767 97914880 10937 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 23905 10937 364 95 0 18887 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95620

[startup+6.30109 s]
/proc/loadavg: 1.20 1.87 2.64 5/371 12185
/proc/meminfo: memFree=25385760/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=95620 CPUtime=6.29 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 14914 0 0 0 628 1 0 0 25 0 1 0 728441767 97914880 12863 33554432000 4194304 4580011 140734604341024 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 23905 12863 364 95 0 18887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95620

[startup+12.7009 s]
/proc/loadavg: 1.42 1.91 2.65 5/371 12185
/proc/meminfo: memFree=25326280/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=129500 CPUtime=12.68 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 20645 0 0 0 1266 2 0 0 25 0 1 0 728441767 132608000 12962 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 32375 12962 366 95 0 27357 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 129500

[startup+25.5005 s]
/proc/loadavg: 1.99 2.01 2.67 5/371 12185
/proc/meminfo: memFree=25115704/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=210864 CPUtime=25.48 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 47799 0 0 0 2542 6 0 0 25 0 1 0 728441767 215924736 33182 33554432000 4194304 4580011 140734604341024 18446744073709551615 251367207088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 52716 33182 367 95 0 47698 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 210864

[startup+51.1008 s]
/proc/loadavg: 2.68 2.17 2.70 5/371 12186
/proc/meminfo: memFree=24916648/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=280344 CPUtime=50.98 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 80811 0 0 0 5086 12 0 0 25 0 1 0 728441767 287072256 52415 33554432000 4194304 4580011 140734604341024 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 70086 52415 367 95 0 65068 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 280344

[startup+102.301 s]
/proc/loadavg: 3.42 2.45 2.77 5/371 12187
/proc/meminfo: memFree=24713056/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=327248 CPUtime=102.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 109155 0 0 0 10201 17 0 0 25 0 1 0 728441767 335101952 65304 33554432000 4194304 4580011 140734604341024 18446744073709551615 4321332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 81812 65304 367 95 0 76794 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 327248

[startup+162.301 s]
/proc/loadavg: 3.79 2.73 2.84 5/371 12189
/proc/meminfo: memFree=24611208/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=342300 CPUtime=162.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 133551 0 0 0 16194 24 0 0 25 0 1 0 728441767 350515200 70762 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 85575 70762 367 95 0 80557 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 342300

[startup+222.314 s]
/proc/loadavg: 3.95 2.97 2.92 5/371 12190
/proc/meminfo: memFree=24600372/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=357392 CPUtime=222.19 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 156399 0 0 0 22189 30 0 0 25 0 1 0 728441767 365969408 69854 33554432000 4194304 4580011 140734604341024 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 89348 69854 367 95 0 84330 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 357392

[startup+282.301 s]
/proc/loadavg: 4.06 3.17 2.99 5/371 12192
/proc/meminfo: memFree=24576788/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=365324 CPUtime=282.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 178364 0 0 0 28183 35 0 0 25 0 1 0 728441767 374091776 72031 33554432000 4194304 4580011 140734604341024 18446744073709551615 4316976 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 91331 72031 367 95 0 86313 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 365324

[startup+342.301 s]
/proc/loadavg: 4.06 3.33 3.05 5/371 12193
/proc/meminfo: memFree=24478532/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=380148 CPUtime=342.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 204079 0 0 0 34176 41 0 0 25 0 1 0 728441767 389271552 75587 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95037 75587 367 95 0 90019 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 380148

[startup+402.301 s]
/proc/loadavg: 4.13 3.48 3.12 5/371 12195
/proc/meminfo: memFree=24442152/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=380588 CPUtime=402.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 228041 0 0 0 40170 48 0 0 25 0 1 0 728441767 389722112 83615 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95147 83615 367 95 0 90129 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 380588

[startup+462.3 s]
/proc/loadavg: 4.05 3.57 3.17 5/371 12197
/proc/meminfo: memFree=24449308/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=381112 CPUtime=462.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 246933 0 0 0 46163 55 0 0 25 0 1 0 728441767 390258688 76615 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95278 76615 367 95 0 90260 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 381112

[startup+522.3 s]
/proc/loadavg: 4.02 3.65 3.22 5/371 12198
/proc/meminfo: memFree=24420876/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=381620 CPUtime=522.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 270346 0 0 0 52156 62 0 0 25 0 1 0 728441767 390778880 81564 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95405 81564 367 95 0 90387 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 381620

[startup+582.301 s]
/proc/loadavg: 4.00 3.71 3.27 5/371 12200
/proc/meminfo: memFree=24391580/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=381876 CPUtime=582.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 293740 0 0 0 58150 68 0 0 25 0 1 0 728441767 391041024 84990 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293073 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95469 84990 367 95 0 90451 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 381876

[startup+642.301 s]
/proc/loadavg: 4.03 3.77 3.31 5/371 12201
/proc/meminfo: memFree=24394768/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=383752 CPUtime=642.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 312997 0 0 0 64142 75 0 0 25 0 1 0 728441767 392962048 83634 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 95938 83634 367 95 0 90920 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 383752

[startup+702.301 s]
/proc/loadavg: 4.12 3.84 3.37 5/371 12203
/proc/meminfo: memFree=24360988/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=391484 CPUtime=702.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 337327 0 0 0 70136 82 0 0 25 0 1 0 728441767 400879616 86488 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 97871 86488 367 95 0 92853 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 391484

[startup+762.301 s]
/proc/loadavg: 4.09 3.88 3.41 5/371 12205
/proc/meminfo: memFree=24283700/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=391788 CPUtime=762.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 359702 0 0 0 76131 87 0 0 25 0 1 0 728441767 401190912 86316 33554432000 4194304 4580011 140734604341024 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 97947 86316 367 95 0 92929 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 391788

[startup+822.301 s]
/proc/loadavg: 4.14 3.93 3.45 5/371 12206
/proc/meminfo: memFree=24222660/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=392112 CPUtime=822.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 379403 0 0 0 82124 94 0 0 25 0 1 0 728441767 401522688 82741 33554432000 4194304 4580011 140734604341024 18446744073709551615 4318328 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 98028 82741 367 95 0 93010 0
Current children cumulated CPU time (s) 822.18
Current children cumulated vsize (KiB) 392112

[startup+882.313 s]
/proc/loadavg: 4.14 3.97 3.49 5/371 12208
/proc/meminfo: memFree=24209604/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=406804 CPUtime=882.19 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 404136 0 0 0 88117 102 0 0 25 0 1 0 728441767 416567296 83037 33554432000 4194304 4580011 140734604341024 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 101701 83037 367 95 0 96683 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 406804

[startup+942.3 s]
/proc/loadavg: 4.13 3.99 3.53 5/371 12209
/proc/meminfo: memFree=24124376/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=406936 CPUtime=942.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 426519 0 0 0 94110 107 0 0 25 0 1 0 728441767 416702464 92733 33554432000 4194304 4580011 140734604341024 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 101734 92733 367 95 0 96716 0
Current children cumulated CPU time (s) 942.17
Current children cumulated vsize (KiB) 406936

[startup+1002.3 s]
/proc/loadavg: 4.05 3.99 3.56 5/371 12211
/proc/meminfo: memFree=24227868/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=407548 CPUtime=1002.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 448138 0 0 0 100104 113 0 0 25 0 1 0 728441767 417329152 88317 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 101887 88317 367 95 0 96869 0
Current children cumulated CPU time (s) 1002.17
Current children cumulated vsize (KiB) 407548

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.58 5/371 12213
/proc/meminfo: memFree=24163116/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=408192 CPUtime=1062.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 468595 0 0 0 106099 118 0 0 25 0 1 0 728441767 417988608 82082 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 102048 82082 367 95 0 97030 0
Current children cumulated CPU time (s) 1062.17
Current children cumulated vsize (KiB) 408192

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.60 6/371 12214
/proc/meminfo: memFree=24156616/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=408436 CPUtime=1122.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 492028 0 0 0 112094 123 0 0 25 0 1 0 728441767 418238464 91519 33554432000 4194304 4580011 140734604341024 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 102109 91519 367 95 0 97091 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 408436

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.63 5/371 12216
/proc/meminfo: memFree=24081056/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=378172 CPUtime=1182.18 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 516470 0 0 0 118087 131 0 0 25 0 1 0 728441767 387248128 76110 33554432000 4194304 4580011 140734604341024 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 94543 76110 367 95 0 89525 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 378172

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.65 5/371 12217
/proc/meminfo: memFree=24056444/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=470472 CPUtime=1242.17 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 561073 0 0 0 124078 139 0 0 25 0 1 0 728441767 481763328 102614 33554432000 4194304 4580011 140734604341024 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 117618 102614 367 95 0 112600 0
Current children cumulated CPU time (s) 1242.17
Current children cumulated vsize (KiB) 470472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.67 5/372 12220
/proc/meminfo: memFree=24170900/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=470696 CPUtime=1299.88 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 586275 0 0 0 129841 147 0 0 25 0 1 0 728441767 481992704 109162 33554432000 4194304 4580011 140734604341024 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 117674 109162 367 95 0 112656 0
Current children cumulated CPU time (s) 1299.88
Current children cumulated vsize (KiB) 470696

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.67 5/372 12220
/proc/meminfo: memFree=24170900/32950928 swapFree=38710892/67111528
[pid=12173] ppid=12169 vsize=470696 CPUtime=1299.88 cores=0,2
/proc/12173/stat : 12173 (strangenight2-s) R 12169 12173 11751 0 -1 4202496 586275 0 0 0 129841 147 0 0 25 0 1 0 728441767 481992704 109162 33554432000 4194304 4580011 140734604341024 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12173/statm: 117674 109162 367 95 0 112656 0
Current children cumulated CPU time (s) 1299.88
Current children cumulated vsize (KiB) 470696

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1299.92
CPU user time (s): 1298.42
CPU system time (s): 1.49477
CPU usage (%): 99.991
Max. virtual memory (cumulated for all children) (KiB): 470696

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

runsolver used 4.89525 second user time and 10.4804 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 16:08:31
IDJOB=3367406
IDBENCH=82615
IDSOLVER=1845
FILE ID=node113/3367406-1305382111
RUNJOBID= node113-1305382110-12141
PBS_JOBID= 13324389
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367406-1305382111/watcher-3367406-1305382111 -o /tmp/evaluation-result-3367406-1305382111/solver-3367406-1305382111 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367406-1305382111.cnf

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

MD5SUM BENCH= 0aa289a52d8d004ea581b39b43a8a19a
RANDOM SEED=1153662436

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25585452 kB
Buffers:        238092 kB
Cached:        2471896 kB
SwapCached:      93712 kB
Active:         729628 kB
Inactive:      6377068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25585452 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           22980 kB
Writeback:           0 kB
AnonPages:     4314392 kB
Mapped:          13800 kB
Slab:           102708 kB
PageTables:      92384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87068252 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= 73412 MiB
End job on node113 at 2011-05-14 16:30:13