Trace number 3369778

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-Night-1-st (fixed)? (TO) 1300.02 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
MD5SUMd523f5efa43fecaa5caf604137870a4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.522
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369778-1305382042.cnf'
0.00/0.01	c -- header says num vars:          20000
0.00/0.01	c -- header says num clauses:       84000
0.04/0.05	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.04/0.05	c -- vars added      20000
0.04/0.05	c Parsing time:  0.04 s
0.04/0.05	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.09/0.10	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.09/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.00 s
0.19/0.20	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.01 s
0.28/0.36	c lits-rem:         0  cl-subs:        0  v-elim:    694  v-fix:    0  time:  0.16 s
0.28/0.36	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.40	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.40	c calculated reachability. Time: 0.00
0.38/0.40	c Calc default polars -  time:   0.01 s pos:    8674 undec:    2338 neg:    8988
0.38/0.40	c =========================================================================================
0.38/0.40	c types(t): F = full restart, N = normal restart
0.38/0.40	c types(t): S = simplification begin/end, E = solution found
0.38/0.40	c restart types(rt): st = static, dy = dynamic
0.38/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.40	c  B st     0         0     19306     83138         0         0    253191         0   no data   no data  --
1.29/1.37	c  N dy    20      4082     19306     83138         0      4081    253191    966889    130.69    145.56  --
2.20/2.27	c  N dy    47      8106     19306     83138         0      8104    253191   1791902    130.90    138.43  --
3.09/3.17	c  N dy    73     12130     19306     83138         0     12128    253191   2571522    129.14    136.65  --
4.09/4.18	c  N dy    99     16158     19306     83138         0     16156    253191   3397234    129.53    151.62  --
5.19/5.22	c  N dy   127     20203     19306     83138         0     10202    253191    600028    130.26    159.14  --
6.09/6.19	c  N dy   154     24286     19306     83138         0     14285    253191   1438846    130.03    139.86  --
6.29/6.38	c  F st   161     25001     19306     83138         0     15000    253191   1588386    130.18   no data  --
7.19/7.27	c  N st   166     28298     19306     83138         0     18296    253191   2425350    130.18   no data  --
7.78/7.83	c  S st   167     30001     19306     83138         0     19999    253191   3129583    130.18   no data  --
7.88/7.96	c  S st   167     30504     19306     83138         0     20502    253191   3204523    130.18   no data  --
7.88/7.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.88/7.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.99/8.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
8.29/8.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
8.29/8.32	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
13.39/13.43	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  5.11 s
13.49/13.52	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.09
13.49/13.53	c calculated reachability. Time: 0.00
13.49/13.53	c  N dy   167     30504     19306     83138         0     20500    253191   3203755    130.18   no data  --
14.59/14.64	c  N dy   190     34721     19306     83138         0     24717    253191   4065027    129.71    137.04  --
15.59/15.69	c  N dy   216     38793     19306     83138         0     28789    253191   4874641    129.27    151.96  --
16.79/16.85	c  N dy   240     42917     19306     83138         0     17418    253191   1088572    129.28    137.74  --
17.60/17.64	c  S st   256     45756     19306     83138         0     20257    253191   1651084    128.79     98.57  --
17.69/17.78	c  S st   256     46258     19306     83138         0     20759    253191   1733079    128.79   no data  --
17.69/17.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.69/17.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.78/17.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
17.99/18.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.99/18.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.99/18.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
17.99/18.03	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
21.28/21.31	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.27 s
21.28/21.32	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
21.28/21.34	c vivif2 --  cl tried    20757 cl shrink        0 lits rem          0 time: 0.02
21.38/21.42	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.09
21.38/21.43	c calculated reachability. Time: 0.00
21.38/21.43	c  N dy   256     46258     19306     83138         0     20757    253191   1732858    128.79   no data  --
22.39/22.45	c  N dy   284     50281     19306     83138         0     24779    253191   2565826    128.84    139.73  --
23.49/23.50	c  N dy   309     54357     19306     83138         0     28855    253191   3403909    128.80    137.99  --
24.59/24.64	c  N dy   333     58416     19306     83138         0     32913    253191   4237660    128.82    139.37  --
25.79/25.80	c  N dy   363     62432     19306     83138         0     36929    253191   5039605    128.86    136.39  --
26.88/26.98	c  N dy   392     66602     19306     83138         0     22350    253191   1377400    129.00    138.90  --
27.69/27.74	c  S st   409     69387     19306     83138         0     25135    253191   1951248    128.87    108.41  --
27.79/27.87	c  S st   409     69889     19306     83138         0     25637    253191   2037194    128.87   no data  --
27.79/27.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.79/27.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.89/27.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.09
27.99/28.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.99/28.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.99/28.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
28.09/28.10	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
31.99/32.00	c lits-rem:        13  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.90 s
31.99/32.01	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
31.99/32.03	c vivif2 --  cl tried    25636 cl shrink        0 lits rem          0 time: 0.03
32.09/32.13	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.10
32.09/32.14	c calculated reachability. Time: 0.00
32.09/32.14	c  N dy   409     69889     19306     83138         0     25636    253191   2036459    128.87   no data  --
33.39/33.43	c  N dy   438     74557     19306     83138         0     30304    253191   2982769    128.76    135.97  --
34.69/34.73	c  N dy   470     79327     19306     83138         0     35074    253191   3955717    128.86    136.23  --
36.09/36.14	c  N dy   506     84461     19306     83138         0     40208    253191   4979301    128.96    138.80  --
36.99/37.04	c  F st   529     87501     19306     83138         0     22377    253191    945301    129.21   no data  --
37.99/38.00	c  N st   534     90802     19306     83138         0     25678    253191   1868952    129.21   no data  --
39.79/39.80	c  N dy   562     96733     19306     83138         0     31609    253191   3283544    129.21    136.16  --
41.49/41.53	c  N dy   602    103003     19306     83138         0     37879    253191   4521233    129.11    136.03  --
41.99/42.02	c  S st   615    104834     19306     83138         0     39710    253191   4883975    129.15    138.51  --
42.09/42.17	c  S st   615    105336     19306     83138         0     40212    253191   4962852    129.15   no data  --
42.09/42.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.09/42.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.19/42.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
42.49/42.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.49/42.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.49/42.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
42.49/42.58	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
90.39/90.43	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 47.85 s
90.39/90.44	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
90.49/90.51	c vivif2 --  cl tried    40209 cl shrink        0 lits rem          0 time: 0.07
90.59/90.63	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.13
90.59/90.64	c calculated reachability. Time: 0.00
90.59/90.64	c  N dy   615    105336     19306     83138         0     40209    253191   4961362    129.15   no data  --
92.59/92.69	c  N dy   663    112150     19306     83138         0     24585    253191   1032131    129.28    136.71  --
94.60/94.64	c  N dy   711    119355     19306     83138         0     31789    253191   2519005    129.44    188.22  --
96.80/96.86	c  N dy   765    127036     19306     83138         0     39470    253191   4107591    129.76    216.11  --
99.29/99.39	c  N dy   815    135314     19306     83138         0     24029    253191    608941    129.76    137.63  --
101.69/101.72	c  N dy   870    143994     19306     83138         0     32707    253191   2429855    129.71    139.88  --
104.40/104.46	c  N dy   941    153181     19306     83138         0     41894    253191   4361742    130.02    157.21  --
105.89/105.93	c  S st   971    158004     19306     83138         0     46716    253191   5366300    129.99   no data  --
105.99/106.09	c  S st   971    158507     19306     83138         0     47219    253191   5443502    129.99   no data  --
106.09/106.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
106.09/106.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.19/106.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
106.49/106.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
106.49/106.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.49/106.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
106.49/106.53	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
171.89/171.99	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 65.46 s
171.99/172.00	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
171.99/172.08	c vivif2 --  cl tried    47212 cl shrink        0 lits rem          0 time: 0.08
172.19/172.23	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.15
172.19/172.23	c calculated reachability. Time: 0.00
172.19/172.23	c  N dy   971    158507     19306     83138         0     47212    253191   5440793    129.99   no data  --
175.19/175.21	c  N dy  1043    168764     19306     83138         0     32611    253191   2124557    130.10    144.96  --
178.49/178.54	c  N dy  1111    179595     19306     83138         0     43441    253191   4370373    130.12    137.19  --
181.99/182.05	c  N dy  1190    191107     19306     83138         0     29026    253191   1129962    130.09    156.78  --
185.49/185.57	c  N dy  1271    203485     19306     83138         0     41403    253191   3662720    130.02    137.32  --
189.49/189.56	c  N dy  1359    216543     19306     83138         0     27500    253191    594907    130.03    137.32  --
193.39/193.48	c  N dy  1459    230390     19306     83138         0     41346    253191   3469551    130.20    140.21  --
195.70/195.73	c  S st  1507    237762     19306     83138         0     48717    253191   4980293    130.23   no data  --
195.89/195.90	c  S st  1507    238265     19306     83138         0     49220    253191   5062395    130.23   no data  --
195.89/195.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
195.89/195.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.99/196.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
196.19/196.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
196.29/196.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.29/196.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
196.29/196.31	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
254.59/254.62	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 58.31 s
254.59/254.63	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
254.59/254.69	c vivif2 --  cl tried    49216 cl shrink        0 lits rem          0 time: 0.07
254.79/254.84	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.14
254.79/254.85	c calculated reachability. Time: 0.00
254.79/254.85	c  N dy  1507    238265     19306     83138         0     49216    253191   5061659    130.23   no data  --
259.39/259.40	c  N dy  1616    253593     19306     83138         0     36559    253191   2266290    130.39    138.11  --
264.29/264.31	c  N dy  1717    269807     19306     83138         0     52772    253191   5615501    130.39    139.37  --
269.40/269.48	c  N dy  1828    287137     19306     83138         0     41116    253191   2985785    130.45    139.28  --
275.19/275.21	c  N dy  1951    305630     19306     83138         0     59607    253191   6851370    130.60    138.07  --
275.39/275.44	c  F st  1955    306252     19306     83138         0     30231    253191    501638    130.59   no data  --
280.99/281.07	c  N dy  2047    325277     19306     83138         0     49256    253191   4863344    130.60    137.98  --
287.29/287.31	c  N dy  2186    345301     19306     83138         0     38285    253191   1990499    130.77    139.21  --
290.89/290.90	c  S st  2264    357397     19306     83138         0     50381    253191   4509216    130.72   no data  --
290.99/291.05	c  S st  2264    357900     19306     83138         0     50884    253191   4575394    130.72   no data  --
290.99/291.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.99/291.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
291.09/291.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
291.29/291.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
291.29/291.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
291.29/291.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.00 s
291.40/291.41	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
333.89/333.92	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 42.52 s
333.89/333.93	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
333.89/334.00	c vivif2 --  cl tried    50880 cl shrink        0 lits rem          0 time: 0.06
334.09/334.15	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.15
334.09/334.16	c calculated reachability. Time: 0.00
334.09/334.16	c  N dy  2264    357900     19306     83138         0     50880    253191   4573599    130.72   no data  --
340.39/340.43	c  N dy  2400    378123     19306     83138         0     39101    253191   1922282    130.64    137.77  --
346.59/346.66	c  N dy  2530    398158     19306     83138         0     59136    253191   6096526    130.71    152.33  --
352.89/352.94	c  N dy  2666    418287     19306     83138         0     46266    253191   3212178    130.82    137.82  --
359.29/359.38	c  N dy  2803    438347     19306     83138         0     66326    253191   7415869    130.91    175.90  --
365.49/365.52	c  N dy  2945    458353     19306     83138         0     52333    253191   4266343    130.99    140.24  --
372.08/372.11	c  N dy  3081    478371     19306     83138         0     37356    253191    929414    131.01    140.65  --
378.18/378.26	c  N dy  3216    498432     19306     83138         0     57417    253191   5153938    131.02    150.25  --
384.79/384.85	c  N dy  3355    518448     19306     83138         0     41435    253191   1605001    131.09    140.34  --
390.49/390.59	c  S st  3486    536852     19306     83138         0     59835    253191   5427603    131.14    132.59  --
390.68/390.77	c  S st  3486    537357     19306     83138         0     60340    253191   5507440    131.14   no data  --
390.68/390.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
390.68/390.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
390.88/390.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
391.09/391.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
391.09/391.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
391.19/391.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
391.19/391.21	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
463.49/463.55	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 72.34 s
463.49/463.55	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
463.59/463.63	c vivif2 --  cl tried    60339 cl shrink        0 lits rem          0 time: 0.08
463.79/463.80	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.17
463.79/463.80	c calculated reachability. Time: 0.00
463.79/463.80	c  N dy  3486    537357     19306     83138         0     60339    253191   5507275    131.14   no data  --
470.28/470.34	c  N dy  3628    557379     19306     83138         0     43357    253191   1745100    131.24    160.26  --
476.58/476.65	c  N dy  3759    577446     19306     83138         0     63422    253191   5852256    131.22    155.65  --
483.18/483.21	c  N dy  3893    597517     19306     83138         0     45495    253191   1986745    131.29    138.86  --
489.88/489.91	c  N dy  4023    617604     19306     83138         0     65582    253191   6123945    131.27    143.60  --
496.98/497.00	c  N dy  4162    637663     19306     83138         0     46640    253191   2075920    131.35    172.73  --
503.80/503.84	c  N dy  4297    657701     19306     83138         0     66677    253191   6244301    131.39    208.84  --
510.78/510.89	c  N dy  4431    677750     19306     83138         0     46730    253191   1809230    131.41    140.05  --
517.58/517.66	c  N dy  4563    697885     19306     83138         0     66865    253191   6022316    131.41    139.90  --
524.48/524.53	c  N dy  4695    717938     19306     83138         0     45918    253191   1452107    131.38    140.09  --
530.89/530.98	c  N dy  4834    737964     19306     83138         0     65943    253191   5654136    131.44    144.89  --
537.99/538.03	c  N dy  4975    758025     19306     83138         0     44006    253191    874018    131.49    139.09  --
544.29/544.35	c  N dy  5110    778132     19306     83138         0     64112    253191   5008560    131.50    138.59  --
551.38/551.46	c  N dy  5246    798403     19306     83138         0     84381    253191   9221816    131.53    139.02  --
553.79/553.87	c  S st  5294    806037     19306     83138         0     49026    253191   1710706    131.52   no data  --
553.99/554.02	c  S st  5294    806539     19306     83138         0     49528    253191   1784211    131.52   no data  --
553.99/554.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
553.99/554.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
554.09/554.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
554.19/554.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
554.19/554.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.19/554.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
554.19/554.26	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
558.39/558.40	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.14 s
558.39/558.41	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
558.39/558.44	c vivif2 --  cl tried    49527 cl shrink        0 lits rem          0 time: 0.03
558.49/558.57	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.14
558.49/558.58	c calculated reachability. Time: 0.00
558.49/558.58	c  N dy  5294    806539     19306     83138         0     49527    253191   1784028    131.52   no data  --
565.18/565.20	c  N dy  5433    826715     19306     83138         0     69700    253191   5902686    131.51    141.81  --
572.29/572.32	c  N dy  5574    846789     19306     83138         0     45774    253191    828688    131.57    139.37  --
578.69/578.73	c  N dy  5705    866883     19306     83138         0     65868    253191   5002778    131.58    149.50  --
585.69/585.72	c  N dy  5836    886976     19306     83138         0     85961    253191   9189301    131.59    147.09  --
592.19/592.26	c  N dy  5965    907022     19306     83138         0     61008    253191   3757871    131.55    138.68  --
599.08/599.20	c  N dy  6100    927059     19306     83138         0     81045    253191   7969648    131.55    145.75  --
606.10/606.13	c  N dy  6236    947102     19306     83138         0     55082    253191   2362700    131.57    140.10  --
612.78/612.85	c  N dy  6373    967284     19306     83138         0     75261    253191   6601247    131.59    141.51  --
620.08/620.19	c  N dy  6513    987342     19306     83138         0     48322    253191    740809    131.61    140.55  --
626.68/626.72	c  N dy  6658   1007415     19306     83138         0     68394    253191   4930611    131.64    151.49  --
634.09/634.13	c  N dy  6795   1027888     19306     83138         0     88866    253191   9274522    131.66    138.86  --
640.88/640.99	c  N dy  6929   1048023     19306     83138         0     61007    253191   3174279    131.67    142.56  --
647.99/648.04	c  N dy  7072   1068139     19306     83138         0     81122    253191   7373364    131.69    143.87  --
649.39/649.45	c  F st  7100   1071876     19306     83138         0     84857    253191   8138671    131.69    134.90  --
655.49/655.53	c  N dy  7185   1088221     19306     83138         0     52206    253191   1169613    131.71    151.87  --
662.28/662.34	c  N dy  7328   1108384     19306     83138         0     72367    253191   5395421    131.75    141.82  --
670.19/670.24	c  N dy  7460   1128603     19306     83138         0     92585    253191   9576828    131.74    139.25  --
677.49/677.57	c  N dy  7586   1148667     19306     83138         0     62652    253191   3121016    131.73    139.87  --
684.88/684.90	c  N dy  7717   1168676     19306     83138         0     82660    253191   7308130    131.76    141.59  --
692.89/692.95	c  N dy  7857   1188689     19306     83138         0     51679    253191    638734    131.78    157.55  --
699.79/699.82	c  N dy  7990   1208703     19306     83138         0     71693    253191   4797018    131.78    141.04  --
700.19/700.20	c  S st  7997   1209808     19306     83138         0     72798    253191   5028659    131.78   no data  --
700.29/700.40	c  S st  7997   1210309     19306     83138         0     73299    253191   5105891    131.78   no data  --
700.39/700.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
700.39/700.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
700.49/700.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.13
700.79/700.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
700.79/700.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
700.79/700.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
700.79/700.83	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
765.39/765.46	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time: 64.63 s
765.39/765.47	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
765.49/765.54	c vivif2 --  cl tried    73296 cl shrink        0 lits rem          0 time: 0.07
765.69/765.73	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.19
765.69/765.74	c calculated reachability. Time: 0.00
765.69/765.74	c  N dy  7997   1210309     19306     83138         0     73296    253191   5104599    131.78   no data  --
772.99/773.05	c  N dy  8134   1230452     19306     83138         0     93438    253191   9298879    131.80    138.96  --
780.18/780.21	c  N dy  8265   1250470     19306     83138         0     61459    253191   2447674    131.80    146.29  --
786.99/787.08	c  N dy  8402   1270506     19306     83138         0     81491    253191   6615213    131.79    140.91  --
794.68/794.76	c  N dy  8533   1290572     19306     83138         0    101557    253191  10847822    131.79    139.59  --
801.78/801.81	c  N dy  8677   1310720     19306     83138         0     68703    253191   3802341    131.81    143.82  --
808.88/808.93	c  N dy  8818   1330862     19306     83138         0     88843    253191   8017782    131.84    140.75  --
816.58/816.61	c  N dy  8955   1350874     19306     83138         0     54859    253191    700456    131.86    145.06  --
822.89/822.94	c  N dy  9083   1370893     19306     83138         0     74878    253191   4844479    131.84    141.07  --
830.08/830.10	c  N dy  9219   1390915     19306     83138         0     94897    253191   9087821    131.87    142.13  --
837.38/837.44	c  N dy  9347   1411309     19306     83138         0     60293    253191   1614928    131.86    139.31  --
844.08/844.13	c  N dy  9491   1431411     19306     83138         0     80393    253191   5801761    131.90    142.87  --
851.40/851.48	c  N dy  9632   1451425     19306     83138         0    100401    253191   9978206    131.93    139.35  --
859.18/859.25	c  N dy  9769   1471482     19306     83138         0     64458    253191   2316471    131.96    139.87  --
866.69/866.75	c  N dy  9904   1491589     19306     83138         0     84563    253191   6554683    131.99    139.75  --
874.89/874.99	c  N dy 10038   1511677     19306     83138         0    104648    253191  10837218    132.02    139.19  --
882.98/883.01	c  N dy 10183   1531926     19306     83138         0     67905    253191   2851193    132.05    140.81  --
890.59/890.63	c  N dy 10319   1552077     19306     83138         0     88056    253191   7064366    132.06    141.61  --
898.59/898.63	c  N dy 10446   1572366     19306     83138         0    108345    253191  11221684    132.05    148.73  --
906.40/906.43	c  N dy 10580   1592435     19306     83138         0     70413    253191   3077512    132.06    142.08  --
914.28/914.30	c  N dy 10717   1613140     19306     83138         0     91117    253191   7409205    132.05    149.69  --
922.89/922.91	c  N dy 10861   1633347     19306     83138         0    111323    253191  11633543    132.06    139.37  --
930.68/930.79	c  N dy 10996   1653431     19306     83138         0     72407    253191   3364142    132.08    157.89  --
938.58/938.68	c  N dy 11130   1673622     19306     83138         0     92597    253191   7602092    132.10    143.59  --
946.79/946.82	c  N dy 11256   1693670     19306     83138         0    112643    253191  11873559    132.11    139.62  --
953.08/953.13	c  S st 11374   1710309     19306     83138         0     69288    253191   2474621    132.13   no data  --
953.28/953.32	c  S st 11374   1710813     19306     83138         0     69792    253191   2554594    132.13   no data  --
953.28/953.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
953.28/953.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
953.38/953.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
953.48/953.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
953.48/953.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
953.48/953.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
953.48/953.60	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
961.29/961.32	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  7.72 s
961.29/961.33	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.01
961.29/961.37	c vivif2 --  cl tried    69787 cl shrink        0 lits rem          0 time: 0.04
961.48/961.54	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.17
961.48/961.55	c calculated reachability. Time: 0.00
961.48/961.55	c  N dy 11374   1710813     19306     83138         0     69787    253191   2553708    132.13   no data  --
968.58/968.62	c  N dy 11498   1730949     19306     83138         0     89921    253191   6706172    132.11    141.13  --
976.48/976.55	c  N dy 11629   1751010     19306     83138         0    109980    253191  10857065    132.10    143.18  --
984.39/984.43	c  N dy 11765   1771081     19306     83138         0     69052    253191   2250907    132.12    145.12  --
991.59/991.62	c  N dy 11897   1791215     19306     83138         0     89184    253191   6511708    132.13    142.86  --
999.49/999.52	c  N dy 12034   1811305     19306     83138         0    109273    253191  10754700    132.16    139.95  --
1007.49/1007.58	c  N dy 12166   1831309     19306     83138         0     67282    253191   1663549    132.16    141.92  --
1014.59/1014.61	c  N dy 12294   1851486     19306     83138         0     87458    253191   5800707    132.14    142.53  --
1022.48/1022.54	c  N dy 12431   1871685     19306     83138         0    107654    253191   9996619    132.15    145.82  --
1031.08/1031.15	c  N dy 12574   1891710     19306     83138         0     64682    253191    904074    132.17    143.91  --
1038.09/1038.11	c  N dy 12710   1911727     19306     83138         0     84697    253191   5133715    132.18    144.42  --
1045.69/1045.70	c  N dy 12838   1931802     19306     83138         0    104770    253191   9333415    132.17    144.05  --
1054.08/1054.13	c  N dy 12976   1951813     19306     83138         0    124779    253191  13491229    132.19    155.69  --
1061.28/1061.35	c  N dy 13111   1971840     19306     83138         0     80814    253191   4082197    132.19    139.41  --
1068.78/1068.85	c  N dy 13238   1991948     19306     83138         0    100921    253191   8243874    132.17    142.40  --
1077.18/1077.28	c  N dy 13383   2012000     19306     83138         0    120970    253191  12516329    132.20    140.82  --
1084.89/1084.96	c  N dy 13514   2032062     19306     83138         0     76038    253191   2872430    132.19    139.77  --
1092.29/1092.32	c  N dy 13643   2052187     19306     83138         0     96163    253191   7080181    132.19    143.23  --
1100.38/1100.44	c  N dy 13778   2072281     19306     83138         0    116256    253191  11342822    132.21    170.10  --
1109.28/1109.32	c  N dy 13930   2092317     19306     83138         0     70294    253191   1488677    132.24    139.60  --
1116.98/1117.03	c  N dy 14065   2112382     19306     83138         0     90358    253191   5688569    132.25    169.56  --
1125.38/1125.47	c  N dy 14190   2132698     19306     83138         0    110673    253191   9923267    132.26    140.31  --
1134.78/1134.89	c  N dy 14323   2152880     19306     83138         0    130854    253191  14140927    132.26    141.98  --
1142.79/1142.90	c  N dy 14460   2173041     19306     83138         0     84019    253191   4200830    132.28    141.14  --
1151.28/1151.35	c  N dy 14600   2193244     19306     83138         0    104220    253191   8404959    132.29    140.87  --
1159.08/1159.18	c  S st 14721   2210813     19306     83138         0    121789    253191  12073048    132.29    117.75  --
1159.40/1159.46	c  S st 14721   2211319     19306     83138         0    122295    253191  12151512    132.29   no data  --
1159.40/1159.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1159.40/1159.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1159.58/1159.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.17
1160.28/1160.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1160.28/1160.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1160.28/1160.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.01 s
1160.28/1160.37	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s

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-3369778-1305382042/watcher-3369778-1305382042 -o /tmp/evaluation-result-3369778-1305382042/solver-3369778-1305382042 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369778-1305382042.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: 1.72 2.92 3.37 4/320 11994
/proc/meminfo: memFree=28122316/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=25032 CPUtime=0 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 1552 0 0 0 0 0 0 0 21 0 1 0 649803024 25632768 1299 33554432000 4194304 4650387 140736191193216 18446744073709551615 4316553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 6258 1305 326 112 0 1223 0

[startup+0.0463509 s]
/proc/loadavg: 1.72 2.92 3.37 4/320 11994
/proc/meminfo: memFree=28122316/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=40048 CPUtime=0.04 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 3855 0 0 0 4 0 0 0 21 0 1 0 649803024 41009152 3335 33554432000 4194304 4650387 140736191193216 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 10012 3335 329 112 0 4977 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40048

[startup+0.10034 s]
/proc/loadavg: 1.72 2.92 3.37 4/320 11994
/proc/meminfo: memFree=28122316/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=40176 CPUtime=0.09 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 3970 0 0 0 9 0 0 0 21 0 1 0 649803024 41140224 3450 33554432000 4194304 4650387 140736191193216 18446744073709551615 4369904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 10044 3450 346 112 0 5009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40176

[startup+0.300358 s]
/proc/loadavg: 1.72 2.92 3.37 4/320 11994
/proc/meminfo: memFree=28122316/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=60600 CPUtime=0.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 8667 0 0 0 28 0 0 0 22 0 1 0 649803024 62054400 7653 33554432000 4194304 4650387 140736191193216 18446744073709551615 4420533 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 15150 7653 367 112 0 10115 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 60600

[startup+0.700306 s]
/proc/loadavg: 1.72 2.92 3.37 4/320 11994
/proc/meminfo: memFree=28122316/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=60600 CPUtime=0.69 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 8963 0 0 0 68 1 0 0 24 0 1 0 649803024 62054400 7949 33554432000 4194304 4650387 140736191193216 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 15150 7950 379 112 0 10115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60600

[startup+1.50009 s]
/proc/loadavg: 1.90 2.94 3.38 6/330 12012
/proc/meminfo: memFree=27997388/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=60600 CPUtime=1.49 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 9754 0 0 0 148 1 0 0 25 0 1 0 649803024 62054400 8740 33554432000 4194304 4650387 140736191193216 18446744073709551615 4368085 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 15150 8740 379 112 0 10115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60600

[startup+3.10081 s]
/proc/loadavg: 1.90 2.94 3.38 8/330 12013
/proc/meminfo: memFree=27986232/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=102868 CPUtime=3.09 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 11161 0 0 0 308 1 0 0 25 0 1 0 649803024 105336832 10147 33554432000 4194304 4650387 140736191193216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 25717 10147 379 112 0 20682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102868

[startup+6.30024 s]
/proc/loadavg: 2.15 2.97 3.38 7/330 12013
/proc/meminfo: memFree=27927644/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=63316 CPUtime=6.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 14844 0 0 0 627 2 0 0 25 0 1 0 649803024 64835584 9167 33554432000 4194304 4650387 140736191193216 18446744073709551615 4363426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 15829 9167 381 112 0 10794 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63316

[startup+12.7012 s]
/proc/loadavg: 2.30 2.99 3.39 7/330 12013
/proc/meminfo: memFree=27768952/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=188316 CPUtime=12.69 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 34291 0 0 0 1264 5 0 0 25 0 1 0 649803024 192835584 28614 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 47079 28614 383 112 0 42044 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 188316

[startup+25.5009 s]
/proc/loadavg: 2.63 3.04 3.40 7/330 12013
/proc/meminfo: memFree=27700268/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=199072 CPUtime=25.49 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 43633 0 0 0 2543 6 0 0 25 0 1 0 649803024 203849728 32188 33554432000 4194304 4650387 140736191193216 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 49768 32188 383 112 0 44733 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 199072

[startup+51.1003 s]
/proc/loadavg: 3.17 3.13 3.42 6/330 12014
/proc/meminfo: memFree=27583396/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=252412 CPUtime=51.09 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 68881 0 0 0 5099 10 0 0 25 0 1 0 649803024 258469888 45999 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 63103 45999 383 112 0 58068 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 252412

[startup+102.312 s]
/proc/loadavg: 3.74 3.29 3.46 6/330 12015
/proc/meminfo: memFree=27491832/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=263428 CPUtime=102.3 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 75751 0 0 0 10217 13 0 0 25 0 1 0 649803024 269750272 47031 33554432000 4194304 4650387 140736191193216 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 65857 47031 383 112 0 60822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263428

[startup+162.3 s]
/proc/loadavg: 3.98 3.44 3.49 7/330 12017
/proc/meminfo: memFree=27348072/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=281216 CPUtime=162.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 82613 0 0 0 16215 14 0 0 25 0 1 0 649803024 287965184 53893 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 70304 53893 383 112 0 65269 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 281216

[startup+222.301 s]
/proc/loadavg: 3.99 3.54 3.52 6/330 12018
/proc/meminfo: memFree=27306484/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=292940 CPUtime=222.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 95409 0 0 0 22212 17 0 0 25 0 1 0 649803024 299970560 56916 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 73235 56916 383 112 0 68200 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 292940

[startup+282.301 s]
/proc/loadavg: 3.99 3.62 3.55 6/330 12020
/proc/meminfo: memFree=27276320/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=305140 CPUtime=282.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 111031 0 0 0 28209 20 0 0 25 0 1 0 649803024 312463360 60800 33554432000 4194304 4650387 140736191193216 18446744073709551615 4310814 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 76285 60800 383 112 0 71250 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 305140

[startup+342.3 s]
/proc/loadavg: 3.99 3.68 3.57 7/330 12022
/proc/meminfo: memFree=27264504/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=317276 CPUtime=342.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 120888 0 0 0 34206 22 0 0 25 0 1 0 649803024 324890624 61388 33554432000 4194304 4650387 140736191193216 18446744073709551615 4334059 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 79319 61388 383 112 0 74284 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 317276

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.60 6/330 12023
/proc/meminfo: memFree=27216596/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=317444 CPUtime=402.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 143584 0 0 0 40200 29 0 0 25 0 1 0 649803024 325062656 63712 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 79361 63712 383 112 0 74326 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 317444

[startup+462.301 s]
/proc/loadavg: 3.99 3.78 3.62 7/330 12025
/proc/meminfo: memFree=27227216/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=317444 CPUtime=462.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 143584 0 0 0 46200 29 0 0 25 0 1 0 649803024 325062656 63712 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 79361 63712 383 112 0 74326 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 317444

[startup+522.3 s]
/proc/loadavg: 3.99 3.82 3.64 7/330 12026
/proc/meminfo: memFree=27193948/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=344152 CPUtime=522.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 176872 0 0 0 52190 38 0 0 25 0 1 0 649803024 352411648 73518 33554432000 4194304 4650387 140736191193216 18446744073709551615 4363509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 86038 73518 383 112 0 81003 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 344152

[startup+582.301 s]
/proc/loadavg: 4.07 3.87 3.66 7/330 12028
/proc/meminfo: memFree=27199008/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=345112 CPUtime=582.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 202133 0 0 0 58181 47 0 0 25 0 1 0 649803024 353394688 72050 33554432000 4194304 4650387 140736191193216 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 86278 72050 383 112 0 81243 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 345112

[startup+642.301 s]
/proc/loadavg: 4.25 3.94 3.70 7/330 12030
/proc/meminfo: memFree=27196224/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=345956 CPUtime=642.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 229218 0 0 0 64175 54 0 0 25 0 1 0 649803024 354258944 68919 33554432000 4194304 4650387 140736191193216 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 86489 68919 383 112 0 81454 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 345956

[startup+702.301 s]
/proc/loadavg: 4.09 3.95 3.72 7/330 12031
/proc/meminfo: memFree=27144492/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=347100 CPUtime=702.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 255534 0 0 0 70167 62 0 0 25 0 1 0 649803024 355430400 70196 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 86775 70196 383 112 0 81740 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 347100

[startup+762.312 s]
/proc/loadavg: 4.11 3.98 3.74 6/330 12033
/proc/meminfo: memFree=27144468/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=347100 CPUtime=762.3 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 255534 0 0 0 76168 62 0 0 25 0 1 0 649803024 355430400 70196 33554432000 4194304 4650387 140736191193216 18446744073709551615 4442046 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 86775 70196 383 112 0 81740 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 347100

[startup+822.301 s]
/proc/loadavg: 4.04 3.98 3.75 7/330 12034
/proc/meminfo: memFree=27140696/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=348620 CPUtime=822.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 281888 0 0 0 82162 67 0 0 25 0 1 0 649803024 356986880 69788 33554432000 4194304 4650387 140736191193216 18446744073709551615 4367252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 87155 69788 383 112 0 82120 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 348620

[startup+882.301 s]
/proc/loadavg: 4.01 3.98 3.76 7/330 12036
/proc/meminfo: memFree=27149216/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=293812 CPUtime=882.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 308960 0 0 0 88153 75 0 0 25 0 1 0 649803024 300863488 68180 33554432000 4194304 4650387 140736191193216 18446744073709551615 4306634 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 73453 68180 383 112 0 68418 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 293812

[startup+942.3 s]
/proc/loadavg: 4.00 3.98 3.77 7/330 12038
/proc/meminfo: memFree=27065952/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=349364 CPUtime=942.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 335594 0 0 0 94143 85 0 0 25 0 1 0 649803024 357748736 74806 33554432000 4194304 4650387 140736191193216 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 87341 74806 383 112 0 82306 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 349364

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 3.79 8/330 12039
/proc/meminfo: memFree=27072860/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=326312 CPUtime=1002.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 362610 0 0 0 100136 92 0 0 25 0 1 0 649803024 334143488 71581 33554432000 4194304 4650387 140736191193216 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 81578 71581 383 112 0 76543 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 326312

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.80 7/330 12041
/proc/meminfo: memFree=27130592/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=328272 CPUtime=1062.29 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 398669 0 0 0 106127 102 0 0 25 0 1 0 649803024 336150528 64207 33554432000 4194304 4650387 140736191193216 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 82068 64207 383 112 0 77033 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 328272

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.81 6/330 12042
/proc/meminfo: memFree=26976052/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=328732 CPUtime=1122.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 432513 0 0 0 112116 112 0 0 25 0 1 0 649803024 336621568 67950 33554432000 4194304 4650387 140736191193216 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 82183 67950 383 112 0 77148 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 328732

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.82 7/330 12044
/proc/meminfo: memFree=26854256/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=414588 CPUtime=1182.28 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 472722 0 0 0 118107 121 0 0 25 0 1 0 649803024 424538112 92826 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 103647 92826 383 112 0 98612 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 414588

[startup+1242.3 s]
/proc/loadavg: 4.13 4.04 3.84 6/330 12046
/proc/meminfo: memFree=26847148/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=414588 CPUtime=1242.27 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 472727 0 0 0 124106 121 0 0 25 0 1 0 649803024 424538112 92831 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 103647 92831 383 112 0 98612 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 414588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.04 3.86 6/330 12047
/proc/meminfo: memFree=26855536/32950928 swapFree=60199044/67111528
[pid=11994] ppid=11992 vsize=414588 CPUtime=1299.98 cores=0,2
/proc/11994/stat : 11994 (strangenight1-s) R 11992 11994 11551 0 -1 4202496 472727 0 0 0 129876 122 0 0 25 0 1 0 649803024 424538112 92831 33554432000 4194304 4650387 140736191193216 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11994/statm: 103647 92831 383 112 0 98612 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 414588

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.02
CPU user time (s): 1298.77
CPU system time (s): 1.24081
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 414588

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

runsolver used 3.78842 second user time and 9.24459 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 16:07:22
IDJOB=3369778
IDBENCH=82587
IDSOLVER=1847
FILE ID=node122/3369778-1305382042
RUNJOBID= node122-1305382042-11969
PBS_JOBID= 13324380
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369778-1305382042/watcher-3369778-1305382042 -o /tmp/evaluation-result-3369778-1305382042/solver-3369778-1305382042 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369778-1305382042.cnf

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

MD5SUM BENCH= d523f5efa43fecaa5caf604137870a4e
RANDOM SEED=372920917

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28123028 kB
Buffers:        257340 kB
Cached:        3256548 kB
SwapCached:      50104 kB
Active:         835584 kB
Inactive:      3783772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28123028 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           14532 kB
Writeback:           0 kB
AnonPages:     1066132 kB
Mapped:          14128 kB
Slab:           112364 kB
PageTables:      32036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52545148 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= 73408 MiB
End job on node122 at 2011-05-14 16:29:04