Trace number 3367347

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) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
MD5SUMa5ac359cd8af4f1e83d886effb49a2a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.405
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367347-1305380863.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.05/0.07	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.05/0.07	c -- vars added      30000
0.05/0.07	c Parsing time:  0.07 s
0.05/0.07	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data
0.09/0.17	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.10
0.19/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.19/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.19/0.29	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.39/0.45	c lits-rem:         0  cl-subs:        0  v-elim:    746  v-fix:    0  time:  0.16 s
0.39/0.46	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.49	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.39/0.49	c calculated reachability. Time: 0.00
0.49/0.50	c Calc default polars -  time:   0.01 s pos:   13425 undec:    3307 neg:   13268
0.49/0.50	c =========================================================================================
0.49/0.50	c types(t): F = full restart, N = normal restart
0.49/0.50	c types(t): S = simplification begin/end, E = solution found
0.49/0.50	c restart types(rt): st = static, dy = dynamic
0.49/0.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.50	c  B st     0         0     29254    125239         0         0    380448         0   no data   no data
1.89/1.96	c  N dy    20      4212     29254    125239         0      4211    380448   1143399    172.00    185.42
3.39/3.41	c  N dy    40      8341     29254    125239         0      8340    380448   2159194    160.32    170.90
4.79/4.87	c  N dy    64     12419     29254    125239         0     12418    380448   3124635    157.49    193.92
6.29/6.36	c  N dy    92     16507     29254    125239         0     16506    380448   4110348    157.13    195.94
7.79/7.83	c  N dy   116     20509     29254    125239         0     10511    380448    757625    156.04    167.94
9.19/9.25	c  N dy   142     24526     29254    125239         0     14528    380448   1722239    156.02    175.25
9.39/9.42	c  F st   145     25000     29254    125239         0     15002    380448   1828010    155.86    147.51
11.39/11.42	c  N dy   151     30001     29254    125239         0     20003    380448   3611473    155.86   no data
11.39/11.42	c  S st   151     30001     29254    125239         0     20003    380448   3611473    155.86   no data
11.59/11.60	c  S st   151     30503     29254    125239         0     20505    380448   3705900    155.86   no data
11.59/11.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.59/11.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
11.69/11.73	c blocked clauses removed:      560 vars:     94 tried:       29254 T: 0.01 s
11.69/11.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.69/11.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.69/11.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29160 time:  0.01 s
11.69/11.76	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
11.79/11.88	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.12 s
12.10/12.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.89/12.99	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.83 s
13.10/13.12	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.13
13.10/13.13	c calculated reachability. Time: 0.00
13.10/13.13	c  N dy   151     30503     29145    124665         0     20172    378827   3550250    155.86   no data
14.69/14.72	c  N dy   180     34718     29145    124665         0     24387    378827   4564378    155.95    166.75
16.39/16.41	c  N dy   209     39029     29145    124665         0     28698    378827   5608464    155.84    164.43
17.89/17.97	c  N dy   233     43114     29145    124665         0     17447    378827   1235319    155.29    181.34
18.89/18.97	c  S st   252     45754     29145    124665         0     20087    378827   1905367    155.61   no data
19.09/19.15	c  S st   252     46263     29145    124665         0     20596    378827   1998704    155.61   no data
19.09/19.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.19/19.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
19.19/19.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.19/19.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.19/19.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
19.19/19.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
19.19/19.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
19.29/19.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
19.39/19.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
19.69/19.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
19.69/19.77	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
19.69/19.80	c vivif2 --  cl tried    20596 cl shrink        0 lits rem          0 time: 0.03
19.88/19.94	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.13
19.88/19.94	c calculated reachability. Time: 0.00
19.88/19.94	c  N dy   252     46263     29145    124665         0     20596    378827   1998704    155.61   no data
21.39/21.48	c  N dy   278     50324     29145    124665         0     24657    378827   2911493    154.86    163.63
23.00/23.05	c  N dy   309     54332     29145    124665         0     28665    378827   3891042    155.48    201.37
24.59/24.66	c  N dy   339     58347     29145    124665         0     32680    378827   4899411    155.96    164.43
26.30/26.31	c  N dy   368     62469     29145    124665         0     36802    378827   5903892    156.14    165.00
27.89/27.90	c  N dy   395     66595     29145    124665         0     22265    378827   1630296    156.22    164.46
28.89/28.98	c  S st   416     69394     29145    124665         0     25064    378827   2297466    156.26   no data
29.09/29.17	c  S st   416     69896     29145    124665         0     25566    378827   2376017    156.26   no data
29.09/29.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.19/29.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
29.19/29.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.19/29.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
29.28/29.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
29.28/29.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
29.28/29.32	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
29.38/29.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
29.49/29.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
29.89/29.95	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.39 s
29.89/29.96	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
29.99/30.00	c vivif2 --  cl tried    25564 cl shrink        0 lits rem          0 time: 0.04
30.09/30.14	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.14
30.09/30.15	c calculated reachability. Time: 0.00
30.09/30.15	c  N dy   416     69896     29145    124665         0     25564    378827   2374417    156.26   no data
31.90/31.95	c  N dy   452     74427     29145    124665         0     30095    378827   3509876    156.76    169.91
33.79/33.85	c  N dy   482     79244     29145    124665         0     34912    378827   4647761    156.58    170.95
35.89/35.98	c  N dy   522     84330     29145    124665         0     39998    378827   5936103    157.05    213.71
37.19/37.26	c  F st   543     87500     29145    124665         0     22335    378827   1052050    156.86   no data
38.50/38.56	c  N st   548     90797     29145    124665         0     25631    378827   2000816    156.86   no data
40.89/40.93	c  N dy   577     96665     29145    124665         0     31498    378827   3741738    156.85    166.09
43.28/43.37	c  N dy   615    102834     29145    124665         0     37666    378827   5243048    156.89    168.38
44.09/44.19	c  S st   629    104844     29145    124665         0     39676    378827   5710067    156.83    159.93
44.39/44.40	c  S st   629    105348     29145    124665         0     40180    378827   5793270    156.83   no data
44.39/44.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
44.49/44.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
44.49/44.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.49/44.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
44.49/44.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
44.49/44.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
44.49/44.57	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
44.69/44.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
44.99/45.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.49/46.59	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.56 s
46.59/46.61	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
46.59/46.69	c vivif2 --  cl tried    40176 cl shrink        0 lits rem          0 time: 0.09
46.79/46.85	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.16
46.79/46.86	c calculated reachability. Time: 0.00
46.79/46.86	c  N dy   629    105348     29145    124665         0     40176    378827   5791178    156.83   no data
49.69/49.74	c  N dy   676    112431     29145    124665         0     24845    378827   1239954    156.73    172.50
52.49/52.56	c  N dy   727    119663     29145    124665         0     32077    378827   2977163    156.67    170.97
55.59/55.67	c  N dy   774    127399     29145    124665         0     39813    378827   4853630    156.73    165.92
59.09/59.11	c  N dy   827    135620     29145    124665         0     24325    378827    760852    156.74    179.44
62.29/62.38	c  N dy   879    144277     29145    124665         0     32981    378827   2766504    156.35    205.43
66.09/66.10	c  N dy   943    153536     29145    124665         0     42240    378827   5008727    156.41    196.71
67.89/67.98	c  S st   975    158025     29145    124665         0     46729    378827   6094873    156.45   no data
68.10/68.19	c  S st   975    158527     29145    124665         0     47231    378827   6184924    156.45   no data
68.20/68.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
68.29/68.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
68.29/68.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.29/68.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
68.29/68.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
68.29/68.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
68.29/68.37	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
68.49/68.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
68.79/68.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
70.89/70.97	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.14 s
70.89/70.99	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
70.99/71.08	c vivif2 --  cl tried    47230 cl shrink        0 lits rem          0 time: 0.09
71.19/71.25	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.17
71.19/71.26	c calculated reachability. Time: 0.00
71.19/71.26	c  N dy   975    158527     29145    124665         0     47230    378827   6184389    156.45   no data
75.39/75.44	c  N dy  1046    168786     29145    124665         0     32637    378827   2490208    156.48    167.01
79.89/79.93	c  N dy  1128    179626     29145    124665         0     43476    378827   5204159    156.86    199.08
84.70/84.77	c  N dy  1203    191170     29145    124665         0     29093    378827   1316362    156.79    169.65
89.59/89.61	c  N dy  1284    203401     29145    124665         0     41324    378827   4220937    156.75    175.98
95.09/95.16	c  N dy  1370    216426     29145    124665         0     27385    378827    636223    156.82    174.04
100.59/100.67	c  N dy  1461    230281     29145    124665         0     41239    378827   3980895    156.72    167.47
103.79/103.82	c  S st  1514    237791     29145    124665         0     48748    378827   5827638    156.77    168.45
103.99/104.03	c  S st  1514    238291     29145    124665         0     49248    378827   5916742    156.77   no data
103.99/104.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
104.09/104.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
104.09/104.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.09/104.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
104.09/104.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
104.19/104.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
104.19/104.21	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
104.29/104.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
104.59/104.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
106.79/106.89	c lits-rem:        10  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.25 s
106.89/106.91	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
106.99/107.00	c vivif2 --  cl tried    49242 cl shrink        0 lits rem          0 time: 0.09
107.09/107.17	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.17
107.09/107.18	c calculated reachability. Time: 0.00
107.09/107.18	c  N dy  1514    238291     29145    124665         0     49242    378827   5913138    156.77   no data
113.49/113.50	c  N dy  1615    253505     29145    124665         0     36473    378827   2561394    156.80    170.29
120.30/120.33	c  N dy  1727    269720     29145    124665         0     52687    378827   6499291    156.82    165.76
127.39/127.47	c  N dy  1843    287023     29145    124665         0     40997    378827   3410990    156.77    167.75
135.30/135.34	c  N dy  1968    305379     29145    124665         0     59352    378827   7913016    156.85    173.23
135.69/135.76	c  F st  1973    306250     29145    124665         0     30227    378827    551166    156.86   no data
143.59/143.61	c  N dy  2075    324984     29145    124665         0     48958    378827   5871199    156.92    175.93
152.09/152.17	c  N dy  2216    344992     29145    124665         0     37977    378827   2180752    156.93    166.77
157.39/157.44	c  S st  2302    357436     29145    124665         0     50421    378827   5215829    157.00   no data
157.59/157.66	c  S st  2302    357939     29145    124665         0     50924    378827   5295721    157.00   no data
157.59/157.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
157.69/157.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
157.69/157.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.79/157.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
157.79/157.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
157.79/157.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
157.79/157.83	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
157.89/157.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
158.19/158.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
160.29/160.33	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.11 s
160.29/160.34	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
160.39/160.42	c vivif2 --  cl tried    50919 cl shrink        0 lits rem          0 time: 0.08
160.50/160.60	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.17
160.50/160.60	c calculated reachability. Time: 0.00
160.50/160.60	c  N dy  2302    357939     29145    124665         0     50919    378827   5293879    157.00   no data
169.19/169.26	c  N dy  2445    377995     29145    124665         0     38974    378827   2203049    157.12    173.80
177.79/177.86	c  N dy  2584    398091     29145    124665         0     59070    378827   7065063    157.11    191.36
186.29/186.36	c  N dy  2720    418234     29145    124665         0     46216    378827   3739565    157.14    166.25
194.99/195.10	c  N dy  2857    438315     29145    124665         0     66297    378827   8677293    157.20    167.07
203.50/203.52	c  N dy  2993    458329     29145    124665         0     52313    378827   4875624    157.14    170.17
212.40/212.44	c  N dy  3126    478456     29145    124665         0     37444    378827   1072072    157.25    167.71
220.89/220.95	c  N dy  3265    498480     29145    124665         0     57465    378827   6004295    157.35    166.09
229.70/229.70	c  N dy  3401    518559     29145    124665         0     41550    378827   1793535    157.33    171.04
237.50/237.55	c  S st  3530    536908     29145    124665         0     59898    378827   6345408    157.40   no data
237.69/237.79	c  S st  3530    537412     29145    124665         0     60402    378827   6437755    157.40   no data
237.79/237.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
237.89/237.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
237.89/237.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.89/237.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
237.89/237.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
237.89/237.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
237.89/237.97	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
238.09/238.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
238.39/238.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
241.49/241.55	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.12 s
241.49/241.56	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
241.59/241.66	c vivif2 --  cl tried    60399 cl shrink        0 lits rem          0 time: 0.10
241.79/241.85	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.19
241.79/241.86	c calculated reachability. Time: 0.00
241.79/241.86	c  N dy  3530    537412     29145    124665         0     60399    378827   6437124    157.40   no data
250.59/250.60	c  N dy  3662    557487     29145    124665         0     43470    378827   2081061    157.39    173.72
259.39/259.42	c  N dy  3804    577506     29145    124665         0     63488    378827   6961129    157.42    174.31
268.30/268.32	c  N dy  3940    597526     29145    124665         0     45508    378827   2298577    157.44    181.63
277.11/277.11	c  N dy  4079    617547     29145    124665         0     65528    378827   7309124    157.58    166.90
285.90/285.96	c  N dy  4217    637636     29145    124665         0     46615    378827   2311780    157.63    170.40
294.60/294.65	c  N dy  4345    657748     29145    124665         0     66727    378827   7208840    157.64    167.97
303.50/303.55	c  N dy  4474    677836     29145    124665         0     46818    378827   2134109    157.57    166.50
312.41/312.43	c  N dy  4614    697853     29145    124665         0     66834    378827   7103141    157.69    169.71
321.70/321.75	c  N dy  4751    718085     29145    124665         0     46067    378827   1737339    157.75    169.85
330.50/330.50	c  N dy  4887    738130     29145    124665         0     66112    378827   6608151    157.77    167.25
339.70/339.72	c  N dy  5011    758203     29145    124665         0     44187    378827   1023901    157.74    172.96
348.40/348.44	c  N dy  5158    778229     29145    124665         0     64213    378827   5947332    157.79    168.53
357.70/357.77	c  N dy  5295    798282     29145    124665         0     84264    378827  10810864    157.77    175.12
361.19/361.24	c  S st  5352    806119     29145    124665         0     49101    378827   1964616    157.79   no data
361.39/361.45	c  S st  5352    806624     29145    124665         0     49606    378827   2051172    157.79   no data
361.39/361.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
361.49/361.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
361.49/361.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
361.49/361.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
361.59/361.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
361.59/361.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
361.59/361.62	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
361.69/361.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
361.80/361.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
362.49/362.51	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.66 s
362.49/362.52	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
362.49/362.56	c vivif2 --  cl tried    49606 cl shrink        0 lits rem          0 time: 0.03
362.69/362.73	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.17
362.69/362.74	c calculated reachability. Time: 0.00
362.69/362.74	c  N dy  5352    806624     29145    124665         0     49606    378827   2051171    157.79   no data
371.59/371.66	c  N dy  5492    826725     29145    124665         0     69704    378827   7007972    157.83    166.22
381.10/381.19	c  N dy  5626    846963     29145    124665         0     45944    378827    934555    157.80    167.50
389.79/389.89	c  N dy  5754    867015     29145    124665         0     65995    378827   5753812    157.76    169.93
399.50/399.57	c  N dy  5899    887367     29145    124665         0     86347    378827  10810757    157.82    166.20
408.30/408.32	c  N dy  6019    907448     29145    124665         0     61425    378827   4470935    157.77    168.75
417.60/417.68	c  N dy  6155    927489     29145    124665         0     81464    378827   9393805    157.78    169.86
427.00/427.02	c  N dy  6292    947614     29145    124665         0     55605    378827   2854774    157.80    175.43
436.10/436.13	c  N dy  6431    967707     29145    124665         0     75697    378827   7768945    157.81    166.26
445.80/445.87	c  N dy  6571    987738     29145    124665         0     48723    378827    916286    157.83    166.85
454.69/454.73	c  N dy  6714   1007927     29145    124665         0     68911    378827   5925339    157.89    170.29
464.30/464.33	c  N dy  6853   1027957     29145    124665         0     88938    378827  10846204    157.92    204.77
473.50/473.59	c  N dy  6979   1048136     29145    124665         0     61120    378827   3698212    157.93    166.43
482.91/482.98	c  N dy  7117   1068170     29145    124665         0     81153    378827   8664853    157.95    168.52
484.81/484.81	c  F st  7144   1071877     29145    124665         0     84860    378827   9579603    157.96   no data
492.90/492.94	c  N dy  7233   1088202     29145    124665         0     52187    378827   1313248    158.00    168.83
501.90/501.97	c  N dy  7369   1108234     29145    124665         0     72218    378827   6239374    158.02    172.40
511.61/511.63	c  N dy  7507   1128262     29145    124665         0     92245    378827  11124990    158.03    169.15
520.90/520.95	c  N dy  7651   1148273     29145    124665         0     62257    378827   3596923    158.12    166.79
530.21/530.21	c  N dy  7778   1168288     29145    124665         0     82271    378827   8504160    158.12    169.71
540.20/540.22	c  N dy  7912   1188311     29145    124665         0     51293    378827    591359    158.16    170.88
549.00/549.06	c  N dy  8053   1208340     29145    124665         0     71321    378827   5514679    158.19    170.78
549.80/549.82	c  S st  8065   1209936     29145    124665         0     72917    378827   5918551    158.19   no data
550.01/550.07	c  S st  8065   1210439     29145    124665         0     73420    378827   6001250    158.19   no data
550.01/550.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
550.10/550.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.10
550.20/550.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
550.20/550.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
550.20/550.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
550.20/550.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
550.20/550.26	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
550.40/550.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
550.60/550.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
553.90/553.91	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.21 s
553.90/553.92	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
554.00/554.01	c vivif2 --  cl tried    73415 cl shrink        0 lits rem          0 time: 0.09
554.20/554.22	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.20
554.20/554.23	c calculated reachability. Time: 0.00
554.20/554.23	c  N dy  8065   1210439     29145    124665         0     73415    378827   5998833    158.19   no data
563.90/563.98	c  N dy  8207   1230495     29145    124665         0     93470    378827  10876368    158.21    179.90
573.40/573.47	c  N dy  8340   1250556     29145    124665         0     61530    378827   2841577    158.21    167.15
582.70/582.71	c  N dy  8474   1270608     29145    124665         0     81582    378827   7742995    158.18    168.06
592.71/592.78	c  N dy  8613   1290704     29145    124665         0    101677    378827  12698123    158.21    169.01
602.21/602.21	c  N dy  8750   1310857     29145    124665         0     68829    378827   4517629    158.24    168.26
611.61/611.62	c  N dy  8874   1331022     29145    124665         0     88992    378827   9378320    158.20    167.84
621.91/621.97	c  N dy  9023   1351121     29145    124665         0     55100    378827    791508    158.23    172.66
631.00/631.05	c  N dy  9162   1371192     29145    124665         0     75169    378827   5719130    158.24    166.75
640.70/640.70	c  N dy  9291   1391266     29145    124665         0     95243    378827  10621479    158.25    214.68
650.61/650.65	c  N dy  9428   1411285     29145    124665         0     60262    378827   1859849    158.29    245.94
660.01/660.07	c  N dy  9563   1431466     29145    124665         0     80442    378827   6801304    158.30    167.68
669.81/669.82	c  N dy  9697   1451474     29145    124665         0    100449    378827  11662767    158.30    171.54
679.82/679.84	c  N dy  9847   1471564     29145    124665         0     64540    378827   2728537    158.36    168.22
689.21/689.27	c  N dy  9985   1491572     29145    124665         0     84548    378827   7694487    158.38    191.89
699.30/699.31	c  N dy 10124   1511769     29145    124665         0    104745    378827  12646390    158.40    167.10
709.00/709.08	c  N dy 10266   1531904     29145    124665         0     67882    378827   3192902    158.39    167.41
718.71/718.74	c  N dy 10418   1551940     29145    124665         0     87917    378827   8216498    158.46    198.72
729.60/729.60	c  N dy 10556   1572059     29145    124665         0    108035    378827  13154374    158.48    167.14
739.41/739.43	c  N dy 10702   1592118     29145    124665         0     70095    378827   3567114    158.50    170.69
748.91/748.94	c  N dy 10831   1612143     29145    124665         0     90119    378827   8538955    158.51    168.32
759.31/759.37	c  N dy 10972   1632336     29145    124665         0    110312    378827  13580637    158.54    171.80
769.11/769.19	c  N dy 11109   1652381     29145    124665         0     71361    378827   3628971    158.54    169.23
778.72/778.80	c  N dy 11250   1672411     29145    124665         0     91389    378827   8614227    158.57    173.61
789.01/789.04	c  N dy 11384   1692499     29145    124665         0    111477    378827  13557076    158.58    169.16
797.91/797.91	c  S st 11509   1710440     29145    124665         0     69423    378827   2879728    158.59    147.53
798.11/798.15	c  S st 11509   1710941     29145    124665         0     69924    378827   2965930    158.59   no data
798.11/798.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
798.21/798.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.10
798.31/798.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
798.31/798.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
798.31/798.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
798.31/798.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
798.31/798.34	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
798.41/798.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
798.52/798.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
800.41/800.40	c lits-rem:         8  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.78 s
800.41/800.41	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
800.41/800.46	c vivif2 --  cl tried    69922 cl shrink        0 lits rem          0 time: 0.05
800.61/800.66	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.20
800.61/800.67	c calculated reachability. Time: 0.00
800.61/800.67	c  N dy 11509   1710941     29145    124665         0     69922    378827   2965230    158.59   no data
810.31/810.36	c  N dy 11649   1731032     29145    124665         0     90011    378827   7950213    158.61    169.73
820.52/820.58	c  N dy 11788   1751109     29145    124665         0    110087    378827  12903394    158.62    178.67
830.81/830.81	c  N dy 11924   1771121     29145    124665         0     69099    378827   2653307    158.64    185.99
840.32/840.36	c  N dy 12061   1791213     29145    124665         0     89191    378827   7502990    158.63    170.25
850.61/850.60	c  N dy 12197   1811308     29145    124665         0    109285    378827  12476314    158.63    171.18
861.11/861.16	c  N dy 12339   1831427     29145    124665         0     67404    378827   1950009    158.69    167.29
870.72/870.78	c  N dy 12478   1851521     29145    124665         0     87497    378827   6911570    158.70    167.06
880.91/880.95	c  N dy 12613   1871616     29145    124665         0    107591    378827  11887805    158.72    172.62
891.61/891.67	c  N dy 12748   1891702     29145    124665         0     64681    378827   1005328    158.72    172.22
901.21/901.20	c  N dy 12896   1911837     29145    124665         0     84815    378827   5994193    158.75    168.26
911.41/911.46	c  N dy 13038   1931867     29145    124665         0    104845    378827  10934799    158.78    169.12
922.21/922.27	c  N dy 13178   1951954     29145    124665         0    124929    378827  15901751    158.79    170.67
932.01/932.02	c  N dy 13324   1972044     29145    124665         0     81018    378827   4878361    158.82    167.55
941.91/941.97	c  N dy 13463   1992071     29145    124665         0    101044    378827   9816553    158.83    169.42
952.52/952.57	c  N dy 13606   2012117     29145    124665         0    121089    378827  14808545    158.86    168.50
962.71/962.74	c  N dy 13744   2032336     29145    124665         0     76312    378827   3430763    158.88    173.53
972.51/972.53	c  N dy 13878   2052476     29145    124665         0     96451    378827   8361981    158.88    181.03
983.51/983.58	c  N dy 14008   2072648     29145    124665         0    116622    378827  13405553    158.90    167.27
994.42/994.42	c  N dy 14146   2092814     29145    124665         0     70791    378827   1764290    158.90    169.05
1003.92/1003.95	c  N dy 14282   2112835     29145    124665         0     90810    378827   6697242    158.91    188.22
1014.12/1014.20	c  N dy 14411   2132895     29145    124665         0    110867    378827  11627178    158.90    167.45
1025.02/1025.09	c  N dy 14543   2152907     29145    124665         0    130878    378827  16621168    158.90    177.14
1034.91/1034.98	c  N dy 14678   2172941     29145    124665         0     83920    378827   4817464    158.92    170.10
1045.02/1045.09	c  N dy 14826   2193015     29145    124665         0    103992    378827   9818277    158.95    197.74
1054.62/1054.63	c  S st 14947   2210941     29145    124665         0    121917    378827  14252368    158.96   no data
1054.93/1054.94	c  S st 14947   2211446     29145    124665         0    122422    378827  14337662    158.96   no data
1054.93/1054.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1055.12/1055.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.14
1055.12/1055.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1055.12/1055.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1055.12/1055.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1055.12/1055.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
1055.12/1055.19	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1055.42/1055.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
1056.12/1056.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1063.42/1063.42	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  7.23 s
1063.42/1063.43	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
1063.63/1063.65	c vivif2 --  cl tried   122414 cl shrink        0 lits rem          0 time: 0.22
1063.82/1063.89	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.25
1063.92/1063.90	c calculated reachability. Time: 0.00
1063.92/1063.90	c  N dy 14947   2211446     29145    124665         0    122414    378827  14334335    158.96   no data
1073.21/1073.23	c  N dy 15086   2231462     29145    124665         0     74429    378827   2221594    158.99    168.64
1081.72/1081.73	c  N dy 15223   2251523     29145    124665         0     94489    378827   7231760    159.01    169.26
1090.72/1090.79	c  N dy 15359   2271618     29145    124665         0    114580    378827  12205817    159.02    167.66
1100.52/1100.58	c  N dy 15506   2291723     29145    124665         0    134685    378827  17254526    159.05    167.84
1109.22/1109.27	c  N dy 15646   2311810     29145    124665         0     85779    378827   4822942    159.08    170.05
1118.02/1118.10	c  N dy 15788   2331971     29145    124665         0    105936    378827   9804938    159.09    169.80
1127.43/1127.50	c  N dy 15929   2352013     29145    124665         0    125977    378827  14848719    159.12    171.32
1136.92/1136.95	c  N dy 16069   2372019     29145    124665         0     75992    378827   2127935    159.13    175.10
1145.42/1145.41	c  N dy 16195   2392055     29145    124665         0     96027    378827   7077168    159.13    171.16
1154.52/1154.55	c  N dy 16335   2412107     29145    124665         0    116078    378827  12100340    159.15    171.08
1164.32/1164.32	c  N dy 16468   2432436     29145    124665         0    136405    378827  17140407    159.15    168.78
1173.12/1173.14	c  N dy 16606   2452510     29145    124665         0     85481    378827   4185321    159.16    208.21
1181.92/1181.90	c  N dy 16740   2472532     29145    124665         0    105500    378827   9154170    159.17    167.62
1191.22/1191.25	c  N dy 16876   2492587     29145    124665         0    125553    378827  14123919    159.18    171.53
1201.13/1201.19	c  N dy 17015   2512668     29145    124665         0     73633    378827   1055261    159.18    173.49
1209.62/1209.66	c  N dy 17158   2532797     29145    124665         0     93761    378827   5992951    159.19    168.23
1218.62/1218.68	c  N dy 17290   2552856     29145    124665         0    113819    378827  11000988    159.20    171.71
1228.32/1228.31	c  N dy 17421   2573077     29145    124665         0    134039    378827  16062059    159.20    171.32
1237.72/1237.74	c  N dy 17552   2593120     29145    124665         0     81081    378827   2672324    159.21    167.63
1246.42/1246.44	c  N dy 17693   2613260     29145    124665         0    101219    378827   7650753    159.23    169.34
1255.62/1255.67	c  N dy 17831   2633319     29145    124665         0    121276    378827  12631541    159.24    169.92
1265.52/1265.57	c  N dy 17968   2653486     29145    124665         0    141443    378827  17632302    159.24    168.40
1274.62/1274.61	c  N dy 18102   2673694     29145    124665         0     87657    378827   3974545    159.24    170.35
1283.42/1283.45	c  N dy 18234   2693700     29145    124665         0    107659    378827   8967682    159.25    167.88
1291.72/1291.74	c  S st 18348   2711446     29145    124665         0    125405    378827  13338928    159.25   no data
1292.02/1292.00	c  S st 18348   2711952     29145    124665         0    125911    378827  13429829    159.25   no data
1292.02/1292.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1292.12/1292.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.13
1292.22/1292.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1292.22/1292.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1292.22/1292.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1292.22/1292.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
1292.22/1292.23	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1292.43/1292.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
1293.03/1293.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1299.92/1299.97	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.95 s
1299.92/1299.98	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.02 3.99 3.34 4/284 23651
/proc/meminfo: memFree=20249440/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=39320 CPUtime=0 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 3468 0 0 0 0 0 0 0 25 0 1 0 649686084 40263680 2891 33554432000 4194304 4580011 140734197445888 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 9830 2891 324 95 0 4812 0

[startup+0.0642201 s]
/proc/loadavg: 4.02 3.99 3.34 4/284 23651
/proc/meminfo: memFree=20249440/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=44384 CPUtime=0.05 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 5238 0 0 0 5 0 0 0 25 0 1 0 649686084 45449216 4661 33554432000 4194304 4580011 140734197445888 18446744073709551615 237278544760 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 11096 4663 324 95 0 6078 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44384

[startup+0.100213 s]
/proc/loadavg: 4.02 3.99 3.34 4/284 23651
/proc/meminfo: memFree=20249440/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=44512 CPUtime=0.09 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 5499 0 0 0 9 0 0 0 25 0 1 0 649686084 45580288 4922 33554432000 4194304 4580011 140734197445888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 11128 4922 339 95 0 6110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44512

[startup+0.300177 s]
/proc/loadavg: 4.02 3.99 3.34 4/284 23651
/proc/meminfo: memFree=20249440/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=66596 CPUtime=0.29 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 10755 0 0 0 28 1 0 0 25 0 1 0 649686084 68194304 10178 33554432000 4194304 4580011 140734197445888 18446744073709551615 4451435 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 16649 10178 352 95 0 11631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66596

[startup+0.701105 s]
/proc/loadavg: 4.02 3.99 3.34 4/284 23651
/proc/meminfo: memFree=20249440/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=63308 CPUtime=0.69 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 11503 0 0 0 68 1 0 0 25 0 1 0 649686084 64827392 9452 33554432000 4194304 4580011 140734197445888 18446744073709551615 4318262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 15827 9452 364 95 0 10809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63308

[startup+1.50096 s]
/proc/loadavg: 4.02 3.99 3.34 5/285 23652
/proc/meminfo: memFree=20207396/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=63308 CPUtime=1.49 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 12150 0 0 0 148 1 0 0 25 0 1 0 649686084 64827392 10099 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 15827 10099 364 95 0 10809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63308

[startup+3.10074 s]
/proc/loadavg: 4.02 3.99 3.34 5/285 23652
/proc/meminfo: memFree=20199088/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=96124 CPUtime=3.09 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 13299 0 0 0 308 1 0 0 25 0 1 0 649686084 98430976 11248 33554432000 4194304 4580011 140734197445888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 24031 11248 364 95 0 19013 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96124

[startup+6.30011 s]
/proc/loadavg: 4.02 3.99 3.34 5/285 23652
/proc/meminfo: memFree=20177760/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=96124 CPUtime=6.29 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 15389 0 0 0 628 1 0 0 25 0 1 0 649686084 98430976 13338 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 24031 13338 364 95 0 19013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96124

[startup+12.701 s]
/proc/loadavg: 4.02 3.99 3.35 5/285 23652
/proc/meminfo: memFree=20162644/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=202816 CPUtime=12.69 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 39054 0 0 0 1264 5 0 0 25 0 1 0 649686084 207683584 31368 33554432000 4194304 4580011 140734197445888 18446744073709551615 4451787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 50704 31368 367 95 0 45686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 202816

[startup+25.5007 s]
/proc/loadavg: 4.01 3.99 3.35 5/285 23679
/proc/meminfo: memFree=20314280/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=216352 CPUtime=25.49 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 50383 0 0 0 2541 8 0 0 25 0 1 0 649686084 221544448 35772 33554432000 4194304 4580011 140734197445888 18446744073709551615 4301841 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 54088 35772 367 95 0 49070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 216352

[startup+51.1011 s]
/proc/loadavg: 4.01 3.99 3.37 5/285 23680
/proc/meminfo: memFree=20130332/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=239328 CPUtime=51.09 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 85792 0 0 0 5096 13 0 0 25 0 1 0 649686084 245071872 53631 33554432000 4194304 4580011 140734197445888 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 59832 53631 367 95 0 54814 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 239328

[startup+102.311 s]
/proc/loadavg: 4.00 3.99 3.40 5/285 23709
/proc/meminfo: memFree=20133044/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=331632 CPUtime=102.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 113342 0 0 0 10211 19 0 0 25 0 1 0 649686084 339591168 65189 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293716 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 82908 65189 367 95 0 77890 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 331632

[startup+162.3 s]
/proc/loadavg: 4.07 4.00 3.44 5/285 23711
/proc/meminfo: memFree=20067160/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=349488 CPUtime=162.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 139887 0 0 0 16204 26 0 0 25 0 1 0 649686084 357875712 70985 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 87372 70985 367 95 0 82354 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 349488

[startup+222.301 s]
/proc/loadavg: 4.06 4.01 3.48 5/285 23713
/proc/meminfo: memFree=20011580/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=363360 CPUtime=222.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 168123 0 0 0 22197 33 0 0 25 0 1 0 649686084 372080640 75181 33554432000 4194304 4580011 140734197445888 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 90840 75181 367 95 0 85822 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 363360

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.51 5/285 23714
/proc/meminfo: memFree=19915796/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=386184 CPUtime=282.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 197657 0 0 0 28190 40 0 0 25 0 1 0 649686084 395452416 84181 33554432000 4194304 4580011 140734197445888 18446744073709551615 4324347 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 96546 84181 367 95 0 91528 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386184

[startup+342.3 s]
/proc/loadavg: 4.07 4.03 3.55 5/285 23716
/proc/meminfo: memFree=19928284/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=328380 CPUtime=342.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 221535 0 0 0 34184 46 0 0 25 0 1 0 649686084 336261120 77030 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 82095 77030 367 95 0 77077 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 328380

[startup+402.301 s]
/proc/loadavg: 4.08 4.04 3.58 5/285 23717
/proc/meminfo: memFree=19951180/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=328628 CPUtime=402.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 247246 0 0 0 40177 53 0 0 25 0 1 0 649686084 336515072 77092 33554432000 4194304 4580011 140734197445888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 82157 77092 367 95 0 77139 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 328628

[startup+462.301 s]
/proc/loadavg: 4.03 4.03 3.60 5/285 23719
/proc/meminfo: memFree=19886884/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=387904 CPUtime=462.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 272552 0 0 0 46170 60 0 0 25 0 1 0 649686084 397213696 84003 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 96976 84003 367 95 0 91958 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 387904

[startup+522.3 s]
/proc/loadavg: 4.01 4.02 3.62 5/285 23721
/proc/meminfo: memFree=19926772/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=389724 CPUtime=522.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 297707 0 0 0 52163 67 0 0 25 0 1 0 649686084 399077376 78933 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 97431 78933 367 95 0 92413 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 389724

[startup+582.3 s]
/proc/loadavg: 4.00 4.02 3.64 5/285 23722
/proc/meminfo: memFree=19880844/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=390156 CPUtime=582.3 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 321764 0 0 0 58157 73 0 0 25 0 1 0 649686084 399519744 82154 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 97539 82154 367 95 0 92521 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 390156

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.66 5/285 23724
/proc/meminfo: memFree=19903728/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=398200 CPUtime=642.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 349418 0 0 0 64153 79 0 0 25 0 1 0 649686084 407756800 87935 33554432000 4194304 4580011 140734197445888 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 99550 87935 367 95 0 94532 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 398200

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/285 23725
/proc/meminfo: memFree=19890560/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=398492 CPUtime=702.31 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 374733 0 0 0 70145 86 0 0 25 0 1 0 649686084 408055808 90520 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 99623 90520 367 95 0 94605 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 398492

[startup+762.31 s]
/proc/loadavg: 4.08 4.03 3.71 5/285 23727
/proc/meminfo: memFree=19736024/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=413224 CPUtime=762.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 403138 0 0 0 76140 92 0 0 25 0 1 0 649686084 423141376 94985 33554432000 4194304 4580011 140734197445888 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 103306 94985 367 95 0 98288 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 413224

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.72 5/285 23738
/proc/meminfo: memFree=19747040/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=413524 CPUtime=822.31 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 426825 0 0 0 82134 97 0 0 25 0 1 0 649686084 423448576 93719 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293765 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 103381 93719 367 95 0 98363 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 413524

[startup+882.301 s]
/proc/loadavg: 4.05 4.03 3.74 5/285 23739
/proc/meminfo: memFree=19749816/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=414144 CPUtime=882.31 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 451577 0 0 0 88128 103 0 0 25 0 1 0 649686084 424083456 92626 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 103536 92626 367 95 0 98518 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 414144

[startup+942.3 s]
/proc/loadavg: 4.09 4.04 3.76 5/285 23741
/proc/meminfo: memFree=19736372/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=414788 CPUtime=942.31 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 476002 0 0 0 94122 109 0 0 25 0 1 0 649686084 424742912 90210 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 103697 90210 367 95 0 98679 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 414788

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.77 5/285 23745
/proc/meminfo: memFree=19731604/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=415180 CPUtime=1002.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 499859 0 0 0 100116 116 0 0 25 0 1 0 649686084 425144320 86120 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 103795 86120 367 95 0 98777 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 415180

[startup+1062.3 s]
/proc/loadavg: 3.93 4.01 3.78 4/280 23765
/proc/meminfo: memFree=20036940/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=481056 CPUtime=1062.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 549955 0 0 0 106106 126 0 0 25 0 1 0 649686084 492601344 110515 33554432000 4194304 4580011 140734197445888 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 120264 110515 367 95 0 115246 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 481056

[startup+1122.3 s]
/proc/loadavg: 3.34 3.82 3.73 4/279 23767
/proc/meminfo: memFree=19930608/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=481456 CPUtime=1122.31 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 584981 0 0 0 112098 133 0 0 25 0 1 0 649686084 493010944 108305 33554432000 4194304 4580011 140734197445888 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 120364 108305 367 95 0 115346 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 481456

[startup+1182.3 s]
/proc/loadavg: 3.12 3.67 3.68 4/279 23768
/proc/meminfo: memFree=19964536/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=481780 CPUtime=1182.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 620628 0 0 0 118091 141 0 0 25 0 1 0 649686084 493342720 105634 33554432000 4194304 4580011 140734197445888 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 120445 105634 367 95 0 115427 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 481780

[startup+1242.3 s]
/proc/loadavg: 3.04 3.54 3.63 4/279 23770
/proc/meminfo: memFree=20004532/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=482172 CPUtime=1242.32 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 655804 0 0 0 124083 149 0 0 25 0 1 0 649686084 493744128 101629 33554432000 4194304 4580011 140734197445888 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 120543 101629 367 95 0 115525 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 482172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.47 3.60 4/279 23771
/proc/meminfo: memFree=19917660/32950904 swapFree=67057400/67111528
[pid=23651] ppid=23649 vsize=517388 CPUtime=1300.03 cores=4,6
/proc/23651/stat : 23651 (strangenight2-s) R 23649 23651 23326 0 -1 4202496 692392 0 0 0 129847 156 0 0 25 0 1 0 649686084 529805312 118258 33554432000 4194304 4580011 140734197445888 18446744073709551615 4502070 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23651/statm: 129347 118258 367 95 0 124329 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 517388

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.48
CPU system time (s): 1.58576
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 733764

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

runsolver used 3.20151 second user time and 8.00878 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 15:47:43
IDJOB=3367347
IDBENCH=82556
IDSOLVER=1845
FILE ID=node121/3367347-1305380863
RUNJOBID= node121-1305379153-23345
PBS_JOBID= 13324381
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= a5ac359cd8af4f1e83d886effb49a2a9
RANDOM SEED=1018417942

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20249720 kB
Buffers:        287832 kB
Cached:        5962548 kB
SwapCached:       7656 kB
Active:        7134924 kB
Inactive:      5211824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20249720 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            7932 kB
Writeback:           0 kB
AnonPages:     6094232 kB
Mapped:          22932 kB
Slab:           265076 kB
PageTables:      26424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31542248 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 node121 at 2011-05-14 16:09:25